home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / header1 / main.txt < prev   
Text File  |  1995-03-20  |  873b  |  46 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 110
  4.   Width = 435
  5.   Height = 300
  6.   ActiveControl = ListBox1
  7.   Caption = 'Grab Line Between Left and Right'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 20
  15.   object ListBox1: TListBox
  16.     Left = 0
  17.     Top = 25
  18.     Width = 217
  19.     Height = 240
  20.     Align = alLeft
  21.     ItemHeight = 20
  22.     TabOrder = 0
  23.   end
  24.   object ListBox2: TListBox
  25.     Left = 217
  26.     Top = 25
  27.     Width = 210
  28.     Height = 240
  29.     Align = alClient
  30.     ItemHeight = 20
  31.     TabOrder = 1
  32.   end
  33.   object Header1: THeader
  34.     Left = 0
  35.     Top = 0
  36.     Width = 427
  37.     Height = 25
  38.     Align = alTop
  39.     Sections.Sections = (
  40.       #0'32'#0'Left'
  41.       #0'42'#0'Right')
  42.     TabOrder = 2
  43.     OnSized = Header1Sized
  44.   end
  45. end
  46.