2 Star 8 Fork 3

闲散居士/数据库备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oraback.dpr 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaxy 提交于 2015-06-25 08:47 . 0906版
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.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/xyxia/oraback.git
git@gitee.com:xyxia/oraback.git
xyxia
oraback
数据库备份
master

搜索帮助