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:
52
components/onguard/examples/exdys30/exdys30u.lfm
Normal file
52
components/onguard/examples/exdys30/exdys30u.lfm
Normal file
@ -0,0 +1,52 @@
|
||||
object Form1: TForm1
|
||||
Left = 324
|
||||
Height = 158
|
||||
Top = 260
|
||||
Width = 229
|
||||
HorzScrollBar.Page = 228
|
||||
VertScrollBar.Page = 157
|
||||
Caption = 'Form1'
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Position = poScreenCenter
|
||||
object Label1: TLabel
|
||||
Left = 64
|
||||
Height = 13
|
||||
Top = 74
|
||||
Width = 99
|
||||
Alignment = taCenter
|
||||
Caption = 'Days Remaining: '
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Memo1: TMemo
|
||||
Left = 6
|
||||
Height = 45
|
||||
Top = 14
|
||||
Width = 213
|
||||
Lines.Strings = (
|
||||
'If you can edit this, then your program '
|
||||
'was allowed to run'
|
||||
)
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 0
|
||||
end
|
||||
object CloseBtn: TBitBtn
|
||||
Left = 64
|
||||
Height = 33
|
||||
Top = 92
|
||||
Width = 89
|
||||
Kind = bkClose
|
||||
NumGlyphs = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object OgDaysCode1: TOgDaysCode
|
||||
OnChecked = OgDaysCode1Checked
|
||||
OnGetKey = OgDaysCode1GetKey
|
||||
OnGetCode = OgDaysCode1GetCode
|
||||
OnChangeCode = OgDaysCode1ChangeCode
|
||||
left = 88
|
||||
top = 176
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user