home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TEXTRACT / TEXTRACT.txt
Text File  |  1998-01-18  |  2KB  |  86 lines

  1. object Extract: TExtract
  2.   Left = 230
  3.   Top = 156
  4.   Width = 358
  5.   Height = 144
  6.   Caption = 'Select Extract Directory'
  7.   Font.Color = clWindowText
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 350
  20.     Height = 117
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object OKBut: TButton
  24.       Left = 205
  25.       Top = 87
  26.       Width = 61
  27.       Height = 21
  28.       Caption = '&Extract'
  29.       TabOrder = 0
  30.       OnClick = OKButClick
  31.     end
  32.     object CancelBut: TButton
  33.       Left = 277
  34.       Top = 87
  35.       Width = 61
  36.       Height = 21
  37.       Caption = '&Cancel'
  38.       TabOrder = 1
  39.       OnClick = CancelButClick
  40.     end
  41.     object RadioGroup1: TRadioGroup
  42.       Left = 11
  43.       Top = 13
  44.       Width = 95
  45.       Height = 59
  46.       Caption = 'Expand ZIP Dirs'
  47.       Items.Strings = (
  48.         'No'
  49.         'Yes')
  50.       TabOrder = 2
  51.     end
  52.     object RadioGroup2: TRadioGroup
  53.       Left = 123
  54.       Top = 13
  55.       Width = 105
  56.       Height = 59
  57.       Caption = 'OverWrite Existing'
  58.       Items.Strings = (
  59.         'No'
  60.         'Yes')
  61.       TabOrder = 3
  62.     end
  63.     object RadioGroup3: TRadioGroup
  64.       Left = 242
  65.       Top = 13
  66.       Width = 98
  67.       Height = 59
  68.       Caption = 'Files to Extract'
  69.       Items.Strings = (
  70.         'All Files'
  71.         'Selected Files')
  72.       TabOrder = 4
  73.     end
  74.     object DirectoryListBox1: TDirectoryEdit
  75.       Left = 16
  76.       Top = 87
  77.       Width = 177
  78.       Height = 21
  79.       DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  80.       CharCase = ecLowerCase
  81.       NumGlyphs = 1
  82.       TabOrder = 5
  83.     end
  84.   end
  85. end
  86.