29 lines
714 B
ObjectPascal
29 lines
714 B
ObjectPascal
{******************************************************************************}
|
|
{* WARNING: JEDI VCL To CLX Converter generated unit. *}
|
|
{* Manual modifications will be lost on next release. *}
|
|
{******************************************************************************}
|
|
|
|
unit StarFieldMain;
|
|
|
|
interface
|
|
|
|
uses
|
|
QWindows, QMessages, SysUtils, Variants, Classes, Types, QGraphics, QControls, QForms,
|
|
QDialogs, JvQExControls, JvQComponent, JvQStarfield;
|
|
|
|
type
|
|
TStarfieldMainForm = class(TForm)
|
|
JvStarfield1: TJvStarfield;
|
|
private
|
|
public
|
|
end;
|
|
|
|
var
|
|
StarfieldMainForm: TStarfieldMainForm;
|
|
|
|
implementation
|
|
|
|
{$R *.xfm}
|
|
|
|
end.
|