mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 18:09:35 +02:00
removed bak files
git-svn-id: trunk@4614 -
This commit is contained in:
parent
2f213dcee2
commit
1dcc6f8db4
@ -1,11 +0,0 @@
|
||||
object Form2: TForm2
|
||||
CAPTION = 'Form2'
|
||||
CLIENTHEIGHT = 300
|
||||
CLIENTWIDTH = 400
|
||||
HORZSCROLLBAR.PAGE = 401
|
||||
VERTSCROLLBAR.PAGE = 301
|
||||
LEFT = 291
|
||||
HEIGHT = 300
|
||||
TOP = 167
|
||||
WIDTH = 400
|
||||
end
|
@ -1,7 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm2','FORMDATA',[
|
||||
'TPF0'#6'TForm2'#5'Form2'#7'CAPTION'#6#5'Form2'#12'CLIENTHEIGHT'#3','#1#11'CL'
|
||||
+'IENTWIDTH'#3#144#1#18'HORZSCROLLBAR.PAGE'#3#145#1#18'VERTSCROLLBAR.PAGE'#3
|
||||
+'-'#1#4'LEFT'#3'#'#1#6'HEIGHT'#3','#1#3'TOP'#3#167#0#5'WIDTH'#3#144#1#0#0
|
||||
]);
|
@ -1,27 +0,0 @@
|
||||
unit DocEditor;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs;
|
||||
|
||||
type
|
||||
TForm2 = class(TForm)
|
||||
private
|
||||
{ private declarations }
|
||||
public
|
||||
{ public declarations }
|
||||
end;
|
||||
|
||||
var
|
||||
Form2: TForm2;
|
||||
|
||||
implementation
|
||||
|
||||
initialization
|
||||
{$I doceditor.lrs}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user