|
- namespace LeatherApp.UIExtend
- {
- partial class UIDefectImage
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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(4, 359);
- this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiComboBox1.Name = "uiComboBox1";
- this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiComboBox1.Size = new System.Drawing.Size(104, 29);
- 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(125, 361);
- this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiCheckBox1.Name = "uiCheckBox1";
- this.uiCheckBox1.Size = new System.Drawing.Size(94, 29);
- 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(206, 359);
- this.lblLocation.Name = "lblLocation";
- this.lblLocation.Size = new System.Drawing.Size(109, 31);
- this.lblLocation.TabIndex = 3;
- this.lblLocation.Text = "uiLabel1";
- this.lblLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // ucImageView1
- //
- this.ucImageView1.Location = new System.Drawing.Point(2, 2);
- this.ucImageView1.Name = "ucImageView1";
- this.ucImageView1.Size = new System.Drawing.Size(367, 350);
- this.ucImageView1.TabIndex = 2;
- this.ucImageView1.Load += new System.EventHandler(this.ucImageView1_Load);
- //
- // UIDefectImage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- 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.Name = "UIDefectImage";
- this.Size = new System.Drawing.Size(372, 392);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private Sunny.UI.UIComboBox uiComboBox1;
- private Sunny.UI.UICheckBox uiCheckBox1;
- private UCImageView ucImageView1;
- private Sunny.UI.UILabel lblLocation;
- }
- }
|