2008-10-31 21:18:20 +00:00
object Form1: TForm1
Left = 252
2023-02-17 16:28:47 +00:00
Height = 314
2008-10-31 21:18:20 +00:00
Top = 138
Width = 492
HorzScrollBar.Page = 491
VertScrollBar.Page = 299
2023-02-17 16:28:47 +00:00
AutoSize = True
2008-10-31 21:18:20 +00:00
BorderStyle = bsDialog
Caption = 'Usage Code Example'
2023-02-17 16:28:47 +00:00
ClientHeight = 314
ClientWidth = 492
2008-10-31 21:18:20 +00:00
Position = poScreenCenter
2023-02-17 16:28:47 +00:00
LCLVersion = '2.3.0.0'
2008-10-31 21:18:20 +00:00
object StatusLbl: TLabel
2023-02-20 11:17:45 +00:00
AnchorSideLeft.Control = Info
2023-02-17 16:28:47 +00:00
AnchorSideTop.Control = CloseBtn
AnchorSideTop.Side = asrCenter
2008-10-31 21:18:20 +00:00
Left = 8
2023-02-17 16:28:47 +00:00
Height = 15
2023-02-20 17:36:51 +00:00
Top = 234
2023-02-17 16:28:47 +00:00
Width = 32
2008-10-31 21:18:20 +00:00
Caption = 'Status'
Color = clNone
ParentColor = False
end
object Label1: TLabel
2023-02-20 17:36:51 +00:00
AnchorSideLeft.Control = CodeBtn
AnchorSideLeft.Side = asrBottom
2023-02-17 16:28:47 +00:00
AnchorSideTop.Control = CodeBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CodeLbl
2023-02-20 17:36:51 +00:00
Left = 157
2023-02-17 16:28:47 +00:00
Height = 15
Top = 13
Width = 72
2023-02-20 17:36:51 +00:00
BorderSpacing.Left = 60
2023-02-17 16:28:47 +00:00
BorderSpacing.Right = 12
2008-10-31 21:18:20 +00:00
Caption = 'Current code:'
Color = clNone
ParentColor = False
end
object CodeLbl: TLabel
2023-02-20 17:36:51 +00:00
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
2023-02-17 16:28:47 +00:00
AnchorSideTop.Control = CodeBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
2023-02-20 17:36:51 +00:00
Left = 241
2023-02-17 16:28:47 +00:00
Height = 15
Top = 13
Width = 96
2023-02-20 17:36:51 +00:00
BorderSpacing.Left = 8
2008-10-31 21:18:20 +00:00
Caption = '0000000000000000'
Color = clNone
ParentColor = False
end
object CodeBtn: TButton
2023-02-17 16:28:47 +00:00
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
2008-10-31 21:18:20 +00:00
Left = 8
Height = 25
Top = 8
Width = 89
2023-02-17 16:28:47 +00:00
BorderSpacing.Around = 8
2008-10-31 21:18:20 +00:00
BorderSpacing.InnerBorder = 4
Caption = 'Enter Code'
OnClick = CodeBtnClick
TabOrder = 0
end
object CloseBtn: TBitBtn
2023-02-20 11:17:45 +00:00
AnchorSideTop.Control = Bevel1
2023-02-17 16:28:47 +00:00
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 409
2008-10-31 21:18:20 +00:00
Height = 25
2023-02-20 17:36:51 +00:00
Top = 229
2008-10-31 21:18:20 +00:00
Width = 75
2023-02-17 16:28:47 +00:00
Anchors = [akTop, akRight]
2023-02-20 17:36:51 +00:00
BorderSpacing.Top = 8
2023-02-17 16:28:47 +00:00
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
2008-10-31 21:18:20 +00:00
Kind = bkClose
2023-02-17 16:28:47 +00:00
TabOrder = 1
2008-10-31 21:18:20 +00:00
end
object RemoveBtn: TButton
2023-02-17 16:28:47 +00:00
AnchorSideTop.Control = CloseBtn
AnchorSideRight.Control = CloseBtn
Left = 304
2008-10-31 21:18:20 +00:00
Height = 25
2023-02-20 17:36:51 +00:00
Top = 229
2008-10-31 21:18:20 +00:00
Width = 97
2023-02-17 16:28:47 +00:00
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
2008-10-31 21:18:20 +00:00
BorderSpacing.InnerBorder = 4
Caption = 'Remove Code'
OnClick = RemoveBtnClick
2023-02-17 16:28:47 +00:00
TabOrder = 2
end
2023-02-20 11:17:45 +00:00
object Info: TLabel
2023-02-17 16:28:47 +00:00
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CodeBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 165
Top = 41
Width = 476
Anchors = [akTop, akLeft, akRight]
2023-02-20 11:17:45 +00:00
BorderSpacing.Around = 8
2023-02-17 16:28:47 +00:00
Caption = 'The label at the bottom of this form indicates the status of the code. An invalid code indicates that the code is either the incorrect type or that none has been entered. '#13#10#13#10'If the proper code has not been entered or the ONGUARD.INI file was deleted, the message will say that the code is invalid.'#13#10#13#10'Use the "Enter Code" button to enter a code (the CODEGEN program can be used to generate the proper "Usage" code). '#13#10#13#10'The "Remove Code" button can be used to remove the entered code from the INI file. Doing so will cause the TOgUsageCode component to report that the code is invalid.'
Color = clBtnFace
ParentColor = False
WordWrap = True
2008-10-31 21:18:20 +00:00
end
2023-02-20 11:17:45 +00:00
object Bevel1: TBevel
AnchorSideLeft.Control = Info
AnchorSideTop.Control = Info
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Info
AnchorSideRight.Side = asrBottom
Left = 8
Height = 3
Top = 218
Width = 476
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
Shape = bsTopLine
end
2008-10-31 21:18:20 +00:00
object OgUsageCode1: TOgUsageCode
OnChecked = CodeChecked
OnGetKey = GetKey
OnGetCode = GetCode
OnChangeCode = ChangeCode
2023-02-20 17:36:51 +00:00
Left = 176
Top = 208
2008-10-31 21:18:20 +00:00
end
end