home *** CD-ROM | disk | FTP | other *** search
- object PrefForm: TPrefForm
- Left = 389
- Top = 271
- BorderStyle = bsDialog
- Caption = 'ArjShell Preferences'
- ClientHeight = 208
- ClientWidth = 341
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LabelArjPath: TLabel
- Left = 4
- Top = 8
- Width = 212
- Height = 13
- AutoSize = False
- Caption = 'Path to &ARJ.EXE (must be set):'
- FocusControl = EditArjPath
- end
- object LabelPrjPath: TLabel
- Left = 4
- Top = 124
- Width = 212
- Height = 13
- AutoSize = False
- Caption = 'Path to &Project-Files:'
- end
- object LabelArjCommand: TLabel
- Left = 188
- Top = 100
- Width = 102
- Height = 13
- Caption = '&No LFN Arj-Command'
- FocusControl = EditArjCommand
- end
- object EditArjPath: TEdit
- Left = 4
- Top = 24
- Width = 220
- Height = 21
- TabOrder = 0
- OnExit = EditArjPathExit
- OnKeyPress = EditArjPathKeyPress
- end
- object BtnArjBrowse: TButton
- Left = 228
- Top = 23
- Width = 72
- Height = 22
- Caption = 'Browse ...'
- TabOrder = 1
- OnClick = BtnArjBrowseClick
- end
- object BtnDone: TButton
- Left = 132
- Top = 172
- Width = 80
- Height = 24
- Cancel = True
- Caption = '&Done'
- ModalResult = 1
- TabOrder = 8
- end
- object CheckAllowCmdEdit: TCheckBox
- Left = 4
- Top = 76
- Width = 332
- Height = 17
- Caption = 'Allow editing the Commandline'
- TabOrder = 3
- OnClick = CheckAllowCmdEditClick
- end
- object CheckHideDOSWindow: TCheckBox
- Left = 4
- Top = 52
- Width = 332
- Height = 17
- Caption = '&Minimize DOS-Window while running ARJ'
- TabOrder = 2
- OnClick = CheckHideDOSWindowClick
- end
- object EditPrjPath: TEdit
- Left = 4
- Top = 140
- Width = 220
- Height = 21
- TabOrder = 6
- OnExit = EditPrjPathExit
- OnKeyPress = EditPrjPathKeyPress
- end
- object BtnPrjBrowse: TButton
- Left = 228
- Top = 139
- Width = 72
- Height = 22
- Caption = 'Browse ...'
- TabOrder = 7
- OnClick = BtnPrjBrowseClick
- end
- object BtnReg: TButton
- Left = 260
- Top = 172
- Width = 68
- Height = 20
- Caption = 'Register'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnClick = BtnRegClick
- end
- object CheckNoLFN: TCheckBox
- Left = 4
- Top = 100
- Width = 132
- Height = 17
- Caption = 'No &Long Filenames'
- TabOrder = 4
- OnClick = CheckNoLFNClick
- end
- object EditArjCommand: TEdit
- Left = 152
- Top = 97
- Width = 28
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 5
- OnExit = EditArjCommandExit
- OnKeyPress = EditArjCommandKeyPress
- end
- object BrowseDirectoryDlg1: TBrowseDirectoryDlg
- Title = 'Current Path:'
- Root = idDrives
- Options = [bfDirectoriesOnly]
- ShowSelectionInStatus = True
- Left = 20
- Top = 172
- end
- end
-