home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / ash / _setup.1 / ASH.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1997-04-20  |  4KB  |  187 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 241
  3.   Top = 353
  4.   HelpContext = 100
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = ' A.S.H. Options'
  8.   ClientHeight = 373
  9.   ClientWidth = 392
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pagOptions: TPageControl
  19.     Left = 5
  20.     Top = 5
  21.     Width = 382
  22.     Height = 330
  23.     ActivePage = tabFonts
  24.     MultiLine = True
  25.     TabOrder = 0
  26.     object tabFonts: TTabSheet
  27.       Caption = 'Customize Fonts'
  28.       object Button1: TButton
  29.         Left = 10
  30.         Top = 10
  31.         Width = 350
  32.         Height = 25
  33.         Caption = 'Fixed Sized List Font'
  34.         TabOrder = 0
  35.         OnClick = Button1Click
  36.       end
  37.       object Button2: TButton
  38.         Left = 10
  39.         Top = 50
  40.         Width = 350
  41.         Height = 25
  42.         Caption = 'Other List Font '
  43.         TabOrder = 1
  44.         OnClick = Button2Click
  45.       end
  46.       object Button3: TButton
  47.         Left = 10
  48.         Top = 90
  49.         Width = 350
  50.         Height = 25
  51.         Caption = 'Tab Font'
  52.         TabOrder = 2
  53.         OnClick = Button3Click
  54.       end
  55.     end
  56.     object tabTemporary: TTabSheet
  57.       Caption = 'Temporary Scan'
  58.       object Label1: TLabel
  59.         Left = 10
  60.         Top = 85
  61.         Width = 84
  62.         Height = 13
  63.         Caption = 'Include Extension'
  64.       end
  65.       object chkIncludeTMP: TCheckBox
  66.         Left = 10
  67.         Top = 10
  68.         Width = 215
  69.         Height = 17
  70.         Caption = 'Include files from TMP directory'
  71.         TabOrder = 0
  72.       end
  73.       object chkIncludeTEMP: TCheckBox
  74.         Left = 10
  75.         Top = 30
  76.         Width = 226
  77.         Height = 17
  78.         Caption = 'Include files from TEMP directory'
  79.         TabOrder = 1
  80.       end
  81.       object lstTemporaryEXT: TListBox
  82.         Left = 10
  83.         Top = 105
  84.         Width = 199
  85.         Height = 173
  86.         IntegralHeight = True
  87.         ItemHeight = 13
  88.         Sorted = True
  89.         TabOrder = 2
  90.         OnClick = lstTemporaryEXTClick
  91.       end
  92.       object chkIncludeTilde: TCheckBox
  93.         Left = 10
  94.         Top = 50
  95.         Width = 249
  96.         Height = 17
  97.         Caption = 'Include files with ~ (tilde) in their name'
  98.         TabOrder = 3
  99.       end
  100.       object btnAdd: TButton
  101.         Left = 240
  102.         Top = 105
  103.         Width = 75
  104.         Height = 25
  105.         Caption = '&Add'
  106.         TabOrder = 4
  107.         OnClick = btnAddClick
  108.       end
  109.       object btnRemove: TButton
  110.         Left = 240
  111.         Top = 250
  112.         Width = 75
  113.         Height = 25
  114.         Caption = '&Remove'
  115.         TabOrder = 5
  116.         OnClick = btnRemoveClick
  117.       end
  118.       object edtTemporaryEXT: TEdit
  119.         Left = 240
  120.         Top = 144
  121.         Width = 100
  122.         Height = 21
  123.         TabOrder = 6
  124.       end
  125.     end
  126.     object tabLinks: TTabSheet
  127.       Caption = 'Windows Links'
  128.       object chkNetworkLink: TCheckBox
  129.         Left = 10
  130.         Top = 10
  131.         Width = 220
  132.         Height = 17
  133.         Caption = 'Check Links on Network Drives'
  134.         TabOrder = 0
  135.       end
  136.       object chkRemovableLink: TCheckBox
  137.         Left = 10
  138.         Top = 30
  139.         Width = 239
  140.         Height = 17
  141.         Caption = 'Check Links on Removable Drives'
  142.         TabOrder = 1
  143.       end
  144.     end
  145.   end
  146.   object btnOK: TButton
  147.     Left = 140
  148.     Top = 342
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&OK'
  152.     Default = True
  153.     ModalResult = 1
  154.     TabOrder = 1
  155.     OnClick = btnOKClick
  156.   end
  157.   object btnCancel: TButton
  158.     Left = 224
  159.     Top = 342
  160.     Width = 75
  161.     Height = 25
  162.     Cancel = True
  163.     Caption = '&Cancel'
  164.     ModalResult = 2
  165.     TabOrder = 2
  166.     OnClick = btnCancelClick
  167.   end
  168.   object btnHelp: TButton
  169.     Left = 308
  170.     Top = 342
  171.     Width = 75
  172.     Height = 25
  173.     Caption = '&Help'
  174.     TabOrder = 3
  175.   end
  176.   object FontDialog1: TFontDialog
  177.     Font.Color = clWindowText
  178.     Font.Height = -11
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     MinFontSize = 0
  182.     MaxFontSize = 0
  183.     Left = 88
  184.     Top = 338
  185.   end
  186. end
  187.