home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 202
- Top = 110
- Width = 435
- Height = 300
- ActiveControl = ListBox1
- Caption = 'Grab Line Between Left and Right'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 20
- object ListBox1: TListBox
- Left = 0
- Top = 25
- Width = 217
- Height = 240
- Align = alLeft
- ItemHeight = 20
- TabOrder = 0
- end
- object ListBox2: TListBox
- Left = 217
- Top = 25
- Width = 210
- Height = 240
- Align = alClient
- ItemHeight = 20
- TabOrder = 1
- end
- object Header1: THeader
- Left = 0
- Top = 0
- Width = 427
- Height = 25
- Align = alTop
- Sections.Sections = (
- #0'32'#0'Left'
- #0'42'#0'Right')
- TabOrder = 2
- OnSized = Header1Sized
- end
- end
-