You've already forked lazarus-ccr
169 lines
3.9 KiB
Plaintext
169 lines
3.9 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 280
|
||
|
Height = 418
|
||
|
Top = 130
|
||
|
Width = 435
|
||
|
Caption = 'Form1'
|
||
|
ClientHeight = 418
|
||
|
ClientWidth = 435
|
||
|
OnCreate = FormCreate
|
||
|
LCLVersion = '1.9.0.0'
|
||
|
object RadioGroup1: TRadioGroup
|
||
|
Left = 13
|
||
|
Height = 330
|
||
|
Top = 74
|
||
|
Width = 195
|
||
|
Anchors = [akTop, akLeft, akBottom]
|
||
|
AutoFill = True
|
||
|
Caption = 'Formula'
|
||
|
ChildSizing.LeftRightSpacing = 6
|
||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||
|
ChildSizing.ControlsPerLine = 1
|
||
|
ClientHeight = 310
|
||
|
ClientWidth = 191
|
||
|
ItemIndex = 0
|
||
|
Items.Strings = (
|
||
|
'H'
|
||
|
'H+'
|
||
|
'2H+'
|
||
|
'O--'
|
||
|
'H2O'
|
||
|
'C3H7OH'
|
||
|
'(CH3)3COH'
|
||
|
'2H+ + O--'
|
||
|
'H + Cl -> HCl'
|
||
|
'H + Cl --> HCl'
|
||
|
'2 H+ + O-- <-> H2O'
|
||
|
'2 H+ + O-- <--> H2O'
|
||
|
'H2O <- 2H + O'
|
||
|
'H2O <-- 2H + O'
|
||
|
)
|
||
|
OnClick = RadioGroup1Click
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object CbDefaultFontSize: TCheckBox
|
||
|
Left = 335
|
||
|
Height = 19
|
||
|
Top = 354
|
||
|
Width = 83
|
||
|
Caption = 'Default font'
|
||
|
Checked = True
|
||
|
OnChange = CbDefaultFontSizeChange
|
||
|
State = cbChecked
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object RadioGroup2: TRadioGroup
|
||
|
Left = 224
|
||
|
Height = 142
|
||
|
Top = 74
|
||
|
Width = 185
|
||
|
AutoFill = True
|
||
|
Caption = 'Arrow'
|
||
|
ChildSizing.LeftRightSpacing = 6
|
||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||
|
ChildSizing.ControlsPerLine = 1
|
||
|
ClientHeight = 122
|
||
|
ClientWidth = 181
|
||
|
ItemIndex = 0
|
||
|
Items.Strings = (
|
||
|
'ASCII single'
|
||
|
'ASCII double'
|
||
|
'UTF8 '
|
||
|
'UTF8 single'
|
||
|
'UTF8 double'
|
||
|
'UTF8 half'
|
||
|
)
|
||
|
OnClick = RadioGroup2Click
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object RadioGroup3: TRadioGroup
|
||
|
Left = 224
|
||
|
Height = 43
|
||
|
Top = 232
|
||
|
Width = 185
|
||
|
AutoFill = True
|
||
|
Caption = 'Alignment'
|
||
|
ChildSizing.LeftRightSpacing = 6
|
||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||
|
ChildSizing.ControlsPerLine = 3
|
||
|
ClientHeight = 23
|
||
|
ClientWidth = 181
|
||
|
Columns = 3
|
||
|
ItemIndex = 0
|
||
|
Items.Strings = (
|
||
|
'left'
|
||
|
'center'
|
||
|
'right'
|
||
|
)
|
||
|
OnClick = RadioGroup3Click
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object CheckBox2: TCheckBox
|
||
|
Left = 335
|
||
|
Height = 19
|
||
|
Top = 330
|
||
|
Width = 65
|
||
|
Caption = 'Autosize'
|
||
|
OnChange = CheckBox2Change
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object RadioGroup4: TRadioGroup
|
||
|
Left = 224
|
||
|
Height = 88
|
||
|
Top = 298
|
||
|
Width = 97
|
||
|
AutoFill = True
|
||
|
Caption = 'Layout'
|
||
|
ChildSizing.LeftRightSpacing = 6
|
||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||
|
ChildSizing.ControlsPerLine = 1
|
||
|
ClientHeight = 68
|
||
|
ClientWidth = 93
|
||
|
ItemIndex = 0
|
||
|
Items.Strings = (
|
||
|
'tlTop'
|
||
|
'tlCenter'
|
||
|
'tlBottom'
|
||
|
)
|
||
|
OnClick = RadioGroup4Click
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object CheckBox3: TCheckBox
|
||
|
Left = 335
|
||
|
Height = 19
|
||
|
Top = 306
|
||
|
Width = 62
|
||
|
Caption = 'Enabled'
|
||
|
Checked = True
|
||
|
OnChange = CheckBox3Change
|
||
|
State = cbChecked
|
||
|
TabOrder = 6
|
||
|
end
|
||
|
object SpinEdit1: TSpinEdit
|
||
|
Left = 352
|
||
|
Height = 23
|
||
|
Top = 381
|
||
|
Width = 50
|
||
|
OnChange = SpinEdit1Change
|
||
|
TabOrder = 7
|
||
|
Value = 20
|
||
|
Visible = False
|
||
|
end
|
||
|
end
|