chemtext: Add escaping of characters with special treatment

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-06-26 07:56:14 +00:00
parent 0202c3c2af
commit 8afa81832f
3 changed files with 93 additions and 78 deletions

View File

@ -83,17 +83,17 @@ object Form1: TForm1
Width = 17
Shape = bsSpacer
end
object Label1: TLabel
object Label3: TChemLabel
AnchorSideRight.Control = Spacer
Left = 103
Left = 16
Height = 18
Top = 40
Width = 67
Top = 96
Width = 154
Anchors = [akTop, akRight]
Caption = 'Propanol:'
Caption = 'Ion\-molecule reaction:'
ParentColor = False
end
object Label2: TLabel
object Label2: TChemLabel
AnchorSideRight.Control = Spacer
Left = 40
Height = 18
@ -103,14 +103,14 @@ object Form1: TForm1
Caption = 'Chemical reaction:'
ParentColor = False
end
object Label3: TLabel
object Label1: TChemLabel
AnchorSideRight.Control = Spacer
Left = 19
Left = 103
Height = 18
Top = 96
Width = 151
Top = 40
Width = 67
Anchors = [akTop, akRight]
Caption = 'Ion-molecule reaction:'
Caption = 'Propanol:'
ParentColor = False
end
end