📄 hygl.dpr
字号:
program HYGL;
uses
Forms,
HYGL_main in 'HYGL_main.pas' {FrmHYGL_main},
HYGL_ZXHY_ZGDB in 'HYGL_ZXHY_ZGDB.pas' {FrmHYGL_ZXHY_ZGDB},
Umyfunction in 'Umyfunction.pas',
HYGL_DModule in 'HYGL_DModule.pas' {dmd: TDataModule},
HYGL_CXHY_zgdb in 'HYGL_CXHY_zgdb.pas' {FrmHYGL_CXHY_ZGDB},
HYGL_about in 'HYGL_about.pas' {FrmHYGL_about},
HYGL_hydd in 'HYGL_hydd.pas' {FrmHYGL_hydd},
HYGL_ZLHY_ZGDB in 'HYGL_ZLHY_ZGDB.pas' {FrmHYGL_ZLHY_ZGDB},
HYGL_TJ_DW in 'HYGL_TJ_DW.pas' {FrmHYGL_TJ_DW},
HYGL_TJ_RHSJ in 'HYGL_TJ_RHSJ.pas' {FrmHYGL_TJ_RHSJ},
HYGL_TJ_XB in 'HYGL_TJ_XB.pas' {FrmHYGL_TJ_XB},
HYGL_TJ_ZGDB in 'HYGL_TJ_ZGDB.pas' {FrmHYGL_TJ_ZGDB},
HYGL_addnew_ZGDB in 'HYGL_addnew_ZGDB.pas' {FrmHYGL_addnew_ZGDB},
HYGL_addnew in 'HYGL_addnew.pas' {FrmHYGL_addnew},
HYGL_CXHY in 'HYGL_CXHY.pas' {FrmHYGL_CXHY},
HYGL_ZLHY in 'HYGL_ZLHY.pas' {FrmHYGL_ZLHY},
HYGL_ZXHY in 'HYGL_ZXHY.pas' {FrmHYGL_ZXHY},
HYGL_report_HYmc in 'HYGL_report_HYmc.pas' {FrmHYGL_Report_HYmc},
HYGL_report_dbtj in 'HYGL_report_dbtj.pas' {FrmHYGL_Report_dbtj},
HYGL_TJ_XL in 'HYGL_TJ_XL.pas' {FrmHYGL_TJ_XL},
HYGL_report_dbmc in 'HYGL_report_dbmc.pas' {FrmHYGL_Report_dbmc},
HYGL_TJ_CSNY in 'HYGL_TJ_CSNY.pas' {FrmHYGL_TJ_CSNY};
{$R *.res}
begin
FrmHYGL_about := TFrmHYGL_about.Create(Application);
FrmHYGL_about.Show;
FrmHYGL_about.timer1.enabled:=true;
FrmHYGL_about.Enabled:=false;
FrmHYGL_about.Update; { Handle any Pending Paint Messages }
Application.Initialize;
Application.Title := '工会会员信息管理系统';
Application.CreateForm(TFrmHYGL_main, FrmHYGL_main);
Application.CreateForm(Tdmd, dmd);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -