OnGuard: Rework sample projects.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-02-20 11:17:45 +00:00
parent a1792b0941
commit d6279b614d
103 changed files with 2214 additions and 1689 deletions

View File

@@ -6,6 +6,8 @@ object Form1: TForm1
HorzScrollBar.Page = 239
VertScrollBar.Page = 185
ActiveControl = Memo1
AutoSize = True
BorderStyle = bsDialog
Caption = 'Serial Number Example'
ClientHeight = 186
ClientWidth = 240
@@ -44,11 +46,13 @@ object Form1: TForm1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 76
Height = 33
Left = 97
Height = 26
Top = 112
Width = 89
Width = 46
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
Kind = bkClose
TabOrder = 1
end