myconst.pas

来自「网 络 版 五 子 棋」· PAS 代码 · 共 23 行

PAS
23
字号
unit myconst;

interface
const
Creg=1;
Clogin=2;
Csendtext=3;
Cmodiuser=4;
Cmodiwhatdoing=5;
Caddonline=6;
Cdeleonline=7;
Cmodiuserstate=8;
Cwin=9;
Close1=10;
Cescape=11;
Cstart=12;

implementation

end.


⌨️ 快捷键说明

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