Стартовый пул
This commit is contained in:
20
ScrollingText/StringDesigner/~history/lst_strdes.lpr;1
Normal file
20
ScrollingText/StringDesigner/~history/lst_strdes.lpr;1
Normal file
@@ -0,0 +1,20 @@
|
||||
program lst_strdes;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Title:='LazScrollingText String Designer';
|
||||
RequireDerivedFormResource := True;
|
||||
Application.Initialize;
|
||||
Application.Run;
|
||||
end.
|
||||
|
Reference in New Issue
Block a user