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.lblLocation = new Sunny.UI.UILabel(); this.ucImageView1 = new LeatherApp.UIExtend.UCImageView(); this.cbSts = new Sunny.UI.UIComboBox(); 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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 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); // // 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(146, 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); 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); // // cbSts // this.cbSts.DataSource = null; this.cbSts.FillColor = System.Drawing.Color.White; this.cbSts.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbSts.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255))))); this.cbSts.Items.AddRange(new object[] { "确认", "忽略", "待定"}); this.cbSts.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.cbSts.Location = new System.Drawing.Point(77, 239); this.cbSts.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbSts.MinimumSize = new System.Drawing.Size(42, 0); this.cbSts.Name = "cbSts"; this.cbSts.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cbSts.Size = new System.Drawing.Size(71, 19); this.cbSts.TabIndex = 4; this.cbSts.Text = "确认"; this.cbSts.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbSts.Watermark = ""; // // 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.cbSts); this.Controls.Add(this.lblLocation); this.Controls.Add(this.uiComboBox1); this.Controls.Add(this.ucImageView1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "UIDefectImage"; this.Size = new System.Drawing.Size(248, 261); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Sunny.UI.UIComboBox uiComboBox1; private UCImageView ucImageView1; private Sunny.UI.UILabel lblLocation; private Sunny.UI.UIComboBox cbSts; } }