北京安通林JIS系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

122 lines
4.7 KiB

namespace Stone.WinModule.BasicData
{
partial class frmColorDetail
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.txtColor = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.txtCarType = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnAddNewLine
//
this.btnAddNewLine.Location = new System.Drawing.Point(59, 203);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(270, 203);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(183, 203);
//
// txtColor
//
this.txtColor.Location = new System.Drawing.Point(129, 64);
this.txtColor.MaxLength = 20;
this.txtColor.Name = "txtColor";
this.txtColor.Size = new System.Drawing.Size(222, 21);
this.txtColor.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(82, 68);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 180;
this.label1.Text = "颜色:";
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "*.btw";
this.openFileDialog1.Filter = "BT文件(*.btw)|*.btw";
//
// txtCarType
//
this.txtCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtCarType.FormattingEnabled = true;
this.txtCarType.Location = new System.Drawing.Point(129, 32);
this.txtCarType.Name = "txtCarType";
this.txtCarType.Size = new System.Drawing.Size(222, 20);
this.txtCarType.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(82, 34);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 217;
this.label3.Text = "车型:";
//
// frmColorDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(383, 269);
this.Controls.Add(this.txtCarType);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtColor);
this.Controls.Add(this.label1);
this.Name = "frmColorDetail";
this.Load += new System.EventHandler(this.frmColorDetail_Load);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.txtColor, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.txtCarType, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.TextBox txtColor;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ComboBox txtCarType;
private System.Windows.Forms.Label label3;
}
}