|
- namespace LeatherApp.UIExtend
- {
- partial class UIDefectEdit
- {
- /// <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.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.Location = new System.Drawing.Point(2, 2);
- 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(150, 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.Location = new System.Drawing.Point(160, 1);
- this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiCheckBox1.Name = "uiCheckBox1";
- this.uiCheckBox1.Size = new System.Drawing.Size(150, 29);
- this.uiCheckBox1.TabIndex = 1;
- this.uiCheckBox1.Text = "忽略";
- //
- // UIDefectEdit
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.uiCheckBox1);
- this.Controls.Add(this.uiComboBox1);
- this.Name = "UIDefectEdit";
- this.Size = new System.Drawing.Size(245, 34);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private Sunny.UI.UIComboBox uiComboBox1;
- private Sunny.UI.UICheckBox uiCheckBox1;
- }
- }
|