?? whocq.~dpr
字號:
program WhoCQ;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Ingusclass in 'Ingusclass.pas',
Protohdr in 'Protohdr.pas',
packet32 in 'Packet32.pas',
IngusPacket in 'IngusPacket.pas',
nettest in 'nettest.pas' {Form2};
{$R *.RES}
begin
Application.Initialize;
Application.ShowMainForm := False;
Application.Title := 'WhoCQ';
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TForm2, Form2);
Form1.Show;
Application.Run;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -