namespace Core.LgMes.Client.LgDeviceManager
{
partial class frmPotSendArrivall
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Select");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LADLEID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOWPOSITION");
Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
this.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.labStatus = new System.Windows.Forms.Label();
this.cmbLVL = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbPOTSTATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.labBK = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.grpSendpot = new System.Windows.Forms.GroupBox();
this.labShow = new System.Windows.Forms.Label();
this.txtRC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtZX = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label5 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.cmbHBFT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbBKDZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblDSPlaySteel = new System.Windows.Forms.Label();
this.lblSteel = new System.Windows.Forms.Label();
this.cmbCvtpos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label1 = new System.Windows.Forms.Label();
this.btnCan = new System.Windows.Forms.Button();
this.txtCVT2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtCVT1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.radcvt2 = new System.Windows.Forms.RadioButton();
this.radcvt1 = new System.Windows.Forms.RadioButton();
this.grpArrivall = new System.Windows.Forms.GroupBox();
this.uGrdArrivall = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dsPA = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.btnArrival = new System.Windows.Forms.Button();
this.labArrivall = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLVL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbPOTSTATUS)).BeginInit();
this.grpSendpot.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRC)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtZX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbHBFT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBKDZ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbCvtpos)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).BeginInit();
this.grpArrivall.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uGrdArrivall)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
this.SuspendLayout();
//
// cmbNoLadle
//
this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbNoLadle.Location = new System.Drawing.Point(76, 19);
this.cmbNoLadle.Name = "cmbNoLadle";
this.cmbNoLadle.Size = new System.Drawing.Size(113, 19);
this.cmbNoLadle.TabIndex = 285;
this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.cmbNoLadle.ValueChanged += new System.EventHandler(this.cmbNoLadle_ValueChanged);
//
// labStatus
//
this.labStatus.AutoSize = true;
this.labStatus.Location = new System.Drawing.Point(6, 24);
this.labStatus.Name = "labStatus";
this.labStatus.Size = new System.Drawing.Size(65, 12);
this.labStatus.TabIndex = 284;
this.labStatus.Text = "待用钢包号";
//
// cmbLVL
//
this.cmbLVL.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbLVL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLVL.Location = new System.Drawing.Point(258, 71);
this.cmbLVL.Name = "cmbLVL";
this.cmbLVL.Size = new System.Drawing.Size(103, 19);
this.cmbLVL.TabIndex = 291;
this.cmbLVL.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.cmbLVL.Visible = false;
//
// cmbPOTSTATUS
//
this.cmbPOTSTATUS.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbPOTSTATUS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbPOTSTATUS.Location = new System.Drawing.Point(257, 15);
this.cmbPOTSTATUS.Name = "cmbPOTSTATUS";
this.cmbPOTSTATUS.Size = new System.Drawing.Size(105, 19);
this.cmbPOTSTATUS.TabIndex = 293;
this.cmbPOTSTATUS.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// labBK
//
this.labBK.AutoSize = true;
this.labBK.Location = new System.Drawing.Point(222, 19);
this.labBK.Name = "labBK";
this.labBK.Size = new System.Drawing.Size(29, 12);
this.labBK.TabIndex = 292;
this.labBK.Text = "包况";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(250, 152);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(46, 22);
this.btnOK.TabIndex = 294;
this.btnOK.Text = "发 送";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// grpSendpot
//
this.grpSendpot.Controls.Add(this.labShow);
this.grpSendpot.Controls.Add(this.txtRC);
this.grpSendpot.Controls.Add(this.txtZX);
this.grpSendpot.Controls.Add(this.label5);
this.grpSendpot.Controls.Add(this.label2);
this.grpSendpot.Controls.Add(this.checkBox1);
this.grpSendpot.Controls.Add(this.cmbHBFT);
this.grpSendpot.Controls.Add(this.cmbBKDZ);
this.grpSendpot.Controls.Add(this.label4);
this.grpSendpot.Controls.Add(this.label3);
this.grpSendpot.Controls.Add(this.lblDSPlaySteel);
this.grpSendpot.Controls.Add(this.lblSteel);
this.grpSendpot.Controls.Add(this.cmbCvtpos);
this.grpSendpot.Controls.Add(this.label1);
this.grpSendpot.Controls.Add(this.btnCan);
this.grpSendpot.Controls.Add(this.btnOK);
this.grpSendpot.Controls.Add(this.cmbLVL);
this.grpSendpot.Controls.Add(this.txtCVT2);
this.grpSendpot.Controls.Add(this.cmbPOTSTATUS);
this.grpSendpot.Controls.Add(this.txtCVT1);
this.grpSendpot.Controls.Add(this.radcvt2);
this.grpSendpot.Controls.Add(this.labBK);
this.grpSendpot.Controls.Add(this.radcvt1);
this.grpSendpot.Controls.Add(this.labStatus);
this.grpSendpot.Controls.Add(this.cmbNoLadle);
this.grpSendpot.Location = new System.Drawing.Point(13, 12);
this.grpSendpot.Name = "grpSendpot";
this.grpSendpot.Size = new System.Drawing.Size(379, 180);
this.grpSendpot.TabIndex = 296;
this.grpSendpot.TabStop = false;
this.grpSendpot.Text = "钢包发送";
//
// labShow
//
this.labShow.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.labShow.Location = new System.Drawing.Point(3, 146);
this.labShow.Name = "labShow";
this.labShow.Size = new System.Drawing.Size(147, 20);
this.labShow.TabIndex = 312;
//
// txtRC
//
this.txtRC.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRC.Location = new System.Drawing.Point(314, 124);
this.txtRC.MaxLength = 4;
this.txtRC.Name = "txtRC";
this.txtRC.Size = new System.Drawing.Size(50, 23);
this.txtRC.TabIndex = 311;
this.txtRC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tempt_KeyPress);
//
// txtZX
//
this.txtZX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtZX.Location = new System.Drawing.Point(314, 97);
this.txtZX.MaxLength = 4;
this.txtZX.Name = "txtZX";
this.txtZX.Size = new System.Drawing.Size(50, 23);
this.txtZX.TabIndex = 310;
this.txtZX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tempt_KeyPress);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(229, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 12);
this.label5.TabIndex = 309;
this.label5.Text = "外壳温度•熔池";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(229, 103);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 12);
this.label2.TabIndex = 308;
this.label2.Text = "外壳温度•渣线";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(6, 127);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 307;
this.checkBox1.Text = "钢包加盖";
this.checkBox1.UseVisualStyleBackColor = true;
//
// cmbHBFT
//
this.cmbHBFT.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbHBFT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbHBFT.Location = new System.Drawing.Point(259, 71);
this.cmbHBFT.Name = "cmbHBFT";
this.cmbHBFT.Size = new System.Drawing.Size(105, 19);
this.cmbHBFT.TabIndex = 306;
this.cmbHBFT.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbBKDZ
//
this.cmbBKDZ.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbBKDZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbBKDZ.Location = new System.Drawing.Point(258, 42);
this.cmbBKDZ.Name = "cmbBKDZ";
this.cmbBKDZ.Size = new System.Drawing.Size(105, 19);
this.cmbBKDZ.TabIndex = 305;
this.cmbBKDZ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(198, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 304;
this.label4.Text = "滑板厂家";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(199, 46);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 303;
this.label3.Text = "包口掉砖";
//
// lblDSPlaySteel
//
this.lblDSPlaySteel.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.lblDSPlaySteel.Location = new System.Drawing.Point(76, 97);
this.lblDSPlaySteel.Name = "lblDSPlaySteel";
this.lblDSPlaySteel.Size = new System.Drawing.Size(147, 20);
this.lblDSPlaySteel.TabIndex = 300;
//
// lblSteel
//
this.lblSteel.AutoSize = true;
this.lblSteel.Location = new System.Drawing.Point(5, 100);
this.lblSteel.Name = "lblSteel";
this.lblSteel.Size = new System.Drawing.Size(65, 12);
this.lblSteel.TabIndex = 299;
this.lblSteel.Text = "上一炉钢种";
//
// cmbCvtpos
//
this.cmbCvtpos.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbCvtpos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem1.DataValue = "1";
valueListItem1.DisplayText = "1";
valueListItem2.DataValue = "2";
valueListItem2.DisplayText = "2";
this.cmbCvtpos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2});
this.cmbCvtpos.Location = new System.Drawing.Point(65, 156);
this.cmbCvtpos.Name = "cmbCvtpos";
this.cmbCvtpos.Size = new System.Drawing.Size(111, 19);
this.cmbCvtpos.TabIndex = 298;
this.cmbCvtpos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.cmbCvtpos.Visible = false;
this.cmbCvtpos.ValueChanged += new System.EventHandler(this.cmbCvtpos_ValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 159);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 297;
this.label1.Text = "送转炉号";
this.label1.Visible = false;
//
// btnCan
//
this.btnCan.Location = new System.Drawing.Point(314, 152);
this.btnCan.Name = "btnCan";
this.btnCan.Size = new System.Drawing.Size(49, 23);
this.btnCan.TabIndex = 296;
this.btnCan.Text = "取 消";
this.btnCan.Click += new System.EventHandler(this.btnCan_Click);
//
// txtCVT2
//
this.txtCVT2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCVT2.Location = new System.Drawing.Point(76, 69);
this.txtCVT2.Name = "txtCVT2";
this.txtCVT2.ReadOnly = true;
this.txtCVT2.Size = new System.Drawing.Size(111, 23);
this.txtCVT2.TabIndex = 289;
//
// txtCVT1
//
this.txtCVT1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCVT1.Location = new System.Drawing.Point(76, 42);
this.txtCVT1.Name = "txtCVT1";
this.txtCVT1.ReadOnly = true;
this.txtCVT1.Size = new System.Drawing.Size(111, 23);
this.txtCVT1.TabIndex = 287;
//
// radcvt2
//
this.radcvt2.Location = new System.Drawing.Point(8, 66);
this.radcvt2.Name = "radcvt2";
this.radcvt2.Size = new System.Drawing.Size(64, 24);
this.radcvt2.TabIndex = 288;
this.radcvt2.Text = "2#转炉";
//
// radcvt1
//
this.radcvt1.Checked = true;
this.radcvt1.Location = new System.Drawing.Point(7, 42);
this.radcvt1.Name = "radcvt1";
this.radcvt1.Size = new System.Drawing.Size(64, 24);
this.radcvt1.TabIndex = 286;
this.radcvt1.TabStop = true;
this.radcvt1.Text = "1#转炉";
//
// grpArrivall
//
this.grpArrivall.Controls.Add(this.uGrdArrivall);
this.grpArrivall.Location = new System.Drawing.Point(12, 198);
this.grpArrivall.Name = "grpArrivall";
this.grpArrivall.Size = new System.Drawing.Size(380, 187);
this.grpArrivall.TabIndex = 297;
this.grpArrivall.TabStop = false;
this.grpArrivall.Text = "钢包到达";
//
// uGrdArrivall
//
this.uGrdArrivall.AccessibleName = "";
this.uGrdArrivall.DataSource = this.dsPA;
appearance53.BackColor = System.Drawing.SystemColors.Window;
appearance53.BorderColor = System.Drawing.SystemColors.InactiveCaption;
appearance53.FontData.SizeInPoints = 10F;
this.uGrdArrivall.DisplayLayout.Appearance = appearance53;
ultraGridColumn1.DefaultCellValue = "False";
ultraGridColumn1.Header.VisiblePosition = 1;
ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(45, 0);
ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
ultraGridColumn2.Header.VisiblePosition = 0;
ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.uGrdArrivall.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
appearance54.TextHAlignAsString = "Left";
this.uGrdArrivall.DisplayLayout.CaptionAppearance = appearance54;
appearance55.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance55.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance55.BorderColor = System.Drawing.SystemColors.Window;
this.uGrdArrivall.DisplayLayout.GroupByBox.Appearance = appearance55;
appearance56.ForeColor = System.Drawing.SystemColors.GrayText;
this.uGrdArrivall.DisplayLayout.GroupByBox.BandLabelAppearance = appearance56;
this.uGrdArrivall.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.uGrdArrivall.DisplayLayout.GroupByBox.Hidden = true;
appearance57.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance57.BackColor2 = System.Drawing.SystemColors.Control;
appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance57.ForeColor = System.Drawing.SystemColors.GrayText;
this.uGrdArrivall.DisplayLayout.GroupByBox.PromptAppearance = appearance57;
this.uGrdArrivall.DisplayLayout.MaxColScrollRegions = 1;
this.uGrdArrivall.DisplayLayout.MaxRowScrollRegions = 1;
appearance58.BackColor = System.Drawing.SystemColors.Window;
appearance58.ForeColor = System.Drawing.SystemColors.ControlText;
this.uGrdArrivall.DisplayLayout.Override.ActiveCellAppearance = appearance58;
appearance59.BackColor = System.Drawing.SystemColors.Highlight;
appearance59.ForeColor = System.Drawing.SystemColors.HighlightText;
this.uGrdArrivall.DisplayLayout.Override.ActiveRowAppearance = appearance59;
this.uGrdArrivall.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
this.uGrdArrivall.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
appearance60.BackColor = System.Drawing.SystemColors.Window;
this.uGrdArrivall.DisplayLayout.Override.CardAreaAppearance = appearance60;
appearance61.BorderColor = System.Drawing.Color.Silver;
appearance61.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.uGrdArrivall.DisplayLayout.Override.CellAppearance = appearance61;
this.uGrdArrivall.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.uGrdArrivall.DisplayLayout.Override.CellPadding = 0;
this.uGrdArrivall.DisplayLayout.Override.DefaultRowHeight = 21;
appearance62.BackColor = System.Drawing.SystemColors.Control;
appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance62.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance62.BorderColor = System.Drawing.SystemColors.Window;
this.uGrdArrivall.DisplayLayout.Override.GroupByRowAppearance = appearance62;
appearance63.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(191)))), ((int)(((byte)(231)))));
appearance63.TextHAlignAsString = "Left";
this.uGrdArrivall.DisplayLayout.Override.HeaderAppearance = appearance63;
this.uGrdArrivall.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.uGrdArrivall.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
appearance64.BackColor = System.Drawing.SystemColors.Window;
appearance64.BorderColor = System.Drawing.Color.Silver;
this.uGrdArrivall.DisplayLayout.Override.RowAppearance = appearance64;
appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(191)))), ((int)(((byte)(231)))));
this.uGrdArrivall.DisplayLayout.Override.RowSelectorAppearance = appearance1;
this.uGrdArrivall.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
appearance65.BackColor = System.Drawing.SystemColors.ControlLight;
this.uGrdArrivall.DisplayLayout.Override.TemplateAddRowAppearance = appearance65;
this.uGrdArrivall.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.uGrdArrivall.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.uGrdArrivall.Dock = System.Windows.Forms.DockStyle.Fill;
this.uGrdArrivall.Location = new System.Drawing.Point(3, 17);
this.uGrdArrivall.Name = "uGrdArrivall";
this.uGrdArrivall.Size = new System.Drawing.Size(374, 167);
this.uGrdArrivall.TabIndex = 1;
//
// dsPA
//
this.dsPA.DataSetName = "NewDataSet";
this.dsPA.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2,
this.dataColumn3,
this.dataColumn4});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "选择";
this.dataColumn1.ColumnName = "Select";
this.dataColumn1.DataType = typeof(bool);
//
// dataColumn2
//
this.dataColumn2.Caption = "钢包号";
this.dataColumn2.ColumnName = "LADLEID";
//
// dataColumn3
//
this.dataColumn3.Caption = "状态";
this.dataColumn3.ColumnName = "STATUS";
//
// dataColumn4
//
this.dataColumn4.Caption = "当前位置";
this.dataColumn4.ColumnName = "NOWPOSITION";
//
// btnArrival
//
this.btnArrival.Location = new System.Drawing.Point(268, 384);
this.btnArrival.Name = "btnArrival";
this.btnArrival.Size = new System.Drawing.Size(60, 21);
this.btnArrival.TabIndex = 298;
this.btnArrival.Text = "到 达";
this.btnArrival.Click += new System.EventHandler(this.btnArrival_Click);
//
// labArrivall
//
this.labArrivall.Location = new System.Drawing.Point(40, 385);
this.labArrivall.Name = "labArrivall";
this.labArrivall.Size = new System.Drawing.Size(226, 16);
this.labArrivall.TabIndex = 299;
this.labArrivall.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(329, 384);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(60, 21);
this.btnCancel.TabIndex = 300;
this.btnCancel.Text = "取消";
this.btnCancel.Visible = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// frmPotSendArrivall
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
this.ClientSize = new System.Drawing.Size(403, 405);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.labArrivall);
this.Controls.Add(this.btnArrival);
this.Controls.Add(this.grpArrivall);
this.Controls.Add(this.grpSendpot);
this.Name = "frmPotSendArrivall";
this.Text = "钢包发送-到达操作";
this.Load += new System.EventHandler(this.frmPotSendArrivall_Load);
((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLVL)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbPOTSTATUS)).EndInit();
this.grpSendpot.ResumeLayout(false);
this.grpSendpot.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRC)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtZX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbHBFT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBKDZ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbCvtpos)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).EndInit();
this.grpArrivall.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uGrdArrivall)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsPA)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
private System.Windows.Forms.Label labStatus;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLVL;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPOTSTATUS;
private System.Windows.Forms.Label labBK;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox grpSendpot;
private System.Windows.Forms.GroupBox grpArrivall;
private Infragistics.Win.UltraWinGrid.UltraGrid uGrdArrivall;
private System.Windows.Forms.Button btnArrival;
private System.Data.DataSet dsPA;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn4;
private System.Windows.Forms.Label labArrivall;
private System.Windows.Forms.Button btnCan;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT1;
private System.Windows.Forms.RadioButton radcvt2;
private System.Windows.Forms.RadioButton radcvt1;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCvtpos;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblSteel;
private System.Windows.Forms.Label lblDSPlaySteel;
private System.Windows.Forms.Label label3;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbHBFT;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBKDZ;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRC;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtZX;
private System.Windows.Forms.Label labShow;
}
}