home *** CD-ROM | disk | FTP | other *** search
/ PC Open 7 / pcopen7.iso / INTERNET / Sinet / SETUP.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-01-18  |  1.1 KB  |  61 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 108
  4.   Width = 243
  5.   Height = 297
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Form2'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 8
  18.     Width = 3
  19.     Height = 13
  20.   end
  21.   object DirectoryListBox1: TDirectoryListBox
  22.     Left = 16
  23.     Top = 32
  24.     Width = 201
  25.     Height = 145
  26.     ItemHeight = 16
  27.     TabOrder = 0
  28.   end
  29.   object DriveComboBox1: TDriveComboBox
  30.     Left = 16
  31.     Top = 192
  32.     Width = 201
  33.     Height = 19
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     TabOrder = 1
  40.     OnChange = DriveComboBox1Change
  41.   end
  42.   object Button2: TButton
  43.     Left = 136
  44.     Top = 232
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Button2'
  48.     TabOrder = 2
  49.     OnClick = Button2Click
  50.   end
  51.   object Button1: TButton
  52.     Left = 24
  53.     Top = 232
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Button1'
  57.     TabOrder = 3
  58.     OnClick = Button1Click
  59.   end
  60. end
  61.