chemtext: Fix chem demo compilation under Linux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
bb633f3f8c
commit
63fa370c20
@ -6,7 +6,7 @@ uses
|
|||||||
Interfaces, // this includes the LCL widgetset
|
Interfaces, // this includes the LCL widgetset
|
||||||
Forms, testchem;
|
Forms, testchem;
|
||||||
|
|
||||||
{$R *.RES}
|
{$R *.res}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
RequireDerivedFormResource := True;
|
RequireDerivedFormResource := True;
|
||||||
|
@ -160,7 +160,6 @@ object Form1: TForm1
|
|||||||
Height = 23
|
Height = 23
|
||||||
Top = 381
|
Top = 381
|
||||||
Width = 50
|
Width = 50
|
||||||
Alignment = taRightJustify
|
|
||||||
OnChange = SpinEdit1Change
|
OnChange = SpinEdit1Change
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
Value = 20
|
Value = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user