From fe070b42d2ddea9ec14bb186b6cc0b6d11b490c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 3 Jun 2003 20:46:51 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=675 --- Source/fsformunit.pas | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'Source/fsformunit.pas') diff --git a/Source/fsformunit.pas b/Source/fsformunit.pas index 3f71db8..25b044b 100644 --- a/Source/fsformunit.pas +++ b/Source/fsformunit.pas @@ -1,18 +1,18 @@ -unit fsformunit; - -interface - -uses - Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; - -type - TFsForm = class(TForm) - public - PdName: String; - procedure Parse(const S: String); virtual; abstract; - end; - -implementation - -end. +unit fsformunit; + +interface + +uses + Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; + +type + TFsForm = class(TForm) + public + PdName: String; + procedure Parse(const S: String); virtual; abstract; + end; + +implementation + +end. \ No newline at end of file -- cgit v1.2.1