SVN r1153

SVN-Revision: r1153
This commit is contained in:
tdx
2026-04-17 06:28:51 +00:00
parent 91d860867b
commit 3f689d58b6
2 changed files with 81 additions and 97 deletions
+45 -10
View File
@@ -100,6 +100,7 @@ namespace Lskj.PubApiSetModule
this.valueDataTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.valueEncryptTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.valueEncryptTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.encryptKeyColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.flowPanelBottom = new System.Windows.Forms.FlowLayoutPanel();
this.btnPmsSave = new DevExpress.XtraEditors.SimpleButton();
this.btnPmsDelete = new DevExpress.XtraEditors.SimpleButton();
@@ -139,6 +140,8 @@ namespace Lskj.PubApiSetModule
this.btnGetApiPmsDelete = new DevExpress.XtraEditors.SimpleButton();
this.btnGetApiPmsAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnGetApiPmsRefresh = new DevExpress.XtraEditors.SimpleButton();
this.customMsgColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.customMsgMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
this.tabMain.SuspendLayout();
this.sendPage.SuspendLayout();
@@ -184,6 +187,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.getPmsDisInsertComboBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.getPmsDisUpdateComboBox)).BeginInit();
this.flowLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.customMsgMemoExEdit)).BeginInit();
this.SuspendLayout();
//
// tabMain
@@ -252,7 +256,8 @@ namespace Lskj.PubApiSetModule
this.allowShowMsgComboBox,
this.eTypeCodeComboBox,
this.disableTagComboBox,
this.finshActionMemoExEdit});
this.finshActionMemoExEdit,
this.customMsgMemoExEdit});
this.sendGcMain.Size = new System.Drawing.Size(915, 203);
this.sendGcMain.TabIndex = 23;
this.sendGcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -294,7 +299,8 @@ namespace Lskj.PubApiSetModule
this.allowShowMsgColumn,
this.disableTagColumn,
this.isTokenErrorCondColumn,
this.orderValueColumn});
this.orderValueColumn,
this.customMsgColumn});
this.sendMainView.GridControl = this.sendGcMain;
this.sendMainView.IndicatorWidth = 40;
this.sendMainView.Name = "sendMainView";
@@ -526,7 +532,7 @@ namespace Lskj.PubApiSetModule
this.tokenApiIdColumn.FieldName = "tokenApiId";
this.tokenApiIdColumn.Name = "tokenApiIdColumn";
this.tokenApiIdColumn.Visible = true;
this.tokenApiIdColumn.VisibleIndex = 21;
this.tokenApiIdColumn.VisibleIndex = 22;
//
// tokenTypeColumn
//
@@ -575,7 +581,7 @@ namespace Lskj.PubApiSetModule
this.allowShowMsgColumn.FieldName = "allowShowMsg";
this.allowShowMsgColumn.Name = "allowShowMsgColumn";
this.allowShowMsgColumn.Visible = true;
this.allowShowMsgColumn.VisibleIndex = 22;
this.allowShowMsgColumn.VisibleIndex = 23;
//
// allowShowMsgComboBox
//
@@ -591,7 +597,7 @@ namespace Lskj.PubApiSetModule
this.disableTagColumn.FieldName = "disableTag";
this.disableTagColumn.Name = "disableTagColumn";
this.disableTagColumn.Visible = true;
this.disableTagColumn.VisibleIndex = 23;
this.disableTagColumn.VisibleIndex = 24;
//
// disableTagComboBox
//
@@ -720,7 +726,8 @@ namespace Lskj.PubApiSetModule
this.pmsDataSourceColumn,
this.unionPmsIdColumn,
this.valueDataTypeColumn,
this.valueEncryptTypeColumn});
this.valueEncryptTypeColumn,
this.encryptKeyColumn});
this.sendDetailView.GridControl = this.sendGcDetail;
this.sendDetailView.IndicatorWidth = 40;
this.sendDetailView.Name = "sendDetailView";
@@ -820,7 +827,7 @@ namespace Lskj.PubApiSetModule
this.pmsAllowNullColumn.FieldName = "allowNull";
this.pmsAllowNullColumn.Name = "pmsAllowNullColumn";
this.pmsAllowNullColumn.Visible = true;
this.pmsAllowNullColumn.VisibleIndex = 9;
this.pmsAllowNullColumn.VisibleIndex = 10;
//
// allowNullComboBox
//
@@ -836,7 +843,7 @@ namespace Lskj.PubApiSetModule
this.pmsDataSourceColumn.FieldName = "pmsDataSource";
this.pmsDataSourceColumn.Name = "pmsDataSourceColumn";
this.pmsDataSourceColumn.Visible = true;
this.pmsDataSourceColumn.VisibleIndex = 8;
this.pmsDataSourceColumn.VisibleIndex = 9;
this.pmsDataSourceColumn.Width = 100;
//
// pmsDataSourceMemoExEdit
@@ -852,7 +859,7 @@ namespace Lskj.PubApiSetModule
this.unionPmsIdColumn.FieldName = "unionPmsId";
this.unionPmsIdColumn.Name = "unionPmsIdColumn";
this.unionPmsIdColumn.Visible = true;
this.unionPmsIdColumn.VisibleIndex = 10;
this.unionPmsIdColumn.VisibleIndex = 11;
//
// valueDataTypeColumn
//
@@ -886,6 +893,14 @@ namespace Lskj.PubApiSetModule
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.valueEncryptTypeComboBox.Name = "valueEncryptTypeComboBox";
//
// encryptKeyColumn
//
this.encryptKeyColumn.Caption = "值加密密钥";
this.encryptKeyColumn.FieldName = "encryptKey";
this.encryptKeyColumn.Name = "encryptKeyColumn";
this.encryptKeyColumn.Visible = true;
this.encryptKeyColumn.VisibleIndex = 8;
//
// flowPanelBottom
//
this.flowPanelBottom.Controls.Add(this.btnPmsSave);
@@ -1350,6 +1365,22 @@ namespace Lskj.PubApiSetModule
this.btnGetApiPmsRefresh.TabStop = false;
this.btnGetApiPmsRefresh.Text = "刷新(&R)";
//
// customMsgColumn
//
this.customMsgColumn.Caption = "自定义提示";
this.customMsgColumn.ColumnEdit = this.customMsgMemoExEdit;
this.customMsgColumn.FieldName = "customMsg";
this.customMsgColumn.Name = "customMsgColumn";
this.customMsgColumn.Visible = true;
this.customMsgColumn.VisibleIndex = 21;
//
// customMsgMemoExEdit
//
this.customMsgMemoExEdit.AutoHeight = false;
this.customMsgMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.customMsgMemoExEdit.Name = "customMsgMemoExEdit";
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
@@ -1406,6 +1437,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.getPmsDisInsertComboBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.getPmsDisUpdateComboBox)).EndInit();
this.flowLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.customMsgMemoExEdit)).EndInit();
this.ResumeLayout(false);
}
@@ -1505,4 +1537,7 @@ namespace Lskj.PubApiSetModule
private DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit getAfterSqlMemoExEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox getIsLoginComboBox;
public DevExpress.XtraGrid.GridControl getGcDetail;
private DevExpress.XtraGrid.Views.Grid.GridView getDetailView;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private DevExpress.XtraEditors.SimpleButton btnGetApiPmsSave;
private DevExpress.XtraEditor