?? bookmis_proj.dpr
字號(hào):
program BookMIS_Proj;
uses
Forms,
MainUnit in 'MainUnit.pas' {frmMain},
OperatorManageUnit in 'SysManage\OperatorManageUnit.pas' {frmOperatorManage},
ChangePasswordUnit in 'SysManage\ChangePasswordUnit.pas' {frmChangePassword},
ClassManageUnit in 'SysManage\ClassManageUnit.pas' {frmClassManage},
DepartmentManageUnit in 'SysManage\DepartmentManageUnit.pas' {frmDepartmentManage},
BookFeeUnit in 'FeeManage\BookFeeUnit.pas' {frmBookFee},
ReturnBookFeeUnit in 'FeeManage\ReturnBookFeeUnit.pas' {frmReturnBookFee},
BookInUnit in 'InOutStore\BookInUnit.pas' {frmBookIn},
StudentTakeUnit in 'InOutStore\StudentTakeUnit.pas' {frmStudentTake},
DepartmentTakeUnit in 'InOutStore\DepartmentTakeUnit.pas' {frmDepartmentTake},
BookFeeQueryUnit in 'Query\BookFeeQueryUnit.pas' {frmBookFeeQuery},
BookQueryUnit in 'Query\BookQueryUnit.pas' {frmBookQuery},
TakeQueryUnit in 'Query\TakeQueryUnit.pas' {frmTakeQuery},
AboutUnit in 'Help\AboutUnit.pas' {frmAbout},
LoginUnit in 'login\LoginUnit.pas' {frmLogin},
ReturnFeePtrUnit in 'FeeManage\ReturnFeePtrUnit.pas' {frmReturnFeePtr},
BookInPtrUnit in 'InOutStore\BookInPtrUnit.pas' {frmBookInPrt},
CommonUnit in 'Common\CommonUnit.pas',
DataModuleUnit in 'DataModule\DataModuleUnit.pas' {frmDataModule: TDataModule},
ObeyUnitUnit in 'SysManage\ObeyUnitUnit.pas' {frmUnit};
{$R *.res}
begin
Application.Initialize;
Application.Title := '教材管理系統(tǒng)';
Application.CreateForm(TfrmDataModule, frmDataModule);
Application.CreateForm(TfrmMain, frmMain);
Application.CreateForm(TfrmLogin, frmLogin);
Application.CreateForm(TfrmUnit, frmUnit);
Application.Run;
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -