home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Zip / Arjshell / install.exe / ARJSHL32.EXE / 0 / RCDATA / TPREFFORM / TPREFFORM.txt < prev   
Encoding:
Text File  |  1998-07-21  |  3.1 KB  |  152 lines

  1. object PrefForm: TPrefForm
  2.   Left = 389
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   Caption = 'ArjShell Preferences'
  6.   ClientHeight = 208
  7.   ClientWidth = 341
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LabelArjPath: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 212
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Path to &ARJ.EXE (must be set):'
  26.     FocusControl = EditArjPath
  27.   end
  28.   object LabelPrjPath: TLabel
  29.     Left = 4
  30.     Top = 124
  31.     Width = 212
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Path to &Project-Files:'
  35.   end
  36.   object LabelArjCommand: TLabel
  37.     Left = 188
  38.     Top = 100
  39.     Width = 102
  40.     Height = 13
  41.     Caption = '&No LFN Arj-Command'
  42.     FocusControl = EditArjCommand
  43.   end
  44.   object EditArjPath: TEdit
  45.     Left = 4
  46.     Top = 24
  47.     Width = 220
  48.     Height = 21
  49.     TabOrder = 0
  50.     OnExit = EditArjPathExit
  51.     OnKeyPress = EditArjPathKeyPress
  52.   end
  53.   object BtnArjBrowse: TButton
  54.     Left = 228
  55.     Top = 23
  56.     Width = 72
  57.     Height = 22
  58.     Caption = 'Browse ...'
  59.     TabOrder = 1
  60.     OnClick = BtnArjBrowseClick
  61.   end
  62.   object BtnDone: TButton
  63.     Left = 132
  64.     Top = 172
  65.     Width = 80
  66.     Height = 24
  67.     Cancel = True
  68.     Caption = '&Done'
  69.     ModalResult = 1
  70.     TabOrder = 8
  71.   end
  72.   object CheckAllowCmdEdit: TCheckBox
  73.     Left = 4
  74.     Top = 76
  75.     Width = 332
  76.     Height = 17
  77.     Caption = 'Allow editing the Commandline'
  78.     TabOrder = 3
  79.     OnClick = CheckAllowCmdEditClick
  80.   end
  81.   object CheckHideDOSWindow: TCheckBox
  82.     Left = 4
  83.     Top = 52
  84.     Width = 332
  85.     Height = 17
  86.     Caption = '&Minimize DOS-Window while running ARJ'
  87.     TabOrder = 2
  88.     OnClick = CheckHideDOSWindowClick
  89.   end
  90.   object EditPrjPath: TEdit
  91.     Left = 4
  92.     Top = 140
  93.     Width = 220
  94.     Height = 21
  95.     TabOrder = 6
  96.     OnExit = EditPrjPathExit
  97.     OnKeyPress = EditPrjPathKeyPress
  98.   end
  99.   object BtnPrjBrowse: TButton
  100.     Left = 228
  101.     Top = 139
  102.     Width = 72
  103.     Height = 22
  104.     Caption = 'Browse ...'
  105.     TabOrder = 7
  106.     OnClick = BtnPrjBrowseClick
  107.   end
  108.   object BtnReg: TButton
  109.     Left = 260
  110.     Top = 172
  111.     Width = 68
  112.     Height = 20
  113.     Caption = 'Register'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clBlack
  116.     Font.Height = -9
  117.     Font.Name = 'Small Fonts'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 9
  121.     OnClick = BtnRegClick
  122.   end
  123.   object CheckNoLFN: TCheckBox
  124.     Left = 4
  125.     Top = 100
  126.     Width = 132
  127.     Height = 17
  128.     Caption = 'No &Long Filenames'
  129.     TabOrder = 4
  130.     OnClick = CheckNoLFNClick
  131.   end
  132.   object EditArjCommand: TEdit
  133.     Left = 152
  134.     Top = 97
  135.     Width = 28
  136.     Height = 21
  137.     Color = clBtnFace
  138.     Enabled = False
  139.     TabOrder = 5
  140.     OnExit = EditArjCommandExit
  141.     OnKeyPress = EditArjCommandKeyPress
  142.   end
  143.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  144.     Title = 'Current Path:'
  145.     Root = idDrives
  146.     Options = [bfDirectoriesOnly]
  147.     ShowSelectionInStatus = True
  148.     Left = 20
  149.     Top = 172
  150.   end
  151. end
  152.