geboshi_V1/LeatherProject/LeatherApp/UIExtend/UIDefectEdit.Designer.cs

85 lines
3.9 KiB
C#
Raw Normal View History

2024-03-07 14:03:22 +08:00
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)));
2024-12-18 10:44:17 +08:00
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(1, 1);
this.uiComboBox1.MinimumSize = new System.Drawing.Size(42, 0);
2024-03-07 14:03:22 +08:00
this.uiComboBox1.Name = "uiComboBox1";
this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
2024-12-18 10:44:17 +08:00
this.uiComboBox1.Size = new System.Drawing.Size(100, 19);
2024-03-07 14:03:22 +08:00
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)));
2024-12-18 10:44:17 +08:00
this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiCheckBox1.Location = new System.Drawing.Point(107, 1);
this.uiCheckBox1.Margin = new System.Windows.Forms.Padding(2);
2024-03-07 14:03:22 +08:00
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
2024-12-18 10:44:17 +08:00
this.uiCheckBox1.Size = new System.Drawing.Size(100, 19);
2024-03-07 14:03:22 +08:00
this.uiCheckBox1.TabIndex = 1;
this.uiCheckBox1.Text = "忽略";
//
// UIDefectEdit
//
2024-12-18 10:44:17 +08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
2024-03-07 14:03:22 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiCheckBox1);
this.Controls.Add(this.uiComboBox1);
2024-12-18 10:44:17 +08:00
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-03-07 14:03:22 +08:00
this.Name = "UIDefectEdit";
2024-12-18 10:44:17 +08:00
this.Size = new System.Drawing.Size(163, 23);
2024-03-07 14:03:22 +08:00
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIComboBox uiComboBox1;
private Sunny.UI.UICheckBox uiCheckBox1;
}
}