You've already forked lazarus-ccr
112 lines
2.0 KiB
Plaintext
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
|