Стартовый пул
This commit is contained in:
26
ScrollingText/StringDesigner/data/~history/MainForm.pas;1
Normal file
26
ScrollingText/StringDesigner/data/~history/MainForm.pas;1
Normal file
@@ -0,0 +1,26 @@
|
||||
unit MainForm;
|
||||
|
||||
{$mode delphi}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;
|
||||
|
||||
type
|
||||
TForm1 = class(TForm)
|
||||
private
|
||||
{ private declarations }
|
||||
public
|
||||
{ public declarations }
|
||||
end;
|
||||
|
||||
var
|
||||
Form1: TForm1;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user