git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@601 8e941d3f-bd1b-0410-a28a-d453659cc2b4

This commit is contained in:
brandysb
2008-10-31 21:18:20 +00:00
parent 060c03ecf1
commit c8b07b57d1
244 changed files with 26811 additions and 0 deletions

View 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