From f72b153eb6a154bc4be80dbaf8bdc82d31d6d8be Mon Sep 17 00:00:00 2001 From: SugarChes Date: Sat, 15 Aug 2026 10:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(pubbill):=20=E6=81=A2=E5=A4=8D=E4=B8=BB?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 插件库/Lskj.PubBill/BillModule.Designer.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/插件库/Lskj.PubBill/BillModule.Designer.cs b/插件库/Lskj.PubBill/BillModule.Designer.cs index ab0c3d9..813f0e6 100644 --- a/插件库/Lskj.PubBill/BillModule.Designer.cs +++ b/插件库/Lskj.PubBill/BillModule.Designer.cs @@ -45,6 +45,7 @@ this.pl_main = new DevExpress.XtraEditors.PanelControl(); this.pl_main_center = new DevExpress.XtraEditors.PanelControl(); this.pl_main_center_detail = new DevExpress.XtraEditors.PanelControl(); + this.gcMain = new Lskj.Control.GridControlEx(); this.pl_main_center_master = new DevExpress.XtraEditors.XtraScrollableControl(); this.pl_treeview_detault_search = new DevExpress.XtraEditors.PanelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); @@ -101,6 +102,7 @@ ((System.ComponentModel.ISupportInitialize)(this.pl_main_center)).BeginInit(); this.pl_main_center.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_main_center_detail)).BeginInit(); + this.pl_main_center_detail.SuspendLayout(); this.pl_main_center_master.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_treeview_detault_search)).BeginInit(); this.pl_treeview_detault_search.SuspendLayout(); @@ -277,12 +279,26 @@ this.pl_main_center_detail.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_main_center_detail.Appearance.Options.UseBackColor = true; this.pl_main_center_detail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; + this.pl_main_center_detail.Controls.Add(this.gcMain); this.pl_main_center_detail.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main_center_detail.Location = new System.Drawing.Point(0, 164); this.pl_main_center_detail.Name = "pl_main_center_detail"; this.pl_main_center_detail.Size = new System.Drawing.Size(1211, 202); this.pl_main_center_detail.TabIndex = 5; // + // gcMain + // + this.gcMain.AdapterObj = null; + this.gcMain.BackColor = System.Drawing.Color.Transparent; + this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMain.Location = new System.Drawing.Point(0, 0); + this.gcMain.Margin = new System.Windows.Forms.Padding(5); + this.gcMain.Name = "gcMain"; + this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; + this.gcMain.Size = new System.Drawing.Size(1211, 202); + this.gcMain.SysModel = null; + this.gcMain.TabIndex = 0; + // // pl_main_center_master // this.pl_main_center_master.AutoScroll = false; @@ -838,6 +854,7 @@ ((System.ComponentModel.ISupportInitialize)(this.pl_main_center)).EndInit(); this.pl_main_center.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_main_center_detail)).EndInit(); + this.pl_main_center_detail.ResumeLayout(false); this.pl_main_center_master.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_treeview_detault_search)).EndInit(); this.pl_treeview_detault_search.ResumeLayout(false);