You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
66 lines
1.5 KiB
Plaintext
66 lines
1.5 KiB
Plaintext
object Form1: TForm1
|
|
Left = 331
|
|
Height = 155
|
|
Top = 225
|
|
Width = 218
|
|
HorzScrollBar.Page = 217
|
|
VertScrollBar.Page = 154
|
|
ActiveControl = Memo1
|
|
AutoSize = True
|
|
BorderStyle = bsDialog
|
|
Caption = 'Usage Code Example'
|
|
ClientHeight = 155
|
|
ClientWidth = 218
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.3.0.0'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Memo1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 65
|
|
Height = 15
|
|
Top = 71
|
|
Width = 89
|
|
Caption = 'Available Runs: 0'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object Memo1: TMemo
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 59
|
|
Top = 6
|
|
Width = 197
|
|
BorderSpacing.Around = 6
|
|
Lines.Strings = (
|
|
'If you can edit this, 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 = 86
|
|
Height = 26
|
|
Top = 92
|
|
Width = 46
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Kind = bkClose
|
|
TabOrder = 1
|
|
end
|
|
object OgUsageCode2: TOgUsageCode
|
|
OnChecked = OgUsageCode2Checked
|
|
OnGetKey = OgUsageCode2GetKey
|
|
OnGetCode = OgUsageCode2GetCode
|
|
OnChangeCode = OgUsageCode2ChangeCode
|
|
Left = 88
|
|
Top = 160
|
|
end
|
|
end
|