SVN-Revision: r859
This commit is contained in:
wyf
2025-07-16 02:53:14 +00:00
parent c21c084397
commit eb41c7c1e4
3 changed files with 207 additions and 6 deletions
+36 -5
View File
@@ -50,6 +50,8 @@ namespace Lskj.PubBomAlter
this.btnPmsSave = new DevExpress.XtraEditors.SimpleButton();
this.rightDetailPanel = new System.Windows.Forms.Panel();
this.gcDetailControlEx = new Lskj.Control.GridControlEx();
this.pl_buttomflow = new System.Windows.Forms.FlowLayoutPanel();
this.btnFxSave = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).BeginInit();
this.splitRightContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitControlContainer)).BeginInit();
@@ -69,6 +71,7 @@ namespace Lskj.PubBomAlter
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.rightDetailPanel.SuspendLayout();
this.pl_buttomflow.SuspendLayout();
this.SuspendLayout();
//
// scrollableControl
@@ -140,14 +143,14 @@ namespace Lskj.PubBomAlter
this.treeGridControlEx.Name = "treeGridControlEx";
this.treeGridControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.treeGridControlEx.Size = new System.Drawing.Size(376, 500);
this.treeGridControlEx.SysModel = null;
this.treeGridControlEx.TabIndex = 29;
//
// pl_buttom
//
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_buttom.Appearance.Options.UseBackColor = true;
this.pl_buttom.Controls.Add(this.btnApply);
this.pl_buttom.Controls.Add(this.btnSave);
this.pl_buttom.Controls.Add(this.pl_buttomflow);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(2, 529);
this.pl_buttom.Margin = new System.Windows.Forms.Padding(2);
@@ -160,7 +163,7 @@ namespace Lskj.PubBomAlter
this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnApply.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnApply.Appearance.Options.UseFont = true;
this.btnApply.Location = new System.Drawing.Point(214, 5);
this.btnApply.Location = new System.Drawing.Point(211, 3);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(80, 26);
this.btnApply.TabIndex = 41;
@@ -171,7 +174,7 @@ namespace Lskj.PubBomAlter
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Location = new System.Drawing.Point(300, 5);
this.btnSave.Location = new System.Drawing.Point(297, 3);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(72, 26);
this.btnSave.TabIndex = 40;
@@ -277,6 +280,7 @@ namespace Lskj.PubBomAlter
this.gcMainControlEx.Name = "gcMainControlEx";
this.gcMainControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMainControlEx.Size = new System.Drawing.Size(329, 527);
this.gcMainControlEx.SysModel = null;
this.gcMainControlEx.TabIndex = 51;
//
// panelControl1
@@ -321,8 +325,32 @@ namespace Lskj.PubBomAlter
this.gcDetailControlEx.Name = "gcDetailControlEx";
this.gcDetailControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcDetailControlEx.Size = new System.Drawing.Size(411, 566);
this.gcDetailControlEx.SysModel = null;
this.gcDetailControlEx.TabIndex = 52;
//
// pl_buttomflow
//
this.pl_buttomflow.Controls.Add(this.btnSave);
this.pl_buttomflow.Controls.Add(this.btnApply);
this.pl_buttomflow.Controls.Add(this.btnFxSave);
this.pl_buttomflow.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_buttomflow.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
this.pl_buttomflow.Location = new System.Drawing.Point(2, 2);
this.pl_buttomflow.Name = "pl_buttomflow";
this.pl_buttomflow.Size = new System.Drawing.Size(372, 31);
this.pl_buttomflow.TabIndex = 1;
//
// btnFxSave
//
this.btnFxSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFxSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFxSave.Appearance.Options.UseFont = true;
this.btnFxSave.Location = new System.Drawing.Point(125, 3);
this.btnFxSave.Name = "btnFxSave";
this.btnFxSave.Size = new System.Drawing.Size(80, 26);
this.btnFxSave.TabIndex = 42;
this.btnFxSave.Text = "批量确认";
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
@@ -356,6 +384,7 @@ namespace Lskj.PubBomAlter
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.rightDetailPanel.ResumeLayout(false);
this.pl_buttomflow.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -365,4 +394,6 @@ namespace Lskj.PubBomAlter
private DevExpress.XtraEditors.SplitContainerControl splitRightContainer;
private DevExpress.XtraEditors.SplitContainerControl splitControlContainer;
private DevExpress.XtraEditors.PanelControl topPanel;
private DevExpress.XtraEditors.PanelC
private DevExpress.XtraEditors.PanelControl pl_Bottom;
private System.Windows.Forms.Panel rightDetailPanel;
private DevExpress.XtraEditors.PanelControl