home *** CD-ROM | disk | FTP | other *** search
- object frmConf: TfrmConf
- Left = 206
- Top = 156
- HelpContext = 111
- BorderStyle = bsDialog
- Caption = 'Configuration'
- ClientHeight = 425
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOk: TButton
- Left = 160
- Top = 392
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 240
- Top = 392
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 4
- Top = 0
- Width = 393
- Height = 385
- ActivePage = TabView
- HotTrack = True
- MultiLine = True
- TabOrder = 3
- object TabView: TTabSheet
- Caption = 'View '
- object GroupBox2: TGroupBox
- Left = 200
- Top = 128
- Width = 177
- Height = 113
- Caption = ' List view '
- TabOrder = 2
- object cbGrid: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = '&Gridlines'
- TabOrder = 0
- end
- object cbRow: TCheckBox
- Left = 8
- Top = 40
- Width = 97
- Height = 17
- Caption = '&Full row select'
- TabOrder = 1
- end
- object cbFlatScroll: TCheckBox
- Left = 8
- Top = 64
- Width = 97
- Height = 17
- Caption = 'Fl&at scrollbars'
- TabOrder = 2
- end
- object cbHot: TCheckBox
- Left = 8
- Top = 88
- Width = 137
- Height = 17
- Caption = '&HTML style (single click)'
- TabOrder = 3
- end
- end
- object GroupBox7: TGroupBox
- Left = 200
- Top = 8
- Width = 177
- Height = 113
- Caption = ' List view icons'
- TabOrder = 1
- object rbReport: TRadioButton
- Left = 8
- Top = 88
- Width = 113
- Height = 17
- Caption = '&Report'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object rbList: TRadioButton
- Left = 8
- Top = 64
- Width = 113
- Height = 17
- Caption = '&List'
- TabOrder = 2
- end
- object rbIcon: TRadioButton
- Left = 8
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Large &Icons'
- TabOrder = 0
- end
- object rbSmall: TRadioButton
- Left = 8
- Top = 40
- Width = 113
- Height = 17
- Caption = '&Small Icons'
- TabOrder = 1
- end
- end
- object GroupBox14: TGroupBox
- Left = 8
- Top = 8
- Width = 185
- Height = 297
- Caption = ' Columns '
- TabOrder = 0
- object cbFN: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Filename'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 0
- end
- object cbModified: TCheckBox
- Left = 8
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Modified'
- TabOrder = 1
- end
- object cbSize: TCheckBox
- Left = 8
- Top = 48
- Width = 97
- Height = 17
- Caption = 'Size'
- TabOrder = 2
- end
- object cbRatio: TCheckBox
- Left = 8
- Top = 64
- Width = 97
- Height = 17
- Caption = 'Ratio'
- TabOrder = 3
- end
- object cbPacked: TCheckBox
- Left = 8
- Top = 80
- Width = 97
- Height = 17
- Caption = 'Packed'
- TabOrder = 4
- end
- object cbPath: TCheckBox
- Left = 8
- Top = 128
- Width = 97
- Height = 17
- Caption = 'Path'
- TabOrder = 7
- end
- object cbMethod: TCheckBox
- Left = 8
- Top = 96
- Width = 97
- Height = 17
- Caption = 'Method'
- TabOrder = 5
- end
- object cbAttribute: TCheckBox
- Left = 8
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Attributes'
- TabOrder = 6
- end
- object cbFileType: TCheckBox
- Left = 8
- Top = 144
- Width = 97
- Height = 17
- Caption = 'File Type'
- TabOrder = 8
- end
- object cbCRC: TCheckBox
- Left = 8
- Top = 160
- Width = 97
- Height = 17
- Caption = 'CRC'
- TabOrder = 9
- end
- object cbOffset: TCheckBox
- Left = 8
- Top = 176
- Width = 97
- Height = 17
- Caption = 'File Offset'
- TabOrder = 10
- end
- object cbEncrypted: TCheckBox
- Left = 8
- Top = 192
- Width = 97
- Height = 17
- Caption = 'Encrypted'
- TabOrder = 11
- end
- object cbVolumeID: TCheckBox
- Left = 8
- Top = 208
- Width = 97
- Height = 17
- Caption = 'Volume ID'
- TabOrder = 12
- end
- object cbComment: TCheckBox
- Left = 8
- Top = 224
- Width = 97
- Height = 17
- Caption = 'File Comment'
- TabOrder = 13
- end
- object Button2: TButton
- Left = 8
- Top = 248
- Width = 75
- Height = 25
- Caption = '&Defaults'
- TabOrder = 14
- OnClick = Button2Click
- end
- end
- end
- object TabSheet5: TTabSheet
- Caption = 'Toolbar '
- ImageIndex = 6
- object GroupBox12: TGroupBox
- Left = 8
- Top = 72
- Width = 369
- Height = 73
- Caption = ' Toolbar bitmap (background) '
- TabOrder = 1
- object cbBitmap: TCheckBox
- Left = 8
- Top = 16
- Width = 81
- Height = 17
- Caption = 'Use &bitmap'
- TabOrder = 0
- OnClick = cbBitmapClick
- end
- object edtBitmap: TEdit
- Left = 8
- Top = 40
- Width = 329
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object btnBitmap: TButton
- Left = 340
- Top = 40
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 2
- OnClick = btnBitmapClick
- end
- end
- object GroupBox10: TGroupBox
- Left = 8
- Top = 8
- Width = 369
- Height = 57
- Caption = ' View '
- TabOrder = 0
- object cbFlat: TCheckBox
- Left = 8
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Use &Flat toolbar buttons'
- TabOrder = 0
- end
- object cbHint: TCheckBox
- Left = 192
- Top = 16
- Width = 97
- Height = 17
- Caption = '&Show tooltips'
- TabOrder = 2
- end
- object cbText: TCheckBox
- Left = 8
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Show &text'
- TabOrder = 1
- end
- object cbSep: TCheckBox
- Left = 192
- Top = 32
- Width = 137
- Height = 17
- Caption = 'S&how toolbar seperators'
- TabOrder = 3
- end
- end
- object Button1: TButton
- Left = 228
- Top = 288
- Width = 149
- Height = 25
- Caption = '&Customize Toolbar'
- TabOrder = 3
- OnClick = Button1Click
- end
- object GroupBox4: TGroupBox
- Left = 8
- Top = 152
- Width = 369
- Height = 129
- Caption = ' Toolbar Skin '
- TabOrder = 2
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 38
- Height = 13
- Caption = 'Sample:'
- end
- object ScrollBox1: TScrollBox
- Left = 8
- Top = 32
- Width = 353
- Height = 53
- HorzScrollBar.Smooth = True
- HorzScrollBar.Style = ssHotTrack
- TabOrder = 0
- object imgSkin: TImage
- Left = 0
- Top = 0
- Width = 608
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- object edtSkin: TEdit
- Left = 8
- Top = 96
- Width = 329
- Height = 21
- TabOrder = 1
- end
- object btnSkin: TButton
- Left = 340
- Top = 96
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 2
- OnClick = btnSkinClick
- end
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Folders '
- ImageIndex = 5
- object GroupBox8: TGroupBox
- Left = 8
- Top = 64
- Width = 369
- Height = 49
- Caption = ' &Checkout base folder '
- TabOrder = 1
- object edtCheckout: TEdit
- Left = 8
- Top = 16
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object btnBrowse4: TButton
- Left = 340
- Top = 16
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowse4Click
- end
- end
- object GroupBox9: TGroupBox
- Left = 8
- Top = 224
- Width = 369
- Height = 97
- Caption = ' &Extract folder '
- TabOrder = 3
- object edtExFolder: TEdit
- Left = 64
- Top = 62
- Width = 273
- Height = 21
- TabOrder = 3
- end
- object Button6: TButton
- Left = 340
- Top = 62
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 4
- OnClick = Button6Click
- end
- object rbExLast: TRadioButton
- Left = 8
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Last extract folder'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbExLastClick
- end
- object rbExFolder: TRadioButton
- Left = 8
- Top = 64
- Width = 57
- Height = 17
- Caption = 'Folder:'
- TabOrder = 2
- end
- object rbExOpen: TRadioButton
- Left = 8
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Open archive folder'
- TabOrder = 0
- OnClick = rbExOpenClick
- end
- end
- object GroupBox11: TGroupBox
- Left = 8
- Top = 8
- Width = 369
- Height = 49
- Caption = '&Temp folder '
- TabOrder = 0
- object edtTemp: TEdit
- Left = 8
- Top = 16
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object btnBrowse3: TButton
- Left = 340
- Top = 16
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowse3Click
- end
- end
- object GroupBox15: TGroupBox
- Left = 8
- Top = 120
- Width = 369
- Height = 97
- Caption = ' &Add folder '
- TabOrder = 2
- object edtAddFolder: TEdit
- Left = 64
- Top = 62
- Width = 273
- Height = 21
- TabOrder = 3
- end
- object Button3: TButton
- Left = 340
- Top = 62
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 4
- OnClick = Button3Click
- end
- object rbAddLast: TRadioButton
- Left = 8
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Last add folder'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbAddLastClick
- end
- object rbAddFolder: TRadioButton
- Left = 8
- Top = 64
- Width = 57
- Height = 17
- Caption = 'Folder:'
- TabOrder = 2
- end
- object rbAddOpen: TRadioButton
- Left = 8
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Open archive folder'
- TabOrder = 0
- OnClick = rbAddOpenClick
- end
- end
- end
- object TabPro: TTabSheet
- Caption = 'Program Locations'
- ImageIndex = 2
- object GroupBox5: TGroupBox
- Left = 8
- Top = 8
- Width = 369
- Height = 73
- Caption = ' &Viewer '
- TabOrder = 0
- object edtViewer: TEdit
- Left = 8
- Top = 32
- Width = 329
- Height = 21
- TabOrder = 0
- Text = ' '
- end
- object btnBrowse1: TButton
- Left = 340
- Top = 32
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowse1Click
- end
- end
- object GroupBox6: TGroupBox
- Left = 8
- Top = 88
- Width = 369
- Height = 129
- Caption = ' Optional Virus scanner '
- TabOrder = 1
- object Label3: TLabel
- Left = 8
- Top = 24
- Width = 43
- Height = 13
- Caption = '&Scanner:'
- FocusControl = cboScanner
- end
- object Label4: TLabel
- Left = 8
- Top = 76
- Width = 56
- Height = 13
- Caption = '&Parameters:'
- FocusControl = edtScanParam
- end
- object edtScanParam: TEdit
- Left = 8
- Top = 92
- Width = 353
- Height = 21
- TabOrder = 2
- end
- object cboScanner: TComboBox
- Left = 8
- Top = 40
- Width = 329
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = cboScannerChange
- Items.Strings = (
- 'F-PROT.EXE'
- 'NAVW32.EXE'
- 'NAVWNT.EXE'
- 'SCAN32.EXE')
- end
- object btnBrowse2: TButton
- Left = 340
- Top = 40
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowse2Click
- end
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'File Formats'
- ImageIndex = 3
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 369
- Height = 305
- Caption = ' Associate UltimateZip with checked filetyps '
- TabOrder = 0
- object btnAssociate: TButton
- Left = 240
- Top = 24
- Width = 113
- Height = 25
- Caption = '&Associate now'
- TabOrder = 2
- OnClick = btnAssociateClick
- end
- object clbAsso: TCheckListBox
- Left = 8
- Top = 16
- Width = 209
- Height = 249
- ItemHeight = 13
- Items.Strings = (
- '.ace'
- '.arc'
- '.arj'
- '.bh'
- '.cab'
- '.enc'
- '.gz'
- '.ha'
- '.jar'
- '.lha'
- '.lzh'
- '.pak'
- '.pk3'
- '.pk_'
- '.rar'
- '.tar'
- '.tgz'
- '.uu'
- '.uue'
- '.uzb'
- '.uze'
- '.xxe'
- '.z'
- '.zip'
- '.zoo')
- TabOrder = 0
- end
- object cbCheck: TCheckBox
- Left = 8
- Top = 272
- Width = 209
- Height = 17
- Caption = '&Check association on program start'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object btnUnAssociate: TButton
- Left = 240
- Top = 56
- Width = 113
- Height = 25
- Caption = '&Unassociate now'
- TabOrder = 3
- Visible = False
- OnClick = btnUnAssociateClick
- end
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Miscellaneous'
- ImageIndex = 4
- object GroupBox3: TGroupBox
- Left = 8
- Top = 56
- Width = 369
- Height = 257
- Caption = ' Other '
- TabOrder = 1
- object Label1: TLabel
- Left = 208
- Top = 16
- Width = 148
- Height = 13
- Caption = 'Number of files in recent file list:'
- FocusControl = Edit1
- Visible = False
- end
- object cbStartMenu: TCheckBox
- Left = 8
- Top = 64
- Width = 193
- Height = 17
- Caption = 'Include UltimateZip in the &startmenu'
- TabOrder = 2
- end
- object cbDesktop: TCheckBox
- Left = 8
- Top = 88
- Width = 185
- Height = 17
- Caption = 'Include UltimateZip on the &desktop'
- TabOrder = 3
- end
- object Edit1: TEdit
- Left = 264
- Top = 12
- Width = 41
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- Text = '0'
- Visible = False
- end
- object UpDown1: TUpDown
- Left = 305
- Top = 12
- Width = 15
- Height = 24
- Associate = Edit1
- Min = 0
- Max = 9
- Position = 0
- TabOrder = 10
- Visible = False
- Wrap = False
- end
- object cbOnTop: TCheckBox
- Left = 8
- Top = 40
- Width = 201
- Height = 17
- Caption = 'Allways have UltimateZip on &top'
- TabOrder = 1
- end
- object cbZipComment: TCheckBox
- Left = 8
- Top = 112
- Width = 225
- Height = 17
- Caption = 'Show &comments when opening zip files'
- TabOrder = 4
- end
- object cbPrompt: TCheckBox
- Left = 8
- Top = 136
- Width = 217
- Height = 17
- Caption = 'Prompt when "&View" button is pushed'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object cbStoreComp: TCheckBox
- Left = 8
- Top = 160
- Width = 177
- Height = 17
- Caption = 'St&ore already compressed files'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object cbAutoOpen: TCheckBox
- Left = 8
- Top = 16
- Width = 249
- Height = 17
- Caption = '&Automatically show the opendialog at startup'
- TabOrder = 0
- end
- object cbShowProgress: TCheckBox
- Left = 8
- Top = 184
- Width = 153
- Height = 17
- Caption = 'Show "&Progress" dialog'
- TabOrder = 7
- end
- object cbNewAdd: TCheckBox
- Left = 8
- Top = 208
- Width = 241
- Height = 17
- Caption = '&Optional "Add" dialog (for advanced users)'
- TabOrder = 8
- end
- object cbXP: TCheckBox
- Left = 8
- Top = 232
- Width = 161
- Height = 17
- Caption = 'Use Office &XP style menus'
- TabOrder = 11
- end
- end
- object GB2: TGroupBox
- Left = 8
- Top = 8
- Width = 369
- Height = 41
- Caption = ' Explorer Shell Extension '
- TabOrder = 0
- object cbShell: TCheckBox
- Left = 8
- Top = 16
- Width = 249
- Height = 17
- Caption = '&Use shell extension'
- TabOrder = 0
- end
- end
- end
- end
- object btnHelp: TButton
- Left = 320
- Top = 392
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = btnHelpClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 116
- Top = 394
- end
- object regarc: TRegArchive
- ActivateOnStartup = False
- ExtDescription = 'UltimateZip'
- FileDescription = 'UltimateZip File'
- ParamString = '%1'
- IconIndex = 0
- ArcExtensions.Strings = (
- '.ace'
- '.arc'
- '.arj'
- '.bh'
- '.cab'
- '.enc'
- '.gz'
- '.ha'
- '.jar'
- '.lha'
- '.lzh'
- '.pak'
- '.pk3'
- '.pk_'
- '.rar'
- '.tar'
- '.tgz'
- '.uu'
- '.uue'
- '.uzb'
- '.uze'
- '.xxe'
- '.z'
- '.zip'
- '.zoo')
- Left = 60
- Top = 394
- end
- object brBrowse: TdfsBrowseDirectoryDlg
- Options = [bfDirectoriesOnly]
- Caption = 'UltimateZip - Selectfolder'
- ShowSelectionInStatus = True
- Left = 88
- Top = 392
- end
- object opdOpen: TOpenDialog
- Filter = 'Exe files|*.exe|All Files|*.*'
- Left = 8
- Top = 392
- end
- object opdOpen2: TOpenDialog
- Filter = 'Bitmap file|*.bmp'
- Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
- Title = 'Select a toolbar bitmap...'
- Left = 32
- Top = 392
- end
- object ToolbarReg: TEasyRegAdvanced
- RegString = 'Software\Swe von Schleusen\UltimateZip\Toolbar'
- RegBaseKey = bkHKEY_CURRENT_USER
- Left = 144
- Top = 392
- end
- end
-