453da6c084
SVN-Revision: r483
742 lines
43 KiB
C#
742 lines
43 KiB
C#
|
|
namespace Lskj.PubApiSetModule
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
|
|
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
|
this.sendPage = new DevExpress.XtraTab.XtraTabPage();
|
|
this.splitControlSend = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.sendGcMain = new DevExpress.XtraGrid.GridControl();
|
|
this.sendMainView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.titleColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.urlColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dllcoidColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.contextMenuIdColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.reqDataTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.reqDataTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.resDataTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.resDataTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.methodColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.methodComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.datasourceColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.datasourceMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
|
|
this.actionTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.actionTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.eTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.eTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.actionDelayColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.finshDataPmColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.finshActionColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.isSucceedCondColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.isSucceedCondMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
|
|
this.tokenApiIdColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.tokenTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.tokenTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.pmsTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pmsTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.ContentTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.allowShowMsgColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.allowShowMsgComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.sendGcDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.sendDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.getPage = new DevExpress.XtraTab.XtraTabPage();
|
|
this.splitControlGet = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.getGcMain = new DevExpress.XtraGrid.GridControl();
|
|
this.getMainView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.getGcDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.getDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.eTypeCodeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.eTypeCodeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.disableTagColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.disableTagComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
|
this.tabMain.SuspendLayout();
|
|
this.sendPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitControlSend)).BeginInit();
|
|
this.splitControlSend.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendGcMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendMainView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.reqDataTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.resDataTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.methodComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.datasourceMemoExEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.actionTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.isSucceedCondMemoExEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tokenTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pmsTypeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.allowShowMsgComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendGcDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendDetailView)).BeginInit();
|
|
this.getPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).BeginInit();
|
|
this.splitControlGet.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.getGcMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getMainView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getDetailView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eTypeCodeComboBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.disableTagComboBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabMain
|
|
//
|
|
this.tabMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.tabMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.SelectedTabPage = this.sendPage;
|
|
this.tabMain.Size = new System.Drawing.Size(858, 555);
|
|
this.tabMain.TabIndex = 6;
|
|
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.sendPage,
|
|
this.getPage});
|
|
//
|
|
// sendPage
|
|
//
|
|
this.sendPage.Controls.Add(this.splitControlSend);
|
|
this.sendPage.Name = "sendPage";
|
|
this.sendPage.Size = new System.Drawing.Size(852, 526);
|
|
this.sendPage.Text = "推送接口";
|
|
//
|
|
// splitControlSend
|
|
//
|
|
this.splitControlSend.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitControlSend.Appearance.Options.UseBackColor = true;
|
|
this.splitControlSend.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
|
this.splitControlSend.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitControlSend.Horizontal = false;
|
|
this.splitControlSend.Location = new System.Drawing.Point(0, 0);
|
|
this.splitControlSend.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitControlSend.Name = "splitControlSend";
|
|
this.splitControlSend.Panel1.Controls.Add(this.sendGcMain);
|
|
this.splitControlSend.Panel1.Text = "Panel1";
|
|
this.splitControlSend.Panel2.Controls.Add(this.sendGcDetail);
|
|
this.splitControlSend.Panel2.Text = "Panel2";
|
|
this.splitControlSend.Size = new System.Drawing.Size(852, 526);
|
|
this.splitControlSend.SplitterPosition = 237;
|
|
this.splitControlSend.TabIndex = 4;
|
|
this.splitControlSend.Text = "splitContainerControl1";
|
|
//
|
|
// sendGcMain
|
|
//
|
|
this.sendGcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sendGcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
|
gridLevelNode1.RelationName = "Level1";
|
|
this.sendGcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode1});
|
|
this.sendGcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.sendGcMain.MainView = this.sendMainView;
|
|
this.sendGcMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.sendGcMain.Name = "sendGcMain";
|
|
this.sendGcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.reqDataTypeComboBox,
|
|
this.resDataTypeComboBox,
|
|
this.methodComboBox,
|
|
this.datasourceMemoExEdit,
|
|
this.actionTypeComboBox,
|
|
this.eTypeComboBox,
|
|
this.isSucceedCondMemoExEdit,
|
|
this.tokenTypeComboBox,
|
|
this.pmsTypeComboBox,
|
|
this.allowShowMsgComboBox,
|
|
this.eTypeCodeComboBox,
|
|
this.disableTagComboBox});
|
|
this.sendGcMain.Size = new System.Drawing.Size(852, 237);
|
|
this.sendGcMain.TabIndex = 5;
|
|
this.sendGcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.sendMainView});
|
|
//
|
|
// sendMainView
|
|
//
|
|
this.sendMainView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendMainView.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.sendMainView.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.sendMainView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.sendMainView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
|
this.sendMainView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendMainView.Appearance.Preview.Options.UseFont = true;
|
|
this.sendMainView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendMainView.Appearance.Row.Options.UseBackColor = true;
|
|
this.sendMainView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.sendMainView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.titleColumn,
|
|
this.urlColumn,
|
|
this.dllcoidColumn,
|
|
this.contextMenuIdColumn,
|
|
this.reqDataTypeColumn,
|
|
this.resDataTypeColumn,
|
|
this.methodColumn,
|
|
this.datasourceColumn,
|
|
this.actionTypeColumn,
|
|
this.eTypeColumn,
|
|
this.eTypeCodeColumn,
|
|
this.actionDelayColumn,
|
|
this.finshDataPmColumn,
|
|
this.finshActionColumn,
|
|
this.isSucceedCondColumn,
|
|
this.tokenApiIdColumn,
|
|
this.tokenTypeColumn,
|
|
this.pmsTypeColumn,
|
|
this.ContentTypeColumn,
|
|
this.allowShowMsgColumn,
|
|
this.disableTagColumn});
|
|
this.sendMainView.GridControl = this.sendGcMain;
|
|
this.sendMainView.IndicatorWidth = 40;
|
|
this.sendMainView.Name = "sendMainView";
|
|
this.sendMainView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.sendMainView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
|
|
this.sendMainView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
|
|
this.sendMainView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
|
|
this.sendMainView.OptionsFind.FindNullPrompt = "";
|
|
this.sendMainView.OptionsSelection.MultiSelect = true;
|
|
this.sendMainView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
|
this.sendMainView.OptionsView.AllowHtmlDrawHeaders = true;
|
|
this.sendMainView.OptionsView.ColumnAutoWidth = false;
|
|
this.sendMainView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|
this.sendMainView.OptionsView.RowAutoHeight = true;
|
|
this.sendMainView.OptionsView.ShowGroupPanel = false;
|
|
this.sendMainView.PaintStyleName = "Skin";
|
|
//
|
|
// titleColumn
|
|
//
|
|
this.titleColumn.Caption = "接口标题";
|
|
this.titleColumn.FieldName = "title";
|
|
this.titleColumn.Name = "titleColumn";
|
|
this.titleColumn.Visible = true;
|
|
this.titleColumn.VisibleIndex = 0;
|
|
//
|
|
// urlColumn
|
|
//
|
|
this.urlColumn.Caption = "请求地址";
|
|
this.urlColumn.FieldName = "url";
|
|
this.urlColumn.Name = "urlColumn";
|
|
this.urlColumn.Visible = true;
|
|
this.urlColumn.VisibleIndex = 1;
|
|
this.urlColumn.Width = 150;
|
|
//
|
|
// dllcoidColumn
|
|
//
|
|
this.dllcoidColumn.Caption = "模块地址";
|
|
this.dllcoidColumn.FieldName = "dllcoid";
|
|
this.dllcoidColumn.Name = "dllcoidColumn";
|
|
this.dllcoidColumn.Visible = true;
|
|
this.dllcoidColumn.VisibleIndex = 2;
|
|
//
|
|
// contextMenuIdColumn
|
|
//
|
|
this.contextMenuIdColumn.Caption = "右键编码";
|
|
this.contextMenuIdColumn.FieldName = "contextMenuId";
|
|
this.contextMenuIdColumn.Name = "contextMenuIdColumn";
|
|
this.contextMenuIdColumn.Visible = true;
|
|
this.contextMenuIdColumn.VisibleIndex = 3;
|
|
//
|
|
// reqDataTypeColumn
|
|
//
|
|
this.reqDataTypeColumn.Caption = "请求数据类型";
|
|
this.reqDataTypeColumn.ColumnEdit = this.reqDataTypeComboBox;
|
|
this.reqDataTypeColumn.FieldName = "reqDataType";
|
|
this.reqDataTypeColumn.Name = "reqDataTypeColumn";
|
|
this.reqDataTypeColumn.Visible = true;
|
|
this.reqDataTypeColumn.VisibleIndex = 4;
|
|
this.reqDataTypeColumn.Width = 85;
|
|
//
|
|
// reqDataTypeComboBox
|
|
//
|
|
this.reqDataTypeComboBox.AutoHeight = false;
|
|
this.reqDataTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.reqDataTypeComboBox.Name = "reqDataTypeComboBox";
|
|
//
|
|
// resDataTypeColumn
|
|
//
|
|
this.resDataTypeColumn.Caption = "返回数据类型";
|
|
this.resDataTypeColumn.ColumnEdit = this.resDataTypeComboBox;
|
|
this.resDataTypeColumn.FieldName = "resDataType";
|
|
this.resDataTypeColumn.Name = "resDataTypeColumn";
|
|
this.resDataTypeColumn.Visible = true;
|
|
this.resDataTypeColumn.VisibleIndex = 5;
|
|
this.resDataTypeColumn.Width = 85;
|
|
//
|
|
// resDataTypeComboBox
|
|
//
|
|
this.resDataTypeComboBox.AutoHeight = false;
|
|
this.resDataTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.resDataTypeComboBox.Name = "resDataTypeComboBox";
|
|
//
|
|
// methodColumn
|
|
//
|
|
this.methodColumn.Caption = "请求方法";
|
|
this.methodColumn.ColumnEdit = this.methodComboBox;
|
|
this.methodColumn.FieldName = "method";
|
|
this.methodColumn.Name = "methodColumn";
|
|
this.methodColumn.Visible = true;
|
|
this.methodColumn.VisibleIndex = 6;
|
|
//
|
|
// methodComboBox
|
|
//
|
|
this.methodComboBox.AutoHeight = false;
|
|
this.methodComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.methodComboBox.Name = "methodComboBox";
|
|
//
|
|
// datasourceColumn
|
|
//
|
|
this.datasourceColumn.Caption = "请求数据源";
|
|
this.datasourceColumn.ColumnEdit = this.datasourceMemoExEdit;
|
|
this.datasourceColumn.FieldName = "datasource";
|
|
this.datasourceColumn.Name = "datasourceColumn";
|
|
this.datasourceColumn.Visible = true;
|
|
this.datasourceColumn.VisibleIndex = 7;
|
|
this.datasourceColumn.Width = 100;
|
|
//
|
|
// datasourceMemoExEdit
|
|
//
|
|
this.datasourceMemoExEdit.AutoHeight = false;
|
|
this.datasourceMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.datasourceMemoExEdit.Name = "datasourceMemoExEdit";
|
|
//
|
|
// actionTypeColumn
|
|
//
|
|
this.actionTypeColumn.Caption = "触发方式";
|
|
this.actionTypeColumn.ColumnEdit = this.actionTypeComboBox;
|
|
this.actionTypeColumn.FieldName = "actionType";
|
|
this.actionTypeColumn.Name = "actionTypeColumn";
|
|
this.actionTypeColumn.Visible = true;
|
|
this.actionTypeColumn.VisibleIndex = 8;
|
|
//
|
|
// actionTypeComboBox
|
|
//
|
|
this.actionTypeComboBox.AutoHeight = false;
|
|
this.actionTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.actionTypeComboBox.Name = "actionTypeComboBox";
|
|
//
|
|
// eTypeColumn
|
|
//
|
|
this.eTypeColumn.Caption = "事件名称";
|
|
this.eTypeColumn.ColumnEdit = this.eTypeComboBox;
|
|
this.eTypeColumn.FieldName = "eType";
|
|
this.eTypeColumn.Name = "eTypeColumn";
|
|
this.eTypeColumn.Visible = true;
|
|
this.eTypeColumn.VisibleIndex = 10;
|
|
//
|
|
// eTypeComboBox
|
|
//
|
|
this.eTypeComboBox.AutoHeight = false;
|
|
this.eTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.eTypeComboBox.Name = "eTypeComboBox";
|
|
//
|
|
// actionDelayColumn
|
|
//
|
|
this.actionDelayColumn.Caption = "循环间隔";
|
|
this.actionDelayColumn.FieldName = "actionDelay";
|
|
this.actionDelayColumn.Name = "actionDelayColumn";
|
|
this.actionDelayColumn.Visible = true;
|
|
this.actionDelayColumn.VisibleIndex = 9;
|
|
//
|
|
// finshDataPmColumn
|
|
//
|
|
this.finshDataPmColumn.Caption = "后处理参数";
|
|
this.finshDataPmColumn.FieldName = "finshDataPm";
|
|
this.finshDataPmColumn.Name = "finshDataPmColumn";
|
|
this.finshDataPmColumn.Visible = true;
|
|
this.finshDataPmColumn.VisibleIndex = 12;
|
|
//
|
|
// finshActionColumn
|
|
//
|
|
this.finshActionColumn.Caption = "后处理逻辑";
|
|
this.finshActionColumn.FieldName = "finshAction";
|
|
this.finshActionColumn.Name = "finshActionColumn";
|
|
this.finshActionColumn.Visible = true;
|
|
this.finshActionColumn.VisibleIndex = 11;
|
|
this.finshActionColumn.Width = 100;
|
|
//
|
|
// isSucceedCondColumn
|
|
//
|
|
this.isSucceedCondColumn.Caption = "执行成功条件";
|
|
this.isSucceedCondColumn.ColumnEdit = this.isSucceedCondMemoExEdit;
|
|
this.isSucceedCondColumn.FieldName = "isSucceedCond";
|
|
this.isSucceedCondColumn.Name = "isSucceedCondColumn";
|
|
this.isSucceedCondColumn.Visible = true;
|
|
this.isSucceedCondColumn.VisibleIndex = 13;
|
|
//
|
|
// isSucceedCondMemoExEdit
|
|
//
|
|
this.isSucceedCondMemoExEdit.AutoHeight = false;
|
|
this.isSucceedCondMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.isSucceedCondMemoExEdit.Name = "isSucceedCondMemoExEdit";
|
|
//
|
|
// tokenApiIdColumn
|
|
//
|
|
this.tokenApiIdColumn.Caption = "Token编号";
|
|
this.tokenApiIdColumn.FieldName = "tokenApiId";
|
|
this.tokenApiIdColumn.Name = "tokenApiIdColumn";
|
|
this.tokenApiIdColumn.Visible = true;
|
|
this.tokenApiIdColumn.VisibleIndex = 17;
|
|
//
|
|
// tokenTypeColumn
|
|
//
|
|
this.tokenTypeColumn.Caption = "Token类型";
|
|
this.tokenTypeColumn.ColumnEdit = this.tokenTypeComboBox;
|
|
this.tokenTypeColumn.FieldName = "tokenType";
|
|
this.tokenTypeColumn.Name = "tokenTypeColumn";
|
|
this.tokenTypeColumn.Visible = true;
|
|
this.tokenTypeColumn.VisibleIndex = 14;
|
|
//
|
|
// tokenTypeComboBox
|
|
//
|
|
this.tokenTypeComboBox.AutoHeight = false;
|
|
this.tokenTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.tokenTypeComboBox.Name = "tokenTypeComboBox";
|
|
//
|
|
// pmsTypeColumn
|
|
//
|
|
this.pmsTypeColumn.Caption = "参数类型";
|
|
this.pmsTypeColumn.ColumnEdit = this.pmsTypeComboBox;
|
|
this.pmsTypeColumn.FieldName = "pmsType";
|
|
this.pmsTypeColumn.Name = "pmsTypeColumn";
|
|
this.pmsTypeColumn.Visible = true;
|
|
this.pmsTypeColumn.VisibleIndex = 15;
|
|
//
|
|
// pmsTypeComboBox
|
|
//
|
|
this.pmsTypeComboBox.AutoHeight = false;
|
|
this.pmsTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.pmsTypeComboBox.Name = "pmsTypeComboBox";
|
|
//
|
|
// ContentTypeColumn
|
|
//
|
|
this.ContentTypeColumn.Caption = "ContentType";
|
|
this.ContentTypeColumn.FieldName = "ContentType";
|
|
this.ContentTypeColumn.Name = "ContentTypeColumn";
|
|
this.ContentTypeColumn.Visible = true;
|
|
this.ContentTypeColumn.VisibleIndex = 16;
|
|
//
|
|
// allowShowMsgColumn
|
|
//
|
|
this.allowShowMsgColumn.Caption = "是否弹出提示";
|
|
this.allowShowMsgColumn.ColumnEdit = this.allowShowMsgComboBox;
|
|
this.allowShowMsgColumn.FieldName = "allowShowMsg";
|
|
this.allowShowMsgColumn.Name = "allowShowMsgColumn";
|
|
this.allowShowMsgColumn.Visible = true;
|
|
this.allowShowMsgColumn.VisibleIndex = 18;
|
|
//
|
|
// allowShowMsgComboBox
|
|
//
|
|
this.allowShowMsgComboBox.AutoHeight = false;
|
|
this.allowShowMsgComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.allowShowMsgComboBox.Name = "allowShowMsgComboBox";
|
|
//
|
|
// sendGcDetail
|
|
//
|
|
this.sendGcDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sendGcDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
|
gridLevelNode2.RelationName = "Level1";
|
|
this.sendGcDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode2});
|
|
this.sendGcDetail.Location = new System.Drawing.Point(0, 0);
|
|
this.sendGcDetail.MainView = this.sendDetailView;
|
|
this.sendGcDetail.Margin = new System.Windows.Forms.Padding(4);
|
|
this.sendGcDetail.Name = "sendGcDetail";
|
|
this.sendGcDetail.Size = new System.Drawing.Size(852, 284);
|
|
this.sendGcDetail.TabIndex = 5;
|
|
this.sendGcDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.sendDetailView});
|
|
//
|
|
// sendDetailView
|
|
//
|
|
this.sendDetailView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendDetailView.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.sendDetailView.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.sendDetailView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.sendDetailView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
|
this.sendDetailView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendDetailView.Appearance.Preview.Options.UseFont = true;
|
|
this.sendDetailView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.sendDetailView.Appearance.Row.Options.UseBackColor = true;
|
|
this.sendDetailView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.sendDetailView.GridControl = this.sendGcDetail;
|
|
this.sendDetailView.IndicatorWidth = 40;
|
|
this.sendDetailView.Name = "sendDetailView";
|
|
this.sendDetailView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.sendDetailView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
|
|
this.sendDetailView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
|
|
this.sendDetailView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
|
|
this.sendDetailView.OptionsFind.FindNullPrompt = "";
|
|
this.sendDetailView.OptionsSelection.MultiSelect = true;
|
|
this.sendDetailView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
|
this.sendDetailView.OptionsView.AllowHtmlDrawHeaders = true;
|
|
this.sendDetailView.OptionsView.ColumnAutoWidth = false;
|
|
this.sendDetailView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|
this.sendDetailView.OptionsView.RowAutoHeight = true;
|
|
this.sendDetailView.OptionsView.ShowGroupPanel = false;
|
|
this.sendDetailView.PaintStyleName = "Skin";
|
|
//
|
|
// getPage
|
|
//
|
|
this.getPage.Controls.Add(this.splitControlGet);
|
|
this.getPage.Name = "getPage";
|
|
this.getPage.Size = new System.Drawing.Size(852, 526);
|
|
this.getPage.Text = "接收接口";
|
|
//
|
|
// splitControlGet
|
|
//
|
|
this.splitControlGet.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitControlGet.Appearance.Options.UseBackColor = true;
|
|
this.splitControlGet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
|
this.splitControlGet.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitControlGet.Horizontal = false;
|
|
this.splitControlGet.Location = new System.Drawing.Point(0, 0);
|
|
this.splitControlGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitControlGet.Name = "splitControlGet";
|
|
this.splitControlGet.Panel1.Controls.Add(this.getGcMain);
|
|
this.splitControlGet.Panel1.Text = "Panel1";
|
|
this.splitControlGet.Panel2.Controls.Add(this.getGcDetail);
|
|
this.splitControlGet.Panel2.Text = "Panel2";
|
|
this.splitControlGet.Size = new System.Drawing.Size(852, 526);
|
|
this.splitControlGet.SplitterPosition = 237;
|
|
this.splitControlGet.TabIndex = 5;
|
|
this.splitControlGet.Text = "splitContainerControl1";
|
|
//
|
|
// getGcMain
|
|
//
|
|
this.getGcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.getGcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
|
gridLevelNode3.RelationName = "Level1";
|
|
this.getGcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode3});
|
|
this.getGcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.getGcMain.MainView = this.getMainView;
|
|
this.getGcMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.getGcMain.Name = "getGcMain";
|
|
this.getGcMain.Size = new System.Drawing.Size(852, 237);
|
|
this.getGcMain.TabIndex = 5;
|
|
this.getGcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.getMainView});
|
|
//
|
|
// getMainView
|
|
//
|
|
this.getMainView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getMainView.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.getMainView.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.getMainView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.getMainView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
|
this.getMainView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getMainView.Appearance.Preview.Options.UseFont = true;
|
|
this.getMainView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getMainView.Appearance.Row.Options.UseBackColor = true;
|
|
this.getMainView.Appearance.Row.Options.UseFont = true;
|
|
this.getMainView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.getMainView.GridControl = this.getGcMain;
|
|
this.getMainView.IndicatorWidth = 40;
|
|
this.getMainView.Name = "getMainView";
|
|
this.getMainView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.getMainView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
|
|
this.getMainView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
|
|
this.getMainView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
|
|
this.getMainView.OptionsFind.FindNullPrompt = "";
|
|
this.getMainView.OptionsSelection.MultiSelect = true;
|
|
this.getMainView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
|
this.getMainView.OptionsView.AllowHtmlDrawHeaders = true;
|
|
this.getMainView.OptionsView.ColumnAutoWidth = false;
|
|
this.getMainView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|
this.getMainView.OptionsView.RowAutoHeight = true;
|
|
this.getMainView.OptionsView.ShowGroupPanel = false;
|
|
this.getMainView.PaintStyleName = "Skin";
|
|
//
|
|
// getGcDetail
|
|
//
|
|
this.getGcDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.getGcDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
|
gridLevelNode4.RelationName = "Level1";
|
|
this.getGcDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode4});
|
|
this.getGcDetail.Location = new System.Drawing.Point(0, 0);
|
|
this.getGcDetail.MainView = this.getDetailView;
|
|
this.getGcDetail.Margin = new System.Windows.Forms.Padding(4);
|
|
this.getGcDetail.Name = "getGcDetail";
|
|
this.getGcDetail.Size = new System.Drawing.Size(852, 284);
|
|
this.getGcDetail.TabIndex = 5;
|
|
this.getGcDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.getDetailView});
|
|
//
|
|
// getDetailView
|
|
//
|
|
this.getDetailView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getDetailView.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.getDetailView.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.getDetailView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.getDetailView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
|
this.getDetailView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getDetailView.Appearance.Preview.Options.UseFont = true;
|
|
this.getDetailView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.getDetailView.Appearance.Row.Options.UseBackColor = true;
|
|
this.getDetailView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.getDetailView.GridControl = this.getGcDetail;
|
|
this.getDetailView.IndicatorWidth = 40;
|
|
this.getDetailView.Name = "getDetailView";
|
|
this.getDetailView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.getDetailView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
|
|
this.getDetailView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
|
|
this.getDetailView.OptionsFilter.ShowAllTableValuesInFilterPopup = true;
|
|
this.getDetailView.OptionsFind.FindNullPrompt = "";
|
|
this.getDetailView.OptionsSelection.MultiSelect = true;
|
|
this.getDetailView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
|
this.getDetailView.OptionsView.AllowHtmlDrawHeaders = true;
|
|
this.getDetailView.OptionsView.ColumnAutoWidth = false;
|
|
this.getDetailView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|
this.getDetailView.OptionsView.RowAutoHeight = true;
|
|
this.getDetailView.OptionsView.ShowGroupPanel = false;
|
|
this.getDetailView.PaintStyleName = "Skin";
|
|
//
|
|
// eTypeCodeColumn
|
|
//
|
|
this.eTypeCodeColumn.Caption = "事件类型";
|
|
this.eTypeCodeColumn.ColumnEdit = this.eTypeCodeComboBox;
|
|
this.eTypeCodeColumn.FieldName = "eTypeCode";
|
|
this.eTypeCodeColumn.Name = "eTypeCodeColumn";
|
|
this.eTypeCodeColumn.Visible = true;
|
|
this.eTypeCodeColumn.VisibleIndex = 19;
|
|
//
|
|
// eTypeCodeComboBox
|
|
//
|
|
this.eTypeCodeComboBox.AutoHeight = false;
|
|
this.eTypeCodeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.eTypeCodeComboBox.Name = "eTypeCodeComboBox";
|
|
//
|
|
// disableTagColumn
|
|
//
|
|
this.disableTagColumn.Caption = "是否禁用";
|
|
this.disableTagColumn.ColumnEdit = this.disableTagComboBox;
|
|
this.disableTagColumn.FieldName = "disableTag";
|
|
this.disableTagColumn.Name = "disableTagColumn";
|
|
this.disableTagColumn.Visible = true;
|
|
this.disableTagColumn.VisibleIndex = 20;
|
|
//
|
|
// disableTagComboBox
|
|
//
|
|
this.disableTagComboBox.AutoHeight = false;
|
|
this.disableTagComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.disableTagComboBox.Name = "disableTagComboBox";
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(858, 555);
|
|
this.Controls.Add(this.tabMain);
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
|
this.tabMain.ResumeLayout(false);
|
|
this.sendPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitControlSend)).EndInit();
|
|
this.splitControlSend.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.sendGcMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendMainView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.reqDataTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.resDataTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.methodComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.datasourceMemoExEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.actionTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.isSucceedCondMemoExEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tokenTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pmsTypeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.allowShowMsgComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendGcDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sendDetailView)).EndInit();
|
|
this.getPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).EndInit();
|
|
this.splitControlGet.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.getGcMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getMainView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.getDetailView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eTypeCodeComboBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.disableTagComboBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public DevExpress.XtraTab.XtraTabControl tabMain;
|
|
private DevExpress.XtraTab.XtraTabPage sendPage;
|
|
private DevExpress.XtraTab.XtraTabPage getPage;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitControlSend;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitControlGet;
|
|
public DevExpress.XtraGrid.GridControl sendGcMain;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView sendMainView;
|
|
public DevExpress.XtraGrid.GridControl sendGcDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView sendDetailView;
|
|
public DevExpress.XtraGrid.GridControl getGcMain;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView getMainView;
|
|
public DevExpress.XtraGrid.GridControl getGcDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView getDetailView;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn urlColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dllcoidColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn contextMenuIdColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn reqDataTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn resDataTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn methodColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn datasourceColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn actionTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn eTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn actionDelayColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn finshDataPmColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn finshActionColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn isSucceedCondColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn tokenApiIdColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn tokenTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn pmsTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ContentTypeColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn allowShowMsgColumn;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox reqDataTypeComboBox;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox resDataTypeComboBox;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox m |