home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9ZIP / TSUZDLL.ZIP / EXAM3 / EXTROPT.DFM / EXTROPT.txt
Text File  |  1998-03-22  |  3KB  |  129 lines

  1. object FExtrOpt: TFExtrOpt
  2.   Left = 243
  3.   Top = 104
  4.   Width = 480
  5.   Height = 326
  6.   Caption = 'How to Extract?'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PrintScale = poNone
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 24
  20.     Width = 63
  21.     Height = 16
  22.     Caption = 'Extract To:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 344
  26.     Top = 24
  27.     Width = 63
  28.     Height = 16
  29.     Caption = 'Password:'
  30.   end
  31.   object ddDir: TComboBox
  32.     Left = 24
  33.     Top = 48
  34.     Width = 305
  35.     Height = 24
  36.     ItemHeight = 16
  37.     TabOrder = 0
  38.   end
  39.   object rgFiles: TRadioGroup
  40.     Left = 24
  41.     Top = 104
  42.     Width = 185
  43.     Height = 89
  44.     Caption = 'Files'
  45.     Items.Strings = (
  46.       'All Files'
  47.       'Selected Files')
  48.     TabOrder = 1
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 240
  52.     Top = 104
  53.     Width = 209
  54.     Height = 89
  55.     Caption = 'Options'
  56.     TabOrder = 2
  57.     object cbOver: TCheckBox
  58.       Left = 8
  59.       Top = 25
  60.       Width = 177
  61.       Height = 17
  62.       Caption = 'Overwrite Existing Files'
  63.       State = cbChecked
  64.       TabOrder = 0
  65.     end
  66.     object cbUse: TCheckBox
  67.       Left = 8
  68.       Top = 57
  69.       Width = 185
  70.       Height = 17
  71.       Caption = 'Use Folder Names'
  72.       State = cbChecked
  73.       TabOrder = 1
  74.     end
  75.   end
  76.   object BitBtn1: TBitBtn
  77.     Left = 88
  78.     Top = 240
  79.     Width = 83
  80.     Height = 33
  81.     Caption = 'Extract'
  82.     TabOrder = 3
  83.     Kind = bkOK
  84.   end
  85.   object BitBtn2: TBitBtn
  86.     Left = 328
  87.     Top = 240
  88.     Width = 83
  89.     Height = 33
  90.     TabOrder = 4
  91.     Kind = bkCancel
  92.   end
  93.   object edPswd: TEdit
  94.     Left = 344
  95.     Top = 48
  96.     Width = 113
  97.     Height = 24
  98.     PasswordChar = '*'
  99.     TabOrder = 5
  100.   end
  101.   object BitBtn3: TBitBtn
  102.     Left = 209
  103.     Top = 240
  104.     Width = 83
  105.     Height = 33
  106.     Caption = 'Test'
  107.     ModalResult = 6
  108.     TabOrder = 6
  109.     Glyph.Data = {
  110.       DE010000424DDE01000000000000760000002800000024000000120000000100
  111.       0400000000006801000000000000000000001000000000000000000000000000
  112.       80000080000000808000800000008000800080800000C0C0C000808080000000
  113.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00344446333334
  114.       44433333FFFF333333FFFF33000033AAA43333332A4333338833F33333883F33
  115.       00003332A46333332A4333333383F33333383F3300003332A2433336A6633333
  116.       33833F333383F33300003333AA463362A433333333383F333833F33300003333
  117.       6AA4462A46333333333833FF833F33330000333332AA22246333333333338333
  118.       33F3333300003333336AAA22646333333333383333F8FF33000033444466AA43
  119.       6A43333338FFF8833F383F330000336AA246A2436A43333338833F833F383F33
  120.       000033336A24AA442A433333333833F33FF83F330000333333A2AA2AA4333333
  121.       333383333333F3330000333333322AAA4333333333333833333F333300003333
  122.       333322A4333333333333338333F333330000333333344A433333333333333338
  123.       3F333333000033333336A24333333333333333833F333333000033333336AA43
  124.       33333333333333833F3333330000333333336663333333333333333888333333
  125.       0000}
  126.     NumGlyphs = 2
  127.   end
  128. end
  129.