?? echoserver.dpr
字號:
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Quality Software Components }
{ }
{ For further information / comments, visit our WEB site at }
{ http://www.TeamCoherence.com }
{**********************************************************************}
{}
{ $Log: 110619: EchoServer.dpr
{
{ Rev 1.0 25/10/2004 23:14:08 ANeillans Version: 9.0.17
{ Verified
}
program EchoServer;
uses
{$IFDEF Linux}
QForms,
{$ELSE}
Forms,
{$ENDIF}
mainform in 'mainform.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -