From 4d64e4cd434426234a5c313c151cd79b6afc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 6 Jul 2002 17:50:18 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=27 --- Source/fsformunit.pas | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Source/fsformunit.pas (limited to 'Source/fsformunit.pas') diff --git a/Source/fsformunit.pas b/Source/fsformunit.pas new file mode 100644 index 0000000..3f71db8 --- /dev/null +++ b/Source/fsformunit.pas @@ -0,0 +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. + \ No newline at end of file -- cgit v1.2.1