home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Sharewar
/
WCMD3532
/
INSTALL.BIN
/
WINCMD32.EXE
/
0
/
RCDATA
/
TDLGCONFIGALL
/
TDLGCONFIGALL.txt
Wrap
Text File
|
1998-03-18
|
53KB
|
2,158 lines
object DLGCONFIGALL: TDLGCONFIGALL
Tag = 1
Left = 363
Top = 47
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Configuration'
ClientHeight = 412
ClientWidth = 413
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OK: TButton
Tag = 4001
Left = 71
Top = 384
Width = 80
Height = 23
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = OKClick
end
object Cancel: TButton
Tag = 4002
Left = 155
Top = 384
Width = 80
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelClick
end
object Apply: TButton
Tag = 12
Left = 323
Top = 384
Width = 80
Height = 23
Caption = 'Apply'
Enabled = False
TabOrder = 3
OnClick = ApplyClick
end
object Help: TButton
Tag = 4003
Left = 239
Top = 384
Width = 80
Height = 23
Caption = 'Help'
TabOrder = 2
OnClick = HelpClick
end
object Notebook: TMyTabbedNotebook
Tag = 2
Left = 0
Top = 0
Width = 413
Height = 381
Align = alTop
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabsPerRow = 4
TabFont.Color = clBlack
TabFont.Height = -11
TabFont.Name = 'MS Sans Serif'
TabFont.Style = []
TabOrder = 4
OnChange = NotebookChange
object TTabPage
Left = 4
Top = 42
HelpContext = 120
Caption = 'Layout'
object GroupBox5: TGroupBox
Tag = 3
Left = 12
Top = 28
Width = 370
Height = 277
Caption = ' Screen layout '
TabOrder = 0
object Bevel5: TBevel
Left = 1
Top = 238
Width = 367
Height = 9
Shape = bsTopLine
end
object idShowButtonBar: TCheckBox
Tag = 4
Left = 10
Top = 28
Width = 350
Height = 17
HelpContext = 1
Caption = 'Show &button bar'
TabOrder = 0
OnClick = Layoutclick
end
object idShowDriveButtons: TCheckBox
Tag = 5
Left = 10
Top = 52
Width = 350
Height = 17
Caption = 'Show &drive buttons'
TabOrder = 1
OnClick = Layoutclick
end
object idShowDriveCombo: TCheckBox
Tag = 6
Left = 10
Top = 92
Width = 350
Height = 17
Caption = 'Show d&rive combobox'
TabOrder = 3
OnClick = Layoutclick
end
object idShowCurDir: TCheckBox
Tag = 7
Left = 10
Top = 116
Width = 350
Height = 17
Caption = 'Show ¤t directory'
TabOrder = 4
OnClick = Layoutclick
end
object idShowTabheader: TCheckBox
Tag = 8
Left = 10
Top = 140
Width = 350
Height = 17
Caption = 'Show &tabstop header'
TabOrder = 5
OnClick = Layoutclick
end
object idShowStatusbar: TCheckBox
Tag = 9
Left = 10
Top = 164
Width = 350
Height = 17
Caption = 'Show &status bar'
TabOrder = 6
OnClick = Layoutclick
end
object idShowCmdLine: TCheckBox
Tag = 10
Left = 10
Top = 188
Width = 350
Height = 17
Caption = 'Show command &line'
TabOrder = 7
OnClick = Layoutclick
end
object idShowKeyButtons: TCheckBox
Tag = 11
Left = 10
Top = 212
Width = 350
Height = 17
Caption = 'Show &function key buttons'
TabOrder = 8
OnClick = Layoutclick
end
object idFlatInterface: TCheckBox
Tag = 13
Left = 10
Top = 248
Width = 350
Height = 17
Caption = 'Flat user &interface (button bar configured separately)'
TabOrder = 9
OnClick = Layoutclick
end
object idFlatDriveBar: TCheckBox
Tag = -21
Left = 26
Top = 72
Width = 327
Height = 14
Caption = 'Flat icons'
TabOrder = 2
OnClick = Layoutclick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 300
Caption = 'Operation'
object Mouseselectionmode: TGroupBox
Tag = 20
Left = 8
Top = 9
Width = 373
Height = 60
Caption = ' Mouse selection mode '
TabOrder = 0
object IdConfrightbutton: TRadioButton
Tag = 21
Left = 10
Top = 18
Width = 360
Height = 20
Caption = 'Use &right mouse button (as in NC)'
TabOrder = 0
TabStop = True
OnClick = IDAnyButtonClick
end
object IdConfleftbutton: TRadioButton
Tag = 22
Left = 10
Top = 37
Width = 360
Height = 20
Caption = '&Left mouse button (Windows standard)'
TabOrder = 1
OnClick = IDAnyButtonClick
end
end
object SelectionwithGray: TGroupBox
Tag = 23
Left = 8
Top = 71
Width = 184
Height = 82
Caption = ' Selection (with Gray + ) '
TabOrder = 1
object IdConfFilesOnly: TRadioButton
Tag = 24
Left = 10
Top = 19
Width = 171
Height = 22
Caption = '&Select files only'
TabOrder = 0
TabStop = True
OnClick = IDAnyButtonClick
end
object IdConfAlsoDirs: TRadioButton
Tag = 25
Left = 10
Top = 39
Width = 171
Height = 22
Caption = 'Also select d&irectories'
TabOrder = 1
OnClick = IDAnyButtonClick
end
end
object QuickSearchGroup: TGroupBox
Tag = 26
Left = 198
Top = 71
Width = 183
Height = 82
Caption = ' Quick search (current dir) '
TabOrder = 2
object IdConfAltForMenu: TRadioButton
Tag = 27
Left = 10
Top = 19
Width = 168
Height = 20
Caption = '&Ctrl+Alt+Letters'
TabOrder = 0
TabStop = True
OnClick = IDAnyButtonClick
end
object IdConfAltForQuickSearch: TRadioButton
Tag = 28
Left = 10
Top = 39
Width = 168
Height = 20
Caption = 'Al&t+Letters'
TabOrder = 1
OnClick = IDAnyButtonClick
end
object IdConfLetterQuickSearch: TRadioButton
Tag = 29
Left = 10
Top = 59
Width = 168
Height = 20
Caption = 'L&etter only'
TabOrder = 2
OnClick = IDAnyButtonClick
end
end
object Saveonexit: TGroupBox
Tag = 30
Left = 8
Top = 155
Width = 184
Height = 82
Caption = ' Save on exit '
TabOrder = 3
object IdConfsavedirs: TCheckBox
Tag = 31
Left = 10
Top = 17
Width = 171
Height = 20
Caption = '&Directories'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object IdConfsavepanels: TCheckBox
Tag = 32
Left = 10
Top = 37
Width = 171
Height = 20
TabStop = False
Caption = '&Panels (brief/full, etc.)'
TabOrder = 1
OnClick = IDAnyButtonClick
end
object IdConfCommandLines: TCheckBox
Tag = 33
Left = 10
Top = 58
Width = 171
Height = 20
Caption = 'Old co&mmand lines'
TabOrder = 2
OnClick = IDAnyButtonClick
end
end
object Win95NTGroup: TGroupBox
Tag = 34
Left = 198
Top = 155
Width = 183
Height = 82
Caption = ' Win95/NT specific '
TabOrder = 4
object Label5: TLabel
Tag = 37
Left = 10
Top = 57
Width = 168
Height = 20
AutoSize = False
Caption = 'recycle bin (shift=directly)'
end
object IdConf_Longnames: TCheckBox
Tag = 35
Left = 10
Top = 17
Width = 168
Height = 20
Caption = '&Use long names'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object IdConf_trashcan: TCheckBox
Tag = 36
Left = 10
Top = 37
Width = 168
Height = 20
Caption = '&F8/Del deletes to'
TabOrder = 1
OnClick = IDAnyButtonClick
end
end
object SelectionWithSpaceGroup: TGroupBox
Tag = 38
Left = 8
Top = 239
Width = 373
Height = 70
Caption = ' Selection with Space '
TabOrder = 5
object Label2: TLabel
Tag = 40
Left = 10
Top = 46
Width = 360
Height = 20
AutoSize = False
Caption = 'selecting with Space and before copying/deleting'
end
object IdConf_Countfiles: TCheckBox
Tag = 39
Left = 10
Top = 22
Width = 360
Height = 20
Caption = 'C&alculate space occupied by subdirectories when'
TabOrder = 0
OnClick = IDAnyButtonClick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 320
Caption = 'Display'
object GroupBox4: TGroupBox
Tag = 51
Left = 8
Top = 3
Width = 373
Height = 51
Caption = ' Main program '
TabOrder = 0
object IdConf_oneinstanceonly: TCheckBox
Tag = 52
Left = 10
Top = 14
Width = 357
Height = 16
Caption = 'Allow only &1 copy of Windows Commander at a time'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object Id_ConfMoveToTray: TCheckBox
Tag = 73
Left = 10
Top = 31
Width = 357
Height = 16
Caption = '&Move icon to system tray when minimized'
State = cbChecked
TabOrder = 1
OnClick = Id_ConfMoveToTrayClick
end
end
object Fileswithspecialattributes: TGroupBox
Tag = 53
Left = 8
Top = 54
Width = 373
Height = 67
Caption = ' File display '
TabOrder = 1
object IdConfshowhidsys: TCheckBox
Tag = 54
Left = 10
Top = 14
Width = 357
Height = 16
Caption = '&Show hidden/system files (for experts only!)'
TabOrder = 0
OnClick = SymbolsClick
end
object IdConfLower83Names: TCheckBox
Tag = 65
Left = 10
Top = 31
Width = 357
Height = 16
Caption = 'Show old &8.3 filenames lowercase (like explorer)'
TabOrder = 1
OnClick = SymbolsClick
end
object IdConfOldStyleTree: TCheckBox
Tag = 68
Left = 10
Top = 48
Width = 357
Height = 16
Caption = 'Alwa&ys load complete directory tree'
TabOrder = 2
OnClick = SymbolsClick
end
end
object GroupBox1: TGroupBox
Tag = 55
Left = 8
Top = 122
Width = 373
Height = 85
Caption = ' Show symbols to the left of the filename '
TabOrder = 2
object IdConfShowAllIcons: TRadioButton
Tag = 56
Left = 10
Top = 32
Width = 135
Height = 16
Caption = '&All'
TabOrder = 1
TabStop = True
OnClick = SymbolsClick
end
object IdConfshowStandardIcons: TRadioButton
Tag = 57
Left = 10
Top = 49
Width = 357
Height = 16
Caption = '&Only standard symbols'
TabOrder = 2
OnClick = SymbolsClick
end
object IdConfShowNoIcons: TRadioButton
Tag = 58
Left = 10
Top = 66
Width = 357
Height = 16
Caption = '&No symbols'
TabOrder = 3
OnClick = SymbolsClick
end
object IdConfAllAndEXE: TRadioButton
Tag = 66
Left = 10
Top = 15
Width = 357
Height = 16
Caption = 'All associated + &EXE/LNK (slow, 32-bit only)'
TabOrder = 0
TabStop = True
OnClick = SymbolsClick
end
object NotOnFloppy: TCheckBox
Tag = 67
Left = 156
Top = 31
Width = 211
Height = 17
Caption = 'EXE/LNK no&t on floppy'
TabOrder = 4
OnClick = SymbolsClick
end
end
object Sortingdirectories: TGroupBox
Tag = 59
Left = 8
Top = 208
Width = 373
Height = 50
Caption = ' Sorting directories '
TabOrder = 3
object IdConfDirsByName: TRadioButton
Tag = 60
Left = 10
Top = 15
Width = 357
Height = 16
Caption = 'Always &by name'
TabOrder = 0
TabStop = True
OnClick = SymbolsClick
end
object IdConfDirsLikeFiles: TRadioButton
Tag = 61
Left = 10
Top = 31
Width = 357
Height = 16
Caption = 'Like &files (also by time)'
TabOrder = 1
OnClick = SymbolsClick
end
end
object Helptexts: TGroupBox
Tag = 62
Left = 8
Top = 260
Width = 373
Height = 69
Caption = ' Help texts '
TabOrder = 4
object IdConf_tooltips: TCheckBox
Tag = 63
Left = 10
Top = 14
Width = 357
Height = 16
Caption = 'Show &help texts for buttons (tooltips)'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object IdConf_drivetips: TCheckBox
Tag = 64
Left = 10
Top = 31
Width = 357
Height = 16
Caption = 'Show &volume labels/network paths for drives'
TabOrder = 1
OnClick = IDAnyButtonClick
end
object IdConf_NameTips: TCheckBox
Tag = 69
Left = 10
Top = 49
Width = 357
Height = 16
Caption = 'Sho&w filename in file list as tooltip if truncated'
TabOrder = 2
OnClick = IDAnyButtonClick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 350
Caption = 'Language'
object Label3: TLabel
Tag = 70
Left = 16
Top = 22
Width = 346
Height = 27
AutoSize = False
Caption = '&Change the language/ Sprache wechseln/ Changer de langue'
FocusControl = id_langlist
WordWrap = True
end
object Menufile: TLabel
Tag = 71
Left = 16
Top = 242
Width = 237
Height = 15
AutoSize = False
Caption = '&Main menu file:'
FocusControl = id_main_name
end
object id_langlist: TListBox
Left = 16
Top = 52
Width = 350
Height = 121
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
IntegralHeight = True
ItemHeight = 13
ParentFont = False
Sorted = True
TabOrder = 0
OnClick = id_langlistClick
end
object id_main_name: TEdit
Left = 17
Top = 261
Width = 236
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnChange = id_main_nameChange
OnClick = id_main_nameChange
end
object id_main_search: TButton
Left = 255
Top = 259
Width = 30
Height = 23
Caption = '&>>'
TabOrder = 2
OnClick = id_main_searchClick
end
object id_main_edit: TButton
Tag = 72
Left = 287
Top = 259
Width = 78
Height = 23
Caption = '&Edit'
TabOrder = 3
OnClick = id_main_editClick
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 250
Caption = 'Edit/View'
object Keys: TLabel
Tag = 88
Left = 300
Top = 8
Width = 26
Height = 13
Caption = 'Keys:'
end
object ViewerforF3: TGroupBox
Tag = 80
Left = 4
Top = 25
Width = 375
Height = 156
Caption = ' Viewer for F3 '
TabOrder = 0
object pDefault: TLabel
Tag = 85
Left = 8
Top = 124
Width = 77
Height = 14
Alignment = taRightJustify
AutoSize = False
Caption = '&Default:'
FocusControl = IdConfview
WordWrap = True
end
object idConfonefile1: TLabel
Left = 302
Top = 25
Width = 64
Height = 14
AutoSize = False
Caption = 'F3'
WordWrap = True
end
object IdConfmultiple1: TLabel
Left = 302
Top = 47
Width = 64
Height = 14
AutoSize = False
Caption = 'Shift+F3'
WordWrap = True
end
object IdConfexternalview1: TLabel
Left = 302
Top = 69
Width = 64
Height = 14
AutoSize = False
Caption = 'Alt+F3'
WordWrap = True
end
object Bevel1: TBevel
Left = 296
Top = 7
Width = 2
Height = 147
Shape = bsRightLine
end
object IdConfonefile: TRadioButton
Tag = 81
Left = 10
Top = 25
Width = 280
Height = 14
Caption = '&Internal Viewer with file under cursor'
TabOrder = 0
TabStop = True
OnClick = IdConfonefileClick
end
object IdConfmultiple: TRadioButton
Tag = 82
Left = 10
Top = 47
Width = 280
Height = 14
Caption = 'Internal Viewer with &selected files'
TabOrder = 1
TabStop = True
OnClick = IdConfmultipleClick
end
object IdConfexternalview: TRadioButton
Tag = 83
Left = 10
Top = 69
Width = 280
Height = 14
Caption = 'E&xternal Viewer:'
TabOrder = 2
TabStop = True
OnClick = IdConfexternalviewClick
end
object IdConfAssociateViewer: TButton
Tag = 84
Left = 92
Top = 90
Width = 199
Height = 23
Caption = '&Associations...'
TabOrder = 3
OnClick = IdConfAssociateViewerClick
end
object IdConfview: TEdit
Left = 88
Top = 121
Width = 174
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 4
OnChange = IDAnyButtonClick
end
object id_conf_find1: TButton
Left = 264
Top = 119
Width = 27
Height = 23
Caption = '>>'
TabOrder = 5
OnClick = id_conf_find1Click
end
end
object EditorforF4: TGroupBox
Tag = 86
Left = 4
Top = 192
Width = 375
Height = 89
Caption = ' Editor for F4 '
TabOrder = 1
object Editor: TLabel
Tag = 87
Left = 10
Top = 34
Width = 270
Height = 14
AutoSize = False
Caption = '&Editor:'
FocusControl = IdConfed
WordWrap = True
end
object F4: TLabel
Left = 302
Top = 60
Width = 64
Height = 14
AutoSize = False
Caption = 'F4'
WordWrap = True
end
object Bevel2: TBevel
Left = 296
Top = 7
Width = 2
Height = 80
Shape = bsRightLine
end
object IdConfed: TEdit
Left = 10
Top = 57
Width = 252
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_conf_find2: TButton
Left = 264
Top = 55
Width = 27
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_conf_find2Click
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 180
Caption = 'Font'
object GroupBox3: TGroupBox
Tag = 90
Left = 8
Top = 4
Width = 370
Height = 117
Caption = ' &File list font '
TabOrder = 0
object IdFontFace1: TLabel
Left = 10
Top = 24
Width = 215
Height = 15
AutoSize = False
Caption = 'IdFontFace1'
end
object id_FontExample: TLabel
Left = 10
Top = 58
Width = 354
Height = 53
AutoSize = False
Caption = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz ���������'
WordWrap = True
end
object Bevel3: TBevel
Left = 1
Top = 52
Width = 367
Height = 9
Shape = bsTopLine
end
object ChangeFont1: TButton
Tag = 91
Left = 229
Top = 20
Width = 133
Height = 23
Caption = 'Change font'
TabOrder = 0
OnClick = ChangeFont1Click
end
end
object GroupBox2: TGroupBox
Tag = 92
Left = 8
Top = 120
Width = 370
Height = 117
Caption = ' &Main window font '
TabOrder = 1
object IdFontFace2: TLabel
Left = 10
Top = 24
Width = 215
Height = 15
AutoSize = False
Caption = 'IdFontFace2'
end
object id_FontExample2: TLabel
Left = 10
Top = 58
Width = 354
Height = 53
AutoSize = False
Caption = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz ���������'
WordWrap = True
end
object Bevel4: TBevel
Left = 1
Top = 52
Width = 367
Height = 9
Shape = bsTopLine
end
object ChangeFont2: TButton
Tag = 91
Left = 229
Top = 20
Width = 133
Height = 23
Caption = 'Change font:'
TabOrder = 0
OnClick = ChangeFont2Click
end
end
object SymbolSize: TGroupBox
Tag = 93
Left = 8
Top = 236
Width = 370
Height = 73
Caption = ' &Symbol size '
TabOrder = 2
object idiconsize: TComboBox
Left = 10
Top = 29
Width = 85
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'16x16'
'32x32')
ParentFont = False
TabOrder = 0
OnChange = idiconsizeChange
end
object id_iconexample: TOwnerdrawPanel
Left = 305
Top = 13
Width = 54
Height = 54
BevelOuter = bvLowered
TabOrder = 1
OnPaint = id_iconexamplePaint
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 190
Caption = 'Color'
object GroupBox6: TGroupBox
Tag = 100
Left = 8
Top = 40
Width = 377
Height = 235
Caption = ' Color '
TabOrder = 0
object Fontcolor: TLabel
Tag = 101
Left = 10
Top = 39
Width = 113
Height = 14
AutoSize = False
Caption = '&Font color:'
FocusControl = id_ForeColor
WordWrap = True
end
object Background: TLabel
Tag = 102
Left = 10
Top = 67
Width = 113
Height = 14
AutoSize = False
Caption = '&Background:'
FocusControl = id_BackColor
WordWrap = True
end
object Markcolor: TLabel
Tag = 103
Left = 10
Top = 95
Width = 113
Height = 14
AutoSize = False
Caption = '&Mark color:'
FocusControl = id_MarkColor
WordWrap = True
end
object Cursorcolor: TLabel
Tag = 104
Left = 10
Top = 123
Width = 113
Height = 14
AutoSize = False
Caption = '&Cursor color:'
FocusControl = id_CursorColor
WordWrap = True
end
object Cursorfont: TLabel
Tag = 105
Left = 10
Top = 151
Width = 113
Height = 14
AutoSize = False
Caption = 'Cu&rsor font:'
FocusControl = id_CursorFontColor
WordWrap = True
end
object Label1: TLabel
Tag = 106
Left = 246
Top = 33
Width = 115
Height = 20
AutoSize = False
Caption = 'Example:'
WordWrap = True
end
object id_ForeColor: TComboBox
Left = 126
Top = 35
Width = 90
Height = 22
Style = csOwnerDrawFixed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17')
ParentFont = False
TabOrder = 0
OnClick = ColorClick
OnDrawItem = ColorDrawItem
end
object id_BackColor: TComboBox
Left = 126
Top = 63
Width = 90
Height = 22
Style = csOwnerDrawFixed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17')
ParentFont = False
TabOrder = 2
OnClick = ColorClick
OnDrawItem = ColorDrawItem
end
object id_MarkColor: TComboBox
Left = 126
Top = 91
Width = 90
Height = 22
Style = csOwnerDrawFixed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17')
ParentFont = False
TabOrder = 4
OnClick = ColorClick
OnDrawItem = ColorDrawItem
end
object id_CursorColor: TComboBox
Left = 126
Top = 119
Width = 90
Height = 22
Style = csOwnerDrawFixed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17')
ParentFont = False
TabOrder = 6
OnClick = ColorClick
OnDrawItem = ColorDrawItem
end
object id_CursorFontColor: TComboBox
Left = 126
Top = 147
Width = 90
Height = 22
Style = csOwnerDrawFixed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17')
ParentFont = False
TabOrder = 8
OnClick = ColorClick
OnDrawItem = ColorDrawItem
end
object Panel3: TPanel
Left = 244
Top = 56
Width = 117
Height = 109
BevelOuter = bvLowered
Caption = 'Panel3'
TabOrder = 10
object id_colorexample: TOwnerdrawPanel
Left = 8
Top = 8
Width = 101
Height = 93
TabOrder = 0
OnPaint = id_colorexamplePaint
end
end
object id_CursorInverted: TCheckBox
Tag = 107
Left = 10
Top = 188
Width = 351
Height = 15
Caption = '&Use inverted cursor'
TabOrder = 11
OnClick = id_CursorInvertedClick
end
object id_ForeChooseColor: TButton
Left = 216
Top = 35
Width = 22
Height = 21
Caption = '>>'
TabOrder = 1
OnClick = id_ChooseColorClick
end
object id_BackChooseColor: TButton
Left = 216
Top = 63
Width = 22
Height = 21
Caption = '>>'
TabOrder = 3
OnClick = id_ChooseColorClick
end
object id_MarkChooseColor: TButton
Left = 216
Top = 91
Width = 22
Height = 21
Caption = '>>'
TabOrder = 5
OnClick = id_ChooseColorClick
end
object id_CursorChooseColor: TButton
Left = 216
Top = 119
Width = 22
Height = 21
Caption = '>>'
TabOrder = 7
OnClick = id_ChooseColorClick
end
object id_CursorFontChooseColor: TButton
Left = 216
Top = 147
Width = 22
Height = 21
Caption = '>>'
TabOrder = 9
OnClick = id_ChooseColorClick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 220
Caption = 'Confirmation'
object Getconfirmationbefore: TGroupBox
Tag = 110
Left = 12
Top = 62
Width = 366
Height = 187
Caption = ' Get confirmation before '
TabOrder = 0
object confirm_overwrite: TCheckBox
Tag = 112
Left = 10
Top = 61
Width = 348
Height = 20
Caption = '&Overwriting files'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object confirm_readonly: TCheckBox
Tag = 113
Left = 10
Top = 91
Width = 348
Height = 20
Caption = 'Overwriting/Deleting &read-only files'
TabOrder = 1
OnClick = IDAnyButtonClick
end
object confirm_hidsys: TCheckBox
Tag = 114
Left = 10
Top = 121
Width = 348
Height = 20
Caption = 'Overwriting/Deleting &hidden/system files'
TabOrder = 2
OnClick = IDAnyButtonClick
end
object confirm_mouse: TCheckBox
Tag = 115
Left = 10
Top = 151
Width = 348
Height = 20
Caption = '&Drag&&Drop (copying files with mouse)'
TabOrder = 3
OnClick = IDAnyButtonClick
end
object confirm_dirs: TCheckBox
Tag = 111
Left = 10
Top = 31
Width = 348
Height = 20
Caption = 'Deleting &non-empty directories'
TabOrder = 4
OnClick = IDAnyButtonClick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 170
Caption = 'Packer'
object zip_likedirs: TCheckBox
Tag = 120
Left = 14
Top = 6
Width = 363
Height = 20
Caption = 'Treat archives like &directories'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object ZipHeader: TGroupBox
Left = 4
Top = 27
Width = 378
Height = 46
Caption = ' ZIP '
TabOrder = 1
object ZipPacker2: TLabel
Tag = 121
Left = 10
Top = 18
Width = 114
Height = 15
AutoSize = False
Caption = '&ZIP packer:'
FocusControl = JumptoZipPage
end
object JumptoZipPage: TButton
Tag = 122
Left = 125
Top = 14
Width = 245
Height = 23
Caption = '&Configure ZIP packer...'
TabOrder = 0
OnClick = JumptoZipPageClick
end
end
object ARJ: TGroupBox
Left = 4
Top = 77
Width = 378
Height = 76
Caption = ' ARJ '
TabOrder = 2
object ARJpacker: TLabel
Tag = 123
Left = 10
Top = 20
Width = 114
Height = 15
AutoSize = False
Caption = '&ARJ packer:'
FocusControl = arj_packer
end
object arj_packer: TEdit
Left = 125
Top = 17
Width = 221
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_zip_find3: TButton
Left = 346
Top = 16
Width = 24
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_zip_find3Click
end
object arj_useinternal: TCheckBox
Tag = 124
Left = 10
Top = 42
Width = 360
Height = 14
Caption = '&Use internal un-ARJ if possible'
TabOrder = 2
OnClick = IDAnyButtonClick
end
object arj_longnames: TCheckBox
Tag = 129
Left = 10
Top = 58
Width = 360
Height = 14
Caption = '&Pass long filenames to ARJ (ARJ 2.55 or later required)'
TabOrder = 3
OnClick = IDAnyButtonClick
end
end
object LHA: TGroupBox
Left = 4
Top = 154
Width = 378
Height = 60
Caption = ' LHA '
TabOrder = 3
object LHApacker: TLabel
Tag = 125
Left = 10
Top = 16
Width = 114
Height = 15
AutoSize = False
Caption = '&LHA packer:'
FocusControl = lha_packer
end
object lha_packer: TEdit
Left = 125
Top = 13
Width = 221
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_zip_find4: TButton
Left = 346
Top = 12
Width = 24
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_zip_find4Click
end
object lzh_useinternal: TCheckBox
Tag = 126
Left = 10
Top = 38
Width = 360
Height = 14
Caption = 'Us&e internal un-LZH if possible'
TabOrder = 2
OnClick = IDAnyButtonClick
end
end
object RAR: TGroupBox
Left = 4
Top = 216
Width = 378
Height = 44
Caption = ' RAR '
TabOrder = 4
object RARPacker: TLabel
Tag = 127
Left = 10
Top = 16
Width = 114
Height = 15
AutoSize = False
Caption = '&RAR Packer:'
FocusControl = rar_packer
end
object rar_packer: TEdit
Left = 125
Top = 13
Width = 221
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_zip_find5: TButton
Left = 346
Top = 12
Width = 24
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_zip_find5Click
end
end
object UC2: TGroupBox
Left = 4
Top = 262
Width = 378
Height = 44
Caption = ' UC2 '
TabOrder = 5
object UC2Packer: TLabel
Tag = 128
Left = 10
Top = 16
Width = 114
Height = 15
AutoSize = False
Caption = 'UC&2 Packer:'
FocusControl = uc2_packer
end
object uc2_packer: TEdit
Left = 125
Top = 13
Width = 221
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_zip_find6: TButton
Left = 346
Top = 12
Width = 24
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_zip_find6Click
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 290
Caption = 'Zip packer'
object ZIP: TGroupBox
Left = 5
Top = 4
Width = 377
Height = 97
Caption = ' ZIP '
TabOrder = 0
object ZIPpacker: TLabel
Tag = 130
Left = 10
Top = 17
Width = 99
Height = 14
AutoSize = False
Caption = '&ZIP packer:'
FocusControl = zip_packer
end
object ZIPunpacker: TLabel
Tag = 133
Left = 10
Top = 58
Width = 99
Height = 14
AutoSize = False
Caption = 'ZIP &unpacker:'
FocusControl = zip_extract
end
object zip_packer: TEdit
Left = 109
Top = 14
Width = 235
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 0
OnChange = IDAnyButtonClick
end
object id_zip_find1: TButton
Left = 346
Top = 13
Width = 26
Height = 23
Caption = '>>'
TabOrder = 1
OnClick = id_zip_find1Click
end
object zip_internalpack: TCheckBox
Tag = 131
Left = 10
Top = 38
Width = 178
Height = 14
Caption = 'Use internal ZIP &packer'
TabOrder = 2
OnClick = zip_internalpackClick
end
object zip_zipnt: TCheckBox
Tag = 132
Left = 193
Top = 38
Width = 180
Height = 14
Caption = 'U&se ZIP-NT 2.01'
TabOrder = 3
OnClick = zip_zipntClick
end
object zip_extract: TEdit
Left = 109
Top = 55
Width = 235
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 4
OnChange = IDAnyButtonClick
end
object id_zip_find2: TButton
Left = 346
Top = 54
Width = 26
Height = 23
Caption = '>>'
TabOrder = 5
OnClick = id_zip_find2Click
end
object zip_useinternal: TCheckBox
Tag = 134
Left = 10
Top = 79
Width = 360
Height = 14
Caption = 'Always use &internal unzipping (if possible)'
TabOrder = 6
OnClick = IDAnyButtonClick
end
end
object Compression09: TGroupBox
Tag = 135
Left = 6
Top = 104
Width = 377
Height = 89
Caption = ' Internal ZIP compression (0-9) '
TabOrder = 1
object none: TLabel
Tag = 140
Left = 142
Top = 65
Width = 228
Height = 14
AutoSize = False
Caption = '(0 = none)'
WordWrap = True
end
object internalzip_default: TRadioButton
Tag = 136
Left = 10
Top = 17
Width = 360
Height = 14
Caption = '&normal compression (6)'
TabOrder = 0
TabStop = True
OnClick = internalzip_defaultClick
end
object internalzip_max: TRadioButton
Tag = 137
Left = 10
Top = 33
Width = 360
Height = 14
Caption = '&maximum compression (9)'
TabOrder = 1
TabStop = True
OnClick = internalzip_maxClick
end
object internalzip_min: TRadioButton
Tag = 138
Left = 10
Top = 49
Width = 360
Height = 14
Caption = '&fastest compression (1)'
TabOrder = 2
TabStop = True
OnClick = internalzip_minClick
end
object internalzip_other: TRadioButton
Tag = 139
Left = 10
Top = 65
Width = 84
Height = 14
Caption = '&other:'
TabOrder = 3
TabStop = True
OnClick = IDAnyButtonClick
end
object internalzip_value: TEdit
Left = 97
Top = 62
Width = 22
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 1
ParentFont = False
TabOrder = 4
Text = '1'
OnChange = IDAnyButtonClick
OnEnter = internalzip_valueEnter
end
object internalzip_scroller: TScrollBar
Left = 120
Top = 62
Width = 17
Height = 21
Kind = sbVertical
TabOrder = 5
TabStop = False
OnScroll = internalzip_scrollerScroll
end
end
object Directoryfortemporaryfiles: TGroupBox
Tag = 141
Left = 6
Top = 196
Width = 377
Height = 65
Caption = ' Directory for temporary files (internal ZIP) '
TabOrder = 2
object internalzip_settemp: TRadioButton
Tag = 142
Left = 10
Top = 18
Width = 360
Height = 14
Caption = '&default ("set temp=" in autoexec.bat)'
TabOrder = 0
TabStop = True
OnClick = IDAnyButtonClick
end
object internalzip_otherdir: TRadioButton
Tag = 143
Left = 10
Top = 38
Width = 96
Height = 14
Caption = 'o&ther:'
TabOrder = 1
TabStop = True
OnClick = internalzip_otherdirClick
end
object internalzip_tempdir: TEdit
Left = 107
Top = 36
Width = 263
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 255
ParentFont = False
TabOrder = 2
OnChange = internalzip_tempdirChange
end
end
object AdditionalSettings: TGroupBox
Tag = 144
Left = 6
Top = 264
Width = 377
Height = 41
Caption = ' Additional Settings '
TabOrder = 3
object zip_83name: TCheckBox
Tag = 145
Left = 12
Top = 16
Width = 163
Height = 17
Caption = 'Use &8.3 short filenames'
TabOrder = 0
OnClick = IDAnyButtonClick
end
object zip_setdate: TCheckBox
Tag = 146
Left = 175
Top = 16
Width = 197
Height = 17
Caption = 'S&et ZIP date to newest file date'
TabOrder = 1
OnClick = IDAnyButtonClick
end
end
end
object TTabPage
Left = 4
Top = 42
HelpContext = 260
Caption = 'Tabstops'
object Showfileextensions: TGroupBox
Tag = 150
Left = 80
Top = 10
Width = 227
Height = 63
Caption = ' Show file extensions '
TabOrder = 0
object id_confExtAfterName: TRadioButton
Tag = 151
Left = 10
Top = 17
Width = 212
Height = 14
Caption = 'di&rectly after filename'
TabOrder = 0
TabStop = True
OnClick = id_confExtAfterNameClick
end
object id_confExtAligned: TRadioButton
Tag = 152
Left = 10
Top = 38
Width = 212
Height = 14
Caption = 'ali&gned (with Tab)'
TabOrder = 1
OnClick = id_confExtAlignedClick
end
end
object GroupBoxID106: TGroupBox
Tag = 153
Left = 80
Top = 82
Width = 227
Height = 135
Caption = ' Tabstops '
TabOrder = 1
object Extension: TLabel
Tag = 154
Left = 10
Top = 20
Width = 112
Height = 14
AutoSize = False
Caption = '&Extension:'
FocusControl = id_tabExt
WordWrap = True
end
object Label4: TLabel
Tag = 155
Left = 10
Top = 48
Width = 112
Height = 14
AutoSize = False
Caption = '&Size:'
FocusControl = id_tabSize
WordWrap = True
end
object Date: TLabel
Tag = 156
Left = 10
Top = 76
Width = 112
Height = 14
AutoSize = False
Caption = '&Date/Time:'
FocusControl = id_TabDate
WordWrap = True
end
object Attributes: TLabel
Tag = 157
Left = 10
Top = 104
Width = 112
Height = 14
AutoSize = False
Caption = '&Attributes:'
FocusControl = id_TabAttr
WordWrap = True
end
object id_tabSize: TEdit
Left = 124
Top = 45
Width = 60
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 5
ParentFont = False
TabOrder = 0
OnChange = TabEditChange
end
object ScrollBar2: TScrollBar
Left = 184
Top = 45
Width = 18
Height = 20
Kind = sbVertical
TabOrder = 1
TabStop = False
OnScroll = ScrollBar2Scroll
end
object id_TabDate: TEdit
Left = 124
Top = 73
Width = 60
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 5
ParentFont = False
TabOrder = 2
OnChange = TabEditChange
end
object ScrollBar3: TScrollBar
Left = 184
Top = 73
Width = 18
Height = 20
Kind = sbVertical
TabOrder = 3
TabStop = False
OnScroll = ScrollBar3Scroll
end
object id_TabAttr: TEdit
Left = 124
Top = 101
Width = 60
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 5
ParentFont = False
TabOrder = 4
OnChange = TabEditChange
end
object ScrollBar5: TScrollBar
Left = 184
Top = 101
Width = 18
Height = 20
Kind = sbVertical
TabOrder = 5
TabStop = False
OnScroll = ScrollBar5Scroll
end
object id_tabExt: TEdit
Left = 124
Top = 17
Width = 60
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 5
ParentFont = False
TabOrder = 6
OnChange = TabEditChange
end
object ScrollBar1: TScrollBar
Left = 184
Top = 17
Width = 18
Height = 20
Kind = sbVertical
TabOrder = 7
TabStop = False
OnScroll = ScrollBar1Scroll
end
end
object id_TabDefaults: TButton
Tag = 159
Left = 153
Top = 291
Width = 80
Height = 23
Caption = 'De&fault'
TabOrder = 3
OnClick = id_TabDefaultsClick
end
object Panel1: TPanel
Left = 80
Top = 228
Width = 227
Height = 57
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object id_ShowCentury: TCheckBox
Tag = 158
Left = 10
Top = 10
Width = 213
Height = 14
Caption = 'Show ¢ury in date (19xx)'
TabOrder = 0
OnClick = TabPageChangedClick
end
object id_UseAMPMFormat: TCheckBox
Tag = 160
Left = 10
Top = 31
Width = 213
Height = 14
Caption = '&Use 12 hour AM/PM format'
TabOrder = 1
OnClick = TabPageChangedClick
end
end
end
end
object Translate1: TTranslate
Tag = 5100
Left = 8
Top = 384
end
object ResolutionFix1: TResolutionFix
Left = 40
Top = 384
end
end