?? echoclient.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: 110625: echoclient.dpr
{
{ Rev 1.0 25/10/2004 23:14:10 ANeillans Version: 9.0.17
{ Verified
}
program echoclient;
uses
{$IFDEF Linux}
QForms,
{$ELSE}
Forms,
{$ENDIF}
main in 'main.pas' {formEchoTest};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TformEchoTest, formEchoTest);
Application.Run;
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -