home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 29
/
XENIATGM29.iso
/
win95
/
ash
/
_setup.1
/
ASH.exe
/
0
/
RCDATA
/
TFRMOPTIONS
/
TFRMOPTIONS.txt
Wrap
Text File
|
1997-04-20
|
4KB
|
187 lines
object frmOptions: TfrmOptions
Left = 241
Top = 353
HelpContext = 100
BorderIcons = []
BorderStyle = bsDialog
Caption = ' A.S.H. Options'
ClientHeight = 373
ClientWidth = 392
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pagOptions: TPageControl
Left = 5
Top = 5
Width = 382
Height = 330
ActivePage = tabFonts
MultiLine = True
TabOrder = 0
object tabFonts: TTabSheet
Caption = 'Customize Fonts'
object Button1: TButton
Left = 10
Top = 10
Width = 350
Height = 25
Caption = 'Fixed Sized List Font'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 10
Top = 50
Width = 350
Height = 25
Caption = 'Other List Font '
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 10
Top = 90
Width = 350
Height = 25
Caption = 'Tab Font'
TabOrder = 2
OnClick = Button3Click
end
end
object tabTemporary: TTabSheet
Caption = 'Temporary Scan'
object Label1: TLabel
Left = 10
Top = 85
Width = 84
Height = 13
Caption = 'Include Extension'
end
object chkIncludeTMP: TCheckBox
Left = 10
Top = 10
Width = 215
Height = 17
Caption = 'Include files from TMP directory'
TabOrder = 0
end
object chkIncludeTEMP: TCheckBox
Left = 10
Top = 30
Width = 226
Height = 17
Caption = 'Include files from TEMP directory'
TabOrder = 1
end
object lstTemporaryEXT: TListBox
Left = 10
Top = 105
Width = 199
Height = 173
IntegralHeight = True
ItemHeight = 13
Sorted = True
TabOrder = 2
OnClick = lstTemporaryEXTClick
end
object chkIncludeTilde: TCheckBox
Left = 10
Top = 50
Width = 249
Height = 17
Caption = 'Include files with ~ (tilde) in their name'
TabOrder = 3
end
object btnAdd: TButton
Left = 240
Top = 105
Width = 75
Height = 25
Caption = '&Add'
TabOrder = 4
OnClick = btnAddClick
end
object btnRemove: TButton
Left = 240
Top = 250
Width = 75
Height = 25
Caption = '&Remove'
TabOrder = 5
OnClick = btnRemoveClick
end
object edtTemporaryEXT: TEdit
Left = 240
Top = 144
Width = 100
Height = 21
TabOrder = 6
end
end
object tabLinks: TTabSheet
Caption = 'Windows Links'
object chkNetworkLink: TCheckBox
Left = 10
Top = 10
Width = 220
Height = 17
Caption = 'Check Links on Network Drives'
TabOrder = 0
end
object chkRemovableLink: TCheckBox
Left = 10
Top = 30
Width = 239
Height = 17
Caption = 'Check Links on Removable Drives'
TabOrder = 1
end
end
end
object btnOK: TButton
Left = 140
Top = 342
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 224
Top = 342
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
OnClick = btnCancelClick
end
object btnHelp: TButton
Left = 308
Top = 342
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
end
object FontDialog1: TFontDialog
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 88
Top = 338
end
end