2008-10-31 21:18:20 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 413
|
|
|
|
Height = 186
|
|
|
|
Top = 458
|
|
|
|
Width = 240
|
|
|
|
HorzScrollBar.Page = 239
|
|
|
|
VertScrollBar.Page = 185
|
|
|
|
ActiveControl = Memo1
|
2023-02-20 11:17:45 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderStyle = bsDialog
|
2008-10-31 21:18:20 +00:00
|
|
|
Caption = 'Serial Number Example'
|
2023-02-17 16:28:47 +00:00
|
|
|
ClientHeight = 186
|
|
|
|
ClientWidth = 240
|
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 Label1: TLabel
|
2023-02-17 16:28:47 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Memo1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
|
|
|
Height = 15
|
|
|
|
Top = 91
|
|
|
|
Width = 44
|
2008-10-31 21:18:20 +00:00
|
|
|
Alignment = taCenter
|
2023-02-17 16:28:47 +00:00
|
|
|
BorderSpacing.Left = 6
|
2008-10-31 21:18:20 +00:00
|
|
|
Caption = 'Serial #: '
|
|
|
|
Color = clNone
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Memo1: TMemo
|
2023-02-17 16:28:47 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
Left = 6
|
2008-10-31 21:18:20 +00:00
|
|
|
Height = 79
|
2023-02-17 16:28:47 +00:00
|
|
|
Top = 6
|
2008-10-31 21:18:20 +00:00
|
|
|
Width = 223
|
2023-02-17 16:28:47 +00:00
|
|
|
BorderSpacing.Around = 6
|
2008-10-31 21:18:20 +00:00
|
|
|
Lines.Strings = (
|
2023-02-17 16:28:47 +00:00
|
|
|
'If you can edit this, then your program was allowed to run'
|
2008-10-31 21:18:20 +00:00
|
|
|
)
|
|
|
|
ScrollBars = ssVertical
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object CloseBtn: TBitBtn
|
2023-02-17 16:28:47 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2023-02-20 11:17:45 +00:00
|
|
|
Left = 97
|
|
|
|
Height = 26
|
2023-02-17 16:28:47 +00:00
|
|
|
Top = 112
|
2023-02-20 11:17:45 +00:00
|
|
|
Width = 46
|
|
|
|
AutoSize = True
|
2023-02-17 16:28:47 +00:00
|
|
|
BorderSpacing.Top = 6
|
2023-02-20 11:17:45 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2008-10-31 21:18:20 +00:00
|
|
|
Kind = bkClose
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object OgSerialNumberCode1: TOgSerialNumberCode
|
|
|
|
OnChecked = OgSerialNumberCode1Checked
|
|
|
|
OnGetKey = OgSerialNumberCode1GetKey
|
|
|
|
OnGetCode = OgSerialNumberCode1GetCode
|
2023-02-17 16:28:47 +00:00
|
|
|
Left = 128
|
|
|
|
Top = 16
|
2008-10-31 21:18:20 +00:00
|
|
|
end
|
|
|
|
end
|