fix: 收敛旧模块资源释放与诊断
This commit is contained in:
Generated
-17
@@ -45,7 +45,6 @@
|
||||
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();
|
||||
@@ -102,7 +101,6 @@
|
||||
((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();
|
||||
@@ -279,26 +277,12 @@
|
||||
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;
|
||||
@@ -854,7 +838,6 @@
|
||||
((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);
|
||||
|
||||
Reference in New Issue
Block a user