namespace Core.LgMes.Client.Comm
{
partial class frmSetMaterialName
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.rbWS = new System.Windows.Forms.RadioButton();
this.rbHJ = new System.Windows.Forms.RadioButton();
this.rbFZL = new System.Windows.Forms.RadioButton();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.label1 = new System.Windows.Forms.Label();
this.btClose = new Infragistics.Win.Misc.UltraButton();
this.btReset = new Infragistics.Win.Misc.UltraButton();
this.btOK = new Infragistics.Win.Misc.UltraButton();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.rbWS);
this.ultraGroupBox1.Controls.Add(this.rbHJ);
this.ultraGroupBox1.Controls.Add(this.rbFZL);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(471, 48);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.Text = "请选择";
//
// rbWS
//
this.rbWS.AutoSize = true;
this.rbWS.Location = new System.Drawing.Point(309, 21);
this.rbWS.Name = "rbWS";
this.rbWS.Size = new System.Drawing.Size(47, 16);
this.rbWS.TabIndex = 2;
this.rbWS.TabStop = true;
this.rbWS.Tag = "喂丝";
this.rbWS.Text = "喂丝";
this.rbWS.UseVisualStyleBackColor = true;
this.rbWS.Visible = false;
this.rbWS.Click += new System.EventHandler(this.rbWS_Click);
//
// rbHJ
//
this.rbHJ.AutoSize = true;
this.rbHJ.Location = new System.Drawing.Point(200, 21);
this.rbHJ.Name = "rbHJ";
this.rbHJ.Size = new System.Drawing.Size(47, 16);
this.rbHJ.TabIndex = 1;
this.rbHJ.TabStop = true;
this.rbHJ.Tag = "合金";
this.rbHJ.Text = "合金";
this.rbHJ.UseVisualStyleBackColor = true;
this.rbHJ.Click += new System.EventHandler(this.rbHJ_Click);
//
// rbFZL
//
this.rbFZL.AutoSize = true;
this.rbFZL.Location = new System.Drawing.Point(79, 21);
this.rbFZL.Name = "rbFZL";
this.rbFZL.Size = new System.Drawing.Size(59, 16);
this.rbFZL.TabIndex = 0;
this.rbFZL.TabStop = true;
this.rbFZL.Tag = "辅料";
this.rbFZL.Text = "辅助料";
this.rbFZL.UseVisualStyleBackColor = true;
this.rbFZL.Click += new System.EventHandler(this.rbFZL_Click);
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.label1);
this.ultraGroupBox2.Controls.Add(this.btClose);
this.ultraGroupBox2.Controls.Add(this.btReset);
this.ultraGroupBox2.Controls.Add(this.btOK);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraGroupBox2.Location = new System.Drawing.Point(0, 439);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(471, 74);
this.ultraGroupBox2.SupportThemes = false;
this.ultraGroupBox2.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(107, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 4;
this.label1.Text = "当前物料名:";
//
// btClose
//
this.btClose.Location = new System.Drawing.Point(308, 38);
this.btClose.Name = "btClose";
this.btClose.Size = new System.Drawing.Size(75, 24);
this.btClose.TabIndex = 2;
this.btClose.Text = "取消";
this.btClose.Click += new System.EventHandler(this.btClose_Click);
//
// btReset
//
this.btReset.Location = new System.Drawing.Point(202, 38);
this.btReset.Name = "btReset";
this.btReset.Size = new System.Drawing.Size(75, 24);
this.btReset.TabIndex = 1;
this.btReset.Text = "重置";
this.btReset.Click += new System.EventHandler(this.btReset_Click);
//
// btOK
//
this.btOK.Location = new System.Drawing.Point(96, 38);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(75, 24);
this.btOK.TabIndex = 0;
this.btOK.Text = "确定";
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// ultraGrid1
//
appearance1.BackColor = System.Drawing.Color.Snow;
this.ultraGrid1.DisplayLayout.Appearance = appearance1;
appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
appearance3.BackColor = System.Drawing.Color.GhostWhite;
this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3;
appearance4.BackColor = System.Drawing.Color.LightYellow;
this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Location = new System.Drawing.Point(0, 48);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(471, 391);
this.ultraGrid1.TabIndex = 2;
this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
//
// frmSetMaterialName
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(471, 513);
this.Controls.Add(this.ultraGrid1);
this.Controls.Add(this.ultraGroupBox2);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "frmSetMaterialName";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设置物料名称";
this.Load += new System.EventHandler(this.frmSetMaterialName_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ultraGroupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.RadioButton rbHJ;
private System.Windows.Forms.RadioButton rbFZL;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.Misc.UltraButton btClose;
private Infragistics.Win.Misc.UltraButton btReset;
private Infragistics.Win.Misc.UltraButton btOK;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton rbWS;
}
}