Files
lazarus-ccr/components/onguard/examples/exslcode/exslcod1.lfm
brandysb eed17766fe - 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
2009-07-28 13:17:46 +00:00

112 lines
2.0 KiB
Plaintext

object Form1: TForm1
ActiveControl = MachineID
Caption = ' Special Code Generator '
ClientHeight = 243
ClientWidth = 288
Font.Height = -11
Font.Name = 'MS Sans Serif'
PixelsPerInch = 96
HorzScrollBar.Page = 287
VertScrollBar.Page = 242
Left = 237
Height = 243
Top = 152
Width = 288
object Label1: TLabel
Caption = 'Machine ID'
Color = clNone
ParentColor = False
Left = 35
Height = 14
Top = 20
Width = 54
end
object GenBtn: TButton
BorderSpacing.InnerBorder = 4
Caption = 'Generate Code'
OnClick = GenBtnClick
TabOrder = 1
Left = 18
Height = 25
Top = 176
Width = 89
end
object MachineID: TEdit
MaxLength = 8
TabOrder = 0
Left = 123
Height = 21
Top = 16
Width = 89
end
object GroupBox1: TGroupBox
Caption = 'Features'
ClientHeight = 79
ClientWidth = 221
TabOrder = 2
Left = 24
Height = 97
Top = 56
Width = 225
object ReqFeat: TCheckBox
Caption = 'Required'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 0
Left = 16
Height = 17
Top = 24
Width = 81
end
object HelpFeat: TCheckBox
Caption = 'Help'
TabOrder = 1
Left = 16
Height = 17
Top = 40
Width = 81
end
object ExamplesFeat: TCheckBox
Caption = 'Examples'
TabOrder = 2
Left = 16
Height = 17
Top = 56
Width = 81
end
object DBFeat: TCheckBox
Caption = 'Database'
TabOrder = 3
Left = 120
Height = 17
Top = 24
Width = 81
end
object FaxFeat: TCheckBox
Caption = 'Fax'
TabOrder = 4
Left = 120
Height = 17
Top = 40
Width = 81
end
object GoodiesFeat: TCheckBox
Caption = 'Goodies'
TabOrder = 5
Left = 120
Height = 17
Top = 56
Width = 81
end
end
object CodeDisplay: TEdit
Color = clAqua
TabOrder = 3
Left = 123
Height = 21
Top = 178
Width = 126
end
end