home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 December
/
dpcb1298.iso
/
Utilit.ies
/
Maverick
/
Launch12.exe
/
0
/
RCDATA
/
TUD_FILEMENUS
/
TUD_FILEMENUS.txt
Wrap
Text File
|
1998-09-11
|
5KB
|
233 lines
object UD_FileMenus: TUD_FileMenus
Left = 288
Top = 255
HelpContext = -1
BorderStyle = bsDialog
Caption = 'File menu properties'
ClientHeight = 250
ClientWidth = 500
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object gpAppearance: TGroupBox
Left = 16
Top = 16
Width = 224
Height = 185
Caption = ' Appearance '
TabOrder = 0
object shColor: TShape
Left = 184
Top = 68
Width = 16
Height = 16
Shape = stCircle
end
object shColorBorder: TShape
Left = 184
Top = 110
Width = 16
Height = 16
Shape = stCircle
end
object shColorHidden: TShape
Left = 184
Top = 152
Width = 16
Height = 16
Shape = stCircle
end
object shColorFont: TShape
Left = 184
Top = 26
Width = 16
Height = 16
Shape = stCircle
end
object btFont: TButton
Left = 20
Top = 22
Width = 140
Height = 24
Caption = 'Font ...'
TabOrder = 0
OnClick = ButtonClick
end
object btColor: TButton
Left = 20
Top = 64
Width = 140
Height = 24
Hint = 'Click to change the background colour of File Menus.'
Caption = 'Background Colour ...'
TabOrder = 1
OnClick = ButtonClick
end
object btColorBorder: TButton
Left = 20
Top = 106
Width = 140
Height = 24
Hint = 'Click to change the colour of the border around File Menus.'
Caption = 'Border Colour ...'
TabOrder = 2
OnClick = ButtonClick
end
object btColorHidden: TButton
Left = 20
Top = 148
Width = 140
Height = 24
Hint =
'Click to change the colour in which System and "Hidden" files ar' +
'e shown.'
Caption = 'Hidden File Colour ...'
TabOrder = 3
OnClick = ButtonClick
end
end
object gpBehaviour: TGroupBox
Left = 260
Top = 16
Width = 224
Height = 185
Caption = ' Behaviour '
TabOrder = 1
object ckCloseOnLaunch: TCheckBox
Left = 24
Top = 39
Width = 105
Height = 17
Hint =
'If checked, a drop-down file menu will close when an item is lau' +
'nched.'
Caption = 'Close on launch'
TabOrder = 1
OnClick = CheckClick
end
object ckMaximiseDirectoryNames: TCheckBox
Left = 24
Top = 107
Width = 165
Height = 17
Hint =
'If checked, as much of the folder'#39's name as will fit will be use' +
'd as a title.'
Caption = 'Maximise directory names'
TabOrder = 5
OnClick = CheckClick
end
object ckCloseOtherFileMenus: TCheckBox
Left = 24
Top = 22
Width = 141
Height = 17
Hint = 'If checked, one file-menu will close when another opens.'
Caption = 'Close other file menus'
TabOrder = 0
OnClick = CheckClick
end
object ckHideShortcutExtensions: TCheckBox
Left = 24
Top = 56
Width = 145
Height = 17
Hint = 'If checked, .PIF and .LNK extenions will be hidden.'
Caption = 'Hide shortcut extensions'
TabOrder = 2
OnClick = CheckClick
end
object ckSortByExtensions: TCheckBox
Left = 24
Top = 73
Width = 117
Height = 17
Hint =
'If checked, files will be sorted by extension rather than by nam' +
'e.'
Caption = 'Sort by extensions'
TabOrder = 3
OnClick = CheckClick
end
object ckDisplayRemovableDriveNames: TCheckBox
Left = 24
Top = 90
Width = 177
Height = 17
Hint =
'Unless checked, volume names of removable disks will not be disp' +
'layed.'
Caption = 'Show removable drive names'
TabOrder = 4
OnClick = CheckClick
end
object ckEnableDeleteKey: TCheckBox
Left = 24
Top = 124
Width = 121
Height = 17
Hint = 'If checked, the Delete key may be used to delete single files.'
Caption = 'Enable Delete key'
TabOrder = 6
OnClick = CheckClick
end
object ckAnsiCompare: TCheckBox
Left = 24
Top = 141
Width = 97
Height = 17
Hint =
'If clear, sorting will be by a faster (byte character value) met' +
'hod.'
Caption = 'Ansi compare'
TabOrder = 7
OnClick = CheckClick
end
object ckAutoScroll: TCheckBox
Left = 24
Top = 158
Width = 97
Height = 17
Hint =
'If checked, menus may scroll when the mouse is close to the top ' +
'or bottom.'
Caption = 'Auto scroll'
TabOrder = 8
OnClick = CheckClick
end
end
object btSaveNow: TButton
Left = 292
Top = 216
Width = 160
Height = 24
Hint = 'Click to save these settings immediately.'
Caption = 'Save file menu settings NOW'
TabOrder = 3
OnClick = btSaveNowClick
end
object btLoadDefaults: TButton
Left = 48
Top = 216
Width = 160
Height = 24
Hint = 'Click to load the default settings.'
Caption = 'Load Defaults'
TabOrder = 2
OnClick = btLoadDefaultsClick
end
object btOk: TButton
Left = 216
Top = 216
Width = 65
Height = 24
Caption = 'Ok'
Default = True
TabOrder = 4
OnClick = btOkClick
end
end