| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 | namespace HOZProject{    partial class FormShowImage    {        /// <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.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.lblContent = new System.Windows.Forms.Label();            this.lblMag = new System.Windows.Forms.Label();            this.panel1 = new System.Windows.Forms.Panel();            this.lblAutoContent = new System.Windows.Forms.Label();            this.lblAutoMag = new System.Windows.Forms.Label();            this.pbAutoImage = new System.Windows.Forms.PictureBox();            ((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();            this.plImageInfo.SuspendLayout();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.pbAutoImage)).BeginInit();            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(1001, 9);            this.pichide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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;            this.pichide.Visible = 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(1017, 9);            this.picexit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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;            this.picexit.Click += new System.EventHandler(this.picexit_Click);            //             // 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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;            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.lblContent);            this.plImageInfo.Controls.Add(this.lblMag);            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;            //             // lblContent            //             this.lblContent.AutoSize = true;            this.lblContent.Font = new System.Drawing.Font("宋体", 12F);            this.lblContent.ForeColor = System.Drawing.Color.White;            this.lblContent.Location = new System.Drawing.Point(135, 13);            this.lblContent.Name = "lblContent";            this.lblContent.Size = new System.Drawing.Size(128, 16);            this.lblContent.TabIndex = 1;            this.lblContent.Text = "工作距离:8.2mm";            //             // lblMag            //             this.lblMag.AutoSize = true;            this.lblMag.Font = new System.Drawing.Font("宋体", 12F);            this.lblMag.ForeColor = System.Drawing.Color.White;            this.lblMag.Location = new System.Drawing.Point(9, 13);            this.lblMag.Name = "lblMag";            this.lblMag.Size = new System.Drawing.Size(120, 16);            this.lblMag.TabIndex = 1;            this.lblMag.Text = "放大倍数:200X";            //             // panel1            //             this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));            this.panel1.Controls.Add(this.lblAutoContent);            this.panel1.Controls.Add(this.lblAutoMag);            this.panel1.Location = new System.Drawing.Point(517, 413);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(512, 43);            this.panel1.TabIndex = 62;            //             // lblAutoContent            //             this.lblAutoContent.AutoSize = true;            this.lblAutoContent.Font = new System.Drawing.Font("宋体", 12F);            this.lblAutoContent.ForeColor = System.Drawing.Color.White;            this.lblAutoContent.Location = new System.Drawing.Point(130, 13);            this.lblAutoContent.Name = "lblAutoContent";            this.lblAutoContent.Size = new System.Drawing.Size(128, 16);            this.lblAutoContent.TabIndex = 1;            this.lblAutoContent.Text = "工作距离:8.2mm";            //             // lblAutoMag            //             this.lblAutoMag.AutoSize = true;            this.lblAutoMag.Font = new System.Drawing.Font("宋体", 12F);            this.lblAutoMag.ForeColor = System.Drawing.Color.White;            this.lblAutoMag.Location = new System.Drawing.Point(4, 13);            this.lblAutoMag.Name = "lblAutoMag";            this.lblAutoMag.Size = new System.Drawing.Size(120, 16);            this.lblAutoMag.TabIndex = 1;            this.lblAutoMag.Text = "放大倍数:200X";            //             // pbAutoImage            //             this.pbAutoImage.BackColor = System.Drawing.Color.White;            this.pbAutoImage.Location = new System.Drawing.Point(517, 29);            this.pbAutoImage.Name = "pbAutoImage";            this.pbAutoImage.Size = new System.Drawing.Size(512, 384);            this.pbAutoImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;            this.pbAutoImage.TabIndex = 61;            this.pbAutoImage.TabStop = false;            //             // 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(1033, 459);            this.Controls.Add(this.panel1);            this.Controls.Add(this.pbAutoImage);            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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            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.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.pbAutoImage)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.PictureBox pichide;        private System.Windows.Forms.PictureBox picexit;        private System.Windows.Forms.Panel plImageInfo;        private System.Windows.Forms.Label lblContent;        private System.Windows.Forms.Label lblMag;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Label lblAutoContent;        private System.Windows.Forms.Label lblAutoMag;        public System.Windows.Forms.PictureBox pbImage;        public System.Windows.Forms.PictureBox pbAutoImage;    }}
 |