mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
aggpas: removed lrs
git-svn-id: trunk@27108 -
This commit is contained in:
parent
12f0bd4993
commit
d256f1a017
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -83,19 +83,15 @@ components/aggpas/interactive_polygon_.pas svneol=native#text/plain
|
||||
components/aggpas/lazarus/aggpaslcl.lpk svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/AggPasInLCLDemo1.lpi svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/AggPasInLCLDemo1.lpr svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/AggPasInLCLDemo1.lrs svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/AggPasInLCLDemo2.lpi svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/AggPasInLCLDemo2.lpr svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/PangoFontsDemo1.lpi svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/PangoFontsDemo1.lpr svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit1.lfm svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit1.lrs svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit1.pas svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit2.lfm svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit2.lrs svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit2.pas svneol=native#text/pascal
|
||||
components/aggpas/lazarus/example/unit3.lfm svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit3.lrs svneol=native#text/plain
|
||||
components/aggpas/lazarus/example/unit3.pas svneol=native#text/pascal
|
||||
components/aggpas/line_patterns.dpr svneol=native#text/plain
|
||||
components/aggpas/lion.dpr svneol=native#text/plain
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#127#1#6'Height'#3#204#0#3'Top'#3'"'#1#5'W'
|
||||
+'idth'#3#238#0#7'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormCreate'#9'OnDestro'
|
||||
+'y'#7#11'FormDestroy'#7'OnPaint'#7#9'FormPaint'#10'LCLVersion'#6#6'0.9.29'#0
|
||||
+#0
|
||||
]);
|
||||
@ -81,8 +81,7 @@ begin
|
||||
Canvas.Draw(0,0,Bitmap1);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#131#1#6'Height'#3'"'#1#3'Top'#3#31#1#5'Wi'
|
||||
+'dth'#3#159#1#7'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'
|
||||
+#7#11'FormDestroy'#7'OnPaint'#7#9'FormPaint'#10'LCLVersion'#6#6'0.9.29'#0#0
|
||||
]);
|
||||
@ -157,8 +157,7 @@ begin
|
||||
Canvas.Draw(0,0,Bitmap1);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit2.lrs}
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#131#1#6'Height'#3'"'#1#3'Top'#3#31#1#5'Wi'
|
||||
+'dth'#3#159#1#7'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'
|
||||
+#7#11'FormDestroy'#7'OnPaint'#7#9'FormPaint'#10'LCLVersion'#6#6'0.9.29'#0#0
|
||||
]);
|
||||
@ -102,8 +102,7 @@ begin
|
||||
Canvas.Draw(0,0,Bitmap1);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit3.lrs}
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user