SVN-Revision: r494
This commit is contained in:
wyf
2025-04-15 06:14:19 +00:00
parent 1b88d2b327
commit 5d8ae38f9b
2 changed files with 34 additions and 21 deletions
+32 -19
View File
@@ -94,6 +94,8 @@ namespace Lskj.PubApiSetModule
this.unionPmsIdColumn = new DevExpress.XtraGrid.Columns.GridColumn(); this.unionPmsIdColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.valueDataTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn(); this.valueDataTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.valueDataTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.valueDataTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.valueEncryptTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn();
this.valueEncryptTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.flowPanelBottom = new System.Windows.Forms.FlowLayoutPanel(); this.flowPanelBottom = new System.Windows.Forms.FlowLayoutPanel();
this.btnPmsSave = new DevExpress.XtraEditors.SimpleButton(); this.btnPmsSave = new DevExpress.XtraEditors.SimpleButton();
this.btnPmsDelete = new DevExpress.XtraEditors.SimpleButton(); this.btnPmsDelete = new DevExpress.XtraEditors.SimpleButton();
@@ -104,8 +106,7 @@ namespace Lskj.PubApiSetModule
this.getMainView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.getMainView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.getGcDetail = new DevExpress.XtraGrid.GridControl(); this.getGcDetail = new DevExpress.XtraGrid.GridControl();
this.getDetailView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.getDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.valueEncryptTypeColumn = new DevExpress.XtraGrid.Columns.GridColumn(); this.finshActionMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
this.valueEncryptTypeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
this.tabMain.SuspendLayout(); this.tabMain.SuspendLayout();
this.sendPage.SuspendLayout(); this.sendPage.SuspendLayout();
@@ -134,6 +135,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.allowNullComboBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.allowNullComboBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pmsDataSourceMemoExEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pmsDataSourceMemoExEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.valueDataTypeComboBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.valueDataTypeComboBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.valueEncryptTypeComboBox)).BeginInit();
this.flowPanelBottom.SuspendLayout(); this.flowPanelBottom.SuspendLayout();
this.getPage.SuspendLayout(); this.getPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).BeginInit();
@@ -142,7 +144,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.getMainView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.getMainView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.getDetailView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.getDetailView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.valueEncryptTypeComboBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.finshActionMemoExEdit)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// tabMain // tabMain
@@ -210,7 +212,8 @@ namespace Lskj.PubApiSetModule
this.pmsTypeComboBox, this.pmsTypeComboBox,
this.allowShowMsgComboBox, this.allowShowMsgComboBox,
this.eTypeCodeComboBox, this.eTypeCodeComboBox,
this.disableTagComboBox}); this.disableTagComboBox,
this.finshActionMemoExEdit});
this.sendGcMain.Size = new System.Drawing.Size(1006, 203); this.sendGcMain.Size = new System.Drawing.Size(1006, 203);
this.sendGcMain.TabIndex = 23; this.sendGcMain.TabIndex = 23;
this.sendGcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.sendGcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -446,6 +449,7 @@ namespace Lskj.PubApiSetModule
// finshActionColumn // finshActionColumn
// //
this.finshActionColumn.Caption = "后处理逻辑"; this.finshActionColumn.Caption = "后处理逻辑";
this.finshActionColumn.ColumnEdit = this.finshActionMemoExEdit;
this.finshActionColumn.FieldName = "finshAction"; this.finshActionColumn.FieldName = "finshAction";
this.finshActionColumn.Name = "finshActionColumn"; this.finshActionColumn.Name = "finshActionColumn";
this.finshActionColumn.Visible = true; this.finshActionColumn.Visible = true;
@@ -790,6 +794,22 @@ namespace Lskj.PubApiSetModule
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.valueDataTypeComboBox.Name = "valueDataTypeComboBox"; this.valueDataTypeComboBox.Name = "valueDataTypeComboBox";
// //
// valueEncryptTypeColumn
//
this.valueEncryptTypeColumn.Caption = "值转换类型";
this.valueEncryptTypeColumn.ColumnEdit = this.valueEncryptTypeComboBox;
this.valueEncryptTypeColumn.FieldName = "valueEncryptType";
this.valueEncryptTypeColumn.Name = "valueEncryptTypeColumn";
this.valueEncryptTypeColumn.Visible = true;
this.valueEncryptTypeColumn.VisibleIndex = 7;
//
// valueEncryptTypeComboBox
//
this.valueEncryptTypeComboBox.AutoHeight = false;
this.valueEncryptTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.valueEncryptTypeComboBox.Name = "valueEncryptTypeComboBox";
//
// flowPanelBottom // flowPanelBottom
// //
this.flowPanelBottom.Controls.Add(this.btnPmsSave); this.flowPanelBottom.Controls.Add(this.btnPmsSave);
@@ -952,21 +972,12 @@ namespace Lskj.PubApiSetModule
this.getDetailView.OptionsView.ShowGroupPanel = false; this.getDetailView.OptionsView.ShowGroupPanel = false;
this.getDetailView.PaintStyleName = "Skin"; this.getDetailView.PaintStyleName = "Skin";
// //
// valueEncryptTypeColumn // finshActionMemoExEdit
// //
this.valueEncryptTypeColumn.Caption = "值转换类型"; this.finshActionMemoExEdit.AutoHeight = false;
this.valueEncryptTypeColumn.ColumnEdit = this.valueEncryptTypeComboBox; this.finshActionMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
this.valueEncryptTypeColumn.FieldName = "valueEncryptType";
this.valueEncryptTypeColumn.Name = "valueEncryptTypeColumn";
this.valueEncryptTypeColumn.Visible = true;
this.valueEncryptTypeColumn.VisibleIndex = 7;
//
// valueEncryptTypeComboBox
//
this.valueEncryptTypeComboBox.AutoHeight = false;
this.valueEncryptTypeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.valueEncryptTypeComboBox.Name = "valueEncryptTypeComboBox"; this.finshActionMemoExEdit.Name = "finshActionMemoExEdit";
// //
// FrmMain // FrmMain
// //
@@ -1007,6 +1018,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.allowNullComboBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.allowNullComboBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pmsDataSourceMemoExEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pmsDataSourceMemoExEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.valueDataTypeComboBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.valueDataTypeComboBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.valueEncryptTypeComboBox)).EndInit();
this.flowPanelBottom.ResumeLayout(false); this.flowPanelBottom.ResumeLayout(false);
this.getPage.ResumeLayout(false); this.getPage.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitControlGet)).EndInit();
@@ -1015,7 +1027,7 @@ namespace Lskj.PubApiSetModule
((System.ComponentModel.ISupportInitialize)(this.getMainView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.getMainView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.getGcDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.getDetailView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.getDetailView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.valueEncryptTypeComboBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.finshActionMemoExEdit)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@@ -1081,4 +1093,5 @@ namespace Lskj.PubApiSetModule
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox valueTypeComboBox; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox valueTypeComboBox;
private DevExpress.XtraGrid.Columns.GridColumn pmsAllowNullColumn; private DevExpress.XtraGrid.Columns.GridColumn pmsAllowNullColumn;
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox allowNullComboBox; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox allowNullComboBox;
private DevExpress.XtraGrid.Columns.GridColumn pm private DevExpress.XtraGrid.Columns.GridColumn pmsDataSourceColumn;
private DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit pmsD
+2 -2
View File
@@ -240,8 +240,8 @@ namespace Lskj.PubApiSetModule
allowShowMsgComboBox.Items.Add(new ComBoxModel() { Value = 0, Text = "不提示" }); allowShowMsgComboBox.Items.Add(new ComBoxModel() { Value = 0, Text = "不提示" });
allowShowMsgComboBox.Items.Add(new ComBoxModel() { Value = 1, Text = "提示" }); allowShowMsgComboBox.Items.Add(new ComBoxModel() { Value = 1, Text = "提示" });
//disableTag //disableTag
disableTagComboBox.Items.Add(new ComBoxModel() { Value = 0, Text = "启用" }); disableTagComboBox.Items.Add(new ComBoxModel() { Value = 1, Text = "启用" });
disableTagComboBox.Items.Add(new ComBoxModel() { Value = 1, Text = "禁用" }); disableTagComboBox.Items.Add(new ComBoxModel() { Value = 0, Text = "禁用" });
#endregion #endregion
#region #region
pmsIdColumn.OptionsColumn.AllowEdit = false; pmsIdColumn.OptionsColumn.AllowEdit = false;