From 715746486281876dcad7f40e618f1bc82c4baef1 Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期三, 31 三月 2021 16:56:06 +0800 Subject: [PATCH] 报表增加合计 --- SCM/报表/Qk_ProcessbillMain.Designer.cs | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git "a/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" "b/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" index c9e7e49..aba5414 100644 --- "a/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" +++ "b/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" @@ -58,11 +58,13 @@ this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.grdMain = new System.Windows.Forms.DataGridView(); + this.grdSum = new System.Windows.Forms.DataGridView(); this.Tool.SuspendLayout(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.SuspendLayout(); // // Tool @@ -205,6 +207,7 @@ // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Lavender; + this.groupBox1.Controls.Add(this.grdSum); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.textBox3); @@ -224,7 +227,7 @@ this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); - this.groupBox1.Size = new System.Drawing.Size(1291, 129); + this.groupBox1.Size = new System.Drawing.Size(1291, 158); this.groupBox1.TabIndex = 57; this.groupBox1.TabStop = false; // @@ -365,15 +368,32 @@ this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.grdMain.Location = new System.Drawing.Point(0, 232); + this.grdMain.Location = new System.Drawing.Point(0, 261); this.grdMain.Margin = new System.Windows.Forms.Padding(4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 51; this.grdMain.RowTemplate.Height = 23; - this.grdMain.Size = new System.Drawing.Size(1291, 409); + this.grdMain.Size = new System.Drawing.Size(1291, 380); this.grdMain.TabIndex = 58; this.grdMain.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.grdMain_RowPrePaint); + // + // grdSum + // + this.grdSum.AllowUserToAddRows = false; + this.grdSum.AllowUserToDeleteRows = false; + this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; + this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; + this.grdSum.Location = new System.Drawing.Point(4, 130); + this.grdSum.Margin = new System.Windows.Forms.Padding(4); + this.grdSum.Name = "grdSum"; + this.grdSum.ReadOnly = true; + this.grdSum.RowHeadersWidth = 51; + this.grdSum.RowTemplate.Height = 23; + this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; + this.grdSum.Size = new System.Drawing.Size(1283, 24); + this.grdSum.TabIndex = 49; // // Qk_ProcessbillMain // @@ -386,6 +406,7 @@ this.Controls.Add(this.Tool); this.Name = "Qk_ProcessbillMain"; this.Text = "鑳屾櫙绠″埗鎶ヨ〃"; + this.Load += new System.EventHandler(this.Qk_ProcessbillMain_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); this.pPic.ResumeLayout(false); @@ -395,6 +416,7 @@ this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); this.ResumeLayout(false); } @@ -429,5 +451,6 @@ private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.DataGridView grdMain; + private System.Windows.Forms.DataGridView grdSum; } } \ No newline at end of file -- Gitblit v1.9.1