SVN-Revision: r390
This commit is contained in:
tdx
2025-03-25 08:56:30 +00:00
parent f59fdb8555
commit 23828ad751
3 changed files with 90 additions and 49 deletions
+12 -12
View File
@@ -33,8 +33,8 @@ namespace Lskj.ProductiSched
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
this.pltopmain = new DevExpress.XtraEditors.PanelControl();
this.treebandGcTop = new Lskj.Control.TreeBandedGridControlEx();
this.bandGcTop = new Lskj.Control.BandedGridControlEx();
this.treebandGcTop = new Lskj.Control.TreeBandedGridControlEx();
this.pl_mainSearch = new DevExpress.XtraEditors.PanelControl();
this.pl_search = new DevExpress.XtraEditors.PanelControl();
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
@@ -111,17 +111,6 @@ namespace Lskj.ProductiSched
this.pltopmain.Size = new System.Drawing.Size(997, 320);
this.pltopmain.TabIndex = 22;
//
// treebandGcTop
//
this.treebandGcTop.AdapterObj = null;
this.treebandGcTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.treebandGcTop.Location = new System.Drawing.Point(0, 0);
this.treebandGcTop.Margin = new System.Windows.Forms.Padding(4);
this.treebandGcTop.Name = "treebandGcTop";
this.treebandGcTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.treebandGcTop.Size = new System.Drawing.Size(997, 320);
this.treebandGcTop.TabIndex = 19;
//
// bandGcTop
//
this.bandGcTop.AdapterObj = null;
@@ -133,6 +122,17 @@ namespace Lskj.ProductiSched
this.bandGcTop.Size = new System.Drawing.Size(997, 320);
this.bandGcTop.TabIndex = 17;
//
// treebandGcTop
//
this.treebandGcTop.AdapterObj = null;
this.treebandGcTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.treebandGcTop.Location = new System.Drawing.Point(0, 0);
this.treebandGcTop.Margin = new System.Windows.Forms.Padding(4);
this.treebandGcTop.Name = "treebandGcTop";
this.treebandGcTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.treebandGcTop.Size = new System.Drawing.Size(997, 320);
this.treebandGcTop.TabIndex = 19;
//
// pl_mainSearch
//
this.pl_mainSearch.Appearance.BackColor = System.Drawing.Color.Transparent;