namespace HOZProject
{
partial class FormShowImage
{
///
/// 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.pichide = new System.Windows.Forms.PictureBox();
this.picexit = new System.Windows.Forms.PictureBox();
this.pbImage = new System.Windows.Forms.PictureBox();
this.plImageInfo = new System.Windows.Forms.Panel();
this.lblHT = new System.Windows.Forms.Label();
this.lblMag = new System.Windows.Forms.Label();
this.lblWD = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
this.plImageInfo.SuspendLayout();
this.SuspendLayout();
//
// pichide
//
this.pichide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pichide.BackColor = System.Drawing.Color.Transparent;
this.pichide.Cursor = System.Windows.Forms.Cursors.Hand;
this.pichide.Image = global::HOZProject.Properties.Resources.Min_Gray;
this.pichide.Location = new System.Drawing.Point(486, 9);
this.pichide.Margin = new System.Windows.Forms.Padding(4);
this.pichide.Name = "pichide";
this.pichide.Size = new System.Drawing.Size(13, 13);
this.pichide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pichide.TabIndex = 58;
this.pichide.TabStop = false;
//
// picexit
//
this.picexit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.picexit.BackColor = System.Drawing.Color.Transparent;
this.picexit.Cursor = System.Windows.Forms.Cursors.Hand;
this.picexit.Image = global::HOZProject.Properties.Resources.exit_Gray;
this.picexit.Location = new System.Drawing.Point(502, 9);
this.picexit.Margin = new System.Windows.Forms.Padding(4);
this.picexit.Name = "picexit";
this.picexit.Size = new System.Drawing.Size(13, 13);
this.picexit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picexit.TabIndex = 57;
this.picexit.TabStop = false;
//
// pbImage
//
this.pbImage.BackColor = System.Drawing.Color.White;
this.pbImage.Location = new System.Drawing.Point(3, 29);
this.pbImage.Name = "pbImage";
this.pbImage.Size = new System.Drawing.Size(512, 384);
this.pbImage.TabIndex = 59;
this.pbImage.TabStop = false;
//
// plImageInfo
//
this.plImageInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
this.plImageInfo.Controls.Add(this.lblWD);
this.plImageInfo.Controls.Add(this.lblMag);
this.plImageInfo.Controls.Add(this.lblHT);
this.plImageInfo.Location = new System.Drawing.Point(3, 413);
this.plImageInfo.Name = "plImageInfo";
this.plImageInfo.Size = new System.Drawing.Size(512, 43);
this.plImageInfo.TabIndex = 60;
//
// lblHT
//
this.lblHT.AutoSize = true;
this.lblHT.Font = new System.Drawing.Font("宋体", 14F);
this.lblHT.ForeColor = System.Drawing.Color.White;
this.lblHT.Location = new System.Drawing.Point(9, 13);
this.lblHT.Name = "lblHT";
this.lblHT.Size = new System.Drawing.Size(106, 19);
this.lblHT.TabIndex = 1;
this.lblHT.Text = "电压:20KV";
//
// lblMag
//
this.lblMag.AutoSize = true;
this.lblMag.Font = new System.Drawing.Font("宋体", 14F);
this.lblMag.ForeColor = System.Drawing.Color.White;
this.lblMag.Location = new System.Drawing.Point(160, 13);
this.lblMag.Name = "lblMag";
this.lblMag.Size = new System.Drawing.Size(144, 19);
this.lblMag.TabIndex = 1;
this.lblMag.Text = "放大倍数:200X";
//
// lblWD
//
this.lblWD.AutoSize = true;
this.lblWD.Font = new System.Drawing.Font("宋体", 14F);
this.lblWD.ForeColor = System.Drawing.Color.White;
this.lblWD.Location = new System.Drawing.Point(349, 13);
this.lblWD.Name = "lblWD";
this.lblWD.Size = new System.Drawing.Size(154, 19);
this.lblWD.TabIndex = 1;
this.lblWD.Text = "工作距离:8.2mm";
//
// FormShowImage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(519, 459);
this.Controls.Add(this.plImageInfo);
this.Controls.Add(this.pbImage);
this.Controls.Add(this.pichide);
this.Controls.Add(this.picexit);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormShowImage";
this.Text = "FormShowImage";
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormShowImage_MouseUp);
((System.ComponentModel.ISupportInitialize)(this.pichide)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picexit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
this.plImageInfo.ResumeLayout(false);
this.plImageInfo.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pichide;
private System.Windows.Forms.PictureBox picexit;
private System.Windows.Forms.PictureBox pbImage;
private System.Windows.Forms.Panel plImageInfo;
private System.Windows.Forms.Label lblHT;
private System.Windows.Forms.Label lblWD;
private System.Windows.Forms.Label lblMag;
}
}