You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@601 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
54
components/onguard/examples/exdtp21/exdtp21u.lfm
Normal file
54
components/onguard/examples/exdtp21/exdtp21u.lfm
Normal file
@@ -0,0 +1,54 @@
|
||||
object Form1: TForm1
|
||||
Left = 354
|
||||
Height = 155
|
||||
Top = 279
|
||||
Width = 228
|
||||
HorzScrollBar.Page = 227
|
||||
VertScrollBar.Page = 154
|
||||
ActiveControl = Memo1
|
||||
Caption = 'Form1'
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
object Label1: TLabel
|
||||
Left = 50
|
||||
Height = 13
|
||||
Top = 70
|
||||
Width = 113
|
||||
Caption = 'Expires: 00/00/0000'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Memo1: TMemo
|
||||
Left = 8
|
||||
Height = 59
|
||||
Top = 8
|
||||
Width = 197
|
||||
Lines.Strings = (
|
||||
'If you can edit this, your program '
|
||||
'was '
|
||||
'allowed to run'
|
||||
)
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
object CloseBtn: TBitBtn
|
||||
Left = 56
|
||||
Height = 33
|
||||
Top = 89
|
||||
Width = 89
|
||||
Kind = bkClose
|
||||
NumGlyphs = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object OgDateCode1: TOgDateCode
|
||||
OnChecked = OgDateCode1Checked
|
||||
OnGetKey = OgDateCode1GetKey
|
||||
OnGetCode = OgDateCode1GetCode
|
||||
left = 158
|
||||
top = 87
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user