You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
namespace ICSSoft.Frame.APP.DataAcquisition { partial class ProductionReport { /// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); }
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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; } }
|