namespace Core.LgMes.Client.LgJobMgt
{
partial class frmSendJXY
{
///
/// 必需的设计器变量。
///
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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
this.txtHeatNo = new System.Windows.Forms.TextBox();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.txtSteel = new System.Windows.Forms.TextBox();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.cbbFlowNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.btnNo = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.cbbFlowNo)).BeginInit();
this.SuspendLayout();
//
// txtHeatNo
//
this.txtHeatNo.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.txtHeatNo.Location = new System.Drawing.Point(58, 14);
this.txtHeatNo.MaxLength = 4;
this.txtHeatNo.Name = "txtHeatNo";
this.txtHeatNo.Size = new System.Drawing.Size(88, 24);
this.txtHeatNo.TabIndex = 19;
//
// ultraLabel1
//
this.ultraLabel1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel1.Location = new System.Drawing.Point(12, 16);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(44, 20);
this.ultraLabel1.TabIndex = 18;
this.ultraLabel1.Text = "炉号";
//
// txtSteel
//
this.txtSteel.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.txtSteel.Location = new System.Drawing.Point(58, 47);
this.txtSteel.MaxLength = 4;
this.txtSteel.Name = "txtSteel";
this.txtSteel.Size = new System.Drawing.Size(217, 24);
this.txtSteel.TabIndex = 21;
//
// ultraLabel2
//
this.ultraLabel2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel2.Location = new System.Drawing.Point(12, 49);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(44, 20);
this.ultraLabel2.TabIndex = 20;
this.ultraLabel2.Text = "牌号";
//
// ultraLabel3
//
this.ultraLabel3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel3.Location = new System.Drawing.Point(161, 16);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(44, 20);
this.ultraLabel3.TabIndex = 22;
this.ultraLabel3.Text = "流号";
//
// cbbFlowNo
//
appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance1.BorderColor = System.Drawing.Color.Black;
this.cbbFlowNo.Appearance = appearance1;
this.cbbFlowNo.AutoSize = true;
this.cbbFlowNo.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cbbFlowNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cbbFlowNo.FlatMode = true;
this.cbbFlowNo.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem1.DataValue = "1";
valueListItem1.DisplayText = "1流";
valueListItem2.DataValue = "2";
valueListItem2.DisplayText = "2流";
valueListItem3.DataValue = "3";
valueListItem3.DisplayText = "3流";
valueListItem4.DataValue = "4";
valueListItem4.DisplayText = "4流";
valueListItem5.DataValue = "5";
valueListItem5.DisplayText = "5流";
this.cbbFlowNo.Items.Add(valueListItem1);
this.cbbFlowNo.Items.Add(valueListItem2);
this.cbbFlowNo.Items.Add(valueListItem3);
this.cbbFlowNo.Items.Add(valueListItem4);
this.cbbFlowNo.Items.Add(valueListItem5);
this.cbbFlowNo.Location = new System.Drawing.Point(207, 15);
this.cbbFlowNo.Name = "cbbFlowNo";
this.cbbFlowNo.Size = new System.Drawing.Size(68, 22);
this.cbbFlowNo.TabIndex = 289;
//
// btnNo
//
this.btnNo.Location = new System.Drawing.Point(180, 85);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(68, 26);
this.btnNo.TabIndex = 291;
this.btnNo.Text = "取 消";
this.btnNo.UseVisualStyleBackColor = false;
this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(57, 85);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(68, 26);
this.btnSend.TabIndex = 290;
this.btnSend.Text = "发送";
this.btnSend.UseVisualStyleBackColor = false;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// frmSendJXY
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(290, 125);
this.Controls.Add(this.btnNo);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.cbbFlowNo);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.txtSteel);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.txtHeatNo);
this.Controls.Add(this.ultraLabel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSendJXY";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "发送金相试样指示";
this.Load += new System.EventHandler(this.frmSendJXY_Load);
((System.ComponentModel.ISupportInitialize)(this.cbbFlowNo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtHeatNo;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Windows.Forms.TextBox txtSteel;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbFlowNo;
private System.Windows.Forms.Button btnNo;
private System.Windows.Forms.Button btnSend;
}
}