You've already forked lazarus-ccr
- fixed obsolete TextHeight properties from lfm resources
- 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
This commit is contained in:
@@ -3,21 +3,22 @@ object Form1: TForm1
|
||||
Height = 158
|
||||
Top = 260
|
||||
Width = 229
|
||||
HorzScrollBar.Page = 228
|
||||
VertScrollBar.Page = 157
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 158
|
||||
ClientWidth = 229
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object Label1: TLabel
|
||||
Left = 64
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 74
|
||||
Width = 99
|
||||
Width = 84
|
||||
Alignment = taCenter
|
||||
Caption = 'Days Remaining: '
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Memo1: TMemo
|
||||
@@ -47,6 +48,6 @@ object Form1: TForm1
|
||||
OnGetCode = OgDaysCode1GetCode
|
||||
OnChangeCode = OgDaysCode1ChangeCode
|
||||
left = 88
|
||||
top = 176
|
||||
top = 130
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user