You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7978 8e941d3f-bd1b-0410-a28a-d453659cc2b4
219 lines
5.4 KiB
Plaintext
219 lines
5.4 KiB
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Height = 320
|
|
Top = 108
|
|
Width = 365
|
|
Caption = 'ChemLabel Demo'
|
|
ClientHeight = 320
|
|
ClientWidth = 365
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Arial'
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object Panel1: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 178
|
|
Top = 12
|
|
Width = 341
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 12
|
|
BevelOuter = bvNone
|
|
BorderStyle = bsSingle
|
|
ClientHeight = 174
|
|
ClientWidth = 337
|
|
Color = clWhite
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Arial'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
object ChemLabel1: TChemLabel
|
|
AnchorSideLeft.Control = Spacer
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label1
|
|
Left = 177
|
|
Height = 22
|
|
Top = 50
|
|
Width = 58
|
|
Caption = 'C3H7OH'
|
|
ParentColor = False
|
|
end
|
|
object ChemLabel2: TChemLabel
|
|
AnchorSideLeft.Control = Spacer
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label2
|
|
Left = 177
|
|
Height = 22
|
|
Top = 80
|
|
Width = 118
|
|
Arrow = caUTF8Single
|
|
Caption = '2H2 + O2 -> H2O'
|
|
ParentColor = False
|
|
end
|
|
object ChemLabel3: TChemLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 87
|
|
Height = 22
|
|
Top = 12
|
|
Width = 163
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Using ChemLabel'
|
|
Font.Color = clNavy
|
|
Font.Height = -19
|
|
Font.Name = 'Arial'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object ChemLabel5: TChemLabel
|
|
AnchorSideLeft.Control = Spacer
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label3
|
|
Left = 177
|
|
Height = 22
|
|
Top = 110
|
|
Width = 136
|
|
Arrow = caUTF8Single
|
|
Caption = 'H2+ + H2 --> H3+ + H'
|
|
ParentColor = False
|
|
end
|
|
object Spacer: TBevel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
Left = 160
|
|
Height = 136
|
|
Top = 0
|
|
Width = 17
|
|
Shape = bsSpacer
|
|
end
|
|
object Label3: TChemLabel
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Spacer
|
|
Left = 9
|
|
Height = 18
|
|
Top = 110
|
|
Width = 151
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Ion\-molecule reaction:'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TChemLabel
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Spacer
|
|
Left = 30
|
|
Height = 18
|
|
Top = 80
|
|
Width = 130
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Chemical reaction:'
|
|
ParentColor = False
|
|
end
|
|
object Label1: TChemLabel
|
|
AnchorSideTop.Control = ChemLabel3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Spacer
|
|
Left = 93
|
|
Height = 18
|
|
Top = 50
|
|
Width = 67
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 16
|
|
Caption = 'Propanol:'
|
|
ParentColor = False
|
|
end
|
|
object ChemLabel6: TChemLabel
|
|
AnchorSideLeft.Control = Spacer
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label5
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 177
|
|
Height = 22
|
|
Top = 138
|
|
Width = 146
|
|
Arrow = caUTF8Single
|
|
BorderSpacing.Right = 12
|
|
Caption = '@^6|_3Li + @^2|_1H --> @^4|_2He + @^4|_2He'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TChemLabel
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Spacer
|
|
Left = 43
|
|
Height = 18
|
|
Top = 140
|
|
Width = 117
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Bottom = 16
|
|
Caption = 'Nuclear reaction:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Edit1: TEdit
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Label4
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 26
|
|
Top = 228
|
|
Width = 341
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
OnChange = Edit1Change
|
|
TabOrder = 0
|
|
Text = '(CH3)3COH'
|
|
end
|
|
object ChemLabel4: TChemLabel
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideTop.Control = Edit1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 34
|
|
Top = 270
|
|
Width = 341
|
|
Arrow = caUTF8Single
|
|
Alignment = taCenter
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 16
|
|
Caption = '(CH3)3COH'
|
|
Font.Color = clWindowText
|
|
Font.Height = -27
|
|
Font.Name = 'Times New Roman'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 18
|
|
Top = 206
|
|
Width = 140
|
|
BorderSpacing.Top = 16
|
|
Caption = 'Type a formula here:'
|
|
ParentColor = False
|
|
end
|
|
end
|