namespace LeatherApp.UIExtend
{
partial class UIDefectImage
{
///
/// 必需的设计器变量。
///
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.uiComboBox1 = new Sunny.UI.UIComboBox();
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
this.lblLocation = new Sunny.UI.UILabel();
this.ucImageView1 = new LeatherApp.UIExtend.UCImageView();
this.SuspendLayout();
//
// uiComboBox1
//
this.uiComboBox1.DataSource = null;
this.uiComboBox1.FillColor = System.Drawing.Color.White;
this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiComboBox1.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.uiComboBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiComboBox1.Location = new System.Drawing.Point(3, 239);
this.uiComboBox1.MinimumSize = new System.Drawing.Size(42, 0);
this.uiComboBox1.Name = "uiComboBox1";
this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiComboBox1.Size = new System.Drawing.Size(69, 19);
this.uiComboBox1.TabIndex = 0;
this.uiComboBox1.Text = "uiComboBox1";
this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiComboBox1.Watermark = "";
this.uiComboBox1.SelectedIndexChanged += new System.EventHandler(this.uiComboBox1_SelectedIndexChanged);
//
// uiCheckBox1
//
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiCheckBox1.Location = new System.Drawing.Point(83, 241);
this.uiCheckBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
this.uiCheckBox1.Size = new System.Drawing.Size(63, 19);
this.uiCheckBox1.TabIndex = 1;
this.uiCheckBox1.Text = "忽略";
//
// lblLocation
//
this.lblLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblLocation.AutoSize = true;
this.lblLocation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.lblLocation.Location = new System.Drawing.Point(137, 239);
this.lblLocation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblLocation.Name = "lblLocation";
this.lblLocation.Size = new System.Drawing.Size(73, 21);
this.lblLocation.TabIndex = 3;
this.lblLocation.Text = "uiLabel1";
this.lblLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// ucImageView1
//
this.ucImageView1.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.ucImageView1.Location = new System.Drawing.Point(1, 1);
this.ucImageView1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.ucImageView1.Name = "ucImageView1";
this.ucImageView1.Size = new System.Drawing.Size(245, 233);
this.ucImageView1.TabIndex = 2;
this.ucImageView1.Load += new System.EventHandler(this.ucImageView1_Load);
//
// UIDefectImage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.lblLocation);
this.Controls.Add(this.uiComboBox1);
this.Controls.Add(this.uiCheckBox1);
this.Controls.Add(this.ucImageView1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "UIDefectImage";
this.Size = new System.Drawing.Size(248, 261);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Sunny.UI.UIComboBox uiComboBox1;
private Sunny.UI.UICheckBox uiCheckBox1;
private UCImageView ucImageView1;
private Sunny.UI.UILabel lblLocation;
}
}