unit Unit1;
interface
uses
Vcl.Forms;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
interface
uses
Vcl.Forms;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
:最简洁形式&spm=1001.2101.3001.5002&articleId=9401029&d=1&t=3&u=9e7b9b2679804f56a0dbef63cd0e1d00)
2万+

被折叠的 条评论
为什么被折叠?



