资源简介
program GameLogin;
uses
Forms,
Main in 'Main.pas' {FrmMain},
GameLoginShare in 'GameLoginShare.pas',
md5 in '..\LoginCommon\Md5.pas',
Reg in '..\LoginCommon\Reg.pas',
Grobal2 in '..\..\Common\Grobal2.pas',
HUtil32 in '..\..\Common\HUtil32.pas',
EDcode in '..\..\Common\EDcode.pas',
NewAccount in 'NewAccount.pas' {FrmNewAccount},
ChangePassword in 'ChangePassword.pas' {FrmChangePassword},
GetBackPassword in 'GetBackPassword.pas' {FrmGetBackPassword},
EditGame in 'EditGame.pas' {FrmEditGame},
MsgBox in 'MsgBox.pas' {FrmMessageBox},
Secrch in 'Secrch.pas',
GameMon in 'GameMon.pas',
Common in '..\LoginCommon\Common.pas';
{$R *.res}
{$R ..\资源文件\Mir2.Res}
begin
Application.Initialize;
Application.CreateForm(TFrmMain, FrmMain);
Application.CreateForm(TFrmNewAccount, FrmNewAccount);
Application.CreateForm(TFrmChangePassword, FrmChangePassword);
Application.CreateForm(TFrmGetBackPassword, FrmGetBackPassword);
Application.CreateForm(TFrmEditGame, FrmEditGame);
Application.CreateForm(TFrmMessageBox, FrmMessageBox);
Application.Run;
end.
代码片段和文件信息
相关资源
- Teradata FS-LDM模型V10.0版本的参考手册
- 电气绘图软件 PCSchematic V20 破解
- 力克v8 安装包地址
- Polar+SI9000 License 到2038绝对好用
- SI9000阻抗计算软件.rar
- 百威易锁三代写狗
- 深入浅出WINCC西门子
- Wincc V13硬件狗破解
- WINCC 7.4SP1一键授权
- wincc v7.4 免狗
- weblogic10.3.6
- SecureCRT 8.3.1 Ubuntu 16.04 安装(附带破
- scrt-8.7.3-2279.ubuntu18-64.x86_64.deb
- Designing and Deploying 802.11 Wireless Networ
- Getting Started with LLVM Core Libraries
- 蓝牙芯片资料及设计汇总
- Practical Packet Analysis 3rd Edition
- 智能车程序代码摄像头
- 关于操作员复杂性超越加扰的演变
- 二元unit和加扰的条件互信息
- 早期加扰和限制BTZ几何形状
- 保形场理论中的加扰注意事项
- 加扰系统中随机矩阵行为的开始
- 纠缠,量子随机性和加扰之外的复杂
- freeswitch对接讯飞语音识别模块
- 基于IKAnalyzer.NET的分词工具包含dll
- IKAnalyzer中文分词计算句子相似度
- Spring Boot集成Sorl搜索客户端的实现代
- Jmeter ServerAgent-2.2.3新版本插件
- An unify version of Cauchy-Schwarz and Wieland
川公网安备 51152502000135号
评论
共有 条评论