namespace MaiMuAOI.SysUI.DefectPicShow { partial class DefectImageShowFrm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DefectImageShowFrm)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel(); this.imageBox1 = new ImageToolKits.ImageBox(); this.tsbtnRefesh = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnDefectList = new System.Windows.Forms.ToolStripDropDownButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122))))); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnRefesh, this.toolStripSeparator4, this.tsbtnDefectList}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 46); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(1150, 39); this.toolStrip1.TabIndex = 36; this.toolStrip1.Text = "toolStrip1"; // // 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.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(1150, 46); this.uiTitel1.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, 85); this.imageBox1.Margin = new System.Windows.Forms.Padding(0); this.imageBox1.Name = "imageBox1"; this.imageBox1.Size = new System.Drawing.Size(1150, 564); this.imageBox1.TabIndex = 37; // // tsbtnRefesh // this.tsbtnRefesh.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.tsbtnRefesh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefesh.Image"))); this.tsbtnRefesh.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnRefesh.Name = "tsbtnRefesh"; this.tsbtnRefesh.Size = new System.Drawing.Size(68, 36); this.tsbtnRefesh.Text = "刷新"; this.tsbtnRefesh.Click += new System.EventHandler(this.tsbtnRefesh_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39); // // tsbtnDefectList // this.tsbtnDefectList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnDefectList.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.tsbtnDefectList.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectList.Image"))); this.tsbtnDefectList.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDefectList.Name = "tsbtnDefectList"; this.tsbtnDefectList.Size = new System.Drawing.Size(101, 36); this.tsbtnDefectList.Text = "类型过滤"; // // DefectImageShowFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1150, 649); this.Controls.Add(this.imageBox1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.uiTitel1); this.Name = "DefectImageShowFrm"; this.Text = "缺陷分布显示"; this.Load += new System.EventHandler(this.FrmShowSizeTag_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1; private ImageToolKits.ImageBox imageBox1; private System.Windows.Forms.ToolStripButton tsbtnRefesh; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripDropDownButton tsbtnDefectList; } }