home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TCONFIGURATIONFORM / TCONFIGURATIONFORM.txt
Text File  |  1999-06-03  |  10KB  |  420 lines

  1. object ConfigurationForm: TConfigurationForm
  2.   Left = 265
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configuration'
  6.   ClientHeight = 323
  7.   ClientWidth = 400
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TabbedNotebook1: TTabbedNotebook
  20.     Left = 0
  21.     Top = 8
  22.     Width = 393
  23.     Height = 281
  24.     PageIndex = 4
  25.     TabFont.Charset = DEFAULT_CHARSET
  26.     TabFont.Color = clBtnText
  27.     TabFont.Height = -11
  28.     TabFont.Name = 'MS Sans Serif'
  29.     TabFont.Style = []
  30.     TabOrder = 0
  31.     object TTabPage
  32.       Left = 4
  33.       Top = 24
  34.       Caption = 'View'
  35.       object GroupBox1: TGroupBox
  36.         Left = 8
  37.         Top = 80
  38.         Width = 185
  39.         Height = 89
  40.         Caption = ' File Listing '
  41.         TabOrder = 0
  42.         object CheckBox1: TCheckBox
  43.           Left = 8
  44.           Top = 16
  45.           Width = 97
  46.           Height = 17
  47.           Caption = '&Full row select'
  48.           TabOrder = 0
  49.         end
  50.         object CheckBox2: TCheckBox
  51.           Left = 8
  52.           Top = 40
  53.           Width = 73
  54.           Height = 17
  55.           Caption = '&Grid lines'
  56.           TabOrder = 1
  57.         end
  58.         object CheckBox6: TCheckBox
  59.           Left = 8
  60.           Top = 64
  61.           Width = 153
  62.           Height = 17
  63.           Caption = 'As &Web page (single click)'
  64.           TabOrder = 2
  65.         end
  66.       end
  67.       object GroupBox4: TGroupBox
  68.         Left = 8
  69.         Top = 8
  70.         Width = 185
  71.         Height = 65
  72.         TabOrder = 1
  73.         object CheckBox7: TCheckBox
  74.           Left = 8
  75.           Top = 16
  76.           Width = 97
  77.           Height = 17
  78.           Caption = 'View &Toolbar'
  79.           TabOrder = 0
  80.         end
  81.         object CheckBox8: TCheckBox
  82.           Left = 8
  83.           Top = 40
  84.           Width = 97
  85.           Height = 17
  86.           Caption = 'View &StatusBar'
  87.           TabOrder = 1
  88.         end
  89.       end
  90.       object RadioGroup1: TRadioGroup
  91.         Left = 200
  92.         Top = 8
  93.         Width = 177
  94.         Height = 161
  95.         Caption = ' Filelist View Style '
  96.         Items.Strings = (
  97.           'Large Icons'
  98.           'Small Icons'
  99.           'List'
  100.           'Details')
  101.         TabOrder = 2
  102.       end
  103.     end
  104.     object TTabPage
  105.       Left = 4
  106.       Top = 24
  107.       Caption = 'Toolbar'
  108.       object GroupBox2: TGroupBox
  109.         Left = 8
  110.         Top = 8
  111.         Width = 177
  112.         Height = 105
  113.         Caption = ' Toolbar Configuration '
  114.         TabOrder = 0
  115.         object CheckBox3: TCheckBox
  116.           Left = 8
  117.           Top = 24
  118.           Width = 105
  119.           Height = 17
  120.           Caption = 'Show button &text'
  121.           TabOrder = 0
  122.         end
  123.         object CheckBox4: TCheckBox
  124.           Left = 8
  125.           Top = 48
  126.           Width = 97
  127.           Height = 17
  128.           Caption = 'Show tool &tips'
  129.           TabOrder = 1
  130.         end
  131.         object CheckBox5: TCheckBox
  132.           Left = 8
  133.           Top = 72
  134.           Width = 121
  135.           Height = 17
  136.           Caption = '&Flat toolbar buttons'
  137.           TabOrder = 2
  138.         end
  139.       end
  140.       object RadioGroup4: TRadioGroup
  141.         Left = 200
  142.         Top = 8
  143.         Width = 177
  144.         Height = 105
  145.         Caption = 'Toolbar aligment '
  146.         Items.Strings = (
  147.           'Align &Left'
  148.           'Align &Right'
  149.           'Align &Top'
  150.           'Align &Bottom')
  151.         TabOrder = 1
  152.       end
  153.     end
  154.     object TTabPage
  155.       Left = 4
  156.       Top = 24
  157.       Caption = 'Folders'
  158.       object GroupBox3: TGroupBox
  159.         Left = 8
  160.         Top = 0
  161.         Width = 369
  162.         Height = 41
  163.         Caption = ' &Temp folder '
  164.         TabOrder = 0
  165.         object CorelButton5: TCorelButton
  166.           Left = 336
  167.           Top = 16
  168.           Width = 25
  169.           Height = 17
  170.           Caption = '...'
  171.           TabOrder = 1
  172.           OnClick = CorelButton5Click
  173.         end
  174.         object Edit1: TEdit97
  175.           Left = 8
  176.           Top = 16
  177.           Width = 313
  178.           Height = 19
  179.           TabOrder = 0
  180.           Text = 'Edit1'
  181.         end
  182.       end
  183.       object GroupBox5: TGroupBox
  184.         Left = 8
  185.         Top = 48
  186.         Width = 369
  187.         Height = 41
  188.         Caption = ' Checkout &base folder '
  189.         TabOrder = 1
  190.         object Edit971: TEdit97
  191.           Left = 8
  192.           Top = 16
  193.           Width = 313
  194.           Height = 19
  195.           TabOrder = 0
  196.           Text = 'Edit971'
  197.         end
  198.         object CorelButton2: TCorelButton
  199.           Left = 336
  200.           Top = 16
  201.           Width = 25
  202.           Height = 17
  203.           Caption = '...'
  204.           TabOrder = 1
  205.           OnClick = CorelButton2Click
  206.         end
  207.       end
  208.       object RadioGroup2: TRadioGroup
  209.         Left = 8
  210.         Top = 96
  211.         Width = 369
  212.         Height = 73
  213.         Caption = ' Start-up base folder '
  214.         Items.Strings = (
  215.           'S&ystem default'
  216.           '&Last open archive'
  217.           '&Folder:')
  218.         TabOrder = 2
  219.       end
  220.       object Edit972: TEdit97
  221.         Left = 80
  222.         Top = 145
  223.         Width = 249
  224.         Height = 19
  225.         TabOrder = 3
  226.         Text = 'Edit972'
  227.         OnEnter = Edit972Enter
  228.       end
  229.       object CorelButton3: TCorelButton
  230.         Left = 344
  231.         Top = 144
  232.         Width = 25
  233.         Height = 17
  234.         Caption = '...'
  235.         TabOrder = 4
  236.         OnClick = CorelButton3Click
  237.       end
  238.       object RadioGroup3: TRadioGroup
  239.         Left = 8
  240.         Top = 176
  241.         Width = 369
  242.         Height = 73
  243.         Caption = ' Add folder '
  244.         Items.Strings = (
  245.           'O&pen  archive folder'
  246.           'Last a&dd folder'
  247.           'Folde&r:')
  248.         TabOrder = 5
  249.       end
  250.       object Edit973: TEdit97
  251.         Left = 80
  252.         Top = 225
  253.         Width = 249
  254.         Height = 19
  255.         TabOrder = 6
  256.         Text = 'Edit973'
  257.         OnEnter = Edit973Enter
  258.       end
  259.       object CorelButton4: TCorelButton
  260.         Left = 344
  261.         Top = 224
  262.         Width = 25
  263.         Height = 17
  264.         Caption = '...'
  265.         TabOrder = 7
  266.         OnClick = CorelButton4Click
  267.       end
  268.     end
  269.     object TTabPage
  270.       Left = 4
  271.       Top = 24
  272.       Caption = 'Program Locations'
  273.       object GroupBox7: TGroupBox
  274.         Left = 8
  275.         Top = 8
  276.         Width = 369
  277.         Height = 65
  278.         TabOrder = 0
  279.         object Label1: TLabel
  280.           Left = 8
  281.           Top = 15
  282.           Width = 35
  283.           Height = 13
  284.           Caption = '&Viewer:'
  285.         end
  286.         object Edit2: TEdit
  287.           Left = 8
  288.           Top = 30
  289.           Width = 313
  290.           Height = 21
  291.           TabOrder = 0
  292.           Text = 'Edit2'
  293.         end
  294.         object CorelButton1: TCorelButton
  295.           Left = 334
  296.           Top = 32
  297.           Width = 25
  298.           Height = 17
  299.           Caption = '...'
  300.           TabOrder = 1
  301.           OnClick = CorelButton1Click
  302.         end
  303.       end
  304.       object GroupBox8: TGroupBox
  305.         Left = 8
  306.         Top = 80
  307.         Width = 369
  308.         Height = 121
  309.         TabOrder = 1
  310.         object Label2: TLabel
  311.           Left = 8
  312.           Top = 15
  313.           Width = 105
  314.           Height = 26
  315.           Caption = 'Optional virus scanner'#13#10'&Scan program:'
  316.         end
  317.         object Label3: TLabel
  318.           Left = 8
  319.           Top = 72
  320.           Width = 59
  321.           Height = 13
  322.           Caption = '&Parameters: '
  323.         end
  324.         object VSProgram: TEdit97
  325.           Left = 8
  326.           Top = 46
  327.           Width = 313
  328.           Height = 19
  329.           TabOrder = 0
  330.           Text = 'VSProgram'
  331.         end
  332.         object VSParams: TEdit97
  333.           Left = 8
  334.           Top = 86
  335.           Width = 313
  336.           Height = 19
  337.           TabOrder = 1
  338.           Text = 'VSParams'
  339.         end
  340.         object CorelButton6: TCorelButton
  341.           Left = 328
  342.           Top = 48
  343.           Width = 25
  344.           Height = 17
  345.           Caption = '...'
  346.           TabOrder = 2
  347.           OnClick = CorelButton6Click
  348.         end
  349.       end
  350.     end
  351.     object TTabPage
  352.       Left = 4
  353.       Top = 24
  354.       Caption = 'Miscellaneous'
  355.       object GroupBox6: TGroupBox
  356.         Left = 8
  357.         Top = 8
  358.         Width = 369
  359.         Height = 97
  360.         TabOrder = 0
  361.         object CheckBox9: TCheckBox
  362.           Left = 8
  363.           Top = 16
  364.           Width = 257
  365.           Height = 17
  366.           Caption = 'Show Add when creating new archives...'
  367.           TabOrder = 0
  368.         end
  369.         object CheckBox10: TCheckBox
  370.           Left = 8
  371.           Top = 40
  372.           Width = 345
  373.           Height = 17
  374.           Caption = 'A&llow all down case file names'
  375.           TabOrder = 1
  376.         end
  377.         object CheckBox11: TCheckBox
  378.           Left = 8
  379.           Top = 64
  380.           Width = 345
  381.           Height = 17
  382.           Caption = 'Automatically show the "Open Archive" dialog box at start-up'
  383.           TabOrder = 2
  384.         end
  385.       end
  386.     end
  387.   end
  388.   object CancelButt: TCorelButton
  389.     Left = 320
  390.     Top = 296
  391.     Width = 75
  392.     Height = 23
  393.     Caption = '&Cancel'
  394.     TabOrder = 2
  395.     OnClick = CancelButtClick
  396.   end
  397.   object OKButt: TCorelButton
  398.     Left = 240
  399.     Top = 296
  400.     Width = 75
  401.     Height = 23
  402.     Caption = '&OK'
  403.     Default = True
  404.     TabOrder = 1
  405.     OnClick = OKButtClick
  406.   end
  407.   object OpenDialog1: TOpenDialog
  408.     Filter = 'Programs|*.exe;*.com'
  409.     Options = [ofPathMustExist, ofFileMustExist]
  410.     Title = 'Browse'
  411.     Left = 4
  412.     Top = 296
  413.   end
  414.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  415.     ShowSelectionInStatus = False
  416.     Left = 40
  417.     Top = 296
  418.   end
  419. end
  420.