workflowstudio2005.dpk

来自「Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi」· DPK 代码 · 共 93 行

DPK
93
字号
package workflowstudio2005;

{$R *.res}
{$R '..\source\wsWorkflowReg.dcr'}
{$R '..\source\wsADO.dcr'}
{$R '..\source\wsDbx.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Workflow Studio components'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

requires
  vcl,
  vclx,
  vcldb,
  adortl,
  bdertl,
  designide,
  rtl,
  dbrtl,
  dbexpress;

contains
  wsWorkflowReg in '..\source\wsWorkflowReg.pas',
  ap_wsClasses in '..\source\ap_wsClasses.pas',
  fApprovalEditor in '..\source\fApprovalEditor.pas',
  fAttachmentEditor in '..\source\fAttachmentEditor.pas',
  fAttachmentFrame in '..\source\fAttachmentFrame.pas',
  fAttachPermissions in '..\source\fAttachPermissions.pas' {frAttachPermissions: TFrame},
  fDecisionEditor in '..\source\fDecisionEditor.pas' {fmDecisionEditor},
  fFieldFrame in '..\source\fFieldFrame.pas',
  fTaskEditor in '..\source\fTaskEditor.pas',
  fTaskInstanceView in '..\source\fTaskInstanceView.pas',
  fTaskList in '..\source\fTaskList.pas',
  fTransitionEditor in '..\source\fTransitionEditor.pas' {fmTransitionEditor},
  fvariableeditor in '..\source\fvariableeditor.pas',
  fWorkDefManager in '..\source\fWorkDefManager.pas',
  fWorkflowEditor in '..\source\fWorkflowEditor.pas',
  wsADO in '..\source\wsADO.pas',
  wsBlocks in '..\source\wsBlocks.pas',
  wsClasses in '..\source\wsClasses.pas',
  wsControls in '..\source\wsControls.pas',
  wsDB in '..\source\wsDB.pas',
  wslanguage in '..\source\wslanguage.pas',
  wsMain in '..\source\wsMain.pas',
  wsres in '..\source\wsres.pas',
  wsScripter in '..\source\wsScripter.pas',
  wsUserInterface in '..\source\wsUserInterface.pas',
  atpascal in '..\..\scripter\source\atpascal.pas',
  atScript in '..\..\scripter\source\atScript.pas',
  atdiagram in '..\..\diagram\source\atdiagram.pas',
  atparser in '..\..\scripter\source\atparser.pas',
  DiagramUtils in '..\..\diagram\source\DiagramUtils.pas',
  uSystemLibrary in '..\..\scripter\source\uSystemLibrary.pas',
  liveflowchart in '..\..\diagram\source\liveflowchart.pas',
  dgrcombo in '..\..\diagram\source\dgrcombo.pas',
  DgrSelectors in '..\..\diagram\source\DgrSelectors.pas',
  diagramactns in '..\..\diagram\source\diagramactns.pas',
  DiagramExtra in '..\..\diagram\source\DiagramExtra.pas',
  diagramgradient in '..\..\diagram\source\diagramgradient.pas' {GradientEditor},
  DiagramShadow in '..\..\diagram\source\DiagramShadow.pas' {ShadowEditor},
  DiagramPreview in '..\..\diagram\source\DiagramPreview.pas' {fmDiagramPreview},
  livediagram in '..\..\diagram\source\livediagram.pas',
  uCallDLL in '..\..\scripter\source\uCallDLL.pas',
  dispatchlib in '..\..\scripter\source\dispatchlib.pas',
  fscripteditor in '..\source\fscripteditor.pas',
  GdipClasses in '..\..\diagram\source\GdipClasses.pas',
  DgrGdipApi in '..\..\diagram\source\DgrGdipApi.pas',
  DgrGdipObj in '..\..\diagram\source\DgrGdipObj.pas',
  wsDbx in '..\source\wsDbx.pas';

end.

⌨️ 快捷键说明

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