namespace GeBoShi.UI.InageShow { partial class defectLabelImage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.imageBox3 = new ImageToolKits.ImageBox(); this.cbLabels = new System.Windows.Forms.ComboBox(); this.cbSkip = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // imageBox3 // this.imageBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.imageBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.imageBox3.ColorName = System.Drawing.Color.LimeGreen; this.imageBox3.DrawParam = null; this.imageBox3.Image = null; this.imageBox3.Location = new System.Drawing.Point(0, 0); this.imageBox3.Margin = new System.Windows.Forms.Padding(0); this.imageBox3.Name = "imageBox3"; this.imageBox3.Size = new System.Drawing.Size(333, 265); this.imageBox3.TabIndex = 4; // // cbLabels // this.cbLabels.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cbLabels.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbLabels.FormattingEnabled = true; this.cbLabels.Location = new System.Drawing.Point(1, 274); this.cbLabels.Name = "cbLabels"; this.cbLabels.Size = new System.Drawing.Size(120, 33); this.cbLabels.TabIndex = 5; this.cbLabels.SelectedIndexChanged += new System.EventHandler(this.cbLabels_SelectedIndexChanged); // // cbSkip // this.cbSkip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbSkip.AutoSize = true; this.cbSkip.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbSkip.Location = new System.Drawing.Point(127, 274); this.cbSkip.Name = "cbSkip"; this.cbSkip.Size = new System.Drawing.Size(69, 29); this.cbSkip.TabIndex = 6; this.cbSkip.Text = "忽略"; this.cbSkip.UseVisualStyleBackColor = true; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(202, 280); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 17); this.label1.TabIndex = 7; this.label1.Text = "label1"; // // defectLabelImage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.Controls.Add(this.label1); this.Controls.Add(this.cbSkip); this.Controls.Add(this.cbLabels); this.Controls.Add(this.imageBox3); this.Name = "defectLabelImage"; this.Size = new System.Drawing.Size(333, 311); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ImageToolKits.ImageBox imageBox3; private System.Windows.Forms.ComboBox cbLabels; private System.Windows.Forms.CheckBox cbSkip; private System.Windows.Forms.Label label1; } }