removed bak files

git-svn-id: trunk@4614 -
This commit is contained in:
mattias 2003-09-13 13:27:34 +00:00
parent 2f213dcee2
commit 1dcc6f8db4
3 changed files with 0 additions and 45 deletions

View File

@ -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

View File

@ -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
]);

View File

@ -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.