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

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