home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / CONTCOMP / MAIN.dfm / MAIN.txt
Text File  |  1998-03-05  |  3KB  |  144 lines

  1. object MainForm: TMainForm
  2.   Left = 164
  3.   Top = 78
  4.   BorderStyle = bsSingle
  5.   Caption = 'Controls and Components'
  6.   ClientHeight = 262
  7.   ClientWidth = 560
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 44
  21.     Height = 13
  22.     Caption = 'ScrollBox'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 136
  27.     Width = 106
  28.     Height = 13
  29.     Caption = 'ScrollBox Components'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 152
  33.     Top = 136
  34.     Width = 85
  35.     Height = 13
  36.     Caption = 'ScrollBox Controls'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 288
  40.     Top = 136
  41.     Width = 85
  42.     Height = 13
  43.     Caption = 'Form Components'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 424
  47.     Top = 136
  48.     Width = 64
  49.     Height = 13
  50.     Caption = 'Form Controls'
  51.   end
  52.   object ScrollBox1: TScrollBox
  53.     Left = 16
  54.     Top = 24
  55.     Width = 177
  56.     Height = 97
  57.     TabOrder = 0
  58.     object RadioButton1: TRadioButton
  59.       Left = 32
  60.       Top = 16
  61.       Width = 113
  62.       Height = 17
  63.       Caption = 'RadioButton1'
  64.       TabOrder = 0
  65.     end
  66.     object RadioButton2: TRadioButton
  67.       Left = 32
  68.       Top = 40
  69.       Width = 113
  70.       Height = 17
  71.       Caption = 'RadioButton2'
  72.       TabOrder = 1
  73.     end
  74.     object RadioButton3: TRadioButton
  75.       Left = 32
  76.       Top = 64
  77.       Width = 113
  78.       Height = 17
  79.       Caption = 'RadioButton3'
  80.       TabOrder = 2
  81.     end
  82.   end
  83.   object Button1: TButton
  84.     Left = 216
  85.     Top = 32
  86.     Width = 89
  87.     Height = 33
  88.     Caption = 'Button1'
  89.     TabOrder = 1
  90.   end
  91.   object Button2: TButton
  92.     Left = 216
  93.     Top = 80
  94.     Width = 89
  95.     Height = 33
  96.     Caption = 'Button2'
  97.     TabOrder = 2
  98.   end
  99.   object ScrollBoxComponents: TListBox
  100.     Left = 16
  101.     Top = 152
  102.     Width = 129
  103.     Height = 97
  104.     ItemHeight = 13
  105.     Sorted = True
  106.     TabOrder = 3
  107.   end
  108.   object ScrollBoxControls: TListBox
  109.     Left = 152
  110.     Top = 152
  111.     Width = 129
  112.     Height = 97
  113.     ItemHeight = 13
  114.     Sorted = True
  115.     TabOrder = 4
  116.   end
  117.   object FormComponents: TListBox
  118.     Left = 288
  119.     Top = 152
  120.     Width = 129
  121.     Height = 97
  122.     ItemHeight = 13
  123.     Sorted = True
  124.     TabOrder = 5
  125.   end
  126.   object FormControls: TListBox
  127.     Left = 424
  128.     Top = 152
  129.     Width = 129
  130.     Height = 97
  131.     ItemHeight = 13
  132.     Sorted = True
  133.     TabOrder = 6
  134.   end
  135.   object CloseBitBtn: TBitBtn
  136.     Left = 376
  137.     Top = 56
  138.     Width = 89
  139.     Height = 33
  140.     TabOrder = 7
  141.     Kind = bkClose
  142.   end
  143. end
  144.