OnGuard: Fix sample projects not loading. Activate themes in sample projects. Anchored layout of sample forms.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8707 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-02-17 16:28:47 +00:00
parent 36eff03740
commit a9c3a3022c
152 changed files with 6033 additions and 3578 deletions

View File

@@ -7,46 +7,56 @@ object Form1: TForm1
VertScrollBar.Page = 185
ActiveControl = Memo1
Caption = 'Serial Number Example'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
ClientHeight = 186
ClientWidth = 240
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object Label1: TLabel
Left = 38
Height = 13
Top = 96
Width = 51
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 91
Width = 44
Alignment = taCenter
BorderSpacing.Left = 6
Caption = 'Serial #: '
Color = clNone
ParentColor = False
end
object Memo1: TMemo
Left = 3
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 79
Top = 4
Top = 6
Width = 223
BorderSpacing.Around = 6
Lines.Strings = (
'If you can edit this, then your program was '
'allowed to run'
'If you can edit this, then your program was allowed to run'
)
ScrollBars = ssVertical
TabOrder = 0
end
object CloseBtn: TBitBtn
Left = 72
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 76
Height = 33
Top = 114
Top = 112
Width = 89
BorderSpacing.Top = 6
Kind = bkClose
NumGlyphs = 0
TabOrder = 1
end
object OgSerialNumberCode1: TOgSerialNumberCode
OnChecked = OgSerialNumberCode1Checked
OnGetKey = OgSerialNumberCode1GetKey
OnGetCode = OgSerialNumberCode1GetCode
left = 128
top = 16
Left = 128
Top = 16
end
end