代码拉取完成,页面将自动刷新
program oraback;
uses
fastmm4,
Forms,
//alarmlist in 'alarmlist.pas',
U_main in 'U_main.pas' {frm_main},
U_COMMFUNC in 'U_COMMFUNC.pas',
U_des in 'U_des.pas',
U_Scheme in 'U_Scheme.pas' {frm_Scheme},
U_impmain in 'U_impmain.pas' {frm_ImportMain},
U_orauser in 'U_orauser.pas' {Fr_OracleUser: TFrame},
U_userrole in 'U_userrole.pas' {Frm_SetUserRole};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'ORACLE';
Application.ShowMainForm:=false;
//Application.CreateForm(TDM_Main, DM_Main);
Application.CreateForm(Tfrm_main, frm_main);
Application.Run;
end.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。