home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / data / cdw32.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-11-08  |  1.9 KB  |  97 lines

  1. object Form2: TForm2
  2.   Left = 329
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'C∩┐╜lov∩┐╜ adres∩┐╜∩┐╜'
  6.   ClientHeight = 265
  7.   ClientWidth = 219
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 218
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object DriveComboBox1: TDriveComboBox
  26.     Left = 8
  27.     Top = 192
  28.     Width = 201
  29.     Height = 19
  30.     Ctl3D = False
  31.     DirList = DirectoryListBox1
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentCtl3D = False
  37.     ParentFont = False
  38.     TabOrder = 2
  39.     OnChange = DriveComboBox1Change
  40.   end
  41.   object Button1: TButton
  42.     Left = 8
  43.     Top = 238
  44.     Width = 85
  45.     Height = 19
  46.     Caption = 'OK'
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 3
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 125
  57.     Top = 238
  58.     Width = 85
  59.     Height = 19
  60.     Caption = 'Zru∩┐╜it'
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 4
  67.     OnClick = Button2Click
  68.   end
  69.   object DirectoryListBox1: TDirectoryListBox
  70.     Left = 8
  71.     Top = 40
  72.     Width = 201
  73.     Height = 145
  74.     Ctl3D = False
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ItemHeight = 16
  80.     ParentCtl3D = False
  81.     ParentFont = False
  82.     TabOrder = 1
  83.     OnChange = DirectoryListBox1Change
  84.   end
  85.   object Edit1: TEdit
  86.     Left = 8
  87.     Top = 8
  88.     Width = 201
  89.     Height = 20
  90.     AutoSize = False
  91.     Ctl3D = False
  92.     ParentCtl3D = False
  93.     TabOrder = 0
  94.     OnChange = Edit1Change
  95.   end
  96. end
  97.