diff --git a/project1.lpi b/project1.lpi index 69bc5ef..fd1fd1b 100644 --- a/project1.lpi +++ b/project1.lpi @@ -6,7 +6,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -185,9 +185,9 @@ - - - + + + @@ -231,123 +231,123 @@ - + - - + + - + - - + + - + - - + + - + - - + + - + - + - - + + - + - - - - - - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - + - - + + diff --git a/testunit.lfm b/testunit.lfm new file mode 100644 index 0000000..5855411 --- /dev/null +++ b/testunit.lfm @@ -0,0 +1,20 @@ +object Form1: TForm1 + Left = 293 + Height = 516 + Top = 200 + Width = 779 + ActiveControl = Button1 + Caption = 'Form1' + ClientHeight = 516 + ClientWidth = 779 + LCLVersion = '0.9.29' + object Button1: TButton + Left = 69 + Height = 25 + Top = 32 + Width = 75 + Caption = 'Button1' + OnClick = Button1Click + TabOrder = 0 + end +end diff --git a/testunit.lrs b/testunit.lrs new file mode 100644 index 0000000..245faa6 --- /dev/null +++ b/testunit.lrs @@ -0,0 +1,7 @@ +LazarusResources.Add('TForm1','FORMDATA',[ + 'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'%'#1#6'Height'#3#4#2#3'Top'#3#200#0#5'Wid' + +'th'#3#11#3#13'ActiveControl'#7#7'Button1'#7'Caption'#6#5'Form1'#12'ClientHe' + +'ight'#3#4#2#11'ClientWidth'#3#11#3#10'LCLVersion'#6#6'0.9.29'#0#7'TButton'#7 + +'Button1'#4'Left'#2'E'#6'Height'#2#25#3'Top'#2' '#5'Width'#2'K'#7'Caption'#6 + +#7'Button1'#7'OnClick'#7#12'Button1Click'#8'TabOrder'#2#0#0#0#0 +]); diff --git a/testunit.pas b/testunit.pas index 0254832..871e704 100644 --- a/testunit.pas +++ b/testunit.pas @@ -66,7 +66,7 @@ begin end; initialization - {$I unit1.lrs} + {$I testunit.lrs} end.