Files
wp_xxyyzz d6279b614d OnGuard: Rework sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-02-20 11:17:45 +00:00

137 lines
3.0 KiB
Plaintext

object SNEntryDlg: TSNEntryDlg
Left = 403
Height = 166
Top = 282
Width = 247
HorzScrollBar.Page = 246
VertScrollBar.Page = 165
ActiveControl = SNText
AutoSize = True
Caption = 'Serial Number'
ClientHeight = 166
ClientWidth = 247
LCLVersion = '2.3.0.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = SNText
AnchorSideTop.Side = asrCenter
Left = 8
Height = 15
Top = 35
Width = 15
BorderSpacing.Left = 8
Caption = 'SN'
Color = clNone
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CodeText
AnchorSideTop.Side = asrCenter
Left = 8
Height = 15
Top = 66
Width = 28
BorderSpacing.Left = 8
Caption = 'Code'
Color = clNone
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Owner
Left = 34
Height = 15
Top = 8
Width = 178
BorderSpacing.Around = 8
Caption = 'Call your Vendor NOW to register!'
Color = clNone
ParentColor = False
end
object SNText: TEdit
AnchorSideLeft.Control = CodeText
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeText
AnchorSideRight.Side = asrBottom
Left = 44
Height = 23
Top = 31
Width = 185
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
object CodeText: TEdit
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SNText
AnchorSideTop.Side = asrBottom
Left = 44
Height = 23
Top = 62
Width = 185
BorderSpacing.Left = 8
BorderSpacing.Top = 8
TabOrder = 1
end
object OKBtn: TBitBtn
AnchorSideTop.Control = Bevel2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Bevel1
Left = 71
Height = 26
Top = 104
Width = 46
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 8
Kind = bkOK
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TBitBtn
AnchorSideLeft.Control = Bevel1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Bevel2
AnchorSideTop.Side = asrBottom
Left = 129
Height = 26
Top = 104
Width = 46
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Kind = bkCancel
OnClick = CancelBtnClick
TabOrder = 3
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 117
Height = 24
Top = 104
Width = 12
Shape = bsSpacer
end
object Bevel2: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CodeText
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 3
Top = 93
Width = 231
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Shape = bsTopLine
end
end