namespace UAS_MES.Query
{
partial class Query_ShowPicture
{
///
/// 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.PicBox = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
this.SuspendLayout();
//
// PicBox
//
this.PicBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.PicBox.Location = new System.Drawing.Point(0, 0);
this.PicBox.Name = "PicBox";
this.PicBox.Size = new System.Drawing.Size(1102, 686);
this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.PicBox.TabIndex = 0;
this.PicBox.TabStop = false;
//
// Query_ShowPicture
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1102, 686);
this.Controls.Add(this.PicBox);
this.Name = "Query_ShowPicture";
this.Text = "作业指导书";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Query_ShowPicture_Load);
((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox PicBox;
}
}