|
- namespace MaiMuAOI.SysUI.DefectPicShow
- {
- partial class CamImageFrm
- {
- /// <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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.imageBox1 = new ImageToolKits.ImageBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(1262, 46);
- this.uiTitel1.TabIndex = 34;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 46);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.imageBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
- this.splitContainer1.Size = new System.Drawing.Size(1262, 655);
- this.splitContainer1.SplitterDistance = 649;
- this.splitContainer1.TabIndex = 35;
- //
- // imageBox1
- //
- this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
- this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.imageBox1.DrawParam = null;
- this.imageBox1.Image = null;
- this.imageBox1.Location = new System.Drawing.Point(0, 0);
- this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
- this.imageBox1.Name = "imageBox1";
- this.imageBox1.Size = new System.Drawing.Size(649, 655);
- this.imageBox1.TabIndex = 1;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(609, 655);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // CamImageFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1262, 701);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "CamImageFrm";
- this.Text = "CamImageFrm";
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private ImageToolKits.ImageBox imageBox1;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|