【delphi开源代码栏目提醒】:网学会员为需要delphi开源代码的朋友们搜集整理了frmQueryServer.pas相关资料,希望对各位网友有所帮助!
unit frmQueryServer;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
end.