From be368ef45174e5e47c6896dea8abc87e3bb6293a Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期三, 27 九月 2023 08:24:54 +0800 Subject: [PATCH] 增加 审核,反审核,禁用,反禁用,按钮设置 等按钮;并修改视图,将 审核人,审核日期,禁用人,禁用日期 4列 显示出来; --- BaseSet/公用资料/公用基础资料/Gy_Unit.Designer.cs | 181 ++++++++++++++++++++++++++------------------- 1 files changed, 105 insertions(+), 76 deletions(-) diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Unit.Designer.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Unit.Designer.cs" index fa072b1..9f83e86 100644 --- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Unit.Designer.cs" +++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Unit.Designer.cs" @@ -42,6 +42,7 @@ this.xs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.fz = new System.Windows.Forms.ToolStripButton(); + this.jc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); @@ -75,12 +76,12 @@ this.panel1 = new System.Windows.Forms.Panel(); this.cmdLoadTree = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); - this.jc = new System.Windows.Forms.ToolStripButton(); this.ToolBar.SuspendLayout(); this.stTab.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.tabPage2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -116,7 +117,7 @@ this.ToolBar.Location = new System.Drawing.Point(0, 0); this.ToolBar.Name = "ToolBar"; this.ToolBar.Padding = new System.Windows.Forms.Padding(0); - this.ToolBar.Size = new System.Drawing.Size(877, 50); + this.ToolBar.Size = new System.Drawing.Size(1316, 75); this.ToolBar.Stretch = true; this.ToolBar.TabIndex = 13; this.ToolBar.Text = "toolStrip1"; @@ -137,7 +138,7 @@ // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 75); // // xz // @@ -185,7 +186,7 @@ // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 75); // // cx // @@ -218,7 +219,7 @@ // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 75); // // fz // @@ -234,16 +235,30 @@ this.fz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.fz.Click += new System.EventHandler(this.fz_Click); // + // jc + // + this.jc.AutoSize = false; + this.jc.Image = ((System.Drawing.Image)(resources.GetObject("jc.Image"))); + this.jc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.jc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.jc.ImageTransparentColor = System.Drawing.Color.White; + this.jc.Name = "jc"; + this.jc.Size = new System.Drawing.Size(35, 47); + this.jc.Text = "妫�娴�"; + this.jc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.jc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.jc.Click += new System.EventHandler(this.jc_Click); + // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 75); // // toolStripSeparator8 // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator8.Size = new System.Drawing.Size(6, 75); // // mrlk // @@ -253,7 +268,7 @@ this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; - this.mrlk.Size = new System.Drawing.Size(60, 47); + this.mrlk.Size = new System.Drawing.Size(86, 70); this.mrlk.Text = "榛樿鍒楀"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -263,7 +278,7 @@ // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator7.Size = new System.Drawing.Size(6, 75); // // bclk // @@ -273,7 +288,7 @@ this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; - this.bclk.Size = new System.Drawing.Size(60, 47); + this.bclk.Size = new System.Drawing.Size(86, 70); this.bclk.Text = "淇濆瓨鍒楀"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -283,7 +298,7 @@ // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator9.Size = new System.Drawing.Size(6, 75); // // tc // @@ -302,7 +317,7 @@ // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 75); // // imageList1 // @@ -317,9 +332,10 @@ this.stTab.Controls.Add(this.tabPage2); this.stTab.Dock = System.Windows.Forms.DockStyle.Fill; this.stTab.Location = new System.Drawing.Point(0, 0); + this.stTab.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.stTab.Name = "stTab"; this.stTab.SelectedIndex = 0; - this.stTab.Size = new System.Drawing.Size(735, 495); + this.stTab.Size = new System.Drawing.Size(1103, 743); this.stTab.TabIndex = 15; // // tabPage1 @@ -327,10 +343,11 @@ this.tabPage1.BackColor = System.Drawing.SystemColors.Control; this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tabPage1.Controls.Add(this.grdMain); - this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Location = new System.Drawing.Point(4, 28); + this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(727, 469); + this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage1.Size = new System.Drawing.Size(1095, 711); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "鍒楄〃瑙嗗浘"; // @@ -341,12 +358,14 @@ this.grdMain.BackgroundColor = System.Drawing.Color.White; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.grdMain.Location = new System.Drawing.Point(3, 3); + this.grdMain.Location = new System.Drawing.Point(4, 4); + this.grdMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersVisible = false; + this.grdMain.RowHeadersWidth = 62; this.grdMain.RowTemplate.Height = 23; - this.grdMain.Size = new System.Drawing.Size(719, 461); + this.grdMain.Size = new System.Drawing.Size(1085, 701); this.grdMain.TabIndex = 0; this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick); // @@ -368,19 +387,21 @@ this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.txtHNumber); this.tabPage2.Controls.Add(this.label1); - this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Location = new System.Drawing.Point(4, 28); + this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(727, 469); + this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage2.Size = new System.Drawing.Size(1094, 710); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "鍗曞紶瑙嗗浘"; // // chkHStandard // this.chkHStandard.AutoSize = true; - this.chkHStandard.Location = new System.Drawing.Point(88, 141); + this.chkHStandard.Location = new System.Drawing.Point(132, 212); + this.chkHStandard.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chkHStandard.Name = "chkHStandard"; - this.chkHStandard.Size = new System.Drawing.Size(72, 16); + this.chkHStandard.Size = new System.Drawing.Size(106, 22); this.chkHStandard.TabIndex = 23; this.chkHStandard.Text = "榛樿鍗曚綅"; this.chkHStandard.UseVisualStyleBackColor = true; @@ -388,42 +409,47 @@ // txtHRate // this.txtHRate.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHRate.Location = new System.Drawing.Point(88, 110); + this.txtHRate.Location = new System.Drawing.Point(132, 165); + this.txtHRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHRate.Name = "txtHRate"; - this.txtHRate.Size = new System.Drawing.Size(143, 21); + this.txtHRate.Size = new System.Drawing.Size(212, 28); this.txtHRate.TabIndex = 22; // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(29, 114); + this.label7.Location = new System.Drawing.Point(44, 171); + this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(53, 12); + this.label7.Size = new System.Drawing.Size(80, 18); this.label7.TabIndex = 19; this.label7.Text = "鎹㈢畻姣斾緥"; // // txtHName // this.txtHName.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHName.Location = new System.Drawing.Point(88, 56); + this.txtHName.Location = new System.Drawing.Point(132, 84); + this.txtHName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHName.Name = "txtHName"; - this.txtHName.Size = new System.Drawing.Size(143, 21); + this.txtHName.Size = new System.Drawing.Size(212, 28); this.txtHName.TabIndex = 18; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(29, 87); + this.label4.Location = new System.Drawing.Point(44, 130); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(53, 12); + this.label4.Size = new System.Drawing.Size(80, 18); this.label4.TabIndex = 17; this.label4.Text = "鍔� 璁� 鐮�"; // // cmdCancel // - this.cmdCancel.Location = new System.Drawing.Point(279, 237); + this.cmdCancel.Location = new System.Drawing.Point(418, 356); + this.cmdCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdCancel.Name = "cmdCancel"; - this.cmdCancel.Size = new System.Drawing.Size(52, 23); + this.cmdCancel.Size = new System.Drawing.Size(78, 34); this.cmdCancel.TabIndex = 16; this.cmdCancel.Text = "鍙� 娑�"; this.cmdCancel.UseVisualStyleBackColor = true; @@ -431,9 +457,10 @@ // // cmdOK // - this.cmdOK.Location = new System.Drawing.Point(221, 237); + this.cmdOK.Location = new System.Drawing.Point(332, 356); + this.cmdOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdOK.Name = "cmdOK"; - this.cmdOK.Size = new System.Drawing.Size(52, 23); + this.cmdOK.Size = new System.Drawing.Size(78, 34); this.cmdOK.TabIndex = 15; this.cmdOK.Text = "淇� 瀛�"; this.cmdOK.UseVisualStyleBackColor = true; @@ -442,9 +469,10 @@ // chkHStopflag // this.chkHStopflag.AutoSize = true; - this.chkHStopflag.Location = new System.Drawing.Point(88, 241); + this.chkHStopflag.Location = new System.Drawing.Point(132, 362); + this.chkHStopflag.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chkHStopflag.Name = "chkHStopflag"; - this.chkHStopflag.Size = new System.Drawing.Size(72, 16); + this.chkHStopflag.Size = new System.Drawing.Size(106, 22); this.chkHStopflag.TabIndex = 12; this.chkHStopflag.Text = "绂佺敤鏍囧織"; this.chkHStopflag.UseVisualStyleBackColor = true; @@ -452,52 +480,58 @@ // txtHRemark // this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHRemark.Location = new System.Drawing.Point(88, 168); + this.txtHRemark.Location = new System.Drawing.Point(132, 252); + this.txtHRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHRemark.Multiline = true; this.txtHRemark.Name = "txtHRemark"; - this.txtHRemark.Size = new System.Drawing.Size(243, 60); + this.txtHRemark.Size = new System.Drawing.Size(362, 88); this.txtHRemark.TabIndex = 10; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(29, 168); + this.label5.Location = new System.Drawing.Point(44, 252); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(53, 12); + this.label5.Size = new System.Drawing.Size(80, 18); this.label5.TabIndex = 9; this.label5.Text = "澶� 娉�"; // // txtHHelpCode // this.txtHHelpCode.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHHelpCode.Location = new System.Drawing.Point(88, 83); + this.txtHHelpCode.Location = new System.Drawing.Point(132, 124); + this.txtHHelpCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHHelpCode.Name = "txtHHelpCode"; - this.txtHHelpCode.Size = new System.Drawing.Size(143, 21); + this.txtHHelpCode.Size = new System.Drawing.Size(212, 28); this.txtHHelpCode.TabIndex = 3; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(29, 60); + this.label2.Location = new System.Drawing.Point(44, 90); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(53, 12); + this.label2.Size = new System.Drawing.Size(80, 18); this.label2.TabIndex = 2; this.label2.Text = "鍚� 绉�"; // // txtHNumber // this.txtHNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.txtHNumber.Location = new System.Drawing.Point(88, 29); + this.txtHNumber.Location = new System.Drawing.Point(132, 44); + this.txtHNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHNumber.Name = "txtHNumber"; - this.txtHNumber.Size = new System.Drawing.Size(143, 21); + this.txtHNumber.Size = new System.Drawing.Size(212, 28); this.txtHNumber.TabIndex = 1; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(29, 33); + this.label1.Location = new System.Drawing.Point(44, 50); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(53, 12); + this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 0; this.label1.Text = "浠� 鐮�"; // @@ -509,7 +543,8 @@ // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer1.Location = new System.Drawing.Point(0, 50); + this.splitContainer1.Location = new System.Drawing.Point(0, 75); + this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 @@ -520,8 +555,9 @@ // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.stTab); - this.splitContainer1.Size = new System.Drawing.Size(877, 495); - this.splitContainer1.SplitterDistance = 138; + this.splitContainer1.Size = new System.Drawing.Size(1316, 743); + this.splitContainer1.SplitterDistance = 207; + this.splitContainer1.SplitterWidth = 6; this.splitContainer1.TabIndex = 16; // // tv @@ -534,7 +570,8 @@ this.tv.Indent = 18; this.tv.ItemHeight = 18; this.tv.LineColor = System.Drawing.Color.Navy; - this.tv.Location = new System.Drawing.Point(0, 23); + this.tv.Location = new System.Drawing.Point(0, 32); + this.tv.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tv.Name = "tv"; treeNode1.ForeColor = System.Drawing.Color.Black; treeNode1.Name = "tjbb"; @@ -544,8 +581,9 @@ this.tv.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode1}); this.tv.SelectedImageIndex = 1; - this.tv.Size = new System.Drawing.Size(138, 472); + this.tv.Size = new System.Drawing.Size(207, 711); this.tv.TabIndex = 16; + this.tv.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect); this.tv.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tv_NodeMouseClick); // // panel1 @@ -555,16 +593,18 @@ this.panel1.Controls.Add(this.label3); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(138, 23); + this.panel1.Size = new System.Drawing.Size(207, 32); this.panel1.TabIndex = 15; // // cmdLoadTree // this.cmdLoadTree.Dock = System.Windows.Forms.DockStyle.Right; - this.cmdLoadTree.Location = new System.Drawing.Point(94, 0); + this.cmdLoadTree.Location = new System.Drawing.Point(143, 0); + this.cmdLoadTree.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdLoadTree.Name = "cmdLoadTree"; - this.cmdLoadTree.Size = new System.Drawing.Size(40, 19); + this.cmdLoadTree.Size = new System.Drawing.Size(60, 28); this.cmdLoadTree.TabIndex = 1; this.cmdLoadTree.Text = "鍒锋柊"; this.cmdLoadTree.UseVisualStyleBackColor = true; @@ -573,39 +613,27 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(0, 3); + this.label3.Location = new System.Drawing.Point(0, 4); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(77, 12); + this.label3.Size = new System.Drawing.Size(116, 18); this.label3.TabIndex = 0; this.label3.Text = "璁¢噺鍗曚綅璧勬枡"; // - // jc - // - this.jc.AutoSize = false; - this.jc.Image = ((System.Drawing.Image)(resources.GetObject("jc.Image"))); - this.jc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; - this.jc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; - this.jc.ImageTransparentColor = System.Drawing.Color.White; - this.jc.Name = "jc"; - this.jc.Size = new System.Drawing.Size(35, 47); - this.jc.Text = "妫�娴�"; - this.jc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - this.jc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.jc.Click += new System.EventHandler(this.jc_Click); - // // Gy_Unit // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; - this.ClientSize = new System.Drawing.Size(877, 545); + this.ClientSize = new System.Drawing.Size(1316, 818); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.ToolBar); + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Gy_Unit"; this.Text = "璁¢噺鍗曚綅璁剧疆"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; - this.Load += new System.EventHandler(this.Gy_Unit_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_Unit_FormClosing); + this.Load += new System.EventHandler(this.Gy_Unit_Load); this.ToolBar.ResumeLayout(false); this.ToolBar.PerformLayout(); this.stTab.ResumeLayout(false); @@ -615,6 +643,7 @@ this.tabPage2.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); -- Gitblit v1.9.1