2008-10-31 21:18:20 +00:00
|
|
|
object frmMain: TfrmMain
|
2023-02-23 13:55:39 +00:00
|
|
|
Left = 383
|
|
|
|
Height = 143
|
|
|
|
Top = 289
|
|
|
|
Width = 367
|
|
|
|
HorzScrollBar.Page = 366
|
|
|
|
VertScrollBar.Page = 142
|
2008-10-31 21:18:20 +00:00
|
|
|
ActiveControl = Button1
|
|
|
|
Caption = 'Hello World'
|
|
|
|
ClientHeight = 143
|
|
|
|
ClientWidth = 367
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Arial'
|
|
|
|
OnCreate = FormCreate
|
2023-02-23 13:55:39 +00:00
|
|
|
LCLVersion = '2.3.0.0'
|
2008-10-31 21:18:20 +00:00
|
|
|
object Label1: TLabel
|
2023-02-23 13:55:39 +00:00
|
|
|
Left = 4
|
|
|
|
Height = 41
|
|
|
|
Top = 16
|
|
|
|
Width = 359
|
2008-10-31 21:18:20 +00:00
|
|
|
Alignment = taCenter
|
|
|
|
AutoSize = False
|
|
|
|
Caption = 'Hello World!'
|
|
|
|
Color = clNone
|
|
|
|
Font.Height = -33
|
|
|
|
Font.Name = 'Arial'
|
|
|
|
ParentColor = False
|
2023-02-23 13:55:39 +00:00
|
|
|
ParentFont = False
|
2008-10-31 21:18:20 +00:00
|
|
|
end
|
|
|
|
object Button1: TButton
|
2023-02-23 13:55:39 +00:00
|
|
|
Left = 280
|
|
|
|
Height = 25
|
|
|
|
Top = 88
|
|
|
|
Width = 75
|
2008-10-31 21:18:20 +00:00
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = 'Close'
|
|
|
|
OnClick = Button1Click
|
|
|
|
TabOrder = 0
|
2023-02-23 13:55:39 +00:00
|
|
|
end
|
|
|
|
object btnReadme: TButton
|
|
|
|
Left = 16
|
2008-10-31 21:18:20 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 88
|
|
|
|
Width = 75
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = 'Readme...'
|
|
|
|
OnClick = btnReadmeClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|