home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
misc
/
objects
/
enuminfo
/
main.txt
< prev
Wrap
Text File
|
1995-03-20
|
1KB
|
63 lines
object Form1: TForm1
Left = 202
Top = 99
AutoScroll = False
Caption = 'Enum Info'
ClientHeight = 124
ClientWidth = 343
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object ComboBox1: TComboBox
Left = 8
Top = 8
Width = 145
Height = 24
ItemHeight = 16
Items.Strings = (
'BorderStyle'
'DragMode'
'Style')
TabOrder = 0
Text = 'ComboBox1'
end
object Edit1: TEdit
Left = 8
Top = 40
Width = 121
Height = 24
TabOrder = 1
Text = 'Edit1'
end
object ListBox1: TListBox
Left = 184
Top = 8
Width = 145
Height = 97
ItemHeight = 16
TabOrder = 2
end
object CurType: TButton
Left = 8
Top = 80
Width = 65
Height = 25
Caption = 'CurType'
TabOrder = 3
OnClick = Button2Click
end
object ListEm: TButton
Left = 88
Top = 80
Width = 65
Height = 25
Caption = 'ListEm'
TabOrder = 4
OnClick = Button3Click
end
end