⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 servers.dpr

📁 Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as
💻 DPR
字号:
program Servers;

uses
  Forms,
  Server in 'Server.pas' {Form1},
  Unit2 in 'Unit2.pas' {server2},
  Unit3 in 'Unit3.pas' {server3},
  wbglkj in 'D:\wbglkj\wbglkj.pas' {main};

{$R *.RES}

begin
  Application.Initialize;
  Application.Title := '';
  main:=Tmain.Create(application);
  main.Show;
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(Tserver3, server3);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -