📄 workflowstudio5.dpk
字号:
package workflowstudio5;
{$R *.RES}
{$R '..\source\wsWorkflowReg.dcr'}
{$R '..\source\wsADO.dcr'}
{$ALIGN ON}
{$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
vcl50,
Vclx50,
Vcldb50,
vclado50,
Vclbde50;
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' {fmScriptEditor},
GdipClasses in '..\..\diagram\source\GdipClasses.pas',
DgrGdipApi in '..\..\diagram\source\DgrGdipApi.pas',
DgrGdipObj in '..\..\diagram\source\DgrGdipObj.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -