namespace ICSSoft.Frame.APP.DataAcquisition
{
partial class ProductionReport
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.userControl11 = new ICSSoft.Frame.APP.DataAcquisition.UserControl1();
this.SuspendLayout();
//
// userControl11
//
this.userControl11.Location = new System.Drawing.Point(-1, 0);
this.userControl11.Name = "userControl11";
this.userControl11.Size = new System.Drawing.Size(1358, 591);
this.userControl11.TabIndex = 0;
//
// ProductionReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1063, 470);
this.Controls.Add(this.userControl11);
this.Name = "ProductionReport";
this.Text = "产量报表";
this.ResumeLayout(false);
}
#endregion
private UserControl1 userControl11;
}
}