home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap09
/
ellipses
/
main.dfm
/
main.txt
< prev
Wrap
Text File
|
1995-03-20
|
1KB
|
66 lines
object Form1: TForm1
Left = 71
Top = 40
AutoScroll = False
Caption = 'Ellipses'
ClientHeight = 387
ClientWidth = 507
Color = clNavy
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 507
Height = 41
Align = alTop
Caption = 'Panel1'
TabOrder = 0
object Start: TButton
Left = 16
Top = 8
Width = 89
Height = 25
Caption = 'Start'
TabOrder = 1
OnClick = BStartClick
end
object Panel2: TPanel
Left = 120
Top = 8
Width = 233
Height = 25
Alignment = taLeftJustify
BevelInner = bvLowered
Caption = ' Enter number of Ellipses to draw'
Color = clBlue
Font.Color = clYellow
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object Edit1: TEdit
Left = 368
Top = 8
Width = 121
Height = 25
Color = clBlue
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Text = 'Edit1'
end
end
end