Files
lazarus-ccr/components/onguard/examples/exdmod/exdmodu1.lfm
brandysb eed17766fe - fixed obsolete TextHeight properties from lfm resources
- initial support for InvalidCount , which allow to run program even if trial rules are broken (but only exactly set count)
- IDE serial number used instead of volume serial

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-28 13:17:46 +00:00

55 lines
1.1 KiB
Plaintext

object frmMain: TfrmMain
Left = 372
Height = 186
Top = 223
Width = 240
ActiveControl = Memo1
Caption = 'Serial Number Example'
ClientHeight = 186
ClientWidth = 240
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
Position = poScreenCenter
LCLVersion = '0.9.27'
object Label1: TLabel
Left = 38
Height = 14
Top = 96
Width = 43
Alignment = taCenter
Caption = 'Serial #: '
ParentColor = False
end
object Memo1: TMemo
Left = 3
Height = 79
Top = 4
Width = 223
Lines.Strings = (
'If you can edit this, then your program was '
'allowed to run'
)
ScrollBars = ssVertical
TabOrder = 0
end
object CloseBtn: TBitBtn
Left = 72
Height = 33
Top = 114
Width = 89
Kind = bkClose
NumGlyphs = 0
TabOrder = 1
end
object OgSerialNumberCode1: TOgSerialNumberCode
OnChecked = OgSerialNumberCode1Checked
OnGetKey = OgSerialNumberCode1GetKey
OnGetCode = OgSerialNumberCode1GetCode
OnGetModifier = OgSerialNumberCode1GetModifier
left = 184
top = 96
end
end