SVN r652
SVN-Revision: r652
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
using DevExpress.XtraTab;
|
using DevExpress.XtraTab;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
@@ -27,40 +28,3 @@ namespace Lskj.Model
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 模块名称
|
/// 模块名称
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Name;
|
|
||||||
/// <summary>
|
|
||||||
/// 模块句柄
|
|
||||||
/// </summary>
|
|
||||||
public IntPtr ModuleInPtr;
|
|
||||||
/// <summary>
|
|
||||||
/// C#调用模块Form
|
|
||||||
/// </summary>
|
|
||||||
public object ModuleForm;
|
|
||||||
/// <summary>
|
|
||||||
/// 模块标记
|
|
||||||
/// </summary>
|
|
||||||
public string Tag;
|
|
||||||
/// <summary>
|
|
||||||
/// DLL名称
|
|
||||||
/// </summary>
|
|
||||||
public string DllName;
|
|
||||||
/// <summary>
|
|
||||||
/// 返回结果
|
|
||||||
/// </summary>
|
|
||||||
public StringBuilder Result;
|
|
||||||
/// <summary>
|
|
||||||
/// 上一次选中page
|
|
||||||
/// </summary>
|
|
||||||
public XtraTabPage BeforePage;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 是否关闭
|
|
||||||
/// </summary>
|
|
||||||
public bool IsClose=true;
|
|
||||||
/// <summary>
|
|
||||||
/// 模块编号
|
|
||||||
/// </summary>
|
|
||||||
public string Code;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user