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 / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  1998-07-21  |  11.5 KB  |  506 lines

  1. object MainForm: TMainForm
  2.   Left = 408
  3.   Top = 222
  4.   HelpContext = 110
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'ArjShell'
  8.   ClientHeight = 452
  9.   ClientWidth = 544
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poDefaultPosOnly
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LabelArchiv: TLabel
  23.     Left = 208
  24.     Top = 32
  25.     Width = 112
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = '&Archiv Name:'
  29.     FocusControl = EditArchiv
  30.   end
  31.   object LabelOutputPath: TLabel
  32.     Left = 208
  33.     Top = 78
  34.     Width = 112
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Outpu&t Path:'
  38.     FocusControl = EditArchiv
  39.   end
  40.   object LabelArchivFiles: TLabel
  41.     Left = 208
  42.     Top = 124
  43.     Width = 112
  44.     Height = 13
  45.     AutoSize = False
  46.     Caption = 'Archiv &File(s):'
  47.     FocusControl = EditArchivFiles
  48.   end
  49.   object LabelExecuteLine: TLabel
  50.     Left = 8
  51.     Top = 172
  52.     Width = 110
  53.     Height = 13
  54.     Caption = 'Current Command-&Line:'
  55.     FocusControl = EditExecuteLine
  56.   end
  57.   object BtnHelp: TSpeedButton
  58.     Left = 512
  59.     Top = 4
  60.     Width = 26
  61.     Height = 26
  62.     Flat = True
  63.     Glyph.Data = {
  64.       DE010000424DDE01000000000000760000002800000024000000120000000100
  65.       0400000000006801000000000000000000001000000010000000000000000000
  66.       80000080000000808000800000008000800080800000C0C0C000808080000000
  67.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  68.       DDDDDDDDDDDDDDFFDDDDDDDD0000DDDDDDD66DDDDDDDDDDDDDDDD88DFDDDDDDD
  69.       0000DDDDDD6446DDDDDDDDDDDDDD8FD8FDDDDDDD0000DDDDDDE664DDDDDDDDDD
  70.       DDDD8DF8DDDDDDDD0000DDDDDDDE66DDDDDDDDDDDDDDD88DDDDDDDDD0000DDDD
  71.       DDDDDDDDDDDDDDDDDDDDDDFFDDDDDDDD0000DDDDDDD446DDDDDDDDDDDDDDD88D
  72.       FDDDDDDD0000DDDDDD6664DDDDDDDDDDDDDD8FD8FDDDDDDD0000DDDDDDE664DD
  73.       DDDDDDDDDDDD8FD8DFDDDDDD0000DDDDDDE6664DDDDDDDDDDDDD8DFD8DFDDDDD
  74.       0000DDDDDDDE6664DDDDDDDDDDDDD8DFD8DFDDDD0000DDDDDDDDE6664DDDDDDD
  75.       DDDFFD8DFD8DFDDD0000DDDD44DDDE6664DDDDDDDD88DFD8DFD8FDDD0000DDD6
  76.       664DDDE664DDDDDDD8FD8DFF8DD8FDDD0000DDDE6664446664DDDDDDD8DFD888
  77.       DDD8FDDD0000DDDDE666666666DDDDDDDD8DFFDDDDD8DDDD0000DDDDDEE66666
  78.       6DDDDDDDDDD88DFFFF8DDDDD0000DDDDDDDEEEEEDDDDDDDDDDDDD88888DDDDDD
  79.       0000}
  80.     NumGlyphs = 2
  81.     Spacing = 0
  82.     OnClick = BtnHelpClick
  83.   end
  84.   object RadioGrCommands: TRadioGroup
  85.     Left = 4
  86.     Top = 4
  87.     Width = 200
  88.     Height = 160
  89.     Caption = 'Arj &Commands:'
  90.     ItemIndex = 0
  91.     Items.Strings = (
  92.       'Add Files To Archiv [a]'
  93.       'Add Comment To Archive [c]'
  94.       'Extract Files without Path [e]'
  95.       'Coding Files of Archiv [g]'
  96.       'Join Archives [j]'
  97.       'Remove Pathnames [r]'
  98.       'Update Files To Archiv [u]'
  99.       'Extract Files with Path [x]'
  100.       'Copy with new Options [y]')
  101.     TabOrder = 4
  102.     OnClick = RadioGrCommandsClick
  103.   end
  104.   object EditArchiv: TEdit
  105.     Left = 208
  106.     Top = 50
  107.     Width = 120
  108.     Height = 21
  109.     TabOrder = 5
  110.     OnExit = EditArchivExit
  111.     OnKeyPress = EditArchivKeyPress
  112.   end
  113.   object BtnArchiv: TButton
  114.     Left = 332
  115.     Top = 50
  116.     Width = 72
  117.     Height = 22
  118.     Caption = 'Browse ...'
  119.     TabOrder = 6
  120.     OnClick = BtnArchivClick
  121.   end
  122.   object GroupBoxOptions: TGroupBox
  123.     Left = 4
  124.     Top = 196
  125.     Width = 528
  126.     Height = 244
  127.     Caption = 'Arj &Options:'
  128.     TabOrder = 12
  129.     object LabelCodeWord: TLabel
  130.       Left = 28
  131.       Top = 128
  132.       Width = 72
  133.       Height = 13
  134.       AutoSize = False
  135.       Caption = 'Password:'
  136.     end
  137.     object Bevel1: TBevel
  138.       Left = 264
  139.       Top = 16
  140.       Width = 4
  141.       Height = 220
  142.       Shape = bsLeftLine
  143.     end
  144.     object LabelExcludeFiles: TLabel
  145.       Left = 28
  146.       Top = 172
  147.       Width = 72
  148.       Height = 13
  149.       AutoSize = False
  150.       Caption = 'Wildcard:'
  151.     end
  152.     object LabelMultFileSize: TLabel
  153.       Left = 292
  154.       Top = 96
  155.       Width = 68
  156.       Height = 13
  157.       AutoSize = False
  158.       Caption = 'Filesize:'
  159.     end
  160.     object LabelLeaveSpace: TLabel
  161.       Left = 292
  162.       Top = 172
  163.       Width = 68
  164.       Height = 13
  165.       AutoSize = False
  166.       Caption = 'Filesize:'
  167.     end
  168.     object CheckAllowAllAttr: TCheckBox
  169.       Left = 8
  170.       Top = 16
  171.       Width = 244
  172.       Height = 17
  173.       Caption = 'Allow All File-Attributes [-a]'
  174.       TabOrder = 0
  175.       OnClick = CheckAllowAllAttrClick
  176.     end
  177.     object CheckEmptyDirs: TCheckBox
  178.       Left = 8
  179.       Top = 32
  180.       Width = 244
  181.       Height = 17
  182.       Caption = 'Include Empty Directories [-a1]'
  183.       TabOrder = 1
  184.       OnClick = CheckEmptyDirsClick
  185.     end
  186.     object CheckIgnoreDate: TCheckBox
  187.       Left = 8
  188.       Top = 48
  189.       Width = 244
  190.       Height = 17
  191.       Caption = 'Ignore Date [-c]'
  192.       TabOrder = 2
  193.       OnClick = CheckIgnoreDateClick
  194.     end
  195.     object CheckCodeWord: TCheckBox
  196.       Left = 8
  197.       Top = 104
  198.       Width = 244
  199.       Height = 17
  200.       Caption = 'Code Word [-g]'
  201.       TabOrder = 4
  202.       OnClick = CheckCodeWordClick
  203.     end
  204.     object CheckRecurseDir: TCheckBox
  205.       Left = 8
  206.       Top = 192
  207.       Width = 244
  208.       Height = 17
  209.       Caption = 'Recurse Subdirectories [-r]'
  210.       TabOrder = 8
  211.       OnClick = CheckRecurseDirClick
  212.     end
  213.     object CheckExcludeFiles: TCheckBox
  214.       Left = 8
  215.       Top = 148
  216.       Width = 244
  217.       Height = 17
  218.       Caption = 'Exclude Files [-x]'
  219.       TabOrder = 6
  220.       OnClick = CheckExcludeFilesClick
  221.     end
  222.     object RadioGrRemovePathOpt: TRadioGroup
  223.       Left = 8
  224.       Top = 66
  225.       Width = 252
  226.       Height = 36
  227.       Caption = 'Remove Path from Filename [eX]:'
  228.       Columns = 3
  229.       ItemIndex = 2
  230.       Items.Strings = (
  231.         'No'
  232.         'Whole Path'
  233.         'Base Path')
  234.       TabOrder = 3
  235.       TabStop = True
  236.       OnClick = RadioGrRemovePathOptClick
  237.     end
  238.     object EditCodeWord: TEdit
  239.       Left = 108
  240.       Top = 124
  241.       Width = 120
  242.       Height = 21
  243.       Color = clBtnFace
  244.       Enabled = False
  245.       TabOrder = 5
  246.       OnExit = EditCodeWordExit
  247.       OnKeyPress = EditCodeWordKeyPress
  248.     end
  249.     object RadioGrCompMethod: TRadioGroup
  250.       Left = 272
  251.       Top = 16
  252.       Width = 248
  253.       Height = 52
  254.       Caption = 'Compression Method [mX]:'
  255.       Columns = 3
  256.       ItemIndex = 1
  257.       Items.Strings = (
  258.         'None'
  259.         'Maximum'
  260.         'Higher'
  261.         'Lower'
  262.         'Lowest')
  263.       TabOrder = 11
  264.       TabStop = True
  265.       OnClick = RadioGrCompMethodClick
  266.     end
  267.     object EditExcludeFiles: TEdit
  268.       Left = 108
  269.       Top = 168
  270.       Width = 120
  271.       Height = 21
  272.       Color = clBtnFace
  273.       Enabled = False
  274.       TabOrder = 7
  275.       OnExit = EditExcludeFilesExit
  276.       OnKeyPress = EditExcludeFilesKeyPress
  277.     end
  278.     object CheckMultFileSize: TCheckBox
  279.       Left = 272
  280.       Top = 72
  281.       Width = 244
  282.       Height = 17
  283.       Caption = 'Multiple Volume FileSize [-vXX]'
  284.       TabOrder = 12
  285.       OnClick = CheckMultFileSizeClick
  286.     end
  287.     object EditMultFileSize: TEdit
  288.       Left = 364
  289.       Top = 92
  290.       Width = 120
  291.       Height = 21
  292.       Color = clBtnFace
  293.       Enabled = False
  294.       TabOrder = 13
  295.       OnExit = EditMultFileSizeExit
  296.       OnKeyPress = EditMultFileSizeKeyPress
  297.     end
  298.     object RadioGrSFX: TRadioGroup
  299.       Left = 272
  300.       Top = 196
  301.       Width = 248
  302.       Height = 40
  303.       Caption = 'Create Self Extracting File [jeX]:'
  304.       Columns = 3
  305.       ItemIndex = 0
  306.       Items.Strings = (
  307.         'No'
  308.         'Normal'
  309.         'Small')
  310.       TabOrder = 18
  311.       TabStop = True
  312.       OnClick = RadioGrSFXClick
  313.     end
  314.     object CheckExtractMultVolumes: TCheckBox
  315.       Left = 8
  316.       Top = 224
  317.       Width = 244
  318.       Height = 17
  319.       Caption = 'Multiple Volumes Mode (Extract Mode) [-v]'
  320.       TabOrder = 10
  321.       OnClick = CheckExtractMultVolumesClick
  322.     end
  323.     object CheckDontSplit: TCheckBox
  324.       Left = 272
  325.       Top = 116
  326.       Width = 244
  327.       Height = 17
  328.       Caption = 'Don'#39't Split Files in Archives [-vw]'
  329.       TabOrder = 14
  330.       OnClick = CheckDontSplitClick
  331.     end
  332.     object CheckDetectFreeSpace: TCheckBox
  333.       Left = 272
  334.       Top = 132
  335.       Width = 244
  336.       Height = 17
  337.       Caption = 'Detect Free Disk-Space [-va]'
  338.       TabOrder = 15
  339.       OnClick = CheckDetectFreeSpaceClick
  340.     end
  341.     object CheckYesToPrompts: TCheckBox
  342.       Left = 8
  343.       Top = 208
  344.       Width = 244
  345.       Height = 17
  346.       Caption = 'Yes To All Prompts [-y]'
  347.       TabOrder = 9
  348.       OnClick = CheckYesToPromptsClick
  349.     end
  350.     object CheckLeaveSpace: TCheckBox
  351.       Left = 272
  352.       Top = 148
  353.       Width = 244
  354.       Height = 17
  355.       Caption = 'Reserve Space on first volume [-vrXX]'
  356.       TabOrder = 16
  357.       OnClick = CheckLeaveSpaceClick
  358.     end
  359.     object EditLeaveSpace: TEdit
  360.       Left = 364
  361.       Top = 168
  362.       Width = 120
  363.       Height = 21
  364.       Color = clBtnFace
  365.       Enabled = False
  366.       TabOrder = 17
  367.       OnExit = EditLeaveSpaceExit
  368.       OnKeyPress = EditLeaveSpaceKeyPress
  369.     end
  370.   end
  371.   object EditOutputPath: TEdit
  372.     Left = 208
  373.     Top = 96
  374.     Width = 120
  375.     Height = 21
  376.     Color = clBtnFace
  377.     Enabled = False
  378.     TabOrder = 7
  379.     OnExit = EditOutputPathExit
  380.     OnKeyPress = EditOutputPathKeyPress
  381.   end
  382.   object BtnOutputPath: TButton
  383.     Left = 332
  384.     Top = 96
  385.     Width = 72
  386.     Height = 22
  387.     Caption = 'Browse ...'
  388.     Enabled = False
  389.     TabOrder = 8
  390.     OnClick = BtnOutputPathClick
  391.   end
  392.   object EditArchivFiles: TEdit
  393.     Left = 208
  394.     Top = 142
  395.     Width = 120
  396.     Height = 21
  397.     TabOrder = 9
  398.     OnExit = EditArchivFilesExit
  399.     OnKeyPress = EditArchivFilesKeyPress
  400.   end
  401.   object BtnArchivFiles: TButton
  402.     Left = 332
  403.     Top = 142
  404.     Width = 72
  405.     Height = 22
  406.     Caption = 'Browse ...'
  407.     TabOrder = 10
  408.     OnClick = BtnArchivFilesClick
  409.   end
  410.   object BtnExecute: TButton
  411.     Left = 416
  412.     Top = 74
  413.     Width = 116
  414.     Height = 24
  415.     Caption = '&Execute ARJ'
  416.     TabOrder = 1
  417.     OnClick = BtnExecuteClick
  418.   end
  419.   object BtnPreferences: TButton
  420.     Left = 416
  421.     Top = 42
  422.     Width = 116
  423.     Height = 24
  424.     Caption = '&Preferences ...'
  425.     TabOrder = 0
  426.     OnClick = BtnPreferencesClick
  427.   end
  428.   object BtnSaveAsDOS: TButton
  429.     Left = 208
  430.     Top = 4
  431.     Width = 116
  432.     Height = 24
  433.     Caption = '&Save As DOS-File'
  434.     TabOrder = 13
  435.     OnClick = BtnSaveAsDOSClick
  436.   end
  437.   object BtnExit: TButton
  438.     Left = 416
  439.     Top = 138
  440.     Width = 116
  441.     Height = 24
  442.     Caption = 'E&xit'
  443.     TabOrder = 3
  444.     OnClick = BtnExitClick
  445.   end
  446.   object EditExecuteLine: TEdit
  447.     Left = 132
  448.     Top = 170
  449.     Width = 400
  450.     Height = 21
  451.     Color = clBtnFace
  452.     Ctl3D = True
  453.     ParentCtl3D = False
  454.     ReadOnly = True
  455.     TabOrder = 11
  456.     OnExit = EditExecuteLineExit
  457.     OnKeyPress = EditExecuteLineKeyPress
  458.   end
  459.   object BtnSavePrj: TButton
  460.     Left = 328
  461.     Top = 4
  462.     Width = 88
  463.     Height = 24
  464.     Caption = 'Sa&ve Project'
  465.     TabOrder = 14
  466.     OnClick = BtnSavePrjClick
  467.   end
  468.   object BtnLoadPrj: TButton
  469.     Left = 420
  470.     Top = 4
  471.     Width = 88
  472.     Height = 24
  473.     Caption = 'Loa&d Project'
  474.     TabOrder = 15
  475.     OnClick = BtnLoadPrjClick
  476.   end
  477.   object BtnListArchiv: TButton
  478.     Left = 416
  479.     Top = 106
  480.     Width = 116
  481.     Height = 24
  482.     Caption = 'L&ist Archiv'
  483.     TabOrder = 2
  484.     OnClick = BtnListArchivClick
  485.   end
  486.   object OpenDialog1: TOpenDialog
  487.     Options = [ofHideReadOnly, ofPathMustExist, ofShareAware]
  488.     Title = 'Browse for ARJ.EXE'
  489.     Left = 260
  490.     Top = 424
  491.   end
  492.   object SaveDialog1: TSaveDialog
  493.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
  494.     Left = 232
  495.     Top = 424
  496.   end
  497.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  498.     Title = 'Current Path:'
  499.     Root = idDrives
  500.     Options = [bfDirectoriesOnly]
  501.     ShowSelectionInStatus = True
  502.     Left = 288
  503.     Top = 424
  504.   end
  505. end
  506.