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