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:
74
components/onguard/examples/exsrnm1/exsrnmu2.lfm
Normal file
74
components/onguard/examples/exsrnm1/exsrnmu2.lfm
Normal file
@@ -0,0 +1,74 @@
|
||||
object SNEntryDlg: TSNEntryDlg
|
||||
Left = 403
|
||||
Height = 166
|
||||
Top = 282
|
||||
Width = 247
|
||||
HorzScrollBar.Page = 246
|
||||
VertScrollBar.Page = 165
|
||||
ActiveControl = SNText
|
||||
Caption = 'Serial Number'
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
object Label1: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
Top = 40
|
||||
Width = 18
|
||||
Caption = 'SN'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
Top = 66
|
||||
Width = 31
|
||||
Caption = 'Code'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 40
|
||||
Height = 13
|
||||
Top = 7
|
||||
Width = 193
|
||||
Caption = 'Call your Vendor NOW to register!'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object SNText: TEdit
|
||||
Left = 44
|
||||
Height = 20
|
||||
Top = 36
|
||||
Width = 121
|
||||
TabOrder = 0
|
||||
end
|
||||
object CodeText: TEdit
|
||||
Left = 44
|
||||
Height = 20
|
||||
Top = 62
|
||||
Width = 185
|
||||
TabOrder = 1
|
||||
end
|
||||
object OKBtn: TBitBtn
|
||||
Left = 23
|
||||
Height = 33
|
||||
Top = 94
|
||||
Width = 89
|
||||
Kind = bkOK
|
||||
ModalResult = 1
|
||||
NumGlyphs = 0
|
||||
TabOrder = 2
|
||||
end
|
||||
object CancelBtn: TBitBtn
|
||||
Left = 127
|
||||
Height = 33
|
||||
Top = 94
|
||||
Width = 89
|
||||
Kind = bkCancel
|
||||
NumGlyphs = 0
|
||||
OnClick = CancelBtnClick
|
||||
TabOrder = 3
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user