You've already forked lazarus-ccr
- 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
92 lines
1.6 KiB
Plaintext
92 lines
1.6 KiB
Plaintext
object SNEntryDlg: TSNEntryDlg
|
|
Left = 406
|
|
Height = 195
|
|
Top = 376
|
|
Width = 247
|
|
ActiveControl = SNText
|
|
Caption = 'Serial Number w/Modifer'
|
|
ClientHeight = 195
|
|
ClientWidth = 247
|
|
Font.Color = clBlack
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 64
|
|
Width = 16
|
|
Caption = 'SN'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 90
|
|
Width = 26
|
|
Caption = 'Code'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 40
|
|
Height = 14
|
|
Top = 7
|
|
Width = 160
|
|
Caption = 'Call your Vendor NOW to register!'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 37
|
|
Width = 38
|
|
Caption = 'Modifier'
|
|
ParentColor = False
|
|
end
|
|
object SNText: TEdit
|
|
Left = 52
|
|
Height = 23
|
|
Top = 60
|
|
Width = 121
|
|
TabOrder = 1
|
|
end
|
|
object CodeText: TEdit
|
|
Left = 52
|
|
Height = 23
|
|
Top = 86
|
|
Width = 175
|
|
TabOrder = 2
|
|
end
|
|
object OKBtn: TBitBtn
|
|
Left = 23
|
|
Height = 33
|
|
Top = 118
|
|
Width = 89
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
object CancelBtn: TBitBtn
|
|
Left = 127
|
|
Height = 33
|
|
Top = 118
|
|
Width = 89
|
|
Kind = bkCancel
|
|
NumGlyphs = 0
|
|
OnClick = CancelBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ModString: TEdit
|
|
Left = 52
|
|
Height = 23
|
|
Top = 33
|
|
Width = 121
|
|
ReadOnly = True
|
|
TabStop = False
|
|
TabOrder = 0
|
|
end
|
|
end
|