aboutsummaryrefslogtreecommitdiff
path: root/Source/fsformunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Source/fsformunit.pas')
-rw-r--r--Source/fsformunit.pas34
1 files changed, 17 insertions, 17 deletions
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