This commit is contained in:
chi
2021-03-31 17:55:06 +09:00
parent d7a6cb25c5
commit 33ef66b173
11 changed files with 418 additions and 979 deletions

View File

@@ -49,7 +49,7 @@
this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.ReportB.rdlc";
this.rpv1.Location = new System.Drawing.Point(0, 0);
this.rpv1.Name = "rpv1";
this.rpv1.Size = new System.Drawing.Size(676, 487);
this.rpv1.Size = new System.Drawing.Size(905, 545);
this.rpv1.TabIndex = 0;
//
// dsEQ
@@ -81,13 +81,13 @@
//
this.taSum.ClearBeforeFill = true;
//
// rpt_equipmentB
// rpt_equipmentAll
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(676, 487);
this.ClientSize = new System.Drawing.Size(905, 545);
this.Controls.Add(this.rpv1);
this.Name = "rpt_equipmentB";
this.Name = "rpt_equipmentAll";
this.Text = "Equipment Report (Bump)";
this.Load += new System.EventHandler(this.rpt_equipment_Load);
((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit();