mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
test: replace the forms stored in lrs with FPC resource forms
git-svn-id: trunk@43029 -
This commit is contained in:
parent
1b27f92d2b
commit
68d57f7b3a
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -6931,49 +6931,41 @@ test/bugs/12216/bug12216.lpi svneol=native#text/plain
|
||||
test/bugs/12216/bug12216.lpr svneol=native#text/plain
|
||||
test/bugs/12216/expected.txt svneol=native#text/plain
|
||||
test/bugs/12216/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/12216/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/12216/unit1.pas svneol=native#text/plain
|
||||
test/bugs/2068/bug2068.lpi svneol=native#text/plain
|
||||
test/bugs/2068/bug2068.lpr svneol=native#text/plain
|
||||
test/bugs/2068/expected.txt svneol=native#text/plain
|
||||
test/bugs/2068/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/2068/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/2068/unit1.pas svneol=native#text/plain
|
||||
test/bugs/2075/bug2075.lpi svneol=native#text/plain
|
||||
test/bugs/2075/bug2075.lpr svneol=native#text/plain
|
||||
test/bugs/2075/expected.txt svneol=native#text/plain
|
||||
test/bugs/2075/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/2075/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/2075/unit1.pas svneol=native#text/plain
|
||||
test/bugs/7462/bug7462.lpi svneol=native#text/plain
|
||||
test/bugs/7462/bug7462.lpr svneol=native#text/plain
|
||||
test/bugs/7462/expected.txt svneol=native#text/plain
|
||||
test/bugs/7462/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/7462/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/7462/unit1.pas svneol=native#text/plain
|
||||
test/bugs/822/bug822.lpi svneol=native#text/plain
|
||||
test/bugs/822/bug822.lpr svneol=native#text/plain
|
||||
test/bugs/822/expected.txt svneol=native#text/plain
|
||||
test/bugs/822/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/822/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/822/unit1.pas svneol=native#text/plain
|
||||
test/bugs/8284/bug8284.lpi svneol=native#text/plain
|
||||
test/bugs/8284/bug8284.lpr svneol=native#text/plain
|
||||
test/bugs/8284/expected.txt svneol=native#text/plain
|
||||
test/bugs/8284/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/8284/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/8284/unit1.pas svneol=native#text/plain
|
||||
test/bugs/8437/expected.txt svneol=native#text/plain
|
||||
test/bugs/8437/project1.lpi svneol=native#text/plain
|
||||
test/bugs/8437/project1.lpr svneol=native#text/pascal
|
||||
test/bugs/8437/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/8437/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/8437/unit1.pas svneol=native#text/pascal
|
||||
test/bugs/8450/expected.txt svneol=native#text/plain
|
||||
test/bugs/8450/project1.lpi svneol=native#text/plain
|
||||
test/bugs/8450/project1.lpr svneol=native#text/plain
|
||||
test/bugs/8450/unit1.lfm svneol=native#text/plain
|
||||
test/bugs/8450/unit1.lrs svneol=native#text/pascal
|
||||
test/bugs/8450/unit1.pas svneol=native#text/plain
|
||||
test/bugs/bug8432.pas svneol=native#text/plain
|
||||
test/bugs/testfileproc.pas svneol=native#text/plain
|
||||
|
@ -1,13 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'.'#1#6'Height'#2'W'#3'Top'#3#155#0#5'Widt'
|
||||
+'h'#3#214#0#7'Caption'#6#5'Form1'#12'ClientHeight'#2'W'#11'ClientWidth'#3#214
|
||||
+#0#10'ParentFont'#8#10'LCLVersion'#6#6'0.9.25'#0#7'TButton'#7'Button1'#4'Lef'
|
||||
+'t'#2'p'#6'Height'#2#25#3'Top'#2#24#5'Width'#2'K'#7'Caption'#6#7'Button1'#7
|
||||
+'OnClick'#7#12'Button1Click'#8'TabOrder'#2#0#0#0#22'TApplicationProperties'
|
||||
+#22'ApplicationProperties1'#17'CaptureExceptions'#9#9'HintColor'#7#8'clInfoB'
|
||||
+'k'#13'HintHidePause'#3#196#9#9'HintPause'#3#244#1#13'HintShortCuts'#9#8'Sho'
|
||||
+'wHint'#9#6'OnIdle'#7#26'ApplicationProperties1Idle'#4'left'#2#25#3'top'#2#19
|
||||
+#0#0#0
|
||||
]);
|
@ -29,6 +29,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
var
|
||||
InTestRun : boolean;
|
||||
|
||||
@ -69,7 +71,5 @@ end;
|
||||
|
||||
initialization
|
||||
InTestRun := ParamStr(1)='--runtest';
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
{ Dit is een automatisch aangemaakt lazarus broncode bestand }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3','#1#3'Top'#3#157#0#5'Wi'
|
||||
+'dth'#3#144#1#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#7
|
||||
+'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormCreate'#6'OnShow'#7#8'FormShow'#0#5
|
||||
+'TEdit'#5'Edit1'#4'Left'#2#12#6'Height'#2#27#3'Top'#2#13#5'Width'#3'r'#1#7'O'
|
||||
+'nClick'#7#11'Memo1Change'#8'TabOrder'#2#0#0#0#5'TMemo'#5'Memo1'#4'Left'#2#12
|
||||
+#6'Height'#2'F'#3'Top'#2'2'#5'Width'#3'r'#1#8'OnChange'#7#11'Memo1Change'#8
|
||||
+'TabOrder'#2#1#0#0#5'TMemo'#8'Debugger'#4'Left'#2#12#6'Height'#3#152#0#3'Top'
|
||||
+#3#136#0#5'Width'#3'r'#1#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#2
|
||||
+#0#0#22'TApplicationProperties'#22'ApplicationProperties1'#17'CaptureExcepti'
|
||||
+'ons'#9#9'HintColor'#7#8'clInfoBk'#13'HintHidePause'#3#196#9#9'HintPause'#3
|
||||
+#244#1#13'HintShortCuts'#9#8'ShowHint'#9#6'OnIdle'#7#26'ApplicationPropertie'
|
||||
+'s1Idle'#4'left'#2#16#3'top'#3#8#1#0#0#0
|
||||
]);
|
@ -31,6 +31,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.ApplicationProperties1Idle(Sender: TObject; var Done: Boolean);
|
||||
@ -65,8 +67,5 @@ begin
|
||||
Format('-- Memo1Change is fired: Sender = %s',[(Sender as TComponent).Name]))
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,24 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'g'#2#6'Height'#2''#3'Top'#3'F'#1#5'Width'
|
||||
+#3#218#0#18'HorzScrollBar.Page'#3#217#0#18'VertScrollBar.Page'#2'~'#13'Activ'
|
||||
+'eControl'#7#14'FloatSpinEdit1'#7'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormC'
|
||||
+'reate'#0#6'TLabel'#6'Label1'#4'Left'#2#16#6'Height'#2#14#3'Top'#2#17#5'Widt'
|
||||
+'h'#2' '#7'Caption'#6#6'Label1'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#6'Label2'#4'Left'#2#16#6'Height'#2#14#3'Top'#2'0'#5'Width'#2' '#7'C'
|
||||
+'aption'#6#6'Label2'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#14'TFloatSpi'
|
||||
+'nEdit'#14'FloatSpinEdit1'#4'Left'#2'H'#6'Height'#2#23#3'Top'#2#8#5'Width'#3
|
||||
+#130#0#9'Increment'#5#0#0#0#0#0#0#0#128#255'?'#8'MaxValue'#5#0#0#0#0#0#0#0
|
||||
+#200#5'@'#8'TabOrder'#2#0#5'Value'#5#0#0#0#0#0#20#174#169#4'@'#0#0#7'TButton'
|
||||
+#11'CloseButton'#4'Left'#2'H'#6'Height'#2#25#3'Top'#2'X'#5'Width'#2'K'#25'Bo'
|
||||
+'rderSpacing.InnerBorder'#2#4#7'Caption'#6#5'Close'#7'OnClick'#7#16'CloseBut'
|
||||
+'tonClick'#8'TabOrder'#2#1#0#0#14'TFloatSpinEdit'#14'FloatSpinEdit2'#4'Left'
|
||||
+#2'H'#6'Height'#2#23#3'Top'#2'('#5'Width'#3#130#0#13'DecimalPlaces'#2#3#9'In'
|
||||
+'crement'#5#0#0#0#0#0#0#0#128#255'?'#8'MaxValue'#5#0#0#0#0#0#0#0#200#6'@'#8
|
||||
+'TabOrder'#2#2#5'Value'#5#0#0#0#0#0#156#196#144#255'?'#0#0#22'TApplicationPr'
|
||||
+'operties'#22'ApplicationProperties1'#17'CaptureExceptions'#9#9'HintColor'#7
|
||||
+#8'clInfoBk'#13'HintHidePause'#3#196#9#9'HintPause'#3#244#1#13'HintShortCuts'
|
||||
+#9#8'ShowHint'#9#6'OnIdle'#7#26'ApplicationProperties1Idle'#4'left'#2#8#3'to'
|
||||
+'p'#2'X'#0#0#0
|
||||
]);
|
@ -33,6 +33,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
@ -58,8 +60,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#2'z'#3'Top'#3#175#0#5'Widt'
|
||||
+'h'#3#242#0#18'HorzScrollBar.Page'#3#241#0#18'VertScrollBar.Page'#2'y'#13'Ac'
|
||||
+'tiveControl'#7#5'Memo1'#7'Caption'#6#5'Form1'#8'OnCreate'#7#10'FormCreate'#0
|
||||
+#5'TMemo'#5'Memo1'#4'Left'#2#24#6'Height'#2'Z'#3'Top'#2#16#5'Width'#3#150#0
|
||||
+#13'Lines.Strings'#1#6#5'Memo1'#0#8'TabOrder'#2#0#0#0#22'TApplicationPropert'
|
||||
+'ies'#22'ApplicationProperties1'#17'CaptureExceptions'#9#9'HintColor'#7#8'cl'
|
||||
+'InfoBk'#13'HintHidePause'#3#196#9#9'HintPause'#3#244#1#13'HintShortCuts'#9#8
|
||||
+'ShowHint'#9#6'OnIdle'#7#26'ApplicationProperties1Idle'#4'left'#2#16#3'top'#3
|
||||
+#192#0#0#0#0
|
||||
]);
|
@ -27,6 +27,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
@ -42,8 +44,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3','#1#3'Top'#3#175#0#5'Wi'
|
||||
+'dth'#3#144#1#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#13
|
||||
+'ActiveControl'#7#10'ScrollBar1'#7'Caption'#6#5'Form1'#0#6'TLabel'#6'Label1'
|
||||
+#4'Left'#2#21#6'Height'#2#14#3'Top'#2#9#5'Width'#2' '#7'Caption'#6#6'Label1'
|
||||
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#10'TScrollBar'#10'ScrollBar1'#4
|
||||
+'Left'#3#160#0#6'Height'#3#201#0#3'Top'#2'('#5'Width'#2#17#4'Kind'#7#10'sbVe'
|
||||
+'rtical'#8'TabOrder'#2#0#0#0#22'TApplicationProperties'#22'ApplicationProper'
|
||||
+'ties1'#17'CaptureExceptions'#9#9'HintColor'#7#8'clInfoBk'#13'HintHidePause'
|
||||
+#3#196#9#9'HintPause'#3#244#1#13'HintShortCuts'#9#8'ShowHint'#9#6'OnIdle'#7
|
||||
+#26'ApplicationProperties1Idle'#4'left'#2#24#3'top'#2'H'#0#0#0
|
||||
]);
|
@ -28,6 +28,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.ApplicationProperties1Idle(Sender: TObject; var Done: Boolean);
|
||||
@ -47,8 +49,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#2'E'#3'Top'#3#175#0#5'Widt'
|
||||
+'h'#3#144#1#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#2'D'#7'Cap'
|
||||
+'tion'#6#5'Form1'#5'Color'#7#6'clLime'#0#7'TButton'#7'Button1'#4'Left'#2#27#6
|
||||
+'Height'#2#25#3'Top'#2#15#5'Width'#2'K'#25'BorderSpacing.InnerBorder'#2#4#7
|
||||
+'Caption'#6#7'Button1'#8'TabOrder'#2#0#0#0#9'TCheckBox'#9'CheckBox1'#4'Left'
|
||||
+#3#130#0#6'Height'#2#13#3'Top'#2#18#5'Width'#2'K'#7'Caption'#6#9'CheckBox1'#8
|
||||
+'TabOrder'#2#1#0#0#12'TRadioButton'#12'RadioButton1'#4'Left'#3#0#1#6'Height'
|
||||
+#2#13#3'Top'#2#18#5'Width'#2'U'#7'Caption'#6#12'RadioButton1'#8'TabOrder'#2#2
|
||||
+#0#0#22'TApplicationProperties'#22'ApplicationProperties1'#17'CaptureExcepti'
|
||||
+'ons'#9#9'HintColor'#7#8'clInfoBk'#13'HintHidePause'#3#196#9#9'HintPause'#3
|
||||
+#244#1#13'HintShortCuts'#9#8'ShowHint'#9#6'OnIdle'#7#26'ApplicationPropertie'
|
||||
+'s1Idle'#4'left'#3'g'#1#3'top'#2#16#0#0#0
|
||||
]);
|
@ -29,6 +29,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.ApplicationProperties1Idle(Sender: TObject; var Done: Boolean);
|
||||
@ -44,8 +46,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,21 +0,0 @@
|
||||
{ Ýòî - ôàéë ðåñóðñîâ, àâòîìàòè÷åñêè ñîçäàííûé lazarus }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3','#1#3'Top'#3#175#0#5'Wi'
|
||||
+'dth'#3#144#1#7'Caption'#6#5'Form1'#12'ClientHeight'#3','#1#11'ClientWidth'#3
|
||||
+#144#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.25'#0#13'TPairSpl'
|
||||
+'itter'#13'PairSplitter1'#4'Left'#2'f'#6'Height'#2'Z'#3'Top'#2'k'#5'Width'#3
|
||||
+#218#0#8'Position'#2'j'#0#17'TPairSplitterSide'#17'PairSplitterSide1'#6'Curs'
|
||||
+'or'#7#7'crArrow'#6'Height'#2'Z'#5'Width'#2'j'#11'ClientWidth'#2'j'#12'Clien'
|
||||
+'tHeight'#2'Z'#0#7'TButton'#7'Button2'#4'Left'#2#20#6'Height'#2#25#3'Top'#2
|
||||
+'"'#5'Width'#2'K'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#7'Button2'#7
|
||||
+'OnClick'#7#12'Button2Click'#8'TabOrder'#2#0#0#0#0#17'TPairSplitterSide'#17
|
||||
+'PairSplitterSide2'#6'Cursor'#7#7'crArrow'#4'Left'#2'o'#6'Height'#2'Z'#5'Wid'
|
||||
+'th'#2'k'#11'ClientWidth'#2'k'#12'ClientHeight'#2'Z'#0#7'TButton'#7'Button3'
|
||||
+#4'Left'#2#27#6'Height'#2#25#3'Top'#2''''#5'Width'#2'K'#25'BorderSpacing.Inn'
|
||||
+'erBorder'#2#4#7'Caption'#6#7'Button3'#7'OnClick'#7#12'Button3Click'#8'TabOr'
|
||||
+'der'#2#0#0#0#0#0#22'TApplicationProperties'#22'ApplicationProperties1'#17'C'
|
||||
+'aptureExceptions'#9#9'HintColor'#7#8'clInfoBk'#13'HintHidePause'#3#196#9#9
|
||||
+'HintPause'#3#244#1#13'HintShortCuts'#9#8'ShowHint'#9#6'OnIdle'#7#26'Applica'
|
||||
+'tionProperties1Idle'#4'left'#2' '#3'top'#2#10#0#0#0
|
||||
]);
|
@ -34,6 +34,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
@ -76,8 +78,5 @@ begin
|
||||
PairSplitterSide1.Width := PairSplitterSide1.Width + 25;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#2'2'#3'Top'#3#159#0#5'Widt'
|
||||
+'h'#3#212#0#18'HorzScrollBar.Page'#3#211#0#18'VertScrollBar.Page'#2'1'#7'Cap'
|
||||
+'tion'#6#5'Form1'#0#9'TComboBox'#9'ComboBox1'#4'Left'#2' '#6'Height'#2#21#3
|
||||
+'Top'#2#8#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#9'ComboB'
|
||||
+'ox1'#0#0#22'TApplicationProperties'#22'ApplicationProperties1'#17'CaptureEx'
|
||||
+'ceptions'#9#9'HintColor'#7#8'clInfoBk'#13'HintHidePause'#3#196#9#9'HintPaus'
|
||||
+'e'#3#244#1#13'HintShortCuts'#9#8'ShowHint'#9#6'OnIdle'#7#26'ApplicationProp'
|
||||
+'erties1Idle'#4'left'#3#156#0#3'top'#2#9#0#0#0
|
||||
]);
|
@ -27,6 +27,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R unit1.lfm}
|
||||
|
||||
var
|
||||
InTestRun: boolean;
|
||||
|
||||
@ -49,7 +51,6 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
InTestRun := ParamStr(1)='--runtest';
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user