chemtext: Add demo for usage of painting routine in custom-drawn grid.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5962 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-06-25 21:28:36 +00:00
parent 63fa370c20
commit 0202c3c2af
6 changed files with 256 additions and 2 deletions

View File

@ -117,7 +117,7 @@ object Form1: TForm1
object Edit1: TEdit
Left = 32
Height = 26
Top = 168
Top = 184
Width = 329
OnChange = Edit1Change
TabOrder = 0
@ -126,7 +126,7 @@ object Form1: TForm1
object ChemLabel4: TChemLabel
Left = 32
Height = 36
Top = 208
Top = 224
Width = 131
Arrow = caUTF8Single
Caption = '(CH3)3COH'
@ -136,4 +136,12 @@ object Form1: TForm1
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 32
Height = 18
Top = 162
Width = 140
Caption = 'Type a formula here:'
ParentColor = False
end
end