lazarus-ccr/components/onguard/examples/regdemo/frm_main.lfm
brandysb eed17766fe - fixed obsolete TextHeight properties from lfm resources
- initial support for InvalidCount , which allow to run program even if trial rules are broken (but only exactly set count)
- IDE serial number used instead of volume serial

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-28 13:17:46 +00:00

50 lines
958 B
Plaintext

object frmMain: TfrmMain
ActiveControl = Button1
Caption = 'Hello World'
ClientHeight = 143
ClientWidth = 367
Font.Height = -13
Font.Name = 'Arial'
OnCreate = FormCreate
PixelsPerInch = 96
HorzScrollBar.Page = 366
VertScrollBar.Page = 142
Left = 383
Height = 143
Top = 289
Width = 367
object Label1: TLabel
Alignment = taCenter
AutoSize = False
Caption = 'Hello World!'
Color = clNone
Font.Height = -33
Font.Name = 'Arial'
ParentColor = False
Left = 4
Height = 41
Top = 16
Width = 359
end
object Button1: TButton
BorderSpacing.InnerBorder = 4
Caption = 'Close'
OnClick = Button1Click
TabOrder = 0
Left = 280
Height = 25
Top = 88
Width = 75
end
object btnReadme: TButton
BorderSpacing.InnerBorder = 4
Caption = 'Readme...'
OnClick = btnReadmeClick
TabOrder = 1
Left = 16
Height = 25
Top = 88
Width = 75
end
end