project1.dpr

来自「教务管理子系统的基本功能实现」· DPR 代码 · 共 62 行

DPR
62
字号
program Project1;

uses
  Forms,
  mainfrm in 'mainfrm.pas' {Form1},
  password in 'password.pas' {PasswordDlg},
  studmessage in 'studmessage.pas' {stumessage},
  teachermessage in 'teachermessage.pas' {teamessage},
  gzrymessage in 'gzrymessage.pas' {gongzrymessage},
  datamodal in 'datamodal.pas' {DataModule1: TDataModule},
  xuankexitong in 'xuankexitong.pas' {studenxuankefrm},
  chengjichaxuntiong in 'chengjichaxuntiong.pas' {chengjichaxunfrm},
  stukebiao in 'stukebiao.pas' {studkebiaofrm},
  stumimachage in 'stumimachage.pas' {studmimachange},
  stumessadisply in 'stumessadisply.pas' {stumessadisplyfrm},
  constdef in 'constdef.pas',
  jskebiaosys in 'jskebiaosys.pas' {jskebiao},
  chenjiluru in 'chenjiluru.pas' {chejiluru},
  stumessaweihu in 'stumessaweihu.pas' {studmessaweihu},
  teahmessaluru in 'teahmessaluru.pas' {temessaluru},
  teahmessaweuhu in 'teahmessaweuhu.pas' {teamessaweihu},
  kechluru in 'kechluru.pas' {kechenglurufrm},
  kechweihu in 'kechweihu.pas' {kechengweihufrm},
  xibieguli in 'xibieguli.pas' {xibieguanli},
  chjiweihu in 'chjiweihu.pas' {chengjiweihu},
  studmesaluru in 'studmesaluru.pas' {studmessaluru},
  teachmmchage in 'teachmmchage.pas' {teachmmchang},
  gzryguli in 'gzryguli.pas' {gzryxxguanli},
  flash in 'flash.pas' {flashfrm};

//gzrymessa in 'gzrymessa.pas' {Form2};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(Tstumessage, stumessage);
  Application.CreateForm(Tteamessage, teamessage);
  Application.CreateForm(Tgongzrymessage, gongzrymessage);
  Application.CreateForm(TDataModule1, DataModule1);
  Application.CreateForm(Tstudenxuankefrm, studenxuankefrm);
  Application.CreateForm(Tchengjichaxunfrm, chengjichaxunfrm);
  Application.CreateForm(Tstudkebiaofrm, studkebiaofrm);
  Application.CreateForm(Tstudmimachange, studmimachange);
  Application.CreateForm(Tstumessadisplyfrm, stumessadisplyfrm);
  Application.CreateForm(Tjskebiao, jskebiao);
  Application.CreateForm(Tchejiluru, chejiluru);
  Application.CreateForm(Tstudmessaweihu, studmessaweihu);
  Application.CreateForm(Ttemessaluru, temessaluru);
  Application.CreateForm(Tteamessaweihu, teamessaweihu);
  Application.CreateForm(Tkechenglurufrm, kechenglurufrm);
  Application.CreateForm(Tkechengweihufrm, kechengweihufrm);
  Application.CreateForm(Txibieguanli, xibieguanli);
  Application.CreateForm(Tchengjiweihu, chengjiweihu);
  Application.CreateForm(Tstudmessaluru, studmessaluru);
  Application.CreateForm(Tteachmmchang, teachmmchang);
  Application.CreateForm(Tgzryxxguanli, gzryxxguanli);
  Application.CreateForm(Tflashfrm, flashfrm);
  Application.Run;
end.

⌨️ 快捷键说明

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