From 715746486281876dcad7f40e618f1bc82c4baef1 Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期三, 31 三月 2021 16:56:06 +0800 Subject: [PATCH] 报表增加合计 --- SCM/单据资料/Gy_BarCodeMain.Designer.cs | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.Designer.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.Designer.cs" index 65294a7..862ec72 100644 --- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.Designer.cs" +++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.Designer.cs" @@ -56,11 +56,13 @@ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.grdSum = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.groupBox1.SuspendLayout(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); this.Tool.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.SuspendLayout(); // // grdMain @@ -70,18 +72,19 @@ 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, 275); 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(1277, 393); + this.grdMain.Size = new System.Drawing.Size(1277, 350); this.grdMain.TabIndex = 57; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Lavender; + this.groupBox1.Controls.Add(this.grdSum); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.dateTimePicker2); @@ -99,7 +102,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(1277, 129); + this.groupBox1.Size = new System.Drawing.Size(1277, 172); this.groupBox1.TabIndex = 56; this.groupBox1.TabStop = false; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); @@ -358,6 +361,23 @@ this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62); // + // 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, 144); + 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(1269, 24); + this.grdSum.TabIndex = 51; + // // Gy_BarCodeMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); @@ -370,6 +390,7 @@ this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Gy_BarCodeMain"; this.Text = "妫�楠屾墽琛屾儏鍐佃〃"; + this.Load += new System.EventHandler(this.Gy_BarCodeMain_Load); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); @@ -379,6 +400,7 @@ this.panel1.PerformLayout(); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); this.ResumeLayout(false); } @@ -411,5 +433,6 @@ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label8; + private System.Windows.Forms.DataGridView grdSum; } } \ No newline at end of file -- Gitblit v1.9.1