⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivrstudio.dpr

📁 以可视的方式画IVR语音导航的流程,并把流程做为源文件保存起来
💻 DPR
字号:
program IVRStudio;



{$R 'cur.res' 'cur.rc'}

uses
  ExceptionLog,
  Forms,
  Flash,
  main_ in 'main_.pas' {main},
  property_ in 'property_.pas' {PropertyForm},
  ProjectProperty_ in 'ProjectProperty_.pas' {ProjectProperty},
  SetupGernal_ in 'SetupGernal_.pas' {SetupGernal},
  define_ in 'define_.pas' {define},
  IVREngineType in 'IVREngineType.pas',
  SelectIVR_ in 'SelectIVR_.pas' {SelectIVR},
  viewsub in 'viewsub.pas' {Frm_ViewSub},
  Loading in 'Loading.pas' {Frm_Loading},
  uExpSubFlow in 'uExpSubFlow.pas';

{$R *.RES}


begin
  FlashForm := TFlashForm.Create(Application, 11, True);
  FlashForm.AddStatusText('初始化窗体');
  Application.Initialize;
  Application.Title := 'Visual IVR Studio';
  Application.CreateForm(Tmain, main);
  Application.Run;
end.

⌨️ 快捷键说明

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