说点正事吧!
现在清楚所有源代码,还是报错。
unit MAINFORM;
interface
uses
FORMLIBRARY,Business.System, Business.Model, Business.Forms, Business.Data,
Business.Model.Flow;
type
TMAINFORM = class(TForm)
FuncBroker: TFuncBroker;
InfoBrokerXFDJ: TInfoBroker;
ControlBar: TControlBar;
DataNavigator: TDataNavigator;
DocViewBar: TDocViewBar;
Panel: TPanel;
DocViewXFDJ_XFDJB: TDocView;
ToolBar1: TToolBar;
ToolButton1: TToolButton;
ImageList1: TImageList;
DataSetBroker1: TDataSetBroker;
FlowBroker1: TFlowBroker;
Timer1: TTimer;
private
{private declarations}
m_sCaption:string;
m_sRowId:string; //当前录入记录编号 保存时获得
m_bFocus:Boolean; //焦点
public
end;
implementation
//流程流转 开始
//流程流转 End
end.
真是无语了 |