Files

67 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

object Form1: TForm1
Left = 413
Height = 186
Top = 458
Width = 240
HorzScrollBar.Page = 239
VertScrollBar.Page = 185
ActiveControl = Memo1
AutoSize = True
BorderStyle = bsDialog
Caption = 'Serial Number Example'
ClientHeight = 186
ClientWidth = 240
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object Label1: TLabel
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
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 79
Top = 6
Width = 223
BorderSpacing.Around = 6
Lines.Strings = (
'If you can edit this, then your program was allowed to run'
)
ScrollBars = ssVertical
TabOrder = 0
end
object CloseBtn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 97
Height = 26
Top = 112
Width = 46
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
Kind = bkClose
TabOrder = 1
end
object OgSerialNumberCode1: TOgSerialNumberCode
OnChecked = OgSerialNumberCode1Checked
OnGetKey = OgSerialNumberCode1GetKey
OnGetCode = OgSerialNumberCode1GetCode
Left = 128
Top = 16
end
end