123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- 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.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;
- }
- }
|