home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ctenari / Kadanik / Acep / Autorun.exe / 0 / RCDATA / TEXTRACT / TEXTRACT.txt
Text File  |  1998-12-02  |  3KB  |  166 lines

  1. object Extract: TExtract
  2.   Left = 224
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Extract Directory'
  6.   ClientHeight = 319
  7.   ClientWidth = 249
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 18
  21.     Width = 250
  22.     Height = 300
  23.     AutoSize = True
  24.   end
  25.   object Image2: TImage
  26.     Left = 34
  27.     Top = 287
  28.     Width = 68
  29.     Height = 17
  30.     OnMouseMove = Image2MouseMove
  31.   end
  32.   object Image3: TImage
  33.     Left = 28
  34.     Top = 282
  35.     Width = 76
  36.     Height = 25
  37.     Hint = '|ROZ'
  38.     AutoSize = True
  39.     Visible = False
  40.     OnClick = OKButClick
  41.   end
  42.   object Image6: TImage
  43.     Left = 162
  44.     Top = 286
  45.     Width = 50
  46.     Height = 17
  47.     OnMouseMove = Image6MouseMove
  48.   end
  49.   object Image7: TImage
  50.     Left = 155
  51.     Top = 282
  52.     Width = 61
  53.     Height = 25
  54.     Hint = '|ZRU'
  55.     AutoSize = True
  56.     Visible = False
  57.     OnClick = CancelButClick
  58.   end
  59.   object Label2: TLabel
  60.     Left = 22
  61.     Top = 214
  62.     Width = 203
  63.     Height = 14
  64.     Alignment = taRightJustify
  65.     AutoSize = False
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -10
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     Transparent = True
  75.   end
  76.   object Label1: TLabel
  77.     Left = 22
  78.     Top = 248
  79.     Width = 202
  80.     Height = 13
  81.     AutoSize = False
  82.     Transparent = True
  83.   end
  84.   object Edit1: TEdit
  85.     Left = 21
  86.     Top = 43
  87.     Width = 205
  88.     Height = 14
  89.     BorderStyle = bsNone
  90.     Color = clGreen
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -10
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnChange = DirectoryListBox1Change
  99.     OnKeyPress = Edit1KeyPress
  100.   end
  101.   object Panel1: TPanel
  102.     Left = 0
  103.     Top = 0
  104.     Width = 457
  105.     Height = 18
  106.     BevelOuter = bvNone
  107.     TabOrder = 1
  108.     object Gradient1: TGradient
  109.       Left = 0
  110.       Top = 0
  111.       Width = 457
  112.       Height = 18
  113.       BackColor = clGreen
  114.     end
  115.     object Image8: TImage
  116.       Left = 0
  117.       Top = 0
  118.       Width = 249
  119.       Height = 18
  120.       OnMouseDown = Image8MouseDown
  121.       OnMouseMove = RxLabel1MouseMove
  122.     end
  123.     object RxLabel1: TRxLabel
  124.       Left = 4
  125.       Top = 1
  126.       Width = 41
  127.       Height = 14
  128.       Transparent = True
  129.       Caption = 'Rozbalit'
  130.       OnMouseDown = Image8MouseDown
  131.       OnMouseMove = RxLabel1MouseMove
  132.     end
  133.   end
  134.   object DriveComboBox1: TDriveComboBox
  135.     Left = 21
  136.     Top = 174
  137.     Width = 208
  138.     Height = 19
  139.     Color = clGreen
  140.     Ctl3D = False
  141.     DirList = DirectoryListBox1
  142.     ParentCtl3D = False
  143.     TabOrder = 2
  144.     TextCase = tcUpperCase
  145.   end
  146.   object DirectoryListBox1: TDirectoryListBox
  147.     Left = 21
  148.     Top = 79
  149.     Width = 207
  150.     Height = 74
  151.     Color = clGreen
  152.     Ctl3D = False
  153.     ItemHeight = 16
  154.     ParentCtl3D = False
  155.     TabOrder = 3
  156.     OnChange = DirectoryListBox1Change
  157.   end
  158.   object Timer1: TTimer
  159.     Enabled = False
  160.     Interval = 10
  161.     OnTimer = Timer1Timer
  162.     Left = 120
  163.     Top = 288
  164.   end
  165. end
  166.