示例#1
1
文件: History.cs 项目: ogirard/lyra2
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.historySplitter = new System.Windows.Forms.SplitContainer();
            this.historyListBox = new Lyra2.LyraShell.SongListBox();
            this.historySongPreview = new Lyra2.LyraShell.SongPreview();
            this.bottomPanel = new Infragistics.Win.Misc.UltraPanel();
            this.line = new Infragistics.Win.Misc.UltraPanel();
            this.ultraButton1 = new Lyra2.LyraShell.LyraButtonControl();
            this.historyAsListBtn = new Lyra2.LyraShell.LyraButtonControl();
            this.historySplitter.Panel1.SuspendLayout();
            this.historySplitter.Panel2.SuspendLayout();
            this.historySplitter.SuspendLayout();
            this.bottomPanel.ClientArea.SuspendLayout();
            this.bottomPanel.SuspendLayout();
            this.line.SuspendLayout();
            this.SuspendLayout();
            //
            // historySplitter
            //
            this.historySplitter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historySplitter.Location = new System.Drawing.Point(0, 0);
            this.historySplitter.Name = "historySplitter";
            this.historySplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // historySplitter.Panel1
            //
            this.historySplitter.Panel1.Controls.Add(this.historyListBox);
            //
            // historySplitter.Panel2
            //
            this.historySplitter.Panel2.Controls.Add(this.historySongPreview);
            this.historySplitter.Size = new System.Drawing.Size(593, 644);
            this.historySplitter.SplitterDistance = 405;
            this.historySplitter.TabIndex = 7;
            //
            // historyListBox
            //
            this.historyListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historyListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.historyListBox.ItemHeight = 15;
            this.historyListBox.Location = new System.Drawing.Point(0, 0);
            this.historyListBox.Name = "historyListBox";
            this.historyListBox.NrOfNumberMatches = 0;
            this.historyListBox.Size = new System.Drawing.Size(593, 394);
            this.historyListBox.TabIndex = 6;
            this.historyListBox.SelectedIndexChanged += new System.EventHandler(this.historyListBox_SelectedIndexChanged);
            this.historyListBox.DoubleClick += new System.EventHandler(this.listBox3_DoubleClick);
            this.historyListBox.SelectedValueChanged += new System.EventHandler(this.listBox3_SelectedValueChanged);
            //
            // historySongPreview
            //
            this.historySongPreview.AutoScroll = true;
            this.historySongPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historySongPreview.Location = new System.Drawing.Point(0, 0);
            this.historySongPreview.Name = "historySongPreview";
            this.historySongPreview.Size = new System.Drawing.Size(593, 235);
            this.historySongPreview.TabIndex = 1;
            //
            // bottomPanel
            //
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();

            appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
            appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
            this.bottomPanel.Appearance = appearance1;
            //
            // bottomPanel.ClientArea
            //
            this.bottomPanel.ClientArea.Controls.Add(this.line);
            this.bottomPanel.ClientArea.Controls.Add(this.ultraButton1);
            this.bottomPanel.ClientArea.Controls.Add(this.historyAsListBtn);
            this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomPanel.Location = new System.Drawing.Point(0, 644);
            this.bottomPanel.Name = "bottomPanel";
            this.bottomPanel.Size = new System.Drawing.Size(593, 29);
            this.bottomPanel.TabIndex = 8;
            //
            // line
            //
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            appearance2.BackColor = System.Drawing.Color.DimGray;
            this.line.Appearance = appearance2;
            this.line.Dock = System.Windows.Forms.DockStyle.Top;
            this.line.Location = new System.Drawing.Point(0, 0);
            this.line.Name = "line";
            this.line.Size = new System.Drawing.Size(593, 1);
            this.line.TabIndex = 1;
            //
            // ultraButton1
            //
            this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ultraButton1.Location = new System.Drawing.Point(217, 3);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(179, 23);
            this.ultraButton1.TabIndex = 0;
            this.ultraButton1.Text = "History in Text Datei speichern...";
            this.ultraButton1.Click += new System.EventHandler(this.SaveHistoryAsTextFile);
            //
            // historyAsListBtn
            //
            this.historyAsListBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.historyAsListBtn.Location = new System.Drawing.Point(404, 3);
            this.historyAsListBtn.Name = "historyAsListBtn";
            this.historyAsListBtn.Size = new System.Drawing.Size(179, 23);
            this.historyAsListBtn.TabIndex = 0;
            this.historyAsListBtn.Text = "History als Liste speichern...";
            this.historyAsListBtn.Click += new System.EventHandler(this.SaveAsListButtonClickHandler);
            //
            // History
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(593, 673);
            this.Controls.Add(this.historySplitter);
            this.Controls.Add(this.bottomPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "History";
            this.ShowInTaskbar = false;
            this.Text = "History";
            this.historySplitter.Panel1.ResumeLayout(false);
            this.historySplitter.Panel2.ResumeLayout(false);
            this.historySplitter.ResumeLayout(false);
            this.bottomPanel.ClientArea.ResumeLayout(false);
            this.bottomPanel.ResumeLayout(false);
            this.line.ResumeLayout(false);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance7 = 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("FS_CARDNUMBER");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_STARTTIME");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ENDTIME");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_DATETIME");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATASTATE");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ISVAILD");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLY");
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HandRecordTermTare));
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbWeight = new System.Windows.Forms.TextBox();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.tbCarNo = new System.Windows.Forms.TextBox();
     this.cbBF = new System.Windows.Forms.ComboBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this.txtChNum = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(992, 556);
     this.ultraPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 556);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table1";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance7.BackColor = System.Drawing.Color.White;
     appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance7;
     appearance1.TextHAlignAsString = "Center";
     appearance1.TextVAlignAsString = "Middle";
     ultraGridColumn1.Header.Appearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width = 81;
     appearance2.TextHAlignAsString = "Center";
     appearance2.TextVAlignAsString = "Middle";
     ultraGridColumn2.Header.Appearance = appearance2;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width = 78;
     appearance3.TextHAlignAsString = "Center";
     appearance3.TextVAlignAsString = "Middle";
     ultraGridColumn3.Header.Appearance = appearance3;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width = 89;
     appearance4.TextHAlignAsString = "Center";
     appearance4.TextVAlignAsString = "Middle";
     ultraGridColumn4.Header.Appearance = appearance4;
     ultraGridColumn4.Header.VisiblePosition = 11;
     ultraGridColumn4.Width = 102;
     appearance5.TextHAlignAsString = "Center";
     appearance5.TextVAlignAsString = "Middle";
     ultraGridColumn5.Header.Appearance = appearance5;
     ultraGridColumn5.Header.VisiblePosition = 12;
     ultraGridColumn5.Width = 112;
     appearance6.TextHAlignAsString = "Center";
     appearance6.TextVAlignAsString = "Middle";
     ultraGridColumn6.Header.Appearance = appearance6;
     ultraGridColumn6.Header.VisiblePosition = 13;
     ultraGridColumn6.Width = 95;
     appearance17.TextHAlignAsString = "Center";
     appearance17.TextVAlignAsString = "Middle";
     ultraGridColumn7.Header.Appearance = appearance17;
     ultraGridColumn7.Header.VisiblePosition = 14;
     appearance18.TextHAlignAsString = "Center";
     appearance18.TextVAlignAsString = "Middle";
     ultraGridColumn8.Header.Appearance = appearance18;
     ultraGridColumn8.Header.VisiblePosition = 15;
     appearance19.TextHAlignAsString = "Center";
     appearance19.TextVAlignAsString = "Middle";
     ultraGridColumn9.Header.Appearance = appearance19;
     ultraGridColumn9.Header.VisiblePosition = 16;
     appearance20.TextHAlignAsString = "Center";
     appearance20.TextVAlignAsString = "Middle";
     ultraGridColumn10.Header.Appearance = appearance20;
     ultraGridColumn10.Header.VisiblePosition = 17;
     appearance21.TextHAlignAsString = "Center";
     appearance21.TextVAlignAsString = "Middle";
     ultraGridColumn11.Header.Appearance = appearance21;
     ultraGridColumn11.Header.VisiblePosition = 18;
     appearance22.TextHAlignAsString = "Center";
     appearance22.TextVAlignAsString = "Middle";
     ultraGridColumn12.Header.Appearance = appearance22;
     ultraGridColumn12.Header.VisiblePosition = 19;
     appearance23.TextHAlignAsString = "Center";
     appearance23.TextVAlignAsString = "Middle";
     ultraGridColumn13.Header.Appearance = appearance23;
     ultraGridColumn13.Header.VisiblePosition = 3;
     ultraGridColumn13.Width = 92;
     appearance24.TextHAlignAsString = "Center";
     appearance24.TextVAlignAsString = "Middle";
     ultraGridColumn14.Header.Appearance = appearance24;
     ultraGridColumn14.Header.VisiblePosition = 4;
     ultraGridColumn14.Width = 99;
     appearance25.TextHAlignAsString = "Center";
     appearance25.TextVAlignAsString = "Middle";
     ultraGridColumn15.Header.Appearance = appearance25;
     ultraGridColumn15.Header.VisiblePosition = 5;
     ultraGridColumn15.Width = 89;
     appearance26.TextHAlignAsString = "Center";
     appearance26.TextVAlignAsString = "Middle";
     ultraGridColumn16.Header.Appearance = appearance26;
     ultraGridColumn16.Header.VisiblePosition = 8;
     ultraGridColumn16.Width = 89;
     appearance27.TextHAlignAsString = "Center";
     appearance27.TextVAlignAsString = "Middle";
     ultraGridColumn17.Header.Appearance = appearance27;
     ultraGridColumn17.Header.VisiblePosition = 9;
     ultraGridColumn17.Width = 92;
     appearance28.TextHAlignAsString = "Center";
     appearance28.TextVAlignAsString = "Middle";
     ultraGridColumn18.Header.Appearance = appearance28;
     ultraGridColumn18.Header.VisiblePosition = 10;
     ultraGridColumn18.Width = 89;
     appearance29.TextHAlignAsString = "Center";
     appearance29.TextVAlignAsString = "Middle";
     ultraGridColumn19.Header.Appearance = appearance29;
     ultraGridColumn19.Header.VisiblePosition = 6;
     ultraGridColumn19.Width = 74;
     appearance30.TextHAlignAsString = "Center";
     appearance30.TextVAlignAsString = "Middle";
     ultraGridColumn20.Header.Appearance = appearance30;
     ultraGridColumn20.Header.VisiblePosition = 7;
     ultraGridColumn20.Width = 103;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20});
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance8;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance9.ForeColor = System.Drawing.Color.White;
     appearance9.TextHAlignAsString = "Left";
     appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance9;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance10;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance15;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance16.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance16;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(986, 535);
     this.ultraGrid3.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.Click += new System.EventHandler(this.ultraGrid3_Click);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "车证卡号";
     this.dataColumn1.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "车号";
     this.dataColumn2.ColumnName = "FS_CARNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "期限皮重";
     this.dataColumn3.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "开始时间";
     this.dataColumn4.ColumnName = "FD_STARTTIME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "结束时间";
     this.dataColumn5.ColumnName = "FD_ENDTIME";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "计量点";
     this.dataColumn6.ColumnName = "FS_POINTNAME";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "计量员";
     this.dataColumn7.ColumnName = "FS_PERSON";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "计量时间";
     this.dataColumn8.ColumnName = "FD_DATETIME";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "操作编号";
     this.dataColumn9.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "班次";
     this.dataColumn10.ColumnName = "FS_SHIFT";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "数据状态";
     this.dataColumn11.ColumnName = "FS_DATASTATE";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "有效标志";
     this.dataColumn12.ColumnName = "FS_ISVAILD";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "物料名称";
     this.dataColumn13.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "发货方单位";
     this.dataColumn14.ColumnName = "FS_SENDER";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "发货地点";
     this.dataColumn15.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "承运方单位";
     this.dataColumn16.ColumnName = "FS_TRANSNO";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "收货单位";
     this.dataColumn17.ColumnName = "FS_RECEIVER";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "收货地点";
     this.dataColumn18.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "流向";
     this.dataColumn19.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "供应单位";
     this.dataColumn20.ColumnName = "FS_SUPPLY";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbWeight);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.tbCarNo);
     this.ultraGroupBox1.Controls.Add(this.cbBF);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 84);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据操作";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(92, 30);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 732;
     this.label3.Text = "磅房";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(305, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 731;
     this.label1.Text = "卡号";
     this.coreBind.SetVerification(this.label1, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(572, 30);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 730;
     this.label5.Text = "期限重量";
     this.coreBind.SetVerification(this.label5, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(443, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 722;
     this.label2.Text = "车号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbWeight
     //
     this.coreBind.SetDatabasecommand(this.tbWeight, null);
     this.tbWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbWeight.Location = new System.Drawing.Point(630, 27);
     this.tbWeight.Name = "tbWeight";
     this.tbWeight.Size = new System.Drawing.Size(56, 21);
     this.tbWeight.TabIndex = 711;
     this.coreBind.SetVerification(this.tbWeight, null);
     //
     // tbCardNo
     //
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(341, 27);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.Size = new System.Drawing.Size(76, 21);
     this.tbCardNo.TabIndex = 706;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // tbCarNo
     //
     this.coreBind.SetDatabasecommand(this.tbCarNo, null);
     this.tbCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCarNo.Location = new System.Drawing.Point(478, 27);
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.Size = new System.Drawing.Size(67, 21);
     this.tbCarNo.TabIndex = 705;
     this.coreBind.SetVerification(this.tbCarNo, null);
     //
     // cbBF
     //
     this.cbBF.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbBF.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.cbBF, null);
     this.cbBF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBF.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbBF.FormattingEnabled = true;
     this.cbBF.Location = new System.Drawing.Point(130, 27);
     this.cbBF.Name = "cbBF";
     this.cbBF.Size = new System.Drawing.Size(154, 20);
     this.cbBF.TabIndex = 703;
     this.coreBind.SetVerification(this.cbBF, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 582);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 84);
     this.ultraPanel2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // EndTime
     //
     this.EndTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.EndTime.Location = new System.Drawing.Point(262, 2);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(143, 21);
     this.EndTime.TabIndex = 717;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.BeginTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.BeginTime.Location = new System.Drawing.Point(98, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(143, 21);
     this.BeginTime.TabIndex = 716;
     this.BeginTime.Value = new System.DateTime(2012, 6, 1, 0, 0, 0, 0);
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // txtChNum
     //
     this.coreBind.SetDatabasecommand(this.txtChNum, null);
     this.txtChNum.Location = new System.Drawing.Point(446, 2);
     this.txtChNum.Name = "txtChNum";
     this.txtChNum.Size = new System.Drawing.Size(100, 21);
     this.txtChNum.TabIndex = 8;
     this.coreBind.SetVerification(this.txtChNum, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtChNum);
     this.panel1.Controls.Add(this.EndTime);
     this.panel1.Controls.Add(this.BeginTime);
     this.panel1.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.panel1.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(992, 26);
     this.panel1.TabIndex = 722;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.ultraPanel1.ClientArea;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool3.ControlName = "BeginTime";
     controlContainerTool5.ControlName = "EndTime";
     controlContainerTool2.ControlName = "txtChNum";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     buttonTool14.InstanceProps.IsFirstInGroup = true;
     buttonTool15.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool3,
     controlContainerTool5,
     controlContainerTool2,
     buttonTool13,
     buttonTool14,
     buttonTool15,
     buttonTool16});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "BeginTime";
     controlContainerTool1.SharedPropsInternal.Caption = "查询时间  开始";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.ControlName = "EndTime";
     controlContainerTool6.SharedPropsInternal.Caption = "至";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool7.ControlName = "cbDateField";
     controlContainerTool7.SharedPropsInternal.Caption = "查询时间";
     controlContainerTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     buttonTool9.SharedPropsInternal.Caption = "查询";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool10.SharedPropsInternal.Caption = "增加";
     buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool11.SharedPropsInternal.Caption = "修改";
     buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
     buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     buttonTool12.SharedPropsInternal.Caption = "删除";
     buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.ControlName = "txtChNum";
     controlContainerTool4.SharedPropsInternal.Caption = "车号";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool6,
     controlContainerTool7,
     buttonTool9,
     buttonTool10,
     buttonTool11,
     buttonTool12,
     controlContainerTool4});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // panel2
     //
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(992, 666);
     this.panel2.TabIndex = 723;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // HandRecordTermTare
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 666);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "HandRecordTermTare";
     this.Text = "期限皮重维护";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.HandRecordTermTare_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATIONNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TABLENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DEPART");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GRAPHNAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATANAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ccBeginDate");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("to");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarWeightLogQuery));
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ccBeginDate");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("to");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbLogData = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbWeight = new System.Windows.Forms.TextBox();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.tbCarNo = new System.Windows.Forms.TextBox();
     this.cbBF = new System.Windows.Forms.ComboBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this.dataColumn23 = new System.Data.DataColumn();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(992, 180);
     this.ultraPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.tbLogData);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbWeight);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.tbCarNo);
     this.ultraGroupBox1.Controls.Add(this.cbBF);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 180);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "操作日志";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // tbLogData
     //
     this.coreBind.SetDatabasecommand(this.tbLogData, null);
     this.tbLogData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLogData.Location = new System.Drawing.Point(356, 22);
     this.tbLogData.Multiline = true;
     this.tbLogData.Name = "tbLogData";
     this.tbLogData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tbLogData.Size = new System.Drawing.Size(608, 158);
     this.tbLogData.TabIndex = 733;
     this.coreBind.SetVerification(this.tbLogData, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(12, 43);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 732;
     this.label3.Text = "计量类型";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(34, 104);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 731;
     this.label1.Text = "卡号";
     this.coreBind.SetVerification(this.label1, null);
     this.label1.Visible = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(31, 156);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 730;
     this.label5.Text = "期限重量";
     this.coreBind.SetVerification(this.label5, null);
     this.label5.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(43, 131);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 722;
     this.label2.Text = "车号";
     this.coreBind.SetVerification(this.label2, null);
     this.label2.Visible = false;
     //
     // tbWeight
     //
     this.coreBind.SetDatabasecommand(this.tbWeight, null);
     this.tbWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbWeight.Location = new System.Drawing.Point(89, 153);
     this.tbWeight.Name = "tbWeight";
     this.tbWeight.Size = new System.Drawing.Size(56, 21);
     this.tbWeight.TabIndex = 711;
     this.coreBind.SetVerification(this.tbWeight, null);
     this.tbWeight.Visible = false;
     //
     // tbCardNo
     //
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(69, 101);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.Size = new System.Drawing.Size(76, 21);
     this.tbCardNo.TabIndex = 706;
     this.coreBind.SetVerification(this.tbCardNo, null);
     this.tbCardNo.Visible = false;
     //
     // tbCarNo
     //
     this.coreBind.SetDatabasecommand(this.tbCarNo, null);
     this.tbCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCarNo.Location = new System.Drawing.Point(78, 128);
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.Size = new System.Drawing.Size(67, 21);
     this.tbCarNo.TabIndex = 705;
     this.coreBind.SetVerification(this.tbCarNo, null);
     this.tbCarNo.Visible = false;
     //
     // cbBF
     //
     this.cbBF.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbBF.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.cbBF, null);
     this.cbBF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBF.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbBF.FormattingEnabled = true;
     this.cbBF.Location = new System.Drawing.Point(69, 38);
     this.cbBF.Name = "cbBF";
     this.cbBF.Size = new System.Drawing.Size(154, 20);
     this.cbBF.TabIndex = 703;
     this.coreBind.SetVerification(this.cbBF, null);
     this.cbBF.SelectedIndexChanged += new System.EventHandler(this.cbBF_SelectedIndexChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 206);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 460);
     this.ultraPanel2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 460);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "日志数据";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table2";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance1.BackColor = System.Drawing.Color.White;
     appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn3.Header.VisiblePosition = 3;
     ultraGridColumn4.Header.VisiblePosition = 4;
     ultraGridColumn5.Header.VisiblePosition = 5;
     ultraGridColumn6.Header.VisiblePosition = 6;
     ultraGridColumn7.Header.VisiblePosition = 7;
     ultraGridColumn8.Header.VisiblePosition = 8;
     ultraGridColumn9.Header.VisiblePosition = 9;
     ultraGridColumn10.Header.VisiblePosition = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11});
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance2;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.ForeColor = System.Drawing.Color.White;
     appearance3.TextHAlignAsString = "Left";
     appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance3;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance4;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance5;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance6;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(986, 439);
     this.ultraGrid3.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.Click += new System.EventHandler(this.ultraGrid3_Click);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "卡号";
     this.dataColumn1.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "车号";
     this.dataColumn2.ColumnName = "FS_CARNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "期限皮重";
     this.dataColumn3.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "开始时间";
     this.dataColumn4.ColumnName = "FD_STARTTIME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "结束时间";
     this.dataColumn5.ColumnName = "FD_ENDTIME";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "计量点";
     this.dataColumn6.ColumnName = "FS_POINTNAME";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "计量员";
     this.dataColumn7.ColumnName = "FS_PERSON";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "计量时间";
     this.dataColumn8.ColumnName = "FD_DATETIME";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "操作编号";
     this.dataColumn9.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "班次";
     this.dataColumn10.ColumnName = "FS_SHIFT";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "数据状态";
     this.dataColumn11.ColumnName = "FS_DATASTATE";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "有效标志";
     this.dataColumn12.ColumnName = "FS_ISVAILD";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "FS_OPERATIONNO";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "数据表名称";
     this.dataColumn14.ColumnName = "FS_TABLENAME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "操作部门";
     this.dataColumn15.ColumnName = "FS_DEPART";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "操作类型";
     this.dataColumn16.ColumnName = "FS_TYPE";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "操作时间";
     this.dataColumn17.ColumnName = "FD_TIME";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "操作人";
     this.dataColumn18.ColumnName = "FS_OPERATOR";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "操作数据";
     this.dataColumn19.ColumnName = "FS_DATA";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "主机IP地址";
     this.dataColumn20.ColumnName = "FS_IP";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "界面名称";
     this.dataColumn21.ColumnName = "FS_GRAPHNAME";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "数据表名称";
     this.dataColumn22.ColumnName = "FS_DATANAME";
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.ultraPanel1.ClientArea;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool3.InstanceProps.Width = 190;
     controlContainerTool5.InstanceProps.Width = 112;
     buttonTool14.InstanceProps.IsFirstInGroup = true;
     buttonTool15.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     controlContainerTool2.ControlName = "BeginTime";
     controlContainerTool2.InstanceProps.Width = 169;
     controlContainerTool8.ControlName = "EndTime";
     controlContainerTool8.InstanceProps.Width = 130;
     buttonTool13.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool3,
     controlContainerTool5,
     buttonTool14,
     buttonTool15,
     buttonTool16,
     controlContainerTool2,
     controlContainerTool8,
     buttonTool13});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.SharedPropsInternal.Caption = "查询时间  开始";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Enabled = false;
     controlContainerTool1.SharedPropsInternal.Visible = false;
     controlContainerTool1.SharedPropsInternal.Width = 190;
     controlContainerTool6.SharedPropsInternal.Caption = "至";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.SharedPropsInternal.Enabled = false;
     controlContainerTool6.SharedPropsInternal.Visible = false;
     controlContainerTool6.SharedPropsInternal.Width = 112;
     controlContainerTool7.ControlName = "cbDateField";
     controlContainerTool7.SharedPropsInternal.Caption = "查询时间";
     controlContainerTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool7.SharedPropsInternal.Enabled = false;
     controlContainerTool7.SharedPropsInternal.Visible = false;
     appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     buttonTool9.SharedPropsInternal.Caption = "查询";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool10.SharedPropsInternal.Caption = "增加";
     buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Enabled = false;
     buttonTool10.SharedPropsInternal.Visible = false;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool11.SharedPropsInternal.Caption = "修改";
     buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool11.SharedPropsInternal.Enabled = false;
     buttonTool11.SharedPropsInternal.Visible = false;
     appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
     buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     buttonTool12.SharedPropsInternal.Caption = "删除";
     buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool12.SharedPropsInternal.Enabled = false;
     buttonTool12.SharedPropsInternal.Visible = false;
     controlContainerTool4.ControlName = "BeginTime";
     controlContainerTool4.SharedPropsInternal.Caption = "开始时间";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 169;
     controlContainerTool9.ControlName = "EndTime";
     controlContainerTool9.SharedPropsInternal.Caption = "至";
     controlContainerTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool9.SharedPropsInternal.Width = 130;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool6,
     controlContainerTool7,
     buttonTool9,
     buttonTool10,
     buttonTool11,
     buttonTool12,
     controlContainerTool4,
     controlContainerTool9});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 666);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 640);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 640);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // EndTime
     //
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Location = new System.Drawing.Point(202, 2);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(108, 21);
     this.EndTime.TabIndex = 735;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Location = new System.Drawing.Point(69, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(110, 21);
     this.BeginTime.TabIndex = 734;
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "计量类型";
     this.dataColumn23.ColumnName = "FS_WEIGHTTYPE";
     //
     // CarWeightLogQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 666);
     this.Controls.Add(this.EndTime);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.BeginTime);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "CarWeightLogQuery";
     this.Text = "操作日志查询";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.HandRecordTermTare_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("General");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("guardarRegistro");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cerrar");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("agregarRegistro");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("guardarRegistro");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cerrar");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.menuContainerPanel = new Infragistics.Win.Misc.UltraPanel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.codigoPresentacionTextBox = new System.Windows.Forms.TextBox();
     this.descripcionPresentacionTextBox = new System.Windows.Forms.TextBox();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.menuContainerPanel.ClientArea.SuspendLayout();
     this.menuContainerPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     appearance1.BackColor = System.Drawing.Color.DimGray;
     this.ultraPanel1.Appearance = appearance1;
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.label2);
     this.ultraPanel1.ClientArea.Controls.Add(this.label1);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(664, 63);
     this.ultraPanel1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location = new System.Drawing.Point(6, 37);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(297, 16);
     this.label2.TabIndex = 1;
     this.label2.Text = "Información sobre los empaques de los artículos";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(4, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(305, 29);
     this.label1.TabIndex = 0;
     this.label1.Text = "Maestro de presentaciones";
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.menuContainerPanel.ClientArea;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2010;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool3,
     buttonTool1});
     ultraToolbar1.Text = "General";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockTop = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True;
     appearance2.Image = global::DS.Properties.Resources.add_32;
     buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
     buttonTool2.SharedPropsInternal.Caption = "agregarRegistro";
     appearance3.Image = global::DS.Properties.Resources.save_blue_32;
     buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
     buttonTool4.SharedPropsInternal.Caption = "guardarRegistro";
     appearance4.Image = global::DS.Properties.Resources.exit_32;
     buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     buttonTool6.SharedPropsInternal.Caption = "Cerrar";
     buttonTool7.SharedPropsInternal.Caption = "ButtonTool1";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool2,
     buttonTool4,
     buttonTool6,
     buttonTool7});
     this.ultraToolbarsManager1.UseLargeImagesOnToolbar = true;
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // menuContainerPanel
     //
     //
     // menuContainerPanel.ClientArea
     //
     this.menuContainerPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.menuContainerPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.menuContainerPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.menuContainerPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.menuContainerPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.menuContainerPanel.Location = new System.Drawing.Point(0, 63);
     this.menuContainerPanel.Name = "menuContainerPanel";
     this.menuContainerPanel.Size = new System.Drawing.Size(664, 40);
     this.menuContainerPanel.TabIndex = 8;
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 40);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(664, 40);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 40);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(664, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(664, 40);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 133);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(107, 13);
     this.label3.TabIndex = 9;
     this.label3.Text = "Código presentación:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(60, 170);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 10;
     this.label4.Text = "Descripción:";
     //
     // codigoPresentacionTextBox
     //
     this.codigoPresentacionTextBox.Location = new System.Drawing.Point(161, 129);
     this.codigoPresentacionTextBox.Name = "codigoPresentacionTextBox";
     this.codigoPresentacionTextBox.Size = new System.Drawing.Size(306, 20);
     this.codigoPresentacionTextBox.TabIndex = 11;
     //
     // descripcionPresentacionTextBox
     //
     this.descripcionPresentacionTextBox.Location = new System.Drawing.Point(161, 166);
     this.descripcionPresentacionTextBox.Name = "descripcionPresentacionTextBox";
     this.descripcionPresentacionTextBox.Size = new System.Drawing.Size(306, 20);
     this.descripcionPresentacionTextBox.TabIndex = 12;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // MaestroPresentacionesMantenimiento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(664, 550);
     this.Controls.Add(this.descripcionPresentacionTextBox);
     this.Controls.Add(this.codigoPresentacionTextBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.menuContainerPanel);
     this.Controls.Add(this.ultraPanel1);
     this.Name = "MaestroPresentacionesMantenimiento";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Presentaciones";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ClientArea.PerformLayout();
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.menuContainerPanel.ClientArea.ResumeLayout(false);
     this.menuContainerPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbMaterialCode = new System.Windows.Forms.TextBox();
     this.tbMaterialName = new System.Windows.Forms.TextBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(736, 62);
     this.ultraPanel1.TabIndex = 0;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.button2);
     this.ultraGroupBox1.Controls.Add(this.button1);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbMaterialCode);
     this.ultraGroupBox1.Controls.Add(this.tbMaterialName);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(736, 62);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据录入";
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(600, 19);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 5;
     this.button2.Text = "取  消";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(504, 19);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text = "确  定";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(300, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "物料代码";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(84, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "物料名称";
     //
     // tbMaterialCode
     //
     this.tbMaterialCode.Location = new System.Drawing.Point(359, 21);
     this.tbMaterialCode.Name = "tbMaterialCode";
     this.tbMaterialCode.ReadOnly = true;
     this.tbMaterialCode.Size = new System.Drawing.Size(100, 21);
     this.tbMaterialCode.TabIndex = 1;
     //
     // tbMaterialName
     //
     this.tbMaterialName.Location = new System.Drawing.Point(143, 21);
     this.tbMaterialName.Name = "tbMaterialName";
     this.tbMaterialName.Size = new System.Drawing.Size(100, 21);
     this.tbMaterialName.TabIndex = 0;
     this.tbMaterialName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 62);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(736, 417);
     this.ultraPanel2.TabIndex = 1;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(736, 417);
     this.ultraGroupBox2.TabIndex = 1;
     this.ultraGroupBox2.Text = "数据查询";
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     appearance13.BackColor = System.Drawing.Color.White;
     appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid1.DisplayLayout.Appearance = appearance13;
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance14;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance15.ForeColor = System.Drawing.Color.White;
     appearance15.TextHAlignAsString = "Left";
     appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance15;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance18.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance18;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(730, 396);
     this.ultraGrid1.TabIndex = 0;
     this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
     //
     // MoreBaseInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(736, 479);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.ultraPanel1);
     this.MaximizeBox = false;
     this.Name = "MoreBaseInfo";
     this.Text = "MoreBaseInfo";
     this.Load += new System.EventHandler(this.MoreBaseInfo_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("汽车衡计量表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUNDTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERIDCARD");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YCSFYC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FIRSTLABELID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTITEM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 3115188);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 3115189);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool5 = new Infragistics.Win.UltraWinToolbars.LabelTool("查询时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool14 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool7 = new Infragistics.Win.UltraWinToolbars.LabelTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool18 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool9 = new Infragistics.Win.UltraWinToolbars.LabelTool("车号");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool10 = new Infragistics.Win.UltraWinToolbars.LabelTool("物料");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool6 = new Infragistics.Win.UltraWinToolbars.LabelTool("查询时间");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool8 = new Infragistics.Win.UltraWinToolbars.LabelTool("至");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool11 = new Infragistics.Win.UltraWinToolbars.LabelTool("车号");
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool12 = new Infragistics.Win.UltraWinToolbars.LabelTool("物料");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbBZ = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.cbProvider = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.cbReceiver = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.cbSender = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbTrans = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.cbFlow = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbMaterial = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbReceiverPlace = new System.Windows.Forms.TextBox();
     this.tbSenderPlace = new System.Windows.Forms.TextBox();
     this.tbWeight = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.tbCarNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbBF = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cbxMaterial = new System.Windows.Forms.ComboBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.panel2 = new System.Windows.Forms.Panel();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(992, 450);
     this.ultraPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 450);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance1.BackColor = System.Drawing.Color.White;
     appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn6.Header.VisiblePosition = 6;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn7.Header.VisiblePosition = 8;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 36;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn8.Header.VisiblePosition = 9;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn9.Header.VisiblePosition = 5;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn10.Header.VisiblePosition = 10;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 40;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.Header.VisiblePosition = 11;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn12.Header.VisiblePosition = 12;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn13.Header.VisiblePosition = 13;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn14.Header.VisiblePosition = 14;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn15.Header.VisiblePosition = 15;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn16.Header.VisiblePosition = 17;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 18;
     ultraGridColumn17.Hidden = true;
     ultraGridColumn18.Header.VisiblePosition = 19;
     ultraGridColumn18.Hidden = true;
     ultraGridColumn19.Header.VisiblePosition = 21;
     ultraGridColumn19.Hidden = true;
     ultraGridColumn20.Header.VisiblePosition = 22;
     ultraGridColumn20.Hidden = true;
     ultraGridColumn21.Header.VisiblePosition = 23;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 20;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 24;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 25;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.Header.VisiblePosition = 26;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn26.Header.VisiblePosition = 27;
     ultraGridColumn26.Hidden = true;
     ultraGridColumn27.Header.VisiblePosition = 28;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn28.Header.VisiblePosition = 29;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn29.Header.VisiblePosition = 30;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn30.Header.VisiblePosition = 31;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn31.Header.VisiblePosition = 32;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn32.Header.VisiblePosition = 33;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn33.Header.VisiblePosition = 34;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn34.Header.VisiblePosition = 35;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn35.Header.VisiblePosition = 36;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn36.Header.VisiblePosition = 37;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn37.Header.VisiblePosition = 38;
     ultraGridColumn37.Hidden = true;
     ultraGridColumn38.Header.VisiblePosition = 39;
     ultraGridColumn38.Hidden = true;
     ultraGridColumn39.Header.VisiblePosition = 40;
     ultraGridColumn39.Hidden = true;
     ultraGridColumn40.Header.VisiblePosition = 41;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn41.Header.VisiblePosition = 7;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn42.Header.VisiblePosition = 16;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn43.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 43;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn45.Header.VisiblePosition = 44;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.Header.VisiblePosition = 45;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46});
     ultraGridGroup1.Header.Caption = "卸货";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup2.Header.Caption = "复磅";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 20;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance2;
     this.ultraGrid3.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ultraGrid3.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance3.BackColor2 = System.Drawing.Color.White;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance3.FontData.SizeInPoints = 11F;
     appearance3.FontData.UnderlineAsString = "False";
     appearance3.ForeColor = System.Drawing.Color.Black;
     appearance3.TextHAlignAsString = "Center";
     appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance3;
     appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance4;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance5;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance6;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(986, 429);
     this.ultraGrid3.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid3_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46});
     this.dataTable1.TableName = "汽车衡计量表";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "车证卡号";
     this.dataColumn2.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "车号";
     this.dataColumn3.ColumnName = "FS_CARNO";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "物料名称";
     this.dataColumn4.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "发货单位";
     this.dataColumn5.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "收货单位";
     this.dataColumn6.ColumnName = "FS_RECEIVER";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "发货地点";
     this.dataColumn7.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "收货地点";
     this.dataColumn8.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "承运单位";
     this.dataColumn9.ColumnName = "FS_TRANSNAME";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "计量类型";
     this.dataColumn10.ColumnName = "FS_TYPENAME";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "计量点";
     this.dataColumn11.ColumnName = "FS_POINTNAME";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "重量";
     this.dataColumn12.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "计量员";
     this.dataColumn13.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "计量时间";
     this.dataColumn14.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "标识";
     this.dataColumn15.ColumnName = "FS_MEMO";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "卸货人";
     this.dataColumn21.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "卸货点";
     this.dataColumn22.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "卸货时间";
     this.dataColumn23.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "卸货确认";
     this.dataColumn24.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_YKL";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FS_YKBL";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_BILLNUMBER";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FS_YCSFYC";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "FS_STOVENO";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FN_COUNT";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FS_SHIFT";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "供应单位";
     this.dataColumn41.ColumnName = "FS_PROVIDERNAME";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "备注";
     this.dataColumn42.ColumnName = "FS_BZ";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.label15);
     this.ultraGroupBox1.Controls.Add(this.tbBZ);
     this.ultraGroupBox1.Controls.Add(this.label14);
     this.ultraGroupBox1.Controls.Add(this.cbProvider);
     this.ultraGroupBox1.Controls.Add(this.label13);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.cbReceiver);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.cbSender);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.cbTrans);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.cbFlow);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.cbMaterial);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbReceiverPlace);
     this.ultraGroupBox1.Controls.Add(this.tbSenderPlace);
     this.ultraGroupBox1.Controls.Add(this.tbWeight);
     this.ultraGroupBox1.Controls.Add(this.dateTimePicker1);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.tbCarNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.cbBF);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 190);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据操作";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Location = new System.Drawing.Point(911, 45);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(11, 12);
     this.label15.TabIndex = 735;
     this.label15.Text = "T";
     this.coreBind.SetVerification(this.label15, null);
     //
     // tbBZ
     //
     this.coreBind.SetDatabasecommand(this.tbBZ, null);
     this.tbBZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbBZ.Location = new System.Drawing.Point(350, 140);
     this.tbBZ.Name = "tbBZ";
     this.tbBZ.Size = new System.Drawing.Size(154, 21);
     this.tbBZ.TabIndex = 734;
     this.coreBind.SetVerification(this.tbBZ, null);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(284, 137);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(58, 24);
     this.label14.TabIndex = 733;
     this.label14.Text = "备注";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     //
     // cbProvider
     //
     this.cbProvider.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbProvider, null);
     this.cbProvider.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbProvider.FormattingEnabled = true;
     this.cbProvider.Location = new System.Drawing.Point(130, 141);
     this.cbProvider.Name = "cbProvider";
     this.cbProvider.Size = new System.Drawing.Size(140, 20);
     this.cbProvider.TabIndex = 732;
     this.coreBind.SetVerification(this.cbProvider, null);
     this.cbProvider.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label13, null);
     this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(63, 146);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(53, 12);
     this.label13.TabIndex = 731;
     this.label13.Text = "供应单位";
     this.coreBind.SetVerification(this.label13, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(728, 46);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 730;
     this.label5.Text = "二次重量";
     this.coreBind.SetVerification(this.label5, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(728, 79);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 729;
     this.label4.Text = "二次时间";
     this.coreBind.SetVerification(this.label4, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(728, 107);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 728;
     this.label7.Text = "收货地点";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(507, 107);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 727;
     this.label6.Text = "发货地点";
     this.coreBind.SetVerification(this.label6, null);
     //
     // cbReceiver
     //
     this.cbReceiver.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbReceiver, null);
     this.cbReceiver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbReceiver.FormattingEnabled = true;
     this.cbReceiver.Location = new System.Drawing.Point(350, 105);
     this.cbReceiver.Name = "cbReceiver";
     this.cbReceiver.Size = new System.Drawing.Size(140, 20);
     this.cbReceiver.TabIndex = 726;
     this.coreBind.SetVerification(this.cbReceiver, null);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(287, 110);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(53, 12);
     this.label12.TabIndex = 725;
     this.label12.Text = "收货单位";
     this.coreBind.SetVerification(this.label12, null);
     //
     // cbSender
     //
     this.cbSender.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbSender, null);
     this.cbSender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSender.FormattingEnabled = true;
     this.cbSender.Location = new System.Drawing.Point(130, 106);
     this.cbSender.Name = "cbSender";
     this.cbSender.Size = new System.Drawing.Size(140, 20);
     this.cbSender.TabIndex = 724;
     this.coreBind.SetVerification(this.cbSender, null);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(63, 111);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 12);
     this.label11.TabIndex = 723;
     this.label11.Text = "发货单位";
     this.coreBind.SetVerification(this.label11, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(519, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 722;
     this.label2.Text = "车号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // cbTrans
     //
     this.cbTrans.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbTrans, null);
     this.cbTrans.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbTrans.FormattingEnabled = true;
     this.cbTrans.Location = new System.Drawing.Point(566, 71);
     this.cbTrans.Name = "cbTrans";
     this.cbTrans.Size = new System.Drawing.Size(140, 20);
     this.cbTrans.TabIndex = 721;
     this.coreBind.SetVerification(this.cbTrans, null);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(507, 75);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 720;
     this.label10.Text = "承运单位";
     this.coreBind.SetVerification(this.label10, null);
     //
     // cbFlow
     //
     this.cbFlow.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbFlow, null);
     this.cbFlow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbFlow.FormattingEnabled = true;
     this.cbFlow.Location = new System.Drawing.Point(350, 71);
     this.cbFlow.Name = "cbFlow";
     this.cbFlow.Size = new System.Drawing.Size(140, 20);
     this.cbFlow.TabIndex = 719;
     this.coreBind.SetVerification(this.cbFlow, null);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(299, 75);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(29, 12);
     this.label9.TabIndex = 718;
     this.label9.Text = "流向";
     this.coreBind.SetVerification(this.label9, null);
     //
     // cbMaterial
     //
     this.cbMaterial.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbMaterial, null);
     this.cbMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbMaterial.FormattingEnabled = true;
     this.cbMaterial.Location = new System.Drawing.Point(130, 70);
     this.cbMaterial.Name = "cbMaterial";
     this.cbMaterial.Size = new System.Drawing.Size(140, 20);
     this.cbMaterial.TabIndex = 717;
     this.coreBind.SetVerification(this.cbMaterial, null);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(63, 75);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 716;
     this.label8.Text = "物料名称";
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbReceiverPlace
     //
     this.coreBind.SetDatabasecommand(this.tbReceiverPlace, null);
     this.tbReceiverPlace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbReceiverPlace.Location = new System.Drawing.Point(787, 102);
     this.tbReceiverPlace.Name = "tbReceiverPlace";
     this.tbReceiverPlace.Size = new System.Drawing.Size(143, 21);
     this.tbReceiverPlace.TabIndex = 715;
     this.coreBind.SetVerification(this.tbReceiverPlace, null);
     //
     // tbSenderPlace
     //
     this.coreBind.SetDatabasecommand(this.tbSenderPlace, null);
     this.tbSenderPlace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSenderPlace.Location = new System.Drawing.Point(566, 102);
     this.tbSenderPlace.Name = "tbSenderPlace";
     this.tbSenderPlace.Size = new System.Drawing.Size(140, 21);
     this.tbSenderPlace.TabIndex = 713;
     this.coreBind.SetVerification(this.tbSenderPlace, null);
     //
     // tbWeight
     //
     this.coreBind.SetDatabasecommand(this.tbWeight, null);
     this.tbWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbWeight.Location = new System.Drawing.Point(786, 41);
     this.tbWeight.Name = "tbWeight";
     this.tbWeight.Size = new System.Drawing.Size(118, 21);
     this.tbWeight.TabIndex = 711;
     this.coreBind.SetVerification(this.tbWeight, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(787, 73);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(143, 21);
     this.dateTimePicker1.TabIndex = 709;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // tbCardNo
     //
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(350, 40);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.Size = new System.Drawing.Size(140, 21);
     this.tbCardNo.TabIndex = 706;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // tbCarNo
     //
     this.coreBind.SetDatabasecommand(this.tbCarNo, null);
     this.tbCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCarNo.Location = new System.Drawing.Point(566, 41);
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.Size = new System.Drawing.Size(140, 21);
     this.tbCarNo.TabIndex = 705;
     this.coreBind.SetVerification(this.tbCarNo, null);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(63, 37);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(58, 24);
     this.label1.TabIndex = 704;
     this.label1.Text = "计量磅房";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label1, null);
     //
     // cbBF
     //
     this.cbBF.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbBF.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.cbBF, null);
     this.cbBF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBF.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbBF.FormattingEnabled = true;
     this.cbBF.Location = new System.Drawing.Point(130, 38);
     this.cbBF.Name = "cbBF";
     this.cbBF.Size = new System.Drawing.Size(140, 20);
     this.cbBF.TabIndex = 703;
     this.coreBind.SetVerification(this.cbBF, null);
     this.cbBF.SelectedIndexChanged += new System.EventHandler(this.cbBF_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(287, 37);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 24);
     this.label3.TabIndex = 696;
     this.label3.Text = "卡号";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label3, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 476);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 190);
     this.ultraPanel2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // EndTime
     //
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Location = new System.Drawing.Point(268, 2);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(143, 21);
     this.EndTime.TabIndex = 717;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Location = new System.Drawing.Point(82, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(143, 21);
     this.BeginTime.TabIndex = 716;
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cbxMaterial);
     this.panel1.Controls.Add(this.txtCarNo);
     this.panel1.Controls.Add(this.EndTime);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this.BeginTime);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(992, 26);
     this.panel1.TabIndex = 2;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // cbxMaterial
     //
     this.coreBind.SetDatabasecommand(this.cbxMaterial, null);
     this.cbxMaterial.FormattingEnabled = true;
     this.cbxMaterial.Location = new System.Drawing.Point(596, 3);
     this.cbxMaterial.Name = "cbxMaterial";
     this.cbxMaterial.Size = new System.Drawing.Size(78, 20);
     this.cbxMaterial.TabIndex = 8;
     this.coreBind.SetVerification(this.cbxMaterial, null);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(466, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(75, 21);
     this.txtCarNo.TabIndex = 8;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 26);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(992, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     controlContainerTool14.ControlName = "BeginTime";
     controlContainerTool18.ControlName = "EndTime";
     controlContainerTool19.ControlName = "txtCarNo";
     controlContainerTool19.InstanceProps.Width = 75;
     controlContainerTool20.ControlName = "cbxMaterial";
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     buttonTool2.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool5,
     controlContainerTool14,
     labelTool7,
     controlContainerTool18,
     labelTool9,
     controlContainerTool19,
     labelTool10,
     controlContainerTool20,
     buttonTool1,
     buttonTool2});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     appearance21.TextHAlignAsString = "Center";
     appearance21.TextVAlignAsString = "Middle";
     labelTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
     appearance22.TextHAlignAsString = "Center";
     appearance22.TextVAlignAsString = "Middle";
     labelTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     labelTool6.SharedPropsInternal.Caption = "查询时间";
     controlContainerTool16.ControlName = "BeginTime";
     controlContainerTool16.SharedPropsInternal.Caption = "ControlContainerTool1";
     appearance29.TextHAlignAsString = "Center";
     appearance29.TextVAlignAsString = "Middle";
     labelTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
     labelTool8.SharedPropsInternal.Caption = "至";
     controlContainerTool21.ControlName = "EndTime";
     controlContainerTool21.SharedPropsInternal.Caption = "ControlContainerTool2";
     appearance30.TextHAlignAsString = "Center";
     appearance30.TextVAlignAsString = "Middle";
     labelTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
     labelTool11.SharedPropsInternal.Caption = "车号";
     controlContainerTool22.ControlName = "txtCarNo";
     controlContainerTool22.SharedPropsInternal.Caption = "ControlContainerTool3";
     appearance31.TextHAlignAsString = "Center";
     appearance31.TextVAlignAsString = "Middle";
     labelTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
     labelTool12.SharedPropsInternal.Caption = "物料";
     labelTool12.SharedPropsInternal.Visible = false;
     controlContainerTool23.ControlName = "cbxMaterial";
     controlContainerTool23.SharedPropsInternal.Caption = "ControlContainerTool4";
     controlContainerTool23.SharedPropsInternal.Visible = false;
     buttonTool3.SharedPropsInternal.Caption = "查询";
     buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Caption = "保存";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool6,
     controlContainerTool16,
     labelTool8,
     controlContainerTool21,
     labelTool11,
     controlContainerTool22,
     labelTool12,
     controlContainerTool23,
     buttonTool3,
     buttonTool4});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // panel2
     //
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(992, 666);
     this.panel2.TabIndex = 1;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "复磅确认";
     this.dataColumn43.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "复磅确认时间";
     this.dataColumn44.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "复磅确认地点";
     this.dataColumn45.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "复磅确认员";
     this.dataColumn46.ColumnName = "FS_REWEIGHTPERSON";
     //
     // HandRecordSecondWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 666);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "HandRecordSecondWeight";
     this.Text = "二次计量数据手工录入";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.HandRecordFirstWeight_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLETCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TOTALWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_STARTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ENDTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEMOUT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TOTALWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLETINDEX");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_THWEITSINGLE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HISWEIGHT");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool28 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ַ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��׼");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool30 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightQueryBillet));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool18 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool25 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ַ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool26 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��׼");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool27 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.cbx_Steel = new System.Windows.Forms.CheckBox();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbx_Standard = new System.Windows.Forms.CheckBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.cbx_Addr = new System.Windows.Forms.CheckBox();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dataColumn25 = new System.Data.DataColumn();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Steel);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Standard);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Addr);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(401, 3);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(101, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // cbx_Steel
     //
     this.cbx_Steel.AutoSize = true;
     this.cbx_Steel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Steel, null);
     this.cbx_Steel.Location = new System.Drawing.Point(755, 6);
     this.cbx_Steel.Name = "cbx_Steel";
     this.cbx_Steel.Size = new System.Drawing.Size(48, 16);
     this.cbx_Steel.TabIndex = 1;
     this.cbx_Steel.Text = "����";
     this.cbx_Steel.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Steel, null);
     this.cbx_Steel.Visible = false;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(228, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(133, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbx_Standard
     //
     this.cbx_Standard.AutoSize = true;
     this.cbx_Standard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Standard, null);
     this.cbx_Standard.Location = new System.Drawing.Point(699, 6);
     this.cbx_Standard.Name = "cbx_Standard";
     this.cbx_Standard.Size = new System.Drawing.Size(48, 16);
     this.cbx_Standard.TabIndex = 1;
     this.cbx_Standard.Text = "��׼";
     this.cbx_Standard.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Standard, null);
     this.cbx_Standard.Visible = false;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(73, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(133, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // cbx_Addr
     //
     this.cbx_Addr.AutoSize = true;
     this.cbx_Addr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Addr, null);
     this.cbx_Addr.Location = new System.Drawing.Point(643, 6);
     this.cbx_Addr.Name = "cbx_Addr";
     this.cbx_Addr.Size = new System.Drawing.Size(48, 16);
     this.cbx_Addr.TabIndex = 1;
     this.cbx_Addr.Text = "��ַ";
     this.cbx_Addr.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Addr, null);
     this.cbx_Addr.Visible = false;
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox1.Controls.Add(this.ultraExpandableGroupBox1);
     this.ultraGroupBox1.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox1.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox1.Controls.Add(this.cbx_Filter);
     this.ultraGroupBox1.Controls.Add(this.pictureBox3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 628);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "��ѯ���";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition = 0;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.VisiblePosition = 1;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 2;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn20.Header.VisiblePosition = 3;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.VisiblePosition = 4;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.VisiblePosition = 5;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.VisiblePosition = 6;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 7;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.VisiblePosition = 8;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.Header.VisiblePosition = 9;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance3;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance1.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance1;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(957, 601);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_STOVENO"}, new string[] {
                 "FS_STOVENO"}, false)});
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn20,
     this.dataColumn22,
     this.dataColumn23});
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_STOVENO"}, false)});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "¯��";
     this.dataColumn1.ColumnName = "FS_STOVENO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "�ƺ�";
     this.dataColumn2.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FS_SPEC";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "����";
     this.dataColumn4.ColumnName = "FN_LENGTH";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "��֧��";
     this.dataColumn5.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "������";
     this.dataColumn6.ColumnName = "FN_TOTALWEIGHT";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "������ʼʱ��";
     this.dataColumn7.ColumnName = "FD_STARTTIME";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "��������ʱ��";
     this.dataColumn8.ColumnName = "FD_ENDTIME";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "���ͷ�ʽ";
     this.dataColumn9.ColumnName = "FS_TRANSTYPE";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "ȥ��";
     this.dataColumn10.ColumnName = "FS_STORE";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "��¯";
     this.dataColumn11.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "�ɷ�";
     this.dataColumn12.ColumnName = "CHEMOUT";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "����";
     this.dataColumn20.ColumnName = "FN_TOTALWEIGHT_LL";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "¯��";
     this.dataColumn22.ColumnName = "FN_COUNT";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "�������";
     this.dataColumn23.ColumnName = "FS_UNQUALIFIED";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn21,
     this.dataColumn24,
     this.dataColumn25});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_STOVENO"}, new string[] {
                 "FS_STOVENO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "֧��";
     this.dataColumn13.ColumnName = "FN_BILLETINDEX";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "����";
     this.dataColumn14.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_NETWEIGHT_LL";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "������";
     this.dataColumn16.ColumnName = "FS_WEIGHTPOINT";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����Ա";
     this.dataColumn17.ColumnName = "FS_PERSON";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����ʱ��";
     this.dataColumn18.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "¯��";
     this.dataColumn19.ColumnName = "FS_STOVENO";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "���ر�־";
     this.dataColumn21.ColumnName = "FS_THWEITSINGLE";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "��ҵ���";
     this.dataColumn24.ColumnName = "FS_WEIGHTNO";
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Right;
     this.ultraExpandableGroupBox1.Expanded = false;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(298, 601);
     this.ultraExpandableGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraExpandableGroupBox1.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
     this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOutsideBorder;
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(960, 24);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(29, 601);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "����ͼƬƬ";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel1, null);
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(264, 593);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel1, null);
     this.ultraExpandableGroupBoxPanel1.Visible = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(264, 593);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // pictureBox2
     //
     this.coreBind.SetDatabasecommand(this.pictureBox2, null);
     this.pictureBox2.Location = new System.Drawing.Point(2, 228);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(260, 168);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox2, null);
     this.pictureBox2.Click += new System.EventHandler(this.picSmall_Click);
     //
     // pictureBox1
     //
     this.coreBind.SetDatabasecommand(this.pictureBox1, null);
     this.pictureBox1.Location = new System.Drawing.Point(2, 28);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(260, 168);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox1, null);
     this.pictureBox1.Click += new System.EventHandler(this.picSmall_Click);
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(700, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(626, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(794, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // pictureBox3
     //
     this.coreBind.SetDatabasecommand(this.pictureBox3, null);
     this.pictureBox3.Location = new System.Drawing.Point(90, 88);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(520, 315);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 1;
     this.pictureBox3.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox3, null);
     this.pictureBox3.WaitOnLoad = true;
     this.pictureBox3.Click += new System.EventHandler(this.picLarge_Click);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool21.ControlName = "cbxDateTime";
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool1.ControlName = "dateTimePicker2";
     controlContainerTool24.ControlName = "tbQueryBatchNo";
     controlContainerTool24.InstanceProps.IsFirstInGroup = true;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool28.ControlName = "cbx_Addr";
     controlContainerTool28.InstanceProps.IsFirstInGroup = true;
     controlContainerTool28.InstanceProps.Width = 103;
     controlContainerTool29.ControlName = "cbx_Standard";
     controlContainerTool29.InstanceProps.Width = 48;
     controlContainerTool30.ControlName = "cbx_Steel";
     buttonTool5.InstanceProps.IsFirstInGroup = true;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool21,
     controlContainerTool22,
     controlContainerTool1,
     controlContainerTool24,
     buttonTool1,
     controlContainerTool28,
     controlContainerTool29,
     controlContainerTool30,
     buttonTool5,
     buttonTool3});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     appearance76.Image = ((object)(resources.GetObject("appearance76.Image")));
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
     buttonTool6.SharedPropsInternal.Caption = "��ѯ";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.ControlName = "cbxDateTime";
     controlContainerTool16.SharedPropsInternal.Caption = " ";
     controlContainerTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool18.ControlName = "dateTimePicker1";
     controlContainerTool18.SharedPropsInternal.Caption = "ʱ���";
     controlContainerTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool19.ControlName = "dateTimePicker2";
     controlContainerTool19.SharedPropsInternal.Caption = "��";
     controlContainerTool19.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool20.ControlName = "tbQueryBatchNo";
     controlContainerTool20.SharedPropsInternal.Caption = "¯��";
     controlContainerTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Caption = "����";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Visible = false;
     controlContainerTool25.ControlName = "cbx_Addr";
     controlContainerTool25.SharedPropsInternal.Caption = "��ѡ��";
     controlContainerTool25.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool25.SharedPropsInternal.Visible = false;
     controlContainerTool25.SharedPropsInternal.Width = 103;
     controlContainerTool26.ControlName = "cbx_Standard";
     controlContainerTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool26.SharedPropsInternal.Visible = false;
     controlContainerTool26.SharedPropsInternal.Width = 48;
     controlContainerTool27.ControlName = "cbx_Steel";
     controlContainerTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool27.SharedPropsInternal.Visible = false;
     appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
     buttonTool2.SharedPropsInternal.Caption = "����";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool6,
     controlContainerTool16,
     controlContainerTool18,
     controlContainerTool19,
     controlContainerTool20,
     buttonTool4,
     controlContainerTool25,
     controlContainerTool26,
     controlContainerTool27,
     buttonTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraToolbarsDockArea1
     //
     this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea1, null);
     this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
     this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(992, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea1, null);
     //
     // ultraToolbarsDockArea2
     //
     this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea2, null);
     this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 654);
     this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
     this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(992, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea2, null);
     //
     // ultraToolbarsDockArea3
     //
     this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea3, null);
     this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
     this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 654);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea3, null);
     //
     // ultraToolbarsDockArea4
     //
     this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea4, null);
     this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(992, 0);
     this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
     this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(0, 654);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea4, null);
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "�쳣����";
     this.dataColumn25.ColumnName = "FS_HISWEIGHT";
     //
     // frmWeightQueryBillet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.Controls.Add(this.ultraToolbarsDockArea3);
     this.Controls.Add(this.ultraToolbarsDockArea4);
     this.Controls.Add(this.ultraToolbarsDockArea1);
     this.Controls.Add(this.ultraToolbarsDockArea2);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightQueryBillet";
     this.Text = "";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightQueryBillet_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ұ��");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SMELTDATE");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��ѧ�ɷ֣�%��");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ϸ�Ʒ");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CHECKCOUNT");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��������");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_NUMBER");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DJH");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GPYS_RECEIVEDATE");
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GPYS_RECEIVER");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��������");
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZC_ENTERDATETIME");
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_OPERATOR");
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_MEMO");
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZZ_DATE");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZZ_OPERATOR");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WASTNUM");
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZZ_MEMO");
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FREEZED");
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKED");
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECKED");
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LL_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISCHARGE_BEGINED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISCHARGE_END");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_QUALIFIED_WEIGHT");
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_UNQUALIFIED_WEIGHT");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_QUALIFIED_RATE");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_QUALIFIED_TRATE");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_GP_STOVENO", 3, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_GP_STOVENO", 3, true);
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GP_TOTALCOUNT", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GP_TOTALCOUNT", 18, true);
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_JJ_WEIGHT", 21, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_JJ_WEIGHT", 21, true);
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GPYS_NUMBER", 27, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GPYS_NUMBER", 27, true);
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZC_ENTERNUMBER", 33, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZC_ENTERNUMBER", 33, true);
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_NUM", 42, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_NUM", 42, true);
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_WASTNUM", 43, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_WASTNUM", 43, true);
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance163 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance164 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance165 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance166 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance167 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCardInfo));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ����");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.pnl_Type = new System.Windows.Forms.Panel();
     this.rbtn_StoveNo = new System.Windows.Forms.RadioButton();
     this.rbtn_BatchNo = new System.Windows.Forms.RadioButton();
     this.tbBatchNoTo = new System.Windows.Forms.TextBox();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.lbl_InFurnance = new System.Windows.Forms.Label();
     this.lbl_Mark = new System.Windows.Forms.Label();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.pnl_Type.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.pnl_Type);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbBatchNoTo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 354);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // pnl_Type
     //
     this.pnl_Type.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.pnl_Type.Controls.Add(this.rbtn_StoveNo);
     this.pnl_Type.Controls.Add(this.rbtn_BatchNo);
     this.coreBind.SetDatabasecommand(this.pnl_Type, null);
     this.pnl_Type.Location = new System.Drawing.Point(383, 2);
     this.pnl_Type.Name = "pnl_Type";
     this.pnl_Type.Size = new System.Drawing.Size(130, 23);
     this.pnl_Type.TabIndex = 0;
     this.coreBind.SetVerification(this.pnl_Type, null);
     //
     // rbtn_StoveNo
     //
     this.rbtn_StoveNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.rbtn_StoveNo, null);
     this.rbtn_StoveNo.Location = new System.Drawing.Point(79, 3);
     this.rbtn_StoveNo.Name = "rbtn_StoveNo";
     this.rbtn_StoveNo.Size = new System.Drawing.Size(47, 16);
     this.rbtn_StoveNo.TabIndex = 0;
     this.rbtn_StoveNo.Text = "¯��";
     this.rbtn_StoveNo.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.rbtn_StoveNo, null);
     //
     // rbtn_BatchNo
     //
     this.rbtn_BatchNo.AutoSize = true;
     this.rbtn_BatchNo.Checked = true;
     this.coreBind.SetDatabasecommand(this.rbtn_BatchNo, null);
     this.rbtn_BatchNo.Location = new System.Drawing.Point(5, 3);
     this.rbtn_BatchNo.Name = "rbtn_BatchNo";
     this.rbtn_BatchNo.Size = new System.Drawing.Size(71, 16);
     this.rbtn_BatchNo.TabIndex = 0;
     this.rbtn_BatchNo.TabStop = true;
     this.rbtn_BatchNo.Text = "���Ʊ��";
     this.rbtn_BatchNo.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.rbtn_BatchNo, null);
     //
     // tbBatchNoTo
     //
     this.tbBatchNoTo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbBatchNoTo, null);
     this.tbBatchNoTo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbBatchNoTo.Location = new System.Drawing.Point(621, 3);
     this.tbBatchNoTo.MaxLength = 12;
     this.tbBatchNoTo.Name = "tbBatchNoTo";
     this.tbBatchNoTo.Size = new System.Drawing.Size(80, 21);
     this.tbBatchNoTo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbBatchNoTo, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(519, 3);
     this.tbQueryBatchNo.MaxLength = 12;
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(80, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(135, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(241, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(135, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 28);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 326);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.lbl_InFurnance);
     this.ultraGroupBox2.Controls.Add(this.lbl_Mark);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 326);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��������������";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // lbl_InFurnance
     //
     this.lbl_InFurnance.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_InFurnance, null);
     this.lbl_InFurnance.ForeColor = System.Drawing.Color.Red;
     this.lbl_InFurnance.Location = new System.Drawing.Point(558, 4);
     this.lbl_InFurnance.Name = "lbl_InFurnance";
     this.lbl_InFurnance.Size = new System.Drawing.Size(128, 14);
     this.lbl_InFurnance.TabIndex = 0;
     this.lbl_InFurnance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_InFurnance, null);
     this.lbl_InFurnance.Visible = false;
     //
     // lbl_Mark
     //
     this.lbl_Mark.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_Mark, null);
     this.lbl_Mark.ForeColor = System.Drawing.Color.Blue;
     this.lbl_Mark.Location = new System.Drawing.Point(698, 4);
     this.lbl_Mark.Name = "lbl_Mark";
     this.lbl_Mark.Size = new System.Drawing.Size(128, 14);
     this.lbl_Mark.TabIndex = 0;
     this.lbl_Mark.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_Mark, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance1.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance1;
     ultraGridColumn1.Header.Caption = "������������";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 60;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance2.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance2;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(1011, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 29;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance3.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance3;
     ultraGridColumn3.Header.Caption = "ұ������";
     ultraGridColumn3.Header.VisiblePosition = 3;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance4.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance4;
     ultraGridColumn4.Header.Caption = "¯��";
     ultraGridColumn4.Header.VisiblePosition = 2;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance5.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance5;
     ultraGridColumn5.Header.Caption = "�ƺ�";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance6.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance6;
     ultraGridColumn6.Header.Caption = "���";
     ultraGridColumn6.Header.VisiblePosition = 35;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance7.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance7;
     ultraGridColumn7.Header.VisiblePosition = 7;
     ultraGridColumn7.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(626, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 22;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance8.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance8;
     ultraGridColumn8.Header.Caption = "C";
     ultraGridColumn8.Header.VisiblePosition = 14;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance9.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance9;
     ultraGridColumn9.Header.Caption = "Si";
     ultraGridColumn9.Header.VisiblePosition = 15;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance10.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance10;
     ultraGridColumn10.Header.Caption = "Mn";
     ultraGridColumn10.Header.VisiblePosition = 16;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(35, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance11.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance11;
     ultraGridColumn11.Header.Caption = "S";
     ultraGridColumn11.Header.VisiblePosition = 17;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(33, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance12.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance12;
     ultraGridColumn12.Header.Caption = "P";
     ultraGridColumn12.Header.VisiblePosition = 18;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance13.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance13;
     ultraGridColumn13.Header.Caption = "Ni";
     ultraGridColumn13.Header.VisiblePosition = 19;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(37, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance14.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance14;
     ultraGridColumn14.Header.Caption = "Cr";
     ultraGridColumn14.Header.VisiblePosition = 21;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance15.TextVAlignAsString = "Middle";
     ultraGridColumn15.CellAppearance = appearance15;
     ultraGridColumn15.Header.Caption = "Cu";
     ultraGridColumn15.Header.VisiblePosition = 22;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(35, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance16.TextVAlignAsString = "Middle";
     ultraGridColumn16.CellAppearance = appearance16;
     ultraGridColumn16.Header.Caption = "V";
     ultraGridColumn16.Header.VisiblePosition = 23;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(32, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance17.TextVAlignAsString = "Middle";
     ultraGridColumn17.CellAppearance = appearance17;
     ultraGridColumn17.Header.Caption = "Mo";
     ultraGridColumn17.Header.VisiblePosition = 24;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(40, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance18.TextVAlignAsString = "Middle";
     ultraGridColumn18.CellAppearance = appearance18;
     ultraGridColumn18.Header.Caption = "Ceq";
     ultraGridColumn18.Header.VisiblePosition = 25;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(43, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance19.TextVAlignAsString = "Middle";
     ultraGridColumn19.CellAppearance = appearance19;
     ultraGridColumn19.Header.Caption = "������";
     ultraGridColumn19.Header.VisiblePosition = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance20.TextVAlignAsString = "Middle";
     ultraGridColumn20.CellAppearance = appearance20;
     ultraGridColumn20.Header.VisiblePosition = 20;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance21.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance21;
     ultraGridColumn21.Header.Caption = "��";
     ultraGridColumn21.Header.VisiblePosition = 32;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance22.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance22;
     ultraGridColumn22.Header.Caption = "ʵ��";
     ultraGridColumn22.Header.VisiblePosition = 8;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance23.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance23;
     ultraGridColumn23.Header.Caption = "��ע";
     ultraGridColumn23.Header.VisiblePosition = 27;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 41;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance24.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance24;
     ultraGridColumn24.Header.Caption = "�ж�Ա";
     ultraGridColumn24.Header.VisiblePosition = 29;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 39;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance25.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance25;
     ultraGridColumn25.Header.Caption = "�ж�ʱ��";
     ultraGridColumn25.Header.VisiblePosition = 30;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 40;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance26.TextVAlignAsString = "Middle";
     ultraGridColumn26.CellAppearance = appearance26;
     ultraGridColumn26.Header.VisiblePosition = 26;
     ultraGridColumn26.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 39;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(1413, 0);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 20;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance27.TextVAlignAsString = "Middle";
     ultraGridColumn27.CellAppearance = appearance27;
     ultraGridColumn27.Header.VisiblePosition = 28;
     ultraGridColumn27.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 5;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance28.TextVAlignAsString = "Middle";
     ultraGridColumn28.CellAppearance = appearance28;
     ultraGridColumn28.Header.Caption = "����";
     ultraGridColumn28.Header.VisiblePosition = 9;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 43;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance29.TextVAlignAsString = "Middle";
     ultraGridColumn29.CellAppearance = appearance29;
     ultraGridColumn29.Header.Caption = "���ܺ�";
     ultraGridColumn29.Header.VisiblePosition = 10;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance30.TextVAlignAsString = "Middle";
     ultraGridColumn30.CellAppearance = appearance30;
     ultraGridColumn30.Header.Caption = "����ʱ��";
     ultraGridColumn30.Header.VisiblePosition = 12;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 45;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance31.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance31;
     ultraGridColumn31.Header.Caption = "������";
     ultraGridColumn31.Header.VisiblePosition = 31;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance32.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance32;
     ultraGridColumn32.Header.VisiblePosition = 33;
     ultraGridColumn32.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 47;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance33.TextVAlignAsString = "Middle";
     ultraGridColumn33.CellAppearance = appearance33;
     ultraGridColumn33.Header.Caption = "���Ʊ��";
     ultraGridColumn33.Header.VisiblePosition = 34;
     ultraGridColumn33.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn33.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn33.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance34.TextVAlignAsString = "Middle";
     ultraGridColumn34.CellAppearance = appearance34;
     ultraGridColumn34.Header.Caption = "��¯";
     ultraGridColumn34.Header.VisiblePosition = 36;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance35.TextVAlignAsString = "Middle";
     ultraGridColumn35.CellAppearance = appearance35;
     ultraGridColumn35.Header.Caption = "��¯ʱ��";
     ultraGridColumn35.Header.VisiblePosition = 37;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 47;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance36.TextVAlignAsString = "Middle";
     ultraGridColumn36.CellAppearance = appearance36;
     ultraGridColumn36.Header.Caption = "������";
     ultraGridColumn36.Header.VisiblePosition = 38;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 48;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance37.TextVAlignAsString = "Middle";
     ultraGridColumn37.CellAppearance = appearance37;
     ultraGridColumn37.Header.Caption = "��ע";
     ultraGridColumn37.Header.VisiblePosition = 39;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 49;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn37.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance38.TextVAlignAsString = "Middle";
     ultraGridColumn38.CellAppearance = appearance38;
     ultraGridColumn38.Header.VisiblePosition = 40;
     ultraGridColumn38.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 50;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 7;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn39.CellAppearance = appearance39;
     ultraGridColumn39.Header.Caption = "���ƹ��";
     ultraGridColumn39.Header.VisiblePosition = 41;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn40.CellAppearance = appearance40;
     ultraGridColumn40.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Equals;
     ultraGridColumn40.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals;
     ultraGridColumn40.Header.Caption = "���߳���";
     ultraGridColumn40.Header.VisiblePosition = 5;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 50;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn41.CellAppearance = appearance41;
     ultraGridColumn41.Header.Caption = "����ʱ��";
     ultraGridColumn41.Header.VisiblePosition = 42;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 51;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn41.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn42.CellAppearance = appearance42;
     ultraGridColumn42.Header.Caption = "������";
     ultraGridColumn42.Header.VisiblePosition = 43;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 52;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn42.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn43.CellAppearance = appearance43;
     ultraGridColumn43.Header.Caption = "�ɲ�";
     ultraGridColumn43.Header.VisiblePosition = 44;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn43.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance44.TextVAlignAsString = "Middle";
     ultraGridColumn44.CellAppearance = appearance44;
     ultraGridColumn44.Header.Caption = "����";
     ultraGridColumn44.Header.VisiblePosition = 45;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn44.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance45.TextVAlignAsString = "Middle";
     ultraGridColumn45.CellAppearance = appearance45;
     ultraGridColumn45.Header.Caption = "��ע";
     ultraGridColumn45.Header.VisiblePosition = 46;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 57;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn45.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 50);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance46.TextVAlignAsString = "Middle";
     ultraGridColumn46.CellAppearance = appearance46;
     ultraGridColumn46.Header.Caption = "����״̬";
     ultraGridColumn46.Header.VisiblePosition = 13;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 59;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn46.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 75);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance47.TextVAlignAsString = "Middle";
     ultraGridColumn47.CellAppearance = appearance47;
     ultraGridColumn47.Header.Caption = "״̬";
     ultraGridColumn47.Header.VisiblePosition = 11;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn47.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance48.TextVAlignAsString = "Middle";
     ultraGridColumn48.CellAppearance = appearance48;
     ultraGridColumn48.Header.Caption = "ѡ��";
     ultraGridColumn48.Header.VisiblePosition = 47;
     ultraGridColumn48.Hidden = true;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn48.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.Caption = "����";
     ultraGridColumn49.Header.VisiblePosition = 48;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 49;
     ultraGridColumn50.Hidden = true;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 50;
     ultraGridColumn51.Hidden = true;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 41;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 51;
     ultraGridColumn52.Hidden = true;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance49.TextVAlignAsString = "Middle";
     ultraGridColumn53.CellAppearance = appearance49;
     ultraGridColumn53.Header.VisiblePosition = 52;
     ultraGridColumn53.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn53.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn53.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 75);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn54.CellAppearance = appearance50;
     ultraGridColumn54.Header.VisiblePosition = 53;
     ultraGridColumn54.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn54.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn54.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 75);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn55.CellAppearance = appearance51;
     ultraGridColumn55.Header.VisiblePosition = 54;
     ultraGridColumn55.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn55.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridColumn55.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 75);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn56.CellAppearance = appearance52;
     ultraGridColumn56.Header.VisiblePosition = 55;
     ultraGridColumn56.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn56.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn56.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 75);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn57.Header.VisiblePosition = 56;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn58.Header.VisiblePosition = 57;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn59.Header.VisiblePosition = 58;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn60.Header.VisiblePosition = 59;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 35;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn61.Header.VisiblePosition = 60;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 37;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     summarySettings1.DisplayFormat = "¯����{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance53;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance54;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance55;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance56;
     summarySettings5.DisplayFormat = "{0}";
     summarySettings5.GroupBySummaryValueAppearance = appearance57;
     summarySettings6.DisplayFormat = "{0}";
     summarySettings6.GroupBySummaryValueAppearance = appearance58;
     summarySettings7.DisplayFormat = "{0}";
     summarySettings7.GroupBySummaryValueAppearance = appearance59;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6,
     summarySettings7});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance163.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance163;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance164.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance164;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance165.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance165.TextHAlignAsString = "Center";
     appearance165.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance165;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance166.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance166;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance167.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance167.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance167.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance167.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance167;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 299);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn18,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.ColumnName = "ұ��";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FD_SMELTDATE";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FS_GP_SPE";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "��ѧ�ɷ֣�%��";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FN_GP_C";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "FN_GP_SI";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "FN_GP_MN";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FN_GP_S";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "FN_GP_P";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "FN_GP_NI";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FN_GP_CR";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "FN_GP_CU";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FN_GP_V";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FN_GP_MO";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "�ϸ�Ʒ";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FN_GP_CHECKCOUNT";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "����";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "��������";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FN_GPYS_NUMBER";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_DJH";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FD_GPYS_RECEIVEDATE";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_GPYS_RECEIVER";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "��������";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FD_ZC_ENTERDATETIME";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_ZC_OPERATOR";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FS_ZC_MEMO";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "����";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FN_LENGTH";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "FD_ZZ_DATE";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "FS_ZZ_OPERATOR";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FN_ZZ_WASTNUM";
     //
     // dataColumn45
     //
     this.dataColumn45.ColumnName = "FS_ZZ_MEMO";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FS_FREEZED";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FS_CHECKED";
     //
     // dataColumn48
     //
     this.dataColumn48.ColumnName = "CHECKED";
     this.dataColumn48.DataType = typeof(bool);
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FN_LL_WEIGHT";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "ȥ��";
     this.dataColumn50.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FS_DISCHARGE_BEGINED";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "FS_DISCHARGE_END";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "���ƺϸ���";
     this.dataColumn53.ColumnName = "FN_ZZ_QUALIFIED_WEIGHT";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "���Ʒ�Ʒ��";
     this.dataColumn54.ColumnName = "FN_ZZ_UNQUALIFIED_WEIGHT";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "����ʵ�ʳɲ���%";
     this.dataColumn55.ColumnName = "FN_ZZ_QUALIFIED_RATE";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "�������۳ɲ���%";
     this.dataColumn56.ColumnName = "FN_ZZ_QUALIFIED_TRATE";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Nb";
     this.dataColumn57.ColumnName = "FN_GP_NB";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "As";
     this.dataColumn58.ColumnName = "FN_GP_AS";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "Ti";
     this.dataColumn59.ColumnName = "FN_GP_TI";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "Sb";
     this.dataColumn60.ColumnName = "FN_GP_SB";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "Als";
     this.dataColumn61.ColumnName = "FN_GP_ALS";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 326);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool6.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 157;
     controlContainerTool4.ControlName = "pnl_Type";
     controlContainerTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.InstanceProps.Width = 130;
     controlContainerTool12.ControlName = "tbQueryBatchNo";
     controlContainerTool12.InstanceProps.IsFirstInGroup = true;
     controlContainerTool12.InstanceProps.Width = 80;
     controlContainerTool7.ControlName = "tbBatchNoTo";
     buttonTool11.InstanceProps.IsFirstInGroup = true;
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool6,
     controlContainerTool20,
     controlContainerTool4,
     controlContainerTool12,
     controlContainerTool7,
     buttonTool11,
     buttonTool12});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 194;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 157;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     controlContainerTool10.SharedPropsInternal.Width = 80;
     appearance177.Image = ((object)(resources.GetObject("appearance177.Image")));
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance177;
     buttonTool9.SharedPropsInternal.Caption = "����";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool3.ControlName = "pnl_Type";
     controlContainerTool3.SharedPropsInternal.Caption = "���";
     controlContainerTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     controlContainerTool3.SharedPropsInternal.Width = 130;
     controlContainerTool5.ControlName = "tbBatchNoTo";
     controlContainerTool5.SharedPropsInternal.Caption = "��";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool1,
     controlContainerTool10,
     buttonTool9,
     controlContainerTool3,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 326);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 354);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmCardInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 354);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name = "frmCardInfo";
     this.Text = "������";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmCardInfo_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.pnl_Type.ResumeLayout(false);
     this.pnl_Type.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED1");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED2");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 782692756);
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("�ϸ�");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ϸ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetElements");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReExamine));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool18 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("�ϸ�");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ϸ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetElements");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbAdviseSpec = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtLength = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtSpec = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtSteelType = new System.Windows.Forms.TextBox();
     this.LabSteelType = new System.Windows.Forms.Label();
     this.tbAs = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbEditQuanified = new System.Windows.Forms.CheckBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tbCeq = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbNb = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tbMo = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbV = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbCu = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbCr = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.tbNi = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tbP = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbS = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbMn = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbSi = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbC = new System.Windows.Forms.TextBox();
     this.txtStoveNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtCardNo = new System.Windows.Forms.TextBox();
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbUnquanified = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.cbQuanified = new System.Windows.Forms.CheckBox();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(990, 137);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.tbAdviseSpec);
     this.ultraGroupBox3.Controls.Add(this.label4);
     this.ultraGroupBox3.Controls.Add(this.txtLength);
     this.ultraGroupBox3.Controls.Add(this.label7);
     this.ultraGroupBox3.Controls.Add(this.txtSpec);
     this.ultraGroupBox3.Controls.Add(this.label6);
     this.ultraGroupBox3.Controls.Add(this.txtSteelType);
     this.ultraGroupBox3.Controls.Add(this.LabSteelType);
     this.ultraGroupBox3.Controls.Add(this.tbAs);
     this.ultraGroupBox3.Controls.Add(this.label3);
     this.ultraGroupBox3.Controls.Add(this.cbEditQuanified);
     this.ultraGroupBox3.Controls.Add(this.label28);
     this.ultraGroupBox3.Controls.Add(this.label18);
     this.ultraGroupBox3.Controls.Add(this.tbCeq);
     this.ultraGroupBox3.Controls.Add(this.label17);
     this.ultraGroupBox3.Controls.Add(this.tbNb);
     this.ultraGroupBox3.Controls.Add(this.label16);
     this.ultraGroupBox3.Controls.Add(this.tbMo);
     this.ultraGroupBox3.Controls.Add(this.label15);
     this.ultraGroupBox3.Controls.Add(this.tbV);
     this.ultraGroupBox3.Controls.Add(this.label14);
     this.ultraGroupBox3.Controls.Add(this.tbCu);
     this.ultraGroupBox3.Controls.Add(this.label13);
     this.ultraGroupBox3.Controls.Add(this.tbCr);
     this.ultraGroupBox3.Controls.Add(this.label12);
     this.ultraGroupBox3.Controls.Add(this.tbNi);
     this.ultraGroupBox3.Controls.Add(this.label11);
     this.ultraGroupBox3.Controls.Add(this.tbP);
     this.ultraGroupBox3.Controls.Add(this.label10);
     this.ultraGroupBox3.Controls.Add(this.tbS);
     this.ultraGroupBox3.Controls.Add(this.label9);
     this.ultraGroupBox3.Controls.Add(this.tbMn);
     this.ultraGroupBox3.Controls.Add(this.label8);
     this.ultraGroupBox3.Controls.Add(this.tbSi);
     this.ultraGroupBox3.Controls.Add(this.label2);
     this.ultraGroupBox3.Controls.Add(this.tbC);
     this.ultraGroupBox3.Controls.Add(this.txtStoveNo);
     this.ultraGroupBox3.Controls.Add(this.label1);
     this.ultraGroupBox3.Controls.Add(this.label5);
     this.ultraGroupBox3.Controls.Add(this.txtCardNo);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(990, 137);
     this.ultraGroupBox3.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // tbAdviseSpec
     //
     this.coreBind.SetDatabasecommand(this.tbAdviseSpec, null);
     this.tbAdviseSpec.Location = new System.Drawing.Point(766, 92);
     this.tbAdviseSpec.Name = "tbAdviseSpec";
     this.tbAdviseSpec.Size = new System.Drawing.Size(100, 21);
     this.tbAdviseSpec.TabIndex = 814;
     this.coreBind.SetVerification(this.tbAdviseSpec, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(677, 100);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(83, 12);
     this.label4.TabIndex = 813;
     this.label4.Text = "�������ƹ��:";
     this.coreBind.SetVerification(this.label4, null);
     //
     // txtLength
     //
     this.txtLength.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.txtLength, null);
     this.txtLength.Location = new System.Drawing.Point(766, 27);
     this.txtLength.Name = "txtLength";
     this.txtLength.Size = new System.Drawing.Size(100, 21);
     this.txtLength.TabIndex = 812;
     this.coreBind.SetVerification(this.txtLength, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Location = new System.Drawing.Point(725, 36);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(35, 12);
     this.label7.TabIndex = 811;
     this.label7.Text = "����:";
     this.coreBind.SetVerification(this.label7, null);
     //
     // txtSpec
     //
     this.txtSpec.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.txtSpec, null);
     this.txtSpec.Location = new System.Drawing.Point(591, 27);
     this.txtSpec.Name = "txtSpec";
     this.txtSpec.Size = new System.Drawing.Size(100, 21);
     this.txtSpec.TabIndex = 810;
     this.coreBind.SetVerification(this.txtSpec, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Location = new System.Drawing.Point(550, 36);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(35, 12);
     this.label6.TabIndex = 809;
     this.label6.Text = "���:";
     this.coreBind.SetVerification(this.label6, null);
     //
     // txtSteelType
     //
     this.coreBind.SetDatabasecommand(this.txtSteelType, null);
     this.txtSteelType.Location = new System.Drawing.Point(419, 27);
     this.txtSteelType.Name = "txtSteelType";
     this.txtSteelType.Size = new System.Drawing.Size(100, 21);
     this.txtSteelType.TabIndex = 808;
     this.coreBind.SetVerification(this.txtSteelType, null);
     //
     // LabSteelType
     //
     this.LabSteelType.AutoSize = true;
     this.LabSteelType.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.LabSteelType, null);
     this.LabSteelType.Location = new System.Drawing.Point(378, 36);
     this.LabSteelType.Name = "LabSteelType";
     this.LabSteelType.Size = new System.Drawing.Size(35, 12);
     this.LabSteelType.TabIndex = 807;
     this.LabSteelType.Text = "����:";
     this.coreBind.SetVerification(this.LabSteelType, null);
     //
     // tbAs
     //
     this.tbAs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAs, null);
     this.tbAs.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAs.Location = new System.Drawing.Point(585, 91);
     this.tbAs.Name = "tbAs";
     this.tbAs.Size = new System.Drawing.Size(44, 21);
     this.tbAs.TabIndex = 806;
     this.tbAs.Text = "0";
     this.tbAs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAs, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Location = new System.Drawing.Point(46, 91);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 805;
     this.label3.Text = "��ѧ�ɷ�:";
     this.coreBind.SetVerification(this.label3, null);
     //
     // cbEditQuanified
     //
     this.cbEditQuanified.AutoSize = true;
     this.cbEditQuanified.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.cbEditQuanified, null);
     this.cbEditQuanified.Location = new System.Drawing.Point(892, 99);
     this.cbEditQuanified.Name = "cbEditQuanified";
     this.cbEditQuanified.Size = new System.Drawing.Size(48, 16);
     this.cbEditQuanified.TabIndex = 804;
     this.cbEditQuanified.Text = "�ϸ�";
     this.cbEditQuanified.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbEditQuanified, null);
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label28, null);
     this.label28.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(585, 69);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(44, 22);
     this.label28.TabIndex = 803;
     this.label28.Text = "As";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label28, null);
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label18, null);
     this.label18.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(627, 69);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(44, 22);
     this.label18.TabIndex = 801;
     this.label18.Text = "Ceq";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label18, null);
     //
     // tbCeq
     //
     this.tbCeq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCeq, null);
     this.tbCeq.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCeq.Location = new System.Drawing.Point(627, 91);
     this.tbCeq.Name = "tbCeq";
     this.tbCeq.Size = new System.Drawing.Size(44, 21);
     this.tbCeq.TabIndex = 800;
     this.tbCeq.Text = "0";
     this.tbCeq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCeq, null);
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label17, null);
     this.label17.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(541, 69);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(44, 22);
     this.label17.TabIndex = 799;
     this.label17.Text = "Nb";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label17, null);
     //
     // tbNb
     //
     this.tbNb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNb, null);
     this.tbNb.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNb.Location = new System.Drawing.Point(541, 91);
     this.tbNb.Name = "tbNb";
     this.tbNb.Size = new System.Drawing.Size(44, 21);
     this.tbNb.TabIndex = 798;
     this.tbNb.Text = "0";
     this.tbNb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNb, null);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label16, null);
     this.label16.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(498, 69);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(44, 22);
     this.label16.TabIndex = 797;
     this.label16.Text = "Mo";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label16, null);
     //
     // tbMo
     //
     this.tbMo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMo, null);
     this.tbMo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMo.Location = new System.Drawing.Point(498, 91);
     this.tbMo.Name = "tbMo";
     this.tbMo.Size = new System.Drawing.Size(44, 21);
     this.tbMo.TabIndex = 796;
     this.tbMo.Text = "0";
     this.tbMo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMo, null);
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(455, 69);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(44, 22);
     this.label15.TabIndex = 795;
     this.label15.Text = "V";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label15, null);
     //
     // tbV
     //
     this.tbV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbV, null);
     this.tbV.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbV.Location = new System.Drawing.Point(455, 91);
     this.tbV.Name = "tbV";
     this.tbV.Size = new System.Drawing.Size(44, 21);
     this.tbV.TabIndex = 794;
     this.tbV.Text = "0";
     this.tbV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbV, null);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(412, 69);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(44, 22);
     this.label14.TabIndex = 793;
     this.label14.Text = "Cu";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     //
     // tbCu
     //
     this.tbCu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCu, null);
     this.tbCu.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCu.Location = new System.Drawing.Point(412, 91);
     this.tbCu.Name = "tbCu";
     this.tbCu.Size = new System.Drawing.Size(44, 21);
     this.tbCu.TabIndex = 792;
     this.tbCu.Text = "0";
     this.tbCu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCu, null);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label13, null);
     this.label13.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(369, 69);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(44, 22);
     this.label13.TabIndex = 791;
     this.label13.Text = "Cr";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label13, null);
     //
     // tbCr
     //
     this.tbCr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCr, null);
     this.tbCr.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCr.Location = new System.Drawing.Point(369, 91);
     this.tbCr.Name = "tbCr";
     this.tbCr.Size = new System.Drawing.Size(44, 21);
     this.tbCr.TabIndex = 790;
     this.tbCr.Text = "0";
     this.tbCr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCr, null);
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(326, 69);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 22);
     this.label12.TabIndex = 789;
     this.label12.Text = "Ni";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label12, null);
     //
     // tbNi
     //
     this.tbNi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNi, null);
     this.tbNi.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNi.Location = new System.Drawing.Point(326, 91);
     this.tbNi.Name = "tbNi";
     this.tbNi.Size = new System.Drawing.Size(44, 21);
     this.tbNi.TabIndex = 788;
     this.tbNi.Text = "0";
     this.tbNi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNi, null);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(283, 69);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(44, 22);
     this.label11.TabIndex = 787;
     this.label11.Text = "P";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // tbP
     //
     this.tbP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbP, null);
     this.tbP.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbP.Location = new System.Drawing.Point(283, 91);
     this.tbP.Name = "tbP";
     this.tbP.Size = new System.Drawing.Size(44, 21);
     this.tbP.TabIndex = 786;
     this.tbP.Text = "0";
     this.tbP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbP, null);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(240, 69);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(44, 22);
     this.label10.TabIndex = 785;
     this.label10.Text = "S";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // tbS
     //
     this.tbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbS, null);
     this.tbS.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbS.Location = new System.Drawing.Point(240, 91);
     this.tbS.Name = "tbS";
     this.tbS.Size = new System.Drawing.Size(44, 21);
     this.tbS.TabIndex = 784;
     this.tbS.Text = "0";
     this.tbS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbS, null);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(197, 69);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(44, 22);
     this.label9.TabIndex = 783;
     this.label9.Text = "Mn";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // tbMn
     //
     this.tbMn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMn, null);
     this.tbMn.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMn.Location = new System.Drawing.Point(197, 91);
     this.tbMn.Name = "tbMn";
     this.tbMn.Size = new System.Drawing.Size(44, 21);
     this.tbMn.TabIndex = 782;
     this.tbMn.Text = "0";
     this.tbMn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMn, null);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(154, 69);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(44, 22);
     this.label8.TabIndex = 781;
     this.label8.Text = "Si";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbSi
     //
     this.tbSi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSi, null);
     this.tbSi.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSi.Location = new System.Drawing.Point(154, 91);
     this.tbSi.Name = "tbSi";
     this.tbSi.Size = new System.Drawing.Size(44, 21);
     this.tbSi.TabIndex = 780;
     this.tbSi.Text = "0";
     this.tbSi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSi, null);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(111, 69);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 22);
     this.label2.TabIndex = 779;
     this.label2.Text = "C";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbC
     //
     this.tbC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbC, null);
     this.tbC.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbC.Location = new System.Drawing.Point(111, 91);
     this.tbC.Name = "tbC";
     this.tbC.Size = new System.Drawing.Size(44, 21);
     this.tbC.TabIndex = 778;
     this.tbC.Text = "0";
     this.tbC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbC, null);
     //
     // txtStoveNo
     //
     this.txtStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.txtStoveNo, null);
     this.txtStoveNo.Location = new System.Drawing.Point(262, 27);
     this.txtStoveNo.Name = "txtStoveNo";
     this.txtStoveNo.ReadOnly = true;
     this.txtStoveNo.Size = new System.Drawing.Size(100, 21);
     this.txtStoveNo.TabIndex = 31;
     this.coreBind.SetVerification(this.txtStoveNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(221, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 30;
     this.label1.Text = "¯��:";
     this.coreBind.SetVerification(this.label1, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Location = new System.Drawing.Point(22, 36);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(83, 12);
     this.label5.TabIndex = 28;
     this.label5.Text = "������������:";
     this.coreBind.SetVerification(this.label5, null);
     //
     // txtCardNo
     //
     this.txtCardNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.txtCardNo, null);
     this.txtCardNo.Location = new System.Drawing.Point(111, 27);
     this.txtCardNo.Name = "txtCardNo";
     this.txtCardNo.ReadOnly = true;
     this.txtCardNo.Size = new System.Drawing.Size(100, 21);
     this.txtCardNo.TabIndex = 29;
     this.coreBind.SetVerification(this.txtCardNo, null);
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbUnquanified);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryStoveNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbQuanified);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 494);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbUnquanified
     //
     this.cbUnquanified.AutoSize = true;
     this.cbUnquanified.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.cbUnquanified, null);
     this.cbUnquanified.Location = new System.Drawing.Point(533, 6);
     this.cbUnquanified.Name = "cbUnquanified";
     this.cbUnquanified.Size = new System.Drawing.Size(60, 16);
     this.cbUnquanified.TabIndex = 2;
     this.cbUnquanified.Text = "���ϸ�";
     this.cbUnquanified.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbUnquanified, null);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(375, 4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(101, 21);
     this.tbQueryStoveNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // cbQuanified
     //
     this.cbQuanified.AutoSize = true;
     this.cbQuanified.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.cbQuanified, null);
     this.cbQuanified.Location = new System.Drawing.Point(482, 6);
     this.cbQuanified.Name = "cbQuanified";
     this.cbQuanified.Size = new System.Drawing.Size(48, 16);
     this.cbQuanified.TabIndex = 1;
     this.cbQuanified.Text = "�ϸ�";
     this.cbQuanified.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbQuanified, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(224, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(117, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(81, 4);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 28);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 466);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox1.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox1.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox1.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 466);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "��ѯ����";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(40, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(38, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(36, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(31, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(38, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(37, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(37, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(39, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(39, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 40;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(44, 0);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(44, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 4;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24});
     ultraGridGroup1.Header.Caption = "��ѧ�ɷ�";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 26;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 439);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn55,
     this.dataColumn61,
     this.dataColumn19,
     this.dataColumn20});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "������������";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "¯��";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "����";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "���";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "����";
     this.dataColumn5.ColumnName = "FN_LENGTH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "C";
     this.dataColumn6.ColumnName = "FN_GP_C";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Si";
     this.dataColumn7.ColumnName = "FN_GP_SI";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Mn";
     this.dataColumn8.ColumnName = "FN_GP_MN";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "S";
     this.dataColumn9.ColumnName = "FN_GP_S";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "P";
     this.dataColumn10.ColumnName = "FN_GP_P";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "Ni";
     this.dataColumn11.ColumnName = "FN_GP_NI";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Cr";
     this.dataColumn12.ColumnName = "FN_GP_CR";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Cu";
     this.dataColumn13.ColumnName = "FN_GP_CU";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "V";
     this.dataColumn14.ColumnName = "FN_GP_V";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Mo";
     this.dataColumn15.ColumnName = "FN_GP_MO";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Nb";
     this.dataColumn16.ColumnName = "FN_GP_NB";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "Ceq";
     this.dataColumn17.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����";
     this.dataColumn18.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "�ж�Ա";
     this.dataColumn22.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "�����";
     this.dataColumn23.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "AS";
     this.dataColumn55.ColumnName = "FN_GP_AS";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "�ϸ�";
     this.dataColumn61.ColumnName = "FS_UNQUALIFIED1";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "�Ƿ�ϸ�";
     this.dataColumn19.ColumnName = "FS_UNQUALIFIED2";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "�������ƹ��";
     this.dataColumn20.ColumnName = "FS_ADVISESPEC";
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(700, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(626, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(794, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 466);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(379, 392);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(887, 24);
     controlContainerTool21.ControlName = "cbxDateTime";
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool21.InstanceProps.Width = 33;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.InstanceProps.Width = 168;
     controlContainerTool1.ControlName = "dateTimePicker2";
     controlContainerTool1.InstanceProps.Width = 139;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool2.ControlName = "cbQuanified";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.ControlName = "cbUnquanified";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool21,
     controlContainerTool22,
     controlContainerTool1,
     controlContainerTool24,
     controlContainerTool2,
     controlContainerTool3,
     buttonTool1,
     buttonTool2,
     buttonTool3});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     appearance76.Image = ((object)(resources.GetObject("appearance76.Image")));
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
     buttonTool6.SharedPropsInternal.Caption = "��ѯ";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.ControlName = "cbxDateTime";
     controlContainerTool16.SharedPropsInternal.Caption = " ";
     controlContainerTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.SharedPropsInternal.Width = 33;
     controlContainerTool18.ControlName = "dateTimePicker1";
     controlContainerTool18.SharedPropsInternal.Caption = "ʱ���";
     controlContainerTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool18.SharedPropsInternal.Width = 168;
     controlContainerTool19.ControlName = "dateTimePicker2";
     controlContainerTool19.SharedPropsInternal.Caption = "��";
     controlContainerTool19.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool19.SharedPropsInternal.Width = 139;
     controlContainerTool20.ControlName = "tbQueryStoveNo";
     controlContainerTool20.SharedPropsInternal.Caption = "¯��";
     controlContainerTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.ControlName = "cbQuanified";
     controlContainerTool4.SharedPropsInternal.Caption = "�ϸ�";
     controlContainerTool5.ControlName = "cbUnquanified";
     controlContainerTool5.SharedPropsInternal.Caption = "���ϸ�";
     appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     buttonTool4.SharedPropsInternal.Caption = "��ȡ";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool5.SharedPropsInternal.Caption = "�޸�";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool6,
     controlContainerTool16,
     controlContainerTool18,
     controlContainerTool19,
     controlContainerTool20,
     controlContainerTool4,
     controlContainerTool5,
     buttonTool4,
     buttonTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 466);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 494);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraTabControl1);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 494);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(992, 160);
     this.ultraPanel1.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(992, 160);
     this.ultraTabControl1.TabIndex = 1;
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text = "���ݱ༭";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab1});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(990, 137);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // ultraToolbarsDockArea1
     //
     this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea1, null);
     this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
     this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(992, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea1, null);
     //
     // ultraToolbarsDockArea2
     //
     this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea2, null);
     this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 654);
     this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
     this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(992, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea2, null);
     //
     // ultraToolbarsDockArea3
     //
     this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea3, null);
     this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
     this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 654);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea3, null);
     //
     // ultraToolbarsDockArea4
     //
     this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea4, null);
     this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(992, 0);
     this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
     this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(0, 654);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea4, null);
     //
     // ReExamine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.ultraToolbarsDockArea3);
     this.Controls.Add(this.ultraToolbarsDockArea4);
     this.Controls.Add(this.ultraToolbarsDockArea1);
     this.Controls.Add(this.ultraToolbarsDockArea2);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "ReExamine";
     this.Text = "���������ж�";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.ReExamine_Load);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool14 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MeasureDataQuery));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool17 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量数据", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GROSSDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TAREDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TARESHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TOCENTERTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ACCOUNTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TESTIFYDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPECODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_JZDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WXPAYFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_JSDH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CWQR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_KHJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATASTATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CREATEJSRQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_KSDJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_FHRQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YFDJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_CETH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SJTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_KTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YFJE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_FHJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SFJE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ECJLSJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SETTLEMENTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 6175674);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 6175675);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 6175676);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 6175677);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 6175678);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 6175679);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup6", 6175680);
     Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("12");
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CONTRACTNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIALNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TRANSNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDGROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDTAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTTYPE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_GROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPOINT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_GROSSDATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSSHIFT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_TAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPOINT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TAREDATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TARESHIFT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_NETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_SAMPLETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TOCENTERTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_ACCOUNTDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TESTIFYDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDNETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GY", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CY", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TYPECODE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIAL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_JZDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WXPAYFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo40 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_CHECKTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo41 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo42 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_JSDH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo43 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CWQR", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo44 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo45 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKBL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo46 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_KHJZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo47 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo48 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo49 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DATASTATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo50 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_STOVENO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo51 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PROVIDER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo52 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PROVIDERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo53 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo54 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MEMO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo55 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo56 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo57 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_REWEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo58 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo59 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo60 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo61 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo62 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CREATEJSRQ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo63 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_KSDJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo64 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_FHRQ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo65 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_YFDJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo66 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_CETH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo67 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SJTH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo68 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_KTH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo69 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_YFJE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo70 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_FHJZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo71 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SFJE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo72 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_ECJLSJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo73 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARDNUMBER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo74 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SETTLEMENTNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo75 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo76 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo77 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo78 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup3", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo79 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup4", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo80 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup5", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo81 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup6", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_CARDNUMBER", 72, true, "计量数据", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_NETWEIGHT", 19, true, "计量数据", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_NETWEIGHT", 19, true);
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraComboEditor1 = new System.Windows.Forms.ComboBox();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.dateBegin = new System.Windows.Forms.DateTimePicker();
     this.dateEnd = new System.Windows.Forms.DateTimePicker();
     this.cbDateField = new System.Windows.Forms.ComboBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbSHDWUSER = new System.Windows.Forms.ComboBox();
     this.cbGYDWUSER = new System.Windows.Forms.ComboBox();
     this.cbHTH = new System.Windows.Forms.ComboBox();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.MeasureDataQuery_Fill_Panel = new System.Windows.Forms.Panel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.dataColumn76 = new System.Data.DataColumn();
     this.dataColumn77 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn51 = new System.Data.DataColumn();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultTPPic = new Infragistics.Win.Misc.UltraTilePanel();
     this.ultraTile1 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic1 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile2 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic2 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile3 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic3 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile4 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic4 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile5 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic5 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile6 = new Infragistics.Win.Misc.UltraTile();
     this.ultraChart11 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraTile7 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic7 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile8 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic8 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile9 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic9 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile10 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic10 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile11 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic11 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile12 = new Infragistics.Win.Misc.UltraTile();
     this.ultraChart12 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.dataColumn87 = new System.Data.DataColumn();
     this.panel1.SuspendLayout();
     this.panel1_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.MeasureDataQuery_Fill_Panel.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).BeginInit();
     this.ultTPPic.SuspendLayout();
     this.ultraTile1.SuspendLayout();
     this.ultraTile2.SuspendLayout();
     this.ultraTile3.SuspendLayout();
     this.ultraTile4.SuspendLayout();
     this.ultraTile5.SuspendLayout();
     this.ultraTile6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).BeginInit();
     this.ultraTile7.SuspendLayout();
     this.ultraTile8.SuspendLayout();
     this.ultraTile9.SuspendLayout();
     this.ultraTile10.SuspendLayout();
     this.ultraTile11.SuspendLayout();
     this.ultraTile12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart12)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraComboEditor1);
     this.panel1.Controls.Add(this.cbx_Filter);
     this.panel1.Controls.Add(this.txtCarNo);
     this.panel1.Controls.Add(this.dateBegin);
     this.panel1.Controls.Add(this.dateEnd);
     this.panel1.Controls.Add(this.cbDateField);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1028, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ultraComboEditor1.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.ultraComboEditor1, null);
     this.ultraComboEditor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ultraComboEditor1.FormattingEnabled = true;
     this.ultraComboEditor1.Location = new System.Drawing.Point(767, 5);
     this.ultraComboEditor1.Name = "ultraComboEditor1";
     this.ultraComboEditor1.Size = new System.Drawing.Size(91, 20);
     this.ultraComboEditor1.TabIndex = 705;
     this.coreBind.SetVerification(this.ultraComboEditor1, null);
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(932, 6);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 11;
     this.cbx_Filter.Text = "过滤";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.Visible = false;
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(500, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(100, 21);
     this.txtCarNo.TabIndex = 11;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // dateBegin
     //
     this.dateBegin.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateBegin, null);
     this.dateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateBegin.Location = new System.Drawing.Point(194, 2);
     this.dateBegin.Name = "dateBegin";
     this.dateBegin.Size = new System.Drawing.Size(125, 21);
     this.dateBegin.TabIndex = 599;
     this.coreBind.SetVerification(this.dateBegin, null);
     this.dateBegin.ValueChanged += new System.EventHandler(this.dateBegin_ValueChanged);
     //
     // dateEnd
     //
     this.dateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateEnd, null);
     this.dateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateEnd.Location = new System.Drawing.Point(341, 2);
     this.dateEnd.Name = "dateEnd";
     this.dateEnd.Size = new System.Drawing.Size(125, 21);
     this.dateEnd.TabIndex = 600;
     this.coreBind.SetVerification(this.dateEnd, null);
     //
     // cbDateField
     //
     this.coreBind.SetDatabasecommand(this.cbDateField, null);
     this.cbDateField.FormattingEnabled = true;
     this.cbDateField.Items.AddRange(new object[] {
     "",
     "毛重计量时间",
     "皮重计量时间"});
     this.cbDateField.Location = new System.Drawing.Point(60, 2);
     this.cbDateField.Name = "cbDateField";
     this.cbDateField.Size = new System.Drawing.Size(99, 20);
     this.cbDateField.TabIndex = 605;
     this.coreBind.SetVerification(this.cbDateField, null);
     this.cbDateField.SelectedIndexChanged += new System.EventHandler(this.cbDateField_SelectedIndexChanged);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Controls.Add(this.cbSHDWUSER);
     this.panel1_Fill_Panel.Controls.Add(this.cbGYDWUSER);
     this.panel1_Fill_Panel.Controls.Add(this.cbHTH);
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 54);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1028, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // cbSHDWUSER
     //
     this.coreBind.SetDatabasecommand(this.cbSHDWUSER, null);
     this.cbSHDWUSER.FormattingEnabled = true;
     this.cbSHDWUSER.Location = new System.Drawing.Point(-10000, -10000);
     this.cbSHDWUSER.Name = "cbSHDWUSER";
     this.cbSHDWUSER.Size = new System.Drawing.Size(123, 20);
     this.cbSHDWUSER.TabIndex = 611;
     this.coreBind.SetVerification(this.cbSHDWUSER, null);
     //
     // cbGYDWUSER
     //
     this.coreBind.SetDatabasecommand(this.cbGYDWUSER, null);
     this.cbGYDWUSER.FormattingEnabled = true;
     this.cbGYDWUSER.Location = new System.Drawing.Point(601, 4);
     this.cbGYDWUSER.Name = "cbGYDWUSER";
     this.cbGYDWUSER.Size = new System.Drawing.Size(123, 20);
     this.cbGYDWUSER.TabIndex = 610;
     this.coreBind.SetVerification(this.cbGYDWUSER, null);
     //
     // cbHTH
     //
     this.coreBind.SetDatabasecommand(this.cbHTH, null);
     this.cbHTH.FormattingEnabled = true;
     this.cbHTH.Location = new System.Drawing.Point(473, 3);
     this.cbHTH.Name = "cbHTH";
     this.cbHTH.Size = new System.Drawing.Size(122, 20);
     this.cbHTH.TabIndex = 598;
     this.coreBind.SetVerification(this.cbHTH, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 54);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(269, 316);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(182, 144);
     controlContainerTool10.ControlName = "cbDateField";
     controlContainerTool10.InstanceProps.RecentlyUsed = false;
     controlContainerTool10.InstanceProps.Width = 158;
     controlContainerTool11.ControlName = "dateBegin";
     controlContainerTool11.InstanceProps.Width = 159;
     controlContainerTool12.ControlName = "dateEnd";
     controlContainerTool12.InstanceProps.Width = 147;
     controlContainerTool1.ControlName = "txtCarNo";
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.ControlName = "ultraComboEditor1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool10,
     controlContainerTool11,
     controlContainerTool12,
     controlContainerTool1,
     buttonTool4,
     buttonTool3,
     controlContainerTool3,
     buttonTool1});
     ultraToolbar1.Text = "UltraToolbar1";
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 1;
     ultraToolbar2.Text = "UltraToolbar2";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1,
     ultraToolbar2});
     controlContainerTool14.ControlName = "dateBegin";
     controlContainerTool14.SharedPropsInternal.Caption = "开始";
     controlContainerTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool14.SharedPropsInternal.Width = 159;
     appearance34.Image = ((object)(resources.GetObject("appearance34.Image")));
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
     buttonTool5.SharedPropsInternal.Caption = "查询";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.ControlName = "dateEnd";
     controlContainerTool16.SharedPropsInternal.Caption = "至";
     controlContainerTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.SharedPropsInternal.Width = 147;
     controlContainerTool17.ControlName = "cbDateField";
     controlContainerTool17.SharedPropsInternal.Caption = "查询日期";
     controlContainerTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool17.SharedPropsInternal.Width = 158;
     controlContainerTool2.ControlName = "txtCarNo";
     controlContainerTool2.SharedPropsInternal.Caption = "车号";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool7.SharedPropsInternal.Caption = "导出";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.ControlName = "ultraComboEditor1";
     controlContainerTool4.SharedPropsInternal.Caption = "计量点";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool2.SharedPropsInternal.Caption = "票据补打";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool14,
     buttonTool5,
     controlContainerTool16,
     controlContainerTool17,
     controlContainerTool2,
     buttonTool7,
     controlContainerTool4,
     buttonTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1028, 54);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1028, 54);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1028, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // MeasureDataQuery_Fill_Panel
     //
     this.MeasureDataQuery_Fill_Panel.Controls.Add(this.ultraPanel1);
     this.MeasureDataQuery_Fill_Panel.Controls.Add(this.panel1);
     this.MeasureDataQuery_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.MeasureDataQuery_Fill_Panel, null);
     this.MeasureDataQuery_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MeasureDataQuery_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.MeasureDataQuery_Fill_Panel.Name = "MeasureDataQuery_Fill_Panel";
     this.MeasureDataQuery_Fill_Panel.Size = new System.Drawing.Size(1028, 666);
     this.MeasureDataQuery_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.MeasureDataQuery_Fill_Panel, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.splitContainer1);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 27);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1028, 639);
     this.ultraPanel1.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // splitContainer1
     //
     this.coreBind.SetDatabasecommand(this.splitContainer1, null);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel1, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox3);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel2, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(1028, 639);
     this.splitContainer1.SplitterDistance = 293;
     this.splitContainer1.TabIndex = 11;
     this.coreBind.SetVerification(this.splitContainer1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1028, 293);
     this.ultraGroupBox2.TabIndex = 12;
     this.ultraGroupBox2.Text = "计量查询数据";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "计量数据";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 56;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.Hidden = true;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 58;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 60;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 66;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 64;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 68;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 78;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 82;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 84;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.Hidden = true;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 92;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 94;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 96;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 98;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 100;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 43;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn45.Header.VisiblePosition = 44;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.Header.VisiblePosition = 45;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn47.Header.VisiblePosition = 46;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn48.Header.VisiblePosition = 47;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn49.Header.VisiblePosition = 48;
     ultraGridColumn49.Hidden = true;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn50.Header.VisiblePosition = 49;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn51.Header.VisiblePosition = 50;
     ultraGridColumn51.Hidden = true;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn52.Header.VisiblePosition = 51;
     ultraGridColumn52.Hidden = true;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn53.Header.VisiblePosition = 52;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn54.Header.VisiblePosition = 53;
     ultraGridColumn54.Hidden = true;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn55.Header.VisiblePosition = 54;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn55.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn56.Header.VisiblePosition = 55;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn56.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn57.Header.VisiblePosition = 56;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn57.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn58.Header.VisiblePosition = 57;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn58.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn59.Header.VisiblePosition = 58;
     ultraGridColumn59.Hidden = true;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn60.Header.VisiblePosition = 59;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn61.Header.VisiblePosition = 60;
     ultraGridColumn61.Hidden = true;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 78;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn62.Header.VisiblePosition = 61;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn63.Header.VisiblePosition = 62;
     ultraGridColumn63.Hidden = true;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 82;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn64.Header.VisiblePosition = 63;
     ultraGridColumn64.Hidden = true;
     ultraGridColumn64.RowLayoutColumnInfo.OriginX = 84;
     ultraGridColumn64.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn64.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn64.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn65.Header.VisiblePosition = 64;
     ultraGridColumn65.Hidden = true;
     ultraGridColumn65.RowLayoutColumnInfo.OriginX = 86;
     ultraGridColumn65.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn65.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn65.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn66.Header.VisiblePosition = 65;
     ultraGridColumn66.Hidden = true;
     ultraGridColumn66.RowLayoutColumnInfo.OriginX = 88;
     ultraGridColumn66.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn66.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn66.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn67.Header.VisiblePosition = 66;
     ultraGridColumn67.Hidden = true;
     ultraGridColumn67.RowLayoutColumnInfo.OriginX = 90;
     ultraGridColumn67.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn67.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn67.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn68.Header.VisiblePosition = 67;
     ultraGridColumn68.Hidden = true;
     ultraGridColumn68.RowLayoutColumnInfo.OriginX = 92;
     ultraGridColumn68.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn68.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn68.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn69.Header.VisiblePosition = 68;
     ultraGridColumn69.Hidden = true;
     ultraGridColumn69.RowLayoutColumnInfo.OriginX = 94;
     ultraGridColumn69.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn69.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn69.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn70.Header.VisiblePosition = 69;
     ultraGridColumn70.Hidden = true;
     ultraGridColumn70.RowLayoutColumnInfo.OriginX = 96;
     ultraGridColumn70.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn70.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn70.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn71.Header.VisiblePosition = 70;
     ultraGridColumn71.Hidden = true;
     ultraGridColumn71.RowLayoutColumnInfo.OriginX = 98;
     ultraGridColumn71.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn71.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn71.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn72.Header.VisiblePosition = 71;
     ultraGridColumn72.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn72.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn72.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn72.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn72.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn73.Header.VisiblePosition = 72;
     ultraGridColumn73.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn73.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn73.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn73.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn73.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn74.Header.VisiblePosition = 73;
     ultraGridColumn74.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn74.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn74.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn74.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn74.RowLayoutColumnInfo.SpanY = 3;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63,
     ultraGridColumn64,
     ultraGridColumn65,
     ultraGridColumn66,
     ultraGridColumn67,
     ultraGridColumn68,
     ultraGridColumn69,
     ultraGridColumn70,
     ultraGridColumn71,
     ultraGridColumn72,
     ultraGridColumn73,
     ultraGridColumn74});
     ultraGridGroup1.Header.Caption = "重量";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 18;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup2.Header.Caption = "毛重";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 30;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 10;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup3.Header.Caption = "皮重";
     ultraGridGroup3.Key = "NewGroup2";
     ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup3.RowLayoutGroupInfo.OriginX = 40;
     ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup3.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup4.Header.Caption = "扣渣";
     ultraGridGroup4.Key = "NewGroup3";
     ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup4.RowLayoutGroupInfo.OriginX = 48;
     ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup4.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup4.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup5.Header.Caption = "复磅";
     ultraGridGroup5.Key = "NewGroup4";
     ultraGridGroup5.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup5.RowLayoutGroupInfo.OriginX = 54;
     ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup5.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup5.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup6.Header.Caption = "卸货";
     ultraGridGroup6.Key = "NewGroup5";
     ultraGridGroup6.RowLayoutGroupInfo.OriginX = 62;
     ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup6.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup6.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup7.Header.Caption = "对方重量";
     ultraGridGroup7.Key = "NewGroup6";
     ultraGridGroup7.RowLayoutGroupInfo.OriginX = 24;
     ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup7.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup7.RowLayoutGroupInfo.SpanY = 3;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2,
     ultraGridGroup3,
     ultraGridGroup4,
     ultraGridGroup5,
     ultraGridGroup6,
     ultraGridGroup7});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
     rowLayoutColumnInfo1,
     rowLayoutColumnInfo2,
     rowLayoutColumnInfo3,
     rowLayoutColumnInfo4,
     rowLayoutColumnInfo5,
     rowLayoutColumnInfo6,
     rowLayoutColumnInfo7,
     rowLayoutColumnInfo8,
     rowLayoutColumnInfo9,
     rowLayoutColumnInfo10,
     rowLayoutColumnInfo11,
     rowLayoutColumnInfo12,
     rowLayoutColumnInfo13,
     rowLayoutColumnInfo14,
     rowLayoutColumnInfo15,
     rowLayoutColumnInfo16,
     rowLayoutColumnInfo17,
     rowLayoutColumnInfo18,
     rowLayoutColumnInfo19,
     rowLayoutColumnInfo20,
     rowLayoutColumnInfo21,
     rowLayoutColumnInfo22,
     rowLayoutColumnInfo23,
     rowLayoutColumnInfo24,
     rowLayoutColumnInfo25,
     rowLayoutColumnInfo26,
     rowLayoutColumnInfo27,
     rowLayoutColumnInfo28,
     rowLayoutColumnInfo29,
     rowLayoutColumnInfo30,
     rowLayoutColumnInfo31,
     rowLayoutColumnInfo32,
     rowLayoutColumnInfo33,
     rowLayoutColumnInfo34,
     rowLayoutColumnInfo35,
     rowLayoutColumnInfo36,
     rowLayoutColumnInfo37,
     rowLayoutColumnInfo38,
     rowLayoutColumnInfo39,
     rowLayoutColumnInfo40,
     rowLayoutColumnInfo41,
     rowLayoutColumnInfo42,
     rowLayoutColumnInfo43,
     rowLayoutColumnInfo44,
     rowLayoutColumnInfo45,
     rowLayoutColumnInfo46,
     rowLayoutColumnInfo47,
     rowLayoutColumnInfo48,
     rowLayoutColumnInfo49,
     rowLayoutColumnInfo50,
     rowLayoutColumnInfo51,
     rowLayoutColumnInfo52,
     rowLayoutColumnInfo53,
     rowLayoutColumnInfo54,
     rowLayoutColumnInfo55,
     rowLayoutColumnInfo56,
     rowLayoutColumnInfo57,
     rowLayoutColumnInfo58,
     rowLayoutColumnInfo59,
     rowLayoutColumnInfo60,
     rowLayoutColumnInfo61,
     rowLayoutColumnInfo62,
     rowLayoutColumnInfo63,
     rowLayoutColumnInfo64,
     rowLayoutColumnInfo65,
     rowLayoutColumnInfo66,
     rowLayoutColumnInfo67,
     rowLayoutColumnInfo68,
     rowLayoutColumnInfo69,
     rowLayoutColumnInfo70,
     rowLayoutColumnInfo71,
     rowLayoutColumnInfo72,
     rowLayoutColumnInfo73,
     rowLayoutColumnInfo74,
     rowLayoutColumnInfo75,
     rowLayoutColumnInfo76,
     rowLayoutColumnInfo77,
     rowLayoutColumnInfo78,
     rowLayoutColumnInfo79,
     rowLayoutColumnInfo80,
     rowLayoutColumnInfo81});
     rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
     rowLayout1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "合计{0}条";
     summarySettings1.GroupBySummaryValueAppearance = appearance3;
     summarySettings2.DisplayFormat = "重量{0}吨";
     summarySettings2.GroupBySummaryValueAppearance = appearance4;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "拖动列标题到此,按该列进行分组";
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance11.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance17.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance18.TextHAlignAsString = "Center";
     appearance18.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance18;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance19.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance19;
     appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance20;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance21.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance21;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1022, 272);
     this.ultraGrid1.TabIndex = 10;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn2,
     this.dataColumn7,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn1,
     this.dataColumn40,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn50,
     this.dataColumn3,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn38,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn57,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70,
     this.dataColumn71,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87});
     this.dataTable1.TableName = "计量数据";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "合同号";
     this.dataColumn2.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "车号";
     this.dataColumn7.ColumnName = "FS_CARNO";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "物料名称";
     this.dataColumn9.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "发货单位";
     this.dataColumn10.ColumnName = "FS_SENDERNAME";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "承运单位";
     this.dataColumn12.ColumnName = "FS_TRANSNAME";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "收货单位";
     this.dataColumn13.ColumnName = "FS_RECEIVERNAME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "对方毛重";
     this.dataColumn15.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "对方皮重";
     this.dataColumn16.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "流向";
     this.dataColumn18.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "毛重重量";
     this.dataColumn19.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "毛重计量点";
     this.dataColumn20.ColumnName = "FS_GROSSPOINT";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "毛重计量员";
     this.dataColumn21.ColumnName = "FS_GROSSPERSON";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "毛重计量时间";
     this.dataColumn22.ColumnName = "FD_GROSSDATETIME";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "毛重计量班次";
     this.dataColumn23.ColumnName = "FS_GROSSSHIFT";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "皮重重量";
     this.dataColumn24.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "皮重计量点";
     this.dataColumn25.ColumnName = "FS_TAREPOINT";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "皮重计量员";
     this.dataColumn26.ColumnName = "FS_TAREPERSON";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "皮重计量时间";
     this.dataColumn27.ColumnName = "FD_TAREDATETIME";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "皮重计量班次";
     this.dataColumn28.ColumnName = "FS_TARESHIFT";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "净重";
     this.dataColumn41.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "取样时间";
     this.dataColumn42.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "取样员";
     this.dataColumn43.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "上传时间";
     this.dataColumn47.ColumnName = "FD_TOCENTERTIME";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "计量重磅日期";
     this.dataColumn48.ColumnName = "FD_ACCOUNTDATE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "上传的日期";
     this.dataColumn49.ColumnName = "FD_TESTIFYDATE";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "对方净重";
     this.dataColumn1.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "供应商代码";
     this.dataColumn40.ColumnName = "FS_GY";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "承运商代码";
     this.dataColumn44.ColumnName = "FS_CY";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "收货方代码";
     this.dataColumn45.ColumnName = "FS_SH";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "流向代码";
     this.dataColumn46.ColumnName = "FS_TYPECODE";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "物料编号";
     this.dataColumn50.ColumnName = "FS_MATERIAL";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "记账日期";
     this.dataColumn52.ColumnName = "FS_JZDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "外协标志";
     this.dataColumn53.ColumnName = "FS_WXPAYFLAG";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "取样点";
     this.dataColumn31.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "卸车员";
     this.dataColumn32.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "卸车时间";
     this.dataColumn34.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "卸车点";
     this.dataColumn35.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "验收员";
     this.dataColumn36.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "验收时间";
     this.dataColumn38.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "验收点";
     this.dataColumn54.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "结算单号";
     this.dataColumn55.ColumnName = "FS_JSDH";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "财务确认";
     this.dataColumn56.ColumnName = "FS_CWQR";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "应扣量";
     this.dataColumn58.ColumnName = "FS_YKL";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "应扣比例";
     this.dataColumn59.ColumnName = "FS_YKBL";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "扣后净重";
     this.dataColumn60.ColumnName = "FS_KHJZ";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "收货地点";
     this.dataColumn61.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "发货地点";
     this.dataColumn62.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "磅房启用状态";
     this.dataColumn57.ColumnName = "FS_DATASTATE";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "炉号";
     this.dataColumn63.ColumnName = "FS_STOVENO";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "供应单位代码";
     this.dataColumn64.ColumnName = "FS_PROVIDER";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "供应单位";
     this.dataColumn65.ColumnName = "FS_PROVIDERNAME";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "收货备注";
     this.dataColumn66.ColumnName = "FS_BZ";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "录入状态";
     this.dataColumn67.ColumnName = "FS_MEMO";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "复磅确认员";
     this.dataColumn68.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "复磅确认点";
     this.dataColumn69.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "复磅确认时间";
     this.dataColumn70.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "复磅标记";
     this.dataColumn71.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "验收确认";
     this.dataColumn72.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "卸货确认";
     this.dataColumn73.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "取样确认";
     this.dataColumn74.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "结算日期";
     this.dataColumn75.ColumnName = "FS_CREATEJSRQ";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "矿石单价(元)";
     this.dataColumn76.ColumnName = "FN_KSDJ";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "发货日期";
     this.dataColumn77.ColumnName = "FD_FHRQ";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "运费单价";
     this.dataColumn78.ColumnName = "FN_YFDJ";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "超额途耗";
     this.dataColumn79.ColumnName = "FN_CETH";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "实际途耗";
     this.dataColumn80.ColumnName = "FN_SJTH";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "扣途耗";
     this.dataColumn81.ColumnName = "FN_KTH";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "应付金额";
     this.dataColumn82.ColumnName = "FN_YFJE";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "发货净重";
     this.dataColumn83.ColumnName = "FN_FHJZ";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "实付金额";
     this.dataColumn84.ColumnName = "FN_SFJE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "二次计量时间";
     this.dataColumn85.ColumnName = "FD_ECJLSJ";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "车证卡号";
     this.dataColumn86.ColumnName = "FS_CARDNUMBER";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn8,
     this.dataColumn11,
     this.dataColumn14,
     this.dataColumn17,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn33,
     this.dataColumn37,
     this.dataColumn39});
     this.dataTable2.TableName = "计量图片";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FB_IMAGE1";
     this.dataColumn4.DataType = typeof(byte[]);
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FB_IMAGE2";
     this.dataColumn5.DataType = typeof(byte[]);
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FB_IMAGE3";
     this.dataColumn6.DataType = typeof(byte[]);
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FB_IMAGE4";
     this.dataColumn8.DataType = typeof(byte[]);
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FB_IMAGE5";
     this.dataColumn11.DataType = typeof(byte[]);
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FS_CURVEIMAGEONE";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FB_IMAGE7";
     this.dataColumn17.DataType = typeof(byte[]);
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FB_IMAGE8";
     this.dataColumn29.DataType = typeof(byte[]);
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FB_IMAGE9";
     this.dataColumn30.DataType = typeof(byte[]);
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FB_IMAGE10";
     this.dataColumn33.DataType = typeof(byte[]);
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FB_IMAGE11";
     this.dataColumn37.DataType = typeof(byte[]);
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FS_CURVEIMAGETWO";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn51});
     this.dataTable3.TableName = "计量点编号";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FS_POINTCODE";
     //
     // ultraGroupBox3
     //
     appearance9.BackColor = System.Drawing.Color.White;
     appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGroupBox3.Appearance = appearance9;
     this.ultraGroupBox3.Controls.Add(this.ultTPPic);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1028, 342);
     this.ultraGroupBox3.TabIndex = 0;
     this.ultraGroupBox3.Text = "计量图片";
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultTPPic
     //
     appearance10.BackColor = System.Drawing.Color.White;
     appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultTPPic.Appearance = appearance10;
     this.coreBind.SetDatabasecommand(this.ultTPPic, null);
     this.ultTPPic.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultTPPic.LargeTileOrientation = Infragistics.Win.Misc.TileOrientation.Horizontal;
     this.ultTPPic.LargeTilePosition = Infragistics.Win.Misc.LargeTilePosition.Right;
     this.ultTPPic.Location = new System.Drawing.Point(3, 18);
     this.ultTPPic.Name = "ultTPPic";
     this.ultTPPic.NormalModeDimensions = new System.Drawing.Size(4, 3);
     this.ultTPPic.Size = new System.Drawing.Size(1022, 321);
     this.ultTPPic.StyleLibraryName = "Offic2007";
     this.ultTPPic.StyleSetName = "Offic2007";
     this.ultTPPic.TabIndex = 0;
     this.ultTPPic.Tiles.Add(this.ultraTile1);
     this.ultTPPic.Tiles.Add(this.ultraTile2);
     this.ultTPPic.Tiles.Add(this.ultraTile3);
     this.ultTPPic.Tiles.Add(this.ultraTile4);
     this.ultTPPic.Tiles.Add(this.ultraTile5);
     this.ultTPPic.Tiles.Add(this.ultraTile6);
     this.ultTPPic.Tiles.Add(this.ultraTile7);
     this.ultTPPic.Tiles.Add(this.ultraTile8);
     this.ultTPPic.Tiles.Add(this.ultraTile9);
     this.ultTPPic.Tiles.Add(this.ultraTile10);
     this.ultTPPic.Tiles.Add(this.ultraTile11);
     this.ultTPPic.Tiles.Add(this.ultraTile12);
     appearance7.AlphaLevel = ((short)(214));
     appearance7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.BackColor2 = System.Drawing.SystemColors.Desktop;
     appearance7.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance7.BorderColor3DBase = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.ForeColorDisabled = System.Drawing.Color.Transparent;
     this.ultTPPic.TileSettings.Appearance = appearance7;
     appearance8.AlphaLevel = ((short)(253));
     appearance8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance8.BackColor2 = System.Drawing.SystemColors.Highlight;
     appearance8.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance8.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Centered;
     appearance8.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance8.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.ultTPPic.TileSettings.HeaderAppearance = appearance8;
     this.ultTPPic.TileSettings.HeaderPosition = Infragistics.Win.Misc.TileHeaderPosition.Top;
     this.coreBind.SetVerification(this.ultTPPic, null);
     //
     // ultraTile1
     //
     this.ultraTile1.Caption = "图像1";
     this.ultraTile1.Control = this.ulpic1;
     this.ultraTile1.Controls.Add(this.ulpic1);
     this.coreBind.SetDatabasecommand(this.ultraTile1, null);
     this.ultraTile1.Name = "ultraTile1";
     this.ultraTile1.PositionInNormalMode = new System.Drawing.Point(0, 0);
     appearance12.BackColor = System.Drawing.Color.White;
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.Appearance = appearance12;
     appearance13.BackColor = System.Drawing.Color.White;
     appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.HeaderAppearance = appearance13;
     this.ultraTile1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTile1, null);
     //
     // ulpic1
     //
     this.ulpic1.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic1, null);
     this.ulpic1.Location = new System.Drawing.Point(0, 18);
     this.ulpic1.Name = "ulpic1";
     this.ulpic1.Size = new System.Drawing.Size(238, 82);
     this.ulpic1.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic1, null);
     //
     // ultraTile2
     //
     this.ultraTile2.Caption = "图像2";
     this.ultraTile2.Control = this.ulpic2;
     this.ultraTile2.Controls.Add(this.ulpic2);
     this.coreBind.SetDatabasecommand(this.ultraTile2, null);
     this.ultraTile2.Name = "ultraTile2";
     this.ultraTile2.PositionInNormalMode = new System.Drawing.Point(1, 0);
     this.ultraTile2.Settings.Appearance = appearance12;
     this.ultraTile2.Settings.HeaderAppearance = appearance13;
     this.ultraTile2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraTile2, null);
     //
     // ulpic2
     //
     this.ulpic2.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic2, null);
     this.ulpic2.Location = new System.Drawing.Point(0, 18);
     this.ulpic2.Name = "ulpic2";
     this.ulpic2.Size = new System.Drawing.Size(238, 82);
     this.ulpic2.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic2, null);
     //
     // ultraTile3
     //
     this.ultraTile3.Caption = "图像3";
     this.ultraTile3.Control = this.ulpic3;
     this.ultraTile3.Controls.Add(this.ulpic3);
     this.coreBind.SetDatabasecommand(this.ultraTile3, null);
     this.ultraTile3.Name = "ultraTile3";
     this.ultraTile3.PositionInNormalMode = new System.Drawing.Point(2, 0);
     this.ultraTile3.Settings.Appearance = appearance12;
     this.ultraTile3.Settings.HeaderAppearance = appearance13;
     this.ultraTile3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraTile3, null);
     //
     // ulpic3
     //
     this.ulpic3.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic3, null);
     this.ulpic3.Location = new System.Drawing.Point(0, 18);
     this.ulpic3.Name = "ulpic3";
     this.ulpic3.Size = new System.Drawing.Size(238, 82);
     this.ulpic3.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic3, null);
     //
     // ultraTile4
     //
     this.ultraTile4.Caption = "图像4";
     this.ultraTile4.Control = this.ulpic4;
     this.ultraTile4.Controls.Add(this.ulpic4);
     this.coreBind.SetDatabasecommand(this.ultraTile4, null);
     this.ultraTile4.Name = "ultraTile4";
     this.ultraTile4.PositionInNormalMode = new System.Drawing.Point(3, 0);
     this.ultraTile4.Settings.Appearance = appearance12;
     this.ultraTile4.Settings.HeaderAppearance = appearance13;
     this.ultraTile4.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraTile4, null);
     //
     // ulpic4
     //
     this.ulpic4.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic4, null);
     this.ulpic4.Location = new System.Drawing.Point(0, 18);
     this.ulpic4.Name = "ulpic4";
     this.ulpic4.Size = new System.Drawing.Size(238, 82);
     this.ulpic4.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic4, null);
     //
     // ultraTile5
     //
     this.ultraTile5.Caption = "图像5";
     this.ultraTile5.Control = this.ulpic5;
     this.ultraTile5.Controls.Add(this.ulpic5);
     this.coreBind.SetDatabasecommand(this.ultraTile5, null);
     this.ultraTile5.Name = "ultraTile5";
     this.ultraTile5.PositionInNormalMode = new System.Drawing.Point(0, 1);
     this.ultraTile5.Settings.Appearance = appearance12;
     this.ultraTile5.Settings.HeaderAppearance = appearance13;
     this.ultraTile5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraTile5, null);
     //
     // ulpic5
     //
     this.ulpic5.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic5, null);
     this.ulpic5.Location = new System.Drawing.Point(0, 18);
     this.ulpic5.Name = "ulpic5";
     this.ulpic5.Size = new System.Drawing.Size(238, 82);
     this.ulpic5.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic5, null);
     //
     // ultraTile6
     //
     this.ultraTile6.Caption = "一次计量动态曲线图数据";
     this.ultraTile6.Control = this.ultraChart11;
     this.ultraTile6.Controls.Add(this.ultraChart11);
     this.coreBind.SetDatabasecommand(this.ultraTile6, null);
     this.ultraTile6.Name = "ultraTile6";
     this.ultraTile6.PositionInNormalMode = new System.Drawing.Point(1, 1);
     this.ultraTile6.Settings.Appearance = appearance12;
     this.ultraTile6.Settings.HeaderAppearance = appearance13;
     this.ultraTile6.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraTile6, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart11.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart11
     //
     this.ultraChart11.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart11.Axis.PE = paintElement1;
     this.ultraChart11.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.Visible = false;
     this.ultraChart11.Axis.X.LineThickness = 1;
     this.ultraChart11.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart11.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X.Visible = false;
     this.ultraChart11.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.Visible = false;
     this.ultraChart11.Axis.X2.LineThickness = 1;
     this.ultraChart11.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X2.Visible = false;
     this.ultraChart11.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.LineThickness = 1;
     this.ultraChart11.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y.Visible = true;
     this.ultraChart11.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.Visible = false;
     this.ultraChart11.Axis.Y2.LineThickness = 1;
     this.ultraChart11.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y2.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y2.Visible = false;
     this.ultraChart11.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.Visible = false;
     this.ultraChart11.Axis.Z.LineThickness = 1;
     this.ultraChart11.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z.Visible = false;
     this.ultraChart11.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.Visible = false;
     this.ultraChart11.Axis.Z2.LineThickness = 1;
     this.ultraChart11.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z2.Visible = false;
     this.ultraChart11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart11.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart11.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart11.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart11.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.coreBind.SetDatabasecommand(this.ultraChart11, null);
     this.ultraChart11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart11.Effects.Effects.Add(gradientEffect1);
     this.ultraChart11.Location = new System.Drawing.Point(0, 18);
     this.ultraChart11.Name = "ultraChart11";
     this.ultraChart11.Size = new System.Drawing.Size(238, 82);
     this.ultraChart11.TabIndex = 5;
     this.ultraChart11.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart11, null);
     //
     // ultraTile7
     //
     this.ultraTile7.Caption = "图像7";
     this.ultraTile7.Control = this.ulpic7;
     this.ultraTile7.Controls.Add(this.ulpic7);
     this.coreBind.SetDatabasecommand(this.ultraTile7, null);
     this.ultraTile7.Name = "ultraTile7";
     this.ultraTile7.PositionInNormalMode = new System.Drawing.Point(2, 1);
     this.ultraTile7.Settings.Appearance = appearance12;
     this.ultraTile7.Settings.HeaderAppearance = appearance13;
     this.ultraTile7.TabIndex = 6;
     this.coreBind.SetVerification(this.ultraTile7, null);
     //
     // ulpic7
     //
     this.ulpic7.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic7, null);
     this.ulpic7.Location = new System.Drawing.Point(0, 18);
     this.ulpic7.Name = "ulpic7";
     this.ulpic7.Size = new System.Drawing.Size(238, 82);
     this.ulpic7.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic7, null);
     //
     // ultraTile8
     //
     this.ultraTile8.Caption = "图像8";
     this.ultraTile8.Control = this.ulpic8;
     this.ultraTile8.Controls.Add(this.ulpic8);
     this.coreBind.SetDatabasecommand(this.ultraTile8, null);
     this.ultraTile8.Name = "ultraTile8";
     this.ultraTile8.PositionInNormalMode = new System.Drawing.Point(3, 1);
     this.ultraTile8.Settings.Appearance = appearance12;
     this.ultraTile8.Settings.HeaderAppearance = appearance13;
     this.ultraTile8.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraTile8, null);
     //
     // ulpic8
     //
     this.ulpic8.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic8, null);
     this.ulpic8.Location = new System.Drawing.Point(0, 18);
     this.ulpic8.Name = "ulpic8";
     this.ulpic8.Size = new System.Drawing.Size(238, 82);
     this.ulpic8.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic8, null);
     //
     // ultraTile9
     //
     this.ultraTile9.Caption = "图像9";
     this.ultraTile9.Control = this.ulpic9;
     this.ultraTile9.Controls.Add(this.ulpic9);
     this.coreBind.SetDatabasecommand(this.ultraTile9, null);
     this.ultraTile9.Name = "ultraTile9";
     this.ultraTile9.PositionInNormalMode = new System.Drawing.Point(0, 2);
     this.ultraTile9.Settings.Appearance = appearance12;
     this.ultraTile9.Settings.HeaderAppearance = appearance13;
     this.ultraTile9.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraTile9, null);
     //
     // ulpic9
     //
     this.ulpic9.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic9, null);
     this.ulpic9.Location = new System.Drawing.Point(0, 18);
     this.ulpic9.Name = "ulpic9";
     this.ulpic9.Size = new System.Drawing.Size(238, 82);
     this.ulpic9.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic9, null);
     //
     // ultraTile10
     //
     this.ultraTile10.Caption = "图像10";
     this.ultraTile10.Control = this.ulpic10;
     this.ultraTile10.Controls.Add(this.ulpic10);
     this.coreBind.SetDatabasecommand(this.ultraTile10, null);
     this.ultraTile10.Name = "ultraTile10";
     this.ultraTile10.PositionInNormalMode = new System.Drawing.Point(1, 2);
     this.ultraTile10.Settings.Appearance = appearance12;
     this.ultraTile10.Settings.HeaderAppearance = appearance13;
     this.ultraTile10.TabIndex = 9;
     this.coreBind.SetVerification(this.ultraTile10, null);
     //
     // ulpic10
     //
     this.ulpic10.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic10, null);
     this.ulpic10.Location = new System.Drawing.Point(0, 18);
     this.ulpic10.Name = "ulpic10";
     this.ulpic10.Size = new System.Drawing.Size(238, 82);
     this.ulpic10.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic10, null);
     //
     // ultraTile11
     //
     this.ultraTile11.Caption = "图像11";
     this.ultraTile11.Control = this.ulpic11;
     this.ultraTile11.Controls.Add(this.ulpic11);
     this.coreBind.SetDatabasecommand(this.ultraTile11, null);
     this.ultraTile11.Name = "ultraTile11";
     this.ultraTile11.PositionInNormalMode = new System.Drawing.Point(2, 2);
     this.ultraTile11.Settings.Appearance = appearance12;
     this.ultraTile11.Settings.HeaderAppearance = appearance13;
     this.ultraTile11.TabIndex = 10;
     this.coreBind.SetVerification(this.ultraTile11, null);
     //
     // ulpic11
     //
     this.ulpic11.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic11, null);
     this.ulpic11.Location = new System.Drawing.Point(0, 18);
     this.ulpic11.Name = "ulpic11";
     this.ulpic11.Size = new System.Drawing.Size(238, 82);
     this.ulpic11.TabIndex = 2;
     this.coreBind.SetVerification(this.ulpic11, null);
     //
     // ultraTile12
     //
     this.ultraTile12.Caption = "二次计量动态曲线图数据";
     this.ultraTile12.Control = this.ultraChart12;
     this.ultraTile12.Controls.Add(this.ultraChart12);
     this.coreBind.SetDatabasecommand(this.ultraTile12, null);
     this.ultraTile12.Name = "ultraTile12";
     this.ultraTile12.PositionInNormalMode = new System.Drawing.Point(3, 2);
     this.ultraTile12.Settings.Appearance = appearance12;
     this.ultraTile12.Settings.HeaderAppearance = appearance13;
     this.ultraTile12.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraTile12, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart12.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart12
     //
     this.ultraChart12.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart12.Axis.PE = paintElement2;
     this.ultraChart12.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X.Labels.Visible = false;
     this.ultraChart12.Axis.X.LineThickness = 1;
     this.ultraChart12.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart12.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart12.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.X.Visible = false;
     this.ultraChart12.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X2.Labels.Visible = false;
     this.ultraChart12.Axis.X2.LineThickness = 1;
     this.ultraChart12.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart12.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.X2.Visible = false;
     this.ultraChart12.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart12.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y.LineThickness = 1;
     this.ultraChart12.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Y.TickmarkInterval = 100;
     this.ultraChart12.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Y.Visible = true;
     this.ultraChart12.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart12.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y2.Labels.Visible = false;
     this.ultraChart12.Axis.Y2.LineThickness = 1;
     this.ultraChart12.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Y2.TickmarkInterval = 100;
     this.ultraChart12.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Y2.Visible = false;
     this.ultraChart12.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z.Labels.Visible = false;
     this.ultraChart12.Axis.Z.LineThickness = 1;
     this.ultraChart12.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Z.Visible = false;
     this.ultraChart12.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z2.Labels.Visible = false;
     this.ultraChart12.Axis.Z2.LineThickness = 1;
     this.ultraChart12.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Z2.Visible = false;
     this.ultraChart12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart12.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart12.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart12.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart12.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.coreBind.SetDatabasecommand(this.ultraChart12, null);
     this.ultraChart12.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart12.Effects.Effects.Add(gradientEffect2);
     this.ultraChart12.Location = new System.Drawing.Point(0, 18);
     this.ultraChart12.Name = "ultraChart12";
     this.ultraChart12.Size = new System.Drawing.Size(238, 82);
     this.ultraChart12.TabIndex = 4;
     this.ultraChart12.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart12, null);
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "结算单位";
     this.dataColumn87.ColumnName = "FS_SETTLEMENTNAME";
     //
     // MeasureDataQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 666);
     this.Controls.Add(this.MeasureDataQuery_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "MeasureDataQuery";
     this.Text = "汽车衡计量数据查询";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.MeasureDataQuery_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel1_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.MeasureDataQuery_Fill_Panel.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).EndInit();
     this.ultTPPic.ResumeLayout(false);
     this.ultraTile1.ResumeLayout(false);
     this.ultraTile2.ResumeLayout(false);
     this.ultraTile3.ResumeLayout(false);
     this.ultraTile4.ResumeLayout(false);
     this.ultraTile5.ResumeLayout(false);
     this.ultraTile6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).EndInit();
     this.ultraTile7.ResumeLayout(false);
     this.ultraTile8.ResumeLayout(false);
     this.ultraTile9.ResumeLayout(false);
     this.ultraTile10.ResumeLayout(false);
     this.ultraTile11.ResumeLayout(false);
     this.ultraTile12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart12)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REEL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLETSTATUS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZC_ENTERDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("checked");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("fs_transtype");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 606898422);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 606898423);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 606898424);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_GP_STOVENO", 1, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_GP_STOVENO", 1, true);
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_JJ_WEIGHT", 4, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_JJ_WEIGHT", 4, true);
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool25 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool27 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool18 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��������");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightPlanZKD));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool26 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool28 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool30 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��������");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.cb_selectAll = new System.Windows.Forms.CheckBox();
     this.lbl_InFurnance = new System.Windows.Forms.Label();
     this.lbl_Mark = new System.Windows.Forms.Label();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.bt_AddProdict = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnModify = new System.Windows.Forms.Button();
     this.cbBilletStatus = new System.Windows.Forms.ComboBox();
     this.cbPointID = new System.Windows.Forms.ComboBox();
     this.txtProductNo = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtReel = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.txtSpec = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtSteelType = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtStoveNo = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtBatchNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dataColumn19 = new System.Data.DataColumn();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryStoveNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1015, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(439, 2);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(133, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(636, 4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(108, 21);
     this.tbQueryStoveNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(3, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 1;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(78, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(238, 2);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1015, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.cb_selectAll);
     this.ultraGroupBox2.Controls.Add(this.lbl_InFurnance);
     this.ultraGroupBox2.Controls.Add(this.lbl_Mark);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1015, 427);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "�п��Ԥ����Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // cb_selectAll
     //
     this.cb_selectAll.AutoSize = true;
     this.cb_selectAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cb_selectAll, null);
     this.cb_selectAll.Location = new System.Drawing.Point(109, 6);
     this.cb_selectAll.Name = "cb_selectAll";
     this.cb_selectAll.Size = new System.Drawing.Size(48, 16);
     this.cb_selectAll.TabIndex = 1;
     this.cb_selectAll.Text = "ȫѡ";
     this.cb_selectAll.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cb_selectAll.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cb_selectAll, null);
     this.cb_selectAll.CheckedChanged += new System.EventHandler(this.cb_selectAll_CheckedChanged);
     //
     // lbl_InFurnance
     //
     this.lbl_InFurnance.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_InFurnance, null);
     this.lbl_InFurnance.ForeColor = System.Drawing.Color.Red;
     this.lbl_InFurnance.Location = new System.Drawing.Point(558, 4);
     this.lbl_InFurnance.Name = "lbl_InFurnance";
     this.lbl_InFurnance.Size = new System.Drawing.Size(128, 14);
     this.lbl_InFurnance.TabIndex = 0;
     this.lbl_InFurnance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_InFurnance, null);
     this.lbl_InFurnance.Visible = false;
     //
     // lbl_Mark
     //
     this.lbl_Mark.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_Mark, null);
     this.lbl_Mark.ForeColor = System.Drawing.Color.Blue;
     this.lbl_Mark.Location = new System.Drawing.Point(698, 4);
     this.lbl_Mark.Name = "lbl_Mark";
     this.lbl_Mark.Size = new System.Drawing.Size(128, 14);
     this.lbl_Mark.TabIndex = 0;
     this.lbl_Mark.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_Mark, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance12.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance12;
     ultraGridColumn1.Header.Caption = "������������";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 18);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance13.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance13;
     ultraGridColumn2.Header.Caption = "¯��";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn2.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 18);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance14.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance14;
     ultraGridColumn3.Header.Caption = "�ƺ�";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn3.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 18);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance15.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance15;
     ultraGridColumn4.Header.Caption = "���";
     ultraGridColumn4.Header.VisiblePosition = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn4.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 18);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance16.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance16;
     ultraGridColumn5.Header.Caption = "ʵ��";
     ultraGridColumn5.Header.VisiblePosition = 3;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn5.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance17.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance17;
     ultraGridColumn6.Header.Caption = "��ע";
     ultraGridColumn6.Header.VisiblePosition = 4;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 37;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 18);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance18.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance18;
     ultraGridColumn7.Header.Caption = "�ж�Ա";
     ultraGridColumn7.Header.VisiblePosition = 5;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance19.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance19;
     ultraGridColumn8.Header.Caption = "�ж�ʱ��";
     ultraGridColumn8.Header.VisiblePosition = 6;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance20.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance20;
     ultraGridColumn9.Header.Caption = "���Ʊ��";
     ultraGridColumn9.Header.VisiblePosition = 7;
     ultraGridColumn9.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
     ultraGridColumn9.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 18);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(40, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24});
     ultraGridGroup1.Header.Caption = "�������";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 2;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup2.Header.Caption = "�������";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 30;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 7;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup3.Header.Caption = "Ԥ�����";
     ultraGridGroup3.Key = "NewGroup2";
     ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup3.RowLayoutGroupInfo.OriginX = 8;
     ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup3.RowLayoutGroupInfo.SpanX = 18;
     ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2,
     ultraGridGroup3});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "¯����{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance21;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance23;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance52.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance52;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance53.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance53;
     appearance54.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance54;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance55.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance55.TextHAlignAsString = "Center";
     appearance55.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance55;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance56.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance56;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance57.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance57.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance57.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance57;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1009, 400);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn33,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FS_GP_SPE";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "��¯���";
     this.dataColumn2.ColumnName = "FS_REEL";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FS_SPEC";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "������";
     this.dataColumn7.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "�ɾ�״̬";
     this.dataColumn8.ColumnName = "FS_BILLETSTATUS";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "��������";
     this.dataColumn9.ColumnName = "FS_ORDER";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "���";
     this.dataColumn10.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "����";
     this.dataColumn11.ColumnName = "FN_WEIGHT";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "������";
     this.dataColumn12.ColumnName = "FS_POINT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Ԥ��ʱ��";
     this.dataColumn13.ColumnName = "FD_PLANTIME";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Ԥ��Ա";
     this.dataColumn14.ColumnName = "FS_PERSON";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "��¯ʱ��";
     this.dataColumn15.ColumnName = "FD_ZC_ENTERDATETIME";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "�ƺ�";
     this.dataColumn16.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "ѡ��";
     this.dataColumn17.ColumnName = "checked";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "���ͷ�ʽ";
     this.dataColumn18.ColumnName = "fs_transtype";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1015, 201);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 427);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1015, 201);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.bt_AddProdict);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.btnDelete);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.btnModify);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.cbBilletStatus);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.cbPointID);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtProductNo);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label5);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label6);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtReel);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label7);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label8);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtSpec);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label3);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtSteelType);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label4);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtStoveNo);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label2);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtBatchNo);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1009, 178);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // bt_AddProdict
     //
     this.coreBind.SetDatabasecommand(this.bt_AddProdict, null);
     this.bt_AddProdict.Location = new System.Drawing.Point(299, 135);
     this.bt_AddProdict.Name = "bt_AddProdict";
     this.bt_AddProdict.Size = new System.Drawing.Size(62, 23);
     this.bt_AddProdict.TabIndex = 21;
     this.bt_AddProdict.Text = "����Ԥ��";
     this.bt_AddProdict.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.bt_AddProdict, null);
     this.bt_AddProdict.Click += new System.EventHandler(this.bt_AddProdict_Click);
     //
     // btnDelete
     //
     this.coreBind.SetDatabasecommand(this.btnDelete, null);
     this.btnDelete.Location = new System.Drawing.Point(525, 135);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(62, 23);
     this.btnDelete.TabIndex = 20;
     this.btnDelete.Text = "ɾ��Ԥ��";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDelete, null);
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnModify
     //
     this.coreBind.SetDatabasecommand(this.btnModify, null);
     this.btnModify.Location = new System.Drawing.Point(414, 135);
     this.btnModify.Name = "btnModify";
     this.btnModify.Size = new System.Drawing.Size(62, 23);
     this.btnModify.TabIndex = 19;
     this.btnModify.Text = "�޸�Ԥ��";
     this.btnModify.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnModify, null);
     this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
     //
     // cbBilletStatus
     //
     this.coreBind.SetDatabasecommand(this.cbBilletStatus, null);
     this.cbBilletStatus.FormattingEnabled = true;
     this.cbBilletStatus.Location = new System.Drawing.Point(567, 72);
     this.cbBilletStatus.Name = "cbBilletStatus";
     this.cbBilletStatus.Size = new System.Drawing.Size(102, 20);
     this.cbBilletStatus.TabIndex = 17;
     this.coreBind.SetVerification(this.cbBilletStatus, null);
     this.cbBilletStatus.SelectedIndexChanged += new System.EventHandler(this.cbBilletStatus_SelectedIndexChanged);
     //
     // cbPointID
     //
     this.coreBind.SetDatabasecommand(this.cbPointID, null);
     this.cbPointID.FormattingEnabled = true;
     this.cbPointID.Location = new System.Drawing.Point(95, 71);
     this.cbPointID.Name = "cbPointID";
     this.cbPointID.Size = new System.Drawing.Size(102, 20);
     this.cbPointID.TabIndex = 16;
     this.coreBind.SetVerification(this.cbPointID, null);
     //
     // txtProductNo
     //
     this.coreBind.SetDatabasecommand(this.txtProductNo, null);
     this.txtProductNo.Location = new System.Drawing.Point(801, 71);
     this.txtProductNo.Name = "txtProductNo";
     this.txtProductNo.Size = new System.Drawing.Size(100, 21);
     this.txtProductNo.TabIndex = 15;
     this.coreBind.SetVerification(this.txtProductNo, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Location = new System.Drawing.Point(743, 80);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 14;
     this.label5.Text = "������";
     this.coreBind.SetVerification(this.label5, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Location = new System.Drawing.Point(499, 80);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 12;
     this.label6.Text = "�ɾ�״̬";
     this.coreBind.SetVerification(this.label6, null);
     //
     // txtReel
     //
     this.coreBind.SetDatabasecommand(this.txtReel, null);
     this.txtReel.Location = new System.Drawing.Point(327, 71);
     this.txtReel.Name = "txtReel";
     this.txtReel.Size = new System.Drawing.Size(100, 21);
     this.txtReel.TabIndex = 11;
     this.coreBind.SetVerification(this.txtReel, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Location = new System.Drawing.Point(257, 80);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 10;
     this.label7.Text = "��¯���";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Location = new System.Drawing.Point(37, 80);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 8;
     this.label8.Text = "������";
     this.coreBind.SetVerification(this.label8, null);
     //
     // txtSpec
     //
     this.coreBind.SetDatabasecommand(this.txtSpec, null);
     this.txtSpec.Location = new System.Drawing.Point(801, 15);
     this.txtSpec.Name = "txtSpec";
     this.txtSpec.Size = new System.Drawing.Size(100, 21);
     this.txtSpec.TabIndex = 7;
     this.coreBind.SetVerification(this.txtSpec, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Location = new System.Drawing.Point(755, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 6;
     this.label3.Text = "���";
     this.coreBind.SetVerification(this.label3, null);
     //
     // txtSteelType
     //
     this.coreBind.SetDatabasecommand(this.txtSteelType, null);
     this.txtSteelType.Location = new System.Drawing.Point(569, 15);
     this.txtSteelType.Name = "txtSteelType";
     this.txtSteelType.Size = new System.Drawing.Size(100, 21);
     this.txtSteelType.TabIndex = 5;
     this.coreBind.SetVerification(this.txtSteelType, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(523, 24);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "�ƺ�";
     this.coreBind.SetVerification(this.label4, null);
     //
     // txtStoveNo
     //
     this.coreBind.SetDatabasecommand(this.txtStoveNo, null);
     this.txtStoveNo.Location = new System.Drawing.Point(327, 15);
     this.txtStoveNo.Name = "txtStoveNo";
     this.txtStoveNo.ReadOnly = true;
     this.txtStoveNo.Size = new System.Drawing.Size(100, 21);
     this.txtStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.txtStoveNo, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(281, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "¯��";
     this.coreBind.SetVerification(this.label2, null);
     //
     // txtBatchNo
     //
     this.coreBind.SetDatabasecommand(this.txtBatchNo, null);
     this.txtBatchNo.Location = new System.Drawing.Point(95, 15);
     this.txtBatchNo.Name = "txtBatchNo";
     this.txtBatchNo.ReadOnly = true;
     this.txtBatchNo.Size = new System.Drawing.Size(100, 21);
     this.txtBatchNo.TabIndex = 1;
     this.coreBind.SetVerification(this.txtBatchNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(25, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "���Ʊ��";
     this.coreBind.SetVerification(this.label1, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool25.ControlName = "cbxDateTime";
     controlContainerTool27.ControlName = "dateTimePicker1";
     controlContainerTool29.ControlName = "dateTimePicker2";
     controlContainerTool19.ControlName = "tbQueryBatchNo";
     controlContainerTool19.InstanceProps.Width = 192;
     controlContainerTool18.ControlName = "tbQueryStoveNo";
     controlContainerTool18.InstanceProps.IsFirstInGroup = true;
     controlContainerTool18.InstanceProps.Width = 167;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool25,
     controlContainerTool27,
     controlContainerTool29,
     controlContainerTool19,
     controlContainerTool18,
     buttonTool3,
     buttonTool1,
     buttonTool4});
     ultraToolbar1.Text = "UltraToolbar2";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 192;
     controlContainerTool26.ControlName = "cbxDateTime";
     controlContainerTool28.ControlName = "dateTimePicker1";
     controlContainerTool28.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool30.ControlName = "dateTimePicker2";
     controlContainerTool30.SharedPropsInternal.Caption = "��";
     controlContainerTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     buttonTool2.SharedPropsInternal.Caption = "��������";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool5.SharedPropsInternal.Caption = "����";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool44,
     controlContainerTool24,
     controlContainerTool10,
     controlContainerTool26,
     controlContainerTool28,
     controlContainerTool30,
     buttonTool2,
     buttonTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1015, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1015, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1015, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "�������ƹ��";
     this.dataColumn19.ColumnName = "FS_ADVISESPEC";
     //
     // frmWeightPlanZKD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1015, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightPlanZKD";
     this.Text = "�п������Ԥ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightPlanZKD_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung. 
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("editorToolBar");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("bold");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("italic");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("refrain");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("special");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tab");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("indent");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("indentCombo");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("jumpmark");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Seitenumbruch");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("undo");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("bold");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("italic");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("refrain");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("special");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tab");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("indent");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Seitenumbruch");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("jumpmark");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("indentCombo");
     Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
     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();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("undo");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor));
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.toolbars = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.toolbarPanel = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.Editor_Fill_Panel = new System.Windows.Forms.Panel();
     this.previewBtn = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.button12 = new Lyra2.LyraShell.LyraButtonControl();
     this.button10 = new Lyra2.LyraShell.LyraButtonControl();
     this.button2 = new Lyra2.LyraShell.LyraButtonControl();
     this.button1 = new Lyra2.LyraShell.LyraButtonControl();
     this.button14 = new Lyra2.LyraShell.LyraButtonControl();
     this.button16 = new Lyra2.LyraShell.LyraButtonControl();
     this.button17 = new Lyra2.LyraShell.LyraButtonControl();
     this.button13 = new Lyra2.LyraShell.LyraButtonControl();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).BeginInit();
     this.toolbarPanel.ClientArea.SuspendLayout();
     this.toolbarPanel.SuspendLayout();
     this.ClientArea_Fill_Panel.SuspendLayout();
     this.Editor_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.previewBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(240, 38);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(384, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.Text = "textBox1";
     //
     // textBox2
     //
     this.textBox2.Enabled = false;
     this.textBox2.Location = new System.Drawing.Point(102, 38);
     this.textBox2.MaxLength = 4;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(40, 20);
     this.textBox2.TabIndex = 0;
     this.textBox2.Text = "textBox2";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.SlateGray;
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(160, 16);
     this.label1.TabIndex = 4;
     this.label1.Text = "Lyra Songtext Editor";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(24, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(78, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Liednummer:";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(206, 40);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(32, 16);
     this.label3.TabIndex = 6;
     this.label3.Text = "Titel:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(24, 72);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(36, 13);
     this.label4.TabIndex = 7;
     this.label4.Text = "Text:";
     //
     // richTextBox1
     //
     this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(685, 209);
     this.richTextBox1.TabIndex = 2;
     this.richTextBox1.Text = "richTextBox1";
     //
     // listBox1
     //
     this.listBox1.Location = new System.Drawing.Point(24, 465);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(600, 69);
     this.listBox1.TabIndex = 25;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(24, 441);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(92, 13);
     this.label7.TabIndex = 12;
     this.label7.Text = "Übersetzungen";
     //
     // textBox3
     //
     this.textBox3.Enabled = false;
     this.textBox3.Location = new System.Drawing.Point(200, 64);
     this.textBox3.MaxLength = 3;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(40, 20);
     this.textBox3.TabIndex = 28;
     this.textBox3.Text = "---";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(104, 65);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(104, 16);
     this.checkBox1.TabIndex = 29;
     this.checkBox1.Text = "Bemerkungen:";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(117, 341);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(384, 20);
     this.textBox4.TabIndex = 1;
     this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(24, 344);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(168, 16);
     this.label8.TabIndex = 6;
     this.label8.Text = "Hintergrundbild:";
     //
     // trackBar1
     //
     this.trackBar1.AutoSize = false;
     this.trackBar1.Enabled = false;
     this.trackBar1.LargeChange = 10;
     this.trackBar1.Location = new System.Drawing.Point(304, 368);
     this.trackBar1.Maximum = 100;
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(104, 16);
     this.trackBar1.TabIndex = 30;
     this.trackBar1.TickFrequency = 25;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // checkBox2
     //
     this.checkBox2.Enabled = false;
     this.checkBox2.Location = new System.Drawing.Point(116, 368);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(104, 16);
     this.checkBox2.TabIndex = 29;
     this.checkBox2.Text = "Bild strecken";
     //
     // label9
     //
     this.label9.Enabled = false;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(232, 368);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(168, 16);
     this.label9.TabIndex = 6;
     this.label9.Text = "Transparenz:";
     //
     // label10
     //
     this.label10.Enabled = false;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(305, 388);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(168, 16);
     this.label10.TabIndex = 6;
     this.label10.Text = "0%         50%       100%";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.DimGray;
     this.label11.Location = new System.Drawing.Point(653, 68);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 13);
     this.label11.TabIndex = 5;
     this.label11.Text = "Vorschau";
     //
     // toolbars
     //
     this.toolbars.DesignerFlags = 1;
     this.toolbars.DockWithinContainer = this.toolbarPanel.ClientArea;
     this.toolbars.ShowFullMenusDelay = 500;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool5.InstanceProps.IsFirstInGroup = true;
     buttonTool8.InstanceProps.IsFirstInGroup = true;
     buttonTool17.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool1,
     buttonTool2,
     buttonTool3,
     buttonTool4,
     buttonTool5,
     buttonTool6,
     comboBoxTool1,
     buttonTool8,
     buttonTool7,
     buttonTool17});
     ultraToolbar1.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True;
     ultraToolbar1.Settings.GrabHandleStyle = Infragistics.Win.UltraWinToolbars.GrabHandleStyle.NoGlyph;
     ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     ultraToolbar1.Text = "editorToolBar";
     this.toolbars.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.toolbars.ToolbarSettings.BorderStyleDocked = Infragistics.Win.UIElementBorderStyle.Etched;
     appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     appearance14.BackColor2 = System.Drawing.Color.Silver;
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop37;
     appearance14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolbars.ToolbarSettings.DockedAppearance = appearance14;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(178)))));
     appearance16.BackColor2 = System.Drawing.Color.Silver;
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalWithGlassLeft50;
     appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolbars.ToolbarSettings.HotTrackAppearance = appearance16;
     appearance11.FontData.BoldAsString = "True";
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     buttonTool9.SharedPropsInternal.Caption = "F";
     appearance12.FontData.ItalicAsString = "True";
     buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool10.SharedPropsInternal.Caption = "K";
     appearance13.FontData.BoldAsString = "True";
     appearance13.FontData.ItalicAsString = "True";
     appearance13.FontData.Name = "Times New Roman";
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool11.SharedPropsInternal.Caption = "Refrain";
     buttonTool12.SharedPropsInternal.Caption = "Spezial";
     buttonTool13.SharedPropsInternal.Caption = "Tab";
     buttonTool14.SharedPropsInternal.Caption = "Einrücken um";
     buttonTool15.SharedPropsInternal.Caption = "Seitenumbruch";
     buttonTool16.SharedPropsInternal.Caption = "Sprungmarke";
     comboBoxTool2.SharedPropsInternal.Width = 50;
     valueList1.DisplayStyle = Infragistics.Win.ValueListDisplayStyle.DisplayText;
     valueListItem1.DataValue = "ValueListItem0";
     valueListItem1.DisplayText = "8";
     valueListItem2.DataValue = "ValueListItem1";
     valueListItem2.DisplayText = "16";
     valueListItem3.DataValue = "ValueListItem2";
     valueListItem3.DisplayText = "24";
     valueListItem4.DataValue = "ValueListItem3";
     valueListItem4.DisplayText = "32";
     valueListItem5.DataValue = "ValueListItem4";
     valueListItem5.DisplayText = "40";
     valueList1.ValueListItems.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem1,
     valueListItem2,
     valueListItem3,
     valueListItem4,
     valueListItem5});
     comboBoxTool2.ValueList = valueList1;
     appearance15.Image = global::Lyra2.LyraShell.Properties.Resources.undo_icon;
     buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
     buttonTool18.SharedPropsInternal.Caption = "Undo";
     buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     this.toolbars.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool9,
     buttonTool10,
     buttonTool11,
     buttonTool12,
     buttonTool13,
     buttonTool14,
     buttonTool15,
     buttonTool16,
     comboBoxTool2,
     buttonTool18});
     //
     // toolbarPanel
     //
     //
     // toolbarPanel.ClientArea
     //
     this.toolbarPanel.ClientArea.Controls.Add(this.ClientArea_Fill_Panel);
     this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.toolbarPanel.Location = new System.Drawing.Point(27, 88);
     this.toolbarPanel.Name = "toolbarPanel";
     this.toolbarPanel.Size = new System.Drawing.Size(685, 240);
     this.toolbarPanel.TabIndex = 34;
     //
     // ClientArea_Fill_Panel
     //
     this.ClientArea_Fill_Panel.Controls.Add(this.richTextBox1);
     this.ClientArea_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 31);
     this.ClientArea_Fill_Panel.Name = "ClientArea_Fill_Panel";
     this.ClientArea_Fill_Panel.Size = new System.Drawing.Size(685, 209);
     this.ClientArea_Fill_Panel.TabIndex = 0;
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 209);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(685, 31);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 209);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(685, 31);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 240);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(685, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbars;
     //
     // Editor_Fill_Panel
     //
     this.Editor_Fill_Panel.Controls.Add(this.toolbarPanel);
     this.Editor_Fill_Panel.Controls.Add(this.label11);
     this.Editor_Fill_Panel.Controls.Add(this.previewBtn);
     this.Editor_Fill_Panel.Controls.Add(this.pictureBox1);
     this.Editor_Fill_Panel.Controls.Add(this.trackBar1);
     this.Editor_Fill_Panel.Controls.Add(this.textBox3);
     this.Editor_Fill_Panel.Controls.Add(this.label7);
     this.Editor_Fill_Panel.Controls.Add(this.label4);
     this.Editor_Fill_Panel.Controls.Add(this.label2);
     this.Editor_Fill_Panel.Controls.Add(this.textBox2);
     this.Editor_Fill_Panel.Controls.Add(this.textBox1);
     this.Editor_Fill_Panel.Controls.Add(this.textBox4);
     this.Editor_Fill_Panel.Controls.Add(this.checkBox1);
     this.Editor_Fill_Panel.Controls.Add(this.button12);
     this.Editor_Fill_Panel.Controls.Add(this.listBox1);
     this.Editor_Fill_Panel.Controls.Add(this.button10);
     this.Editor_Fill_Panel.Controls.Add(this.label1);
     this.Editor_Fill_Panel.Controls.Add(this.label3);
     this.Editor_Fill_Panel.Controls.Add(this.button2);
     this.Editor_Fill_Panel.Controls.Add(this.button1);
     this.Editor_Fill_Panel.Controls.Add(this.button14);
     this.Editor_Fill_Panel.Controls.Add(this.button16);
     this.Editor_Fill_Panel.Controls.Add(this.button17);
     this.Editor_Fill_Panel.Controls.Add(this.label8);
     this.Editor_Fill_Panel.Controls.Add(this.button13);
     this.Editor_Fill_Panel.Controls.Add(this.checkBox2);
     this.Editor_Fill_Panel.Controls.Add(this.label9);
     this.Editor_Fill_Panel.Controls.Add(this.label10);
     this.Editor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.Editor_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Editor_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.Editor_Fill_Panel.Name = "Editor_Fill_Panel";
     this.Editor_Fill_Panel.Size = new System.Drawing.Size(736, 544);
     this.Editor_Fill_Panel.TabIndex = 0;
     //
     // previewBtn
     //
     this.previewBtn.Cursor = System.Windows.Forms.Cursors.Hand;
     this.previewBtn.Image = ((System.Drawing.Image)(resources.GetObject("previewBtn.Image")));
     this.previewBtn.Location = new System.Drawing.Point(648, 5);
     this.previewBtn.Name = "previewBtn";
     this.previewBtn.Size = new System.Drawing.Size(64, 64);
     this.previewBtn.TabIndex = 33;
     this.previewBtn.TabStop = false;
     this.previewBtn.Click += new System.EventHandler(this.previewButton_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Enabled = false;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(440, 368);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 31;
     this.pictureBox1.TabStop = false;
     //
     // button12
     //
     this.button12.Enabled = false;
     this.button12.Location = new System.Drawing.Point(149, 38);
     this.button12.Name = "button12";
     this.button12.Size = new System.Drawing.Size(53, 20);
     this.button12.TabIndex = 27;
     this.button12.Text = "ändern";
     this.button12.Click += new System.EventHandler(this.button12_Click);
     //
     // button10
     //
     this.button10.BackColorInternal = System.Drawing.SystemColors.Control;
     this.button10.Location = new System.Drawing.Point(24, 401);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(160, 24);
     this.button10.TabIndex = 21;
     this.button10.Text = "Übersetzungen >>";
     this.button10.Click += new System.EventHandler(this.button10_Click);
     //
     // button2
     //
     this.button2.BackColorInternal = System.Drawing.SystemColors.Control;
     this.button2.Location = new System.Drawing.Point(608, 401);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(72, 24);
     this.button2.TabIndex = 20;
     this.button2.Text = "Abbrechen";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.BackColorInternal = System.Drawing.SystemColors.Control;
     this.button1.Location = new System.Drawing.Point(688, 401);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(40, 24);
     this.button1.TabIndex = 19;
     this.button1.Text = "Ok";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button14
     //
     this.button14.Location = new System.Drawing.Point(688, 505);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(40, 24);
     this.button14.TabIndex = 24;
     this.button14.Text = "Del";
     this.button14.Click += new System.EventHandler(this.button14_Click);
     //
     // button16
     //
     this.button16.Location = new System.Drawing.Point(632, 473);
     this.button16.Name = "button16";
     this.button16.Size = new System.Drawing.Size(96, 24);
     this.button16.TabIndex = 22;
     this.button16.Text = "Neu…";
     this.button16.Click += new System.EventHandler(this.button16_Click);
     //
     // button17
     //
     this.button17.Location = new System.Drawing.Point(632, 505);
     this.button17.Name = "button17";
     this.button17.Size = new System.Drawing.Size(40, 24);
     this.button17.TabIndex = 23;
     this.button17.Text = "Edit";
     this.button17.Click += new System.EventHandler(this.button17_Click);
     //
     // button13
     //
     this.button13.Location = new System.Drawing.Point(512, 342);
     this.button13.Name = "button13";
     this.button13.Size = new System.Drawing.Size(88, 20);
     this.button13.TabIndex = 27;
     this.button13.Text = "durchsuchen…";
     this.button13.Click += new System.EventHandler(this.button13_Click);
     //
     // Editor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(736, 544);
     this.ControlBox = false;
     this.Controls.Add(this.Editor_Fill_Panel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Editor";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Editor";
     this.Activated += new System.EventHandler(this.MeGotFocus);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).EndInit();
     this.toolbarPanel.ClientArea.ResumeLayout(false);
     this.toolbarPanel.ResumeLayout(false);
     this.ClientArea_Fill_Panel.ResumeLayout(false);
     this.Editor_Fill_Panel.ResumeLayout(false);
     this.Editor_Fill_Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.previewBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance175 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SMELTDATE");
     Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance179 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��ѧ�ɷ֣�%��");
     Infragistics.Win.Appearance appearance180 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance181 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance182 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance183 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance184 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance185 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance186 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance187 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance188 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance189 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance190 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance191 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.Appearance appearance192 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT");
     Infragistics.Win.Appearance appearance193 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.Appearance appearance194 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance195 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance196 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��������");
     Infragistics.Win.Appearance appearance197 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_NUMBER");
     Infragistics.Win.Appearance appearance198 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DJH");
     Infragistics.Win.Appearance appearance199 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GPYS_RECEIVEDATE");
     Infragistics.Win.Appearance appearance200 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GPYS_RECEIVER");
     Infragistics.Win.Appearance appearance201 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKED");
     Infragistics.Win.Appearance appearance202 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_WEIGHT");
     Infragistics.Win.Appearance appearance203 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.Appearance appearance204 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.Appearance appearance205 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECKED");
     Infragistics.Win.Appearance appearance206 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT_LL");
     Infragistics.Win.Appearance appearance207 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_WEIGHT_LL");
     Infragistics.Win.Appearance appearance208 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_GP_STOVENO", 2, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_GP_STOVENO", 2, true);
     Infragistics.Win.Appearance appearance209 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GP_TOTALCOUNT", 17, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GP_TOTALCOUNT", 17, true);
     Infragistics.Win.Appearance appearance210 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_JJ_WEIGHT", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_JJ_WEIGHT", 18, true);
     Infragistics.Win.Appearance appearance211 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GPYS_NUMBER", 23, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GPYS_NUMBER", 23, true);
     Infragistics.Win.Appearance appearance212 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GPYS_WEIGHT", 28, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GPYS_WEIGHT", 28, true);
     Infragistics.Win.Appearance appearance213 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance171 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance172 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance173 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance174 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BilletStock));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.tbQueryButtressNo = new System.Windows.Forms.TextBox();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryButtressNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Filter);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryStoveNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1323, 745);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // tbQueryButtressNo
     //
     this.coreBind.SetDatabasecommand(this.tbQueryButtressNo, null);
     this.tbQueryButtressNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryButtressNo.Location = new System.Drawing.Point(65, 4);
     this.tbQueryButtressNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbQueryButtressNo.Name = "tbQueryButtressNo";
     this.tbQueryButtressNo.Size = new System.Drawing.Size(93, 25);
     this.tbQueryButtressNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryButtressNo, null);
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(917, 9);
     this.cbx_Filter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(59, 19);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(281, 4);
     this.tbQueryStoveNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(88, 25);
     this.tbQueryStoveNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 32);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1323, 713);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(1323, 713);
     this.ultraGroupBox1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance175.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance175;
     ultraGridColumn1.Header.Caption = "������������";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance176.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance176;
     ultraGridColumn2.Header.Caption = "��������";
     ultraGridColumn2.Header.VisiblePosition = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance177.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance177;
     ultraGridColumn3.Header.Caption = "¯��";
     ultraGridColumn3.Header.VisiblePosition = 1;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance178.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance178;
     ultraGridColumn4.Header.Caption = "�ƺ�";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance179.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance179;
     ultraGridColumn5.Header.Caption = "���";
     ultraGridColumn5.Header.VisiblePosition = 27;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance180.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance180;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(761, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 19;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance181.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance181;
     ultraGridColumn7.Header.Caption = "C";
     ultraGridColumn7.Header.VisiblePosition = 11;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance182.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance182;
     ultraGridColumn8.Header.Caption = "Si";
     ultraGridColumn8.Header.VisiblePosition = 12;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance183.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance183;
     ultraGridColumn9.Header.Caption = "Mn";
     ultraGridColumn9.Header.VisiblePosition = 13;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance184.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance184;
     ultraGridColumn10.Header.Caption = "S";
     ultraGridColumn10.Header.VisiblePosition = 14;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance185.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance185;
     ultraGridColumn11.Header.Caption = "P";
     ultraGridColumn11.Header.VisiblePosition = 15;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance186.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance186;
     ultraGridColumn12.Header.Caption = "Ni";
     ultraGridColumn12.Header.VisiblePosition = 16;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance187.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance187;
     ultraGridColumn13.Header.Caption = "Cr";
     ultraGridColumn13.Header.VisiblePosition = 17;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance188.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance188;
     ultraGridColumn14.Header.Caption = "Cu";
     ultraGridColumn14.Header.VisiblePosition = 18;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance189.TextVAlignAsString = "Middle";
     ultraGridColumn15.CellAppearance = appearance189;
     ultraGridColumn15.Header.Caption = "V";
     ultraGridColumn15.Header.VisiblePosition = 19;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance190.TextVAlignAsString = "Middle";
     ultraGridColumn16.CellAppearance = appearance190;
     ultraGridColumn16.Header.Caption = "Mo";
     ultraGridColumn16.Header.VisiblePosition = 20;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance191.TextVAlignAsString = "Middle";
     ultraGridColumn17.CellAppearance = appearance191;
     ultraGridColumn17.Header.Caption = "Ceq";
     ultraGridColumn17.Header.VisiblePosition = 21;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance192.TextVAlignAsString = "Middle";
     ultraGridColumn18.CellAppearance = appearance192;
     ultraGridColumn18.Header.Caption = "������";
     ultraGridColumn18.Header.VisiblePosition = 4;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance193.TextVAlignAsString = "Middle";
     ultraGridColumn19.CellAppearance = appearance193;
     ultraGridColumn19.Header.Caption = "��������";
     ultraGridColumn19.Header.VisiblePosition = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance194.TextVAlignAsString = "Middle";
     ultraGridColumn20.CellAppearance = appearance194;
     ultraGridColumn20.Header.Caption = "��ע";
     ultraGridColumn20.Header.VisiblePosition = 22;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance195.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance195;
     ultraGridColumn21.Header.Caption = "�ж�Ա";
     ultraGridColumn21.Header.VisiblePosition = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance196.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance196;
     ultraGridColumn22.Header.Caption = "�ж�ʱ��";
     ultraGridColumn22.Header.VisiblePosition = 25;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance197.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance197;
     ultraGridColumn23.Header.VisiblePosition = 23;
     ultraGridColumn23.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 7;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     appearance198.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance198.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance198;
     ultraGridColumn24.Header.Caption = "����";
     ultraGridColumn24.Header.VisiblePosition = 7;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     appearance199.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance199.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance199;
     ultraGridColumn25.Header.Caption = "���ܺ�";
     ultraGridColumn25.Header.VisiblePosition = 8;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance200.TextVAlignAsString = "Middle";
     ultraGridColumn26.CellAppearance = appearance200;
     ultraGridColumn26.Header.Caption = "����ʱ��";
     ultraGridColumn26.Header.VisiblePosition = 10;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance201.TextVAlignAsString = "Middle";
     ultraGridColumn27.CellAppearance = appearance201;
     ultraGridColumn27.Header.Caption = "������";
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance202.TextVAlignAsString = "Middle";
     ultraGridColumn28.CellAppearance = appearance202;
     ultraGridColumn28.Header.Caption = "״̬";
     ultraGridColumn28.Header.VisiblePosition = 9;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
     appearance203.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance203.TextVAlignAsString = "Middle";
     ultraGridColumn29.CellAppearance = appearance203;
     ultraGridColumn29.Header.Caption = "����";
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance204.TextVAlignAsString = "Middle";
     ultraGridColumn30.CellAppearance = appearance204;
     ultraGridColumn30.Header.Caption = "����";
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance205.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance205;
     ultraGridColumn31.Header.Caption = "�������ƹ��";
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     appearance206.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance206.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance206;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn32.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance207.TextVAlignAsString = "Middle";
     ultraGridColumn33.CellAppearance = appearance207;
     ultraGridColumn33.Header.Caption = "����";
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance208.TextVAlignAsString = "Middle";
     ultraGridColumn34.CellAppearance = appearance208;
     ultraGridColumn34.Header.Caption = "����";
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 35;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 39;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "�ϼƣ�{0}¯";
     summarySettings1.GroupBySummaryValueAppearance = appearance209;
     summarySettings2.DisplayFormat = "{0}��";
     summarySettings2.GroupBySummaryValueAppearance = appearance210;
     summarySettings3.DisplayFormat = "{0}��";
     summarySettings3.GroupBySummaryValueAppearance = appearance211;
     summarySettings4.DisplayFormat = "{0}��";
     summarySettings4.GroupBySummaryValueAppearance = appearance212;
     summarySettings5.DisplayFormat = "{0}��";
     summarySettings5.GroupBySummaryValueAppearance = appearance213;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance170.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance170;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance171.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance171;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance172.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance172.TextHAlignAsString = "Center";
     appearance172.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance172;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance173.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance173;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance174.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance174.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance174.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance174.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance174;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1317, 710);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_AfterCellUpdate);
     this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn18,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn47,
     this.dataColumn22,
     this.dataColumn27,
     this.dataColumn32,
     this.dataColumn2,
     this.dataColumn21,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FD_SMELTDATE";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FS_GP_SPE";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "��ѧ�ɷ֣�%��";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FN_GP_C";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "FN_GP_SI";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "FN_GP_MN";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FN_GP_S";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "FN_GP_P";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "FN_GP_NI";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FN_GP_CR";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "FN_GP_CU";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FN_GP_V";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FN_GP_MO";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "��������";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FN_GPYS_NUMBER";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_DJH";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FD_GPYS_RECEIVEDATE";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_GPYS_RECEIVER";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FS_CHECKED";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FN_GPYS_WEIGHT";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FN_GP_LEN";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "ѡ��";
     this.dataColumn2.ColumnName = "CHECKED";
     this.dataColumn2.DataType = typeof(bool);
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "FN_JJ_WEIGHT_LL";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FN_GPYS_WEIGHT_LL";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "�ϸ�";
     this.dataColumn34.ColumnName = "FS_UNQUALIFIED";
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 32);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 713);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool19.ControlName = "tbQueryButtressNo";
     controlContainerTool19.InstanceProps.Width = 150;
     controlContainerTool21.ControlName = "tbQueryStoveNo";
     controlContainerTool21.InstanceProps.Width = 160;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool19,
     controlContainerTool21,
     buttonTool39,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "tbQueryButtressNo";
     controlContainerTool22.SharedPropsInternal.Caption = "���ܺ�";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 150;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 160;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ȡ������";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1323, 32);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 713);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1323, 32);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 745);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1323, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "As";
     this.dataColumn35.ColumnName = "FN_GP_AS";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "Ti";
     this.dataColumn36.ColumnName = "FN_GP_TI";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "Sb";
     this.dataColumn37.ColumnName = "FN_GP_SB";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "Als";
     this.dataColumn38.ColumnName = "FN_GP_ALS";
     //
     // BilletStock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1323, 745);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.Name = "BilletStock";
     this.Text = "���";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.BilletStock_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSTYPE");
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 174747859);
     Infragistics.Win.Appearance appearance264 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance265 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance266 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance267 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance268 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance269 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeightPlan_BP));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TECHCARDNO");
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDERNO");
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHEDCOUNT");
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ISRETURNBILLET");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool33 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool(" ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool34 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.panel2 = new System.Windows.Forms.Panel();
     this.cbAnalysisTime = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.panel2_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
     this.txtStoveGD1 = new System.Windows.Forms.TextBox();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
     this.ClientArea_Fill_Panel_1 = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label28 = new System.Windows.Forms.Label();
     this.tbAs = new System.Windows.Forms.TextBox();
     this.tbAls = new System.Windows.Forms.TextBox();
     this.tbSb = new System.Windows.Forms.TextBox();
     this.tbTi = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.cbBilletReturn = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.cbTransType = new System.Windows.Forms.ComboBox();
     this.LxComb = new System.Windows.Forms.ComboBox();
     this.lbTransType = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.cbx_SteelSendType = new System.Windows.Forms.ComboBox();
     this.label45 = new System.Windows.Forms.Label();
     this.cbx_OrgUse = new System.Windows.Forms.ComboBox();
     this.label44 = new System.Windows.Forms.Label();
     this.tbADVSPEC = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.tbLength = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbPerson = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.tbP = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbS = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbMn = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbSi = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbC = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCount = new System.Windows.Forms.TextBox();
     this.cbSpec = new System.Windows.Forms.ComboBox();
     this.cbSteelType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbStoveNo = new System.Windows.Forms.TextBox();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel6 = new Infragistics.Win.Misc.UltraPanel();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.panel5 = new System.Windows.Forms.Panel();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel5.ClientArea.SuspendLayout();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
     this.ultraTabControl2.SuspendLayout();
     this.ultraTabPageControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
     this.ultraGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.ultraPanel6.ClientArea.SuspendLayout();
     this.ultraPanel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
     this.ultraTabPageControl1.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 25);
     this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox3.Controls.Add(this.dateTimePicker1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 38);
     this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1321, 441);
     this.ultraGroupBox3.TabIndex = 12;
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance34.TextHAlignAsString = "Center";
     appearance34.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance34;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
     appearance35.TextHAlignAsString = "Center";
     appearance35.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance35;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     appearance36.TextHAlignAsString = "Center";
     appearance36.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance36;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     appearance37.TextHAlignAsString = "Center";
     appearance37.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance37;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     appearance38.TextHAlignAsString = "Center";
     appearance38.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance38;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     appearance39.TextHAlignAsString = "Center";
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance39;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     appearance40.TextHAlignAsString = "Center";
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance40;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     appearance41.TextHAlignAsString = "Center";
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance41;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     appearance42.TextHAlignAsString = "Center";
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance42;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     appearance43.TextHAlignAsString = "Center";
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance43;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     appearance44.TextHAlignAsString = "Center";
     appearance44.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance44;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
     appearance45.TextHAlignAsString = "Center";
     appearance45.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance45;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     appearance46.TextHAlignAsString = "Center";
     appearance46.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance46;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 3;
     appearance47.TextHAlignAsString = "Center";
     appearance47.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance47;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 36;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20});
     ultraGridGroup1.Header.Caption = "化学成分";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 18;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance264.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance264;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Synchronized;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance265.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance265;
     appearance266.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance266;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance267.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance267.TextHAlignAsString = "Center";
     appearance267.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance267;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance268.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance268;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance269.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance269.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance269.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance269.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance269;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1315, 438);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable4,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn45,
     this.dataColumn54,
     this.dataColumn21,
     this.dataColumn11,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "工艺流动卡号";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "炉号";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "钢种";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "规格";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "长度";
     this.dataColumn5.ColumnName = "FN_LENGTH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "C";
     this.dataColumn6.ColumnName = "FN_GP_C";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Si";
     this.dataColumn7.ColumnName = "FN_GP_SI";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Mn";
     this.dataColumn8.ColumnName = "FN_GP_MN";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "S";
     this.dataColumn9.ColumnName = "FN_GP_S";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "P";
     this.dataColumn10.ColumnName = "FN_GP_P";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "判定员";
     this.dataColumn22.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "分析时间";
     this.dataColumn23.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "建议轧制规格";
     this.dataColumn45.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "运送方式";
     this.dataColumn54.ColumnName = "FS_TRANSTYPE";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "去向";
     this.dataColumn21.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "块数";
     this.dataColumn11.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Ti";
     this.dataColumn13.ColumnName = "FN_GP_TI";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Sb";
     this.dataColumn14.ColumnName = "FN_GP_SB";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Als";
     this.dataColumn15.ColumnName = "FN_GP_ALS";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "AS";
     this.dataColumn16.ColumnName = "FN_GP_AS";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn41,
     this.dataColumn20,
     this.dataColumn56,
     this.dataColumn12});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "工艺流动卡号";
     this.dataColumn25.ColumnName = "FS_TECHCARDNO";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "炉号";
     this.dataColumn26.ColumnName = "FS_STOVENO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "钢种";
     this.dataColumn27.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "规格";
     this.dataColumn28.ColumnName = "FS_SPEC";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "长度";
     this.dataColumn29.ColumnName = "FN_LENGTH";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "条数";
     this.dataColumn30.ColumnName = "FN_COUNT";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "订单号";
     this.dataColumn31.ColumnName = "FS_ORDERNO";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "预报时间";
     this.dataColumn38.ColumnName = "FD_PLANTIME";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "完炉标志";
     this.dataColumn39.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "预报员";
     this.dataColumn41.ColumnName = "FS_PERSON";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "过磅序号";
     this.dataColumn20.ColumnName = "FS_ORDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "已计量块数";
     this.dataColumn56.ColumnName = "WEIGHEDCOUNT";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "返回坯";
     this.dataColumn12.ColumnName = "FN_ISRETURNBILLET";
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn52,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn92,
     this.dataColumn93,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn101,
     this.dataColumn102,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112});
     this.dataTable4.TableName = "检验数据表";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "炉号";
     //
     // dataColumn78
     //
     this.dataColumn78.ColumnName = "样号";
     //
     // dataColumn79
     //
     this.dataColumn79.ColumnName = "钢种";
     //
     // dataColumn80
     //
     this.dataColumn80.ColumnName = "班次";
     //
     // dataColumn81
     //
     this.dataColumn81.ColumnName = "日期";
     //
     // dataColumn82
     //
     this.dataColumn82.ColumnName = "时间";
     //
     // dataColumn83
     //
     this.dataColumn83.ColumnName = "C";
     //
     // dataColumn84
     //
     this.dataColumn84.ColumnName = "Si";
     //
     // dataColumn85
     //
     this.dataColumn85.ColumnName = "Mn";
     //
     // dataColumn86
     //
     this.dataColumn86.ColumnName = "P";
     //
     // dataColumn87
     //
     this.dataColumn87.ColumnName = "S";
     //
     // dataColumn88
     //
     this.dataColumn88.ColumnName = "Cr";
     //
     // dataColumn89
     //
     this.dataColumn89.ColumnName = "Ni";
     //
     // dataColumn90
     //
     this.dataColumn90.ColumnName = "W";
     //
     // dataColumn91
     //
     this.dataColumn91.ColumnName = "V";
     //
     // dataColumn92
     //
     this.dataColumn92.ColumnName = "Mo";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "Ti";
     //
     // dataColumn94
     //
     this.dataColumn94.ColumnName = "Cu";
     //
     // dataColumn95
     //
     this.dataColumn95.ColumnName = "Al";
     //
     // dataColumn96
     //
     this.dataColumn96.ColumnName = "B";
     //
     // dataColumn97
     //
     this.dataColumn97.ColumnName = "Co";
     //
     // dataColumn98
     //
     this.dataColumn98.ColumnName = "Sn";
     //
     // dataColumn99
     //
     this.dataColumn99.ColumnName = "Pb";
     //
     // dataColumn100
     //
     this.dataColumn100.ColumnName = "Sb";
     //
     // dataColumn101
     //
     this.dataColumn101.ColumnName = "Bi";
     //
     // dataColumn102
     //
     this.dataColumn102.ColumnName = "Nb";
     //
     // dataColumn103
     //
     this.dataColumn103.ColumnName = "Ca";
     //
     // dataColumn104
     //
     this.dataColumn104.ColumnName = "Mg";
     //
     // dataColumn105
     //
     this.dataColumn105.ColumnName = "Ce";
     //
     // dataColumn106
     //
     this.dataColumn106.ColumnName = "N";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "Zr";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "Bs";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "Ns";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "Nt";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "Fe";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "人员";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn24,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn51});
     this.dataTable3.TableName = "Table3";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "总重量";
     this.dataColumn24.ColumnName = "FN_TOTALWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "总支数";
     this.dataColumn42.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "炉号";
     this.dataColumn43.ColumnName = "FS_STOVENO";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FN_TOTALBILLET";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(181, 31);
     this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(72, 25);
     this.dateTimePicker1.TabIndex = 741;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cbAnalysisTime);
     this.panel2.Controls.Add(this.tbQueryStoveNo);
     this.panel2.Controls.Add(this.panel2_Fill_Panel);
     this.panel2.Controls.Add(this.dateTimePicker2);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(4);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1321, 38);
     this.panel2.TabIndex = 11;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // cbAnalysisTime
     //
     this.cbAnalysisTime.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbAnalysisTime, null);
     this.cbAnalysisTime.Location = new System.Drawing.Point(5, 6);
     this.cbAnalysisTime.Margin = new System.Windows.Forms.Padding(4);
     this.cbAnalysisTime.Name = "cbAnalysisTime";
     this.cbAnalysisTime.Size = new System.Drawing.Size(18, 17);
     this.cbAnalysisTime.TabIndex = 742;
     this.cbAnalysisTime.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.cbAnalysisTime, null);
     this.cbAnalysisTime.CheckedChanged += new System.EventHandler(this.cbAnalysisTime_CheckedChanged);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(384, 4);
     this.tbQueryStoveNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(69, 25);
     this.tbQueryStoveNo.TabIndex = 742;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // panel2_Fill_Panel
     //
     this.panel2_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel2_Fill_Panel, null);
     this.panel2_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2_Fill_Panel.Location = new System.Drawing.Point(0, 32);
     this.panel2_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
     this.panel2_Fill_Panel.Name = "panel2_Fill_Panel";
     this.panel2_Fill_Panel.Size = new System.Drawing.Size(1321, 6);
     this.panel2_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2_Fill_Panel, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(223, 4);
     this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(81, 25);
     this.dateTimePicker2.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Left, null);
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 32);
     this._panel2_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 6);
     this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool19.ControlName = "dateTimePicker1";
     controlContainerTool19.InstanceProps.Width = 144;
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 107;
     controlContainerTool21.ControlName = "tbQueryStoveNo";
     controlContainerTool21.InstanceProps.Width = 110;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool19,
     controlContainerTool20,
     controlContainerTool21,
     buttonTool39,
     buttonTool40,
     buttonTool30,
     buttonTool17,
     buttonTool15});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "分析时间";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 144;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "至";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 107;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "查询";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "炉号";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 110;
     buttonTool46.SharedPropsInternal.Caption = "获取";
     buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool16.SharedPropsInternal.Caption = "导出";
     buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "删除";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool31.SharedPropsInternal.Caption = "生成预报";
     buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool46,
     buttonTool16,
     buttonTool29,
     buttonTool31});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick_1);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Right, null);
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1321, 32);
     this._panel2_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 6);
     this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Right, null);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Top, null);
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1321, 32);
     this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Top, null);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Bottom, null);
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 38);
     this._panel2_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
     this.ultraTabPageControl2.Controls.Add(this.ultraPanel3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGroupBox4
     //
     appearance170.ForeColor = System.Drawing.Color.Red;
     this.ultraGroupBox4.Appearance = appearance170;
     this.ultraGroupBox4.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox4.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 34);
     this.ultraGroupBox4.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(1321, 445);
     this.ultraGroupBox4.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel2
     //
     appearance178.BackColor = System.Drawing.Color.Black;
     this.ultraLabel2.Appearance = appearance178;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(-13333, -12500);
     this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(40, 29);
     this.ultraLabel2.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel2, null);
     this.ultraLabel2.Visible = false;
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "Table2";
     this.ultraGrid2.DataSource = this.dataSet1;
     appearance48.TextHAlignAsString = "Center";
     appearance48.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance48;
     ultraGridColumn21.Header.VisiblePosition = 0;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     appearance49.TextHAlignAsString = "Center";
     appearance49.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance49;
     ultraGridColumn22.Header.VisiblePosition = 1;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     appearance50.TextHAlignAsString = "Center";
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance50;
     ultraGridColumn23.Header.VisiblePosition = 2;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     appearance51.TextHAlignAsString = "Center";
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance51;
     ultraGridColumn24.Header.VisiblePosition = 3;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     appearance52.TextHAlignAsString = "Center";
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance52;
     ultraGridColumn25.Header.VisiblePosition = 4;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 4;
     appearance53.TextHAlignAsString = "Center";
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn26.CellAppearance = appearance53;
     ultraGridColumn26.Header.VisiblePosition = 5;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
     appearance54.TextHAlignAsString = "Center";
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn27.CellAppearance = appearance54;
     ultraGridColumn27.Header.VisiblePosition = 6;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     appearance55.TextHAlignAsString = "Center";
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn28.CellAppearance = appearance55;
     ultraGridColumn28.Header.VisiblePosition = 7;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     appearance56.TextHAlignAsString = "Center";
     appearance56.TextVAlignAsString = "Middle";
     ultraGridColumn29.CellAppearance = appearance56;
     ultraGridColumn29.Header.VisiblePosition = 8;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     appearance57.TextHAlignAsString = "Center";
     appearance57.TextVAlignAsString = "Middle";
     ultraGridColumn30.CellAppearance = appearance57;
     ultraGridColumn30.Header.VisiblePosition = 9;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     appearance58.TextHAlignAsString = "Center";
     appearance58.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance58;
     ultraGridColumn31.Header.VisiblePosition = 10;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     appearance59.TextHAlignAsString = "Center";
     appearance59.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance59;
     ultraGridColumn32.Header.VisiblePosition = 11;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.Header.VisiblePosition = 12;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
     appearance28.FontData.BoldAsString = "True";
     this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance28;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance29.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance29;
     appearance30.TextVAlignAsString = "Middle";
     this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance30;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance31.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance31.TextHAlignAsString = "Center";
     appearance31.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance31;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
     appearance32.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance32;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance33.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance33.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance33;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(1315, 442);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.txtStoveGD1);
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel1);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker4);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker3);
     this.ultraPanel3.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Bottom);
     this.coreBind.SetDatabasecommand(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel3, null);
     this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel3.Name = "ultraPanel3";
     this.ultraPanel3.Size = new System.Drawing.Size(1321, 34);
     this.ultraPanel3.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel3, null);
     //
     // txtStoveGD1
     //
     this.coreBind.SetDatabasecommand(this.txtStoveGD1, null);
     this.txtStoveGD1.Location = new System.Drawing.Point(381, 4);
     this.txtStoveGD1.Margin = new System.Windows.Forms.Padding(4);
     this.txtStoveGD1.Name = "txtStoveGD1";
     this.txtStoveGD1.Size = new System.Drawing.Size(80, 25);
     this.txtStoveGD1.TabIndex = 5;
     this.coreBind.SetVerification(this.txtStoveGD1, null);
     //
     // ultraLabel1
     //
     appearance176.BackColor = System.Drawing.Color.Red;
     this.ultraLabel1.Appearance = appearance176;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(-13333, -12500);
     this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(40, 29);
     this.ultraLabel1.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // dateTimePicker4
     //
     this.dateTimePicker4.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker4, null);
     this.dateTimePicker4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker4.Location = new System.Drawing.Point(224, 4);
     this.dateTimePicker4.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker4.Name = "dateTimePicker4";
     this.dateTimePicker4.Size = new System.Drawing.Size(80, 25);
     this.dateTimePicker4.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker4, null);
     //
     // dateTimePicker3
     //
     this.dateTimePicker3.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker3, null);
     this.dateTimePicker3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker3.Location = new System.Drawing.Point(83, 2);
     this.dateTimePicker3.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker3.Name = "dateTimePicker3";
     this.dateTimePicker3.Size = new System.Drawing.Size(72, 25);
     this.dateTimePicker3.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker3, null);
     //
     // ClientArea_Fill_Panel_1
     //
     this.ClientArea_Fill_Panel_1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.ClientArea_Fill_Panel_1, null);
     this.ClientArea_Fill_Panel_1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location = new System.Drawing.Point(0, 64);
     this.ClientArea_Fill_Panel_1.Margin = new System.Windows.Forms.Padding(4);
     this.ClientArea_Fill_Panel_1.Name = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size = new System.Drawing.Size(1321, 0);
     this.ClientArea_Fill_Panel_1.TabIndex = 0;
     this.coreBind.SetVerification(this.ClientArea_Fill_Panel_1, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 64);
     this._ClientArea_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager2
     //
     this.ultraToolbarsManager2.DesignerFlags = 1;
     this.ultraToolbarsManager2.DockWithinContainer = this.ultraPanel3.ClientArea;
     this.ultraToolbarsManager2.LockToolbars = true;
     this.ultraToolbarsManager2.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager2.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     ultraToolbar2.FloatingSize = new System.Drawing.Size(316, 62);
     controlContainerTool5.ControlName = "dateTimePicker3";
     controlContainerTool5.InstanceProps.Width = 144;
     controlContainerTool6.ControlName = "dateTimePicker4";
     controlContainerTool6.InstanceProps.Width = 106;
     controlContainerTool12.ControlName = "txtStoveGD1";
     controlContainerTool12.InstanceProps.Width = 121;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool12,
     buttonTool5,
     buttonTool58,
     buttonTool18,
     buttonTool22,
     buttonTool24,
     buttonTool32,
     buttonTool1,
     buttonTool33});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager2.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     buttonTool51.SharedPropsInternal.Caption = "上移";
     buttonTool51.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool52.SharedPropsInternal.Caption = "下移";
     buttonTool52.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool53.SharedPropsInternal.Caption = "置顶";
     buttonTool53.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool54.SharedPropsInternal.Caption = "置底";
     buttonTool54.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool55.SharedPropsInternal.Caption = "查询";
     buttonTool55.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance114.Image = ((object)(resources.GetObject("appearance114.Image")));
     buttonTool56.SharedPropsInternal.AppearancesSmall.Appearance = appearance114;
     buttonTool56.SharedPropsInternal.Caption = "导出";
     buttonTool56.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.ControlName = "dateTimePicker3";
     controlContainerTool15.SharedPropsInternal.Caption = "预报时间";
     controlContainerTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.SharedPropsInternal.Width = 144;
     controlContainerTool29.ControlName = "dateTimePicker4";
     controlContainerTool29.SharedPropsInternal.Caption = "至";
     controlContainerTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool29.SharedPropsInternal.Width = 106;
     controlContainerTool33.SharedPropsInternal.Caption = "abc";
     controlContainerTool34.ControlName = "txtStoveGD1";
     controlContainerTool34.SharedPropsInternal.Caption = "炉号";
     controlContainerTool34.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool34.SharedPropsInternal.Width = 121;
     buttonTool59.SharedPropsInternal.Caption = "强制完炉";
     buttonTool59.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool59.SharedPropsInternal.Enabled = false;
     buttonTool59.SharedPropsInternal.Visible = false;
     buttonTool2.SharedPropsInternal.Caption = "删除预报";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool51,
     buttonTool52,
     buttonTool53,
     buttonTool54,
     buttonTool55,
     buttonTool56,
     controlContainerTool15,
     controlContainerTool29,
     controlContainerTool33,
     controlContainerTool34,
     buttonTool59,
     buttonTool2});
     this.ultraToolbarsManager2.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager2_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1321, 64);
     this._ClientArea_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Left
     //
     this._ClientArea_Toolbars_Dock_Area_1_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     this._ClientArea_Toolbars_Dock_Area_1_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_1_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Left.Location = new System.Drawing.Point(0, 64);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Name = "_ClientArea_Toolbars_Dock_Area_1_Left";
     this._ClientArea_Toolbars_Dock_Area_1_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Right
     //
     this._ClientArea_Toolbars_Dock_Area_1_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     this._ClientArea_Toolbars_Dock_Area_1_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_1_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Right.Location = new System.Drawing.Point(1321, 64);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Name = "_ClientArea_Toolbars_Dock_Area_1_Right";
     this._ClientArea_Toolbars_Dock_Area_1_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 32);
     this._ClientArea_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1321, 32);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 34);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Top
     //
     this._ClientArea_Toolbars_Dock_Area_1_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     this._ClientArea_Toolbars_Dock_Area_1_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_1_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Name = "_ClientArea_Toolbars_Dock_Area_1_Top";
     this._ClientArea_Toolbars_Dock_Area_1_Top.Size = new System.Drawing.Size(1321, 32);
     this._ClientArea_Toolbars_Dock_Area_1_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Location = new System.Drawing.Point(0, 34);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_1_Bottom";
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1323, 240);
     this.ultraGroupBox2.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.label28);
     this.ultraGroupBox1.Controls.Add(this.tbAs);
     this.ultraGroupBox1.Controls.Add(this.tbAls);
     this.ultraGroupBox1.Controls.Add(this.tbSb);
     this.ultraGroupBox1.Controls.Add(this.tbTi);
     this.ultraGroupBox1.Controls.Add(this.label32);
     this.ultraGroupBox1.Controls.Add(this.label31);
     this.ultraGroupBox1.Controls.Add(this.label29);
     this.ultraGroupBox1.Controls.Add(this.cbBilletReturn);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.cbTransType);
     this.ultraGroupBox1.Controls.Add(this.LxComb);
     this.ultraGroupBox1.Controls.Add(this.lbTransType);
     this.ultraGroupBox1.Controls.Add(this.label30);
     this.ultraGroupBox1.Controls.Add(this.comboBox1);
     this.ultraGroupBox1.Controls.Add(this.cbx_SteelSendType);
     this.ultraGroupBox1.Controls.Add(this.label45);
     this.ultraGroupBox1.Controls.Add(this.cbx_OrgUse);
     this.ultraGroupBox1.Controls.Add(this.label44);
     this.ultraGroupBox1.Controls.Add(this.tbADVSPEC);
     this.ultraGroupBox1.Controls.Add(this.label25);
     this.ultraGroupBox1.Controls.Add(this.tbLength);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.tbPerson);
     this.ultraGroupBox1.Controls.Add(this.label19);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.tbP);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.tbS);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.tbMn);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbSi);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.tbC);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.tbCount);
     this.ultraGroupBox1.Controls.Add(this.cbSpec);
     this.ultraGroupBox1.Controls.Add(this.cbSteelType);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbStoveNo);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0);
     this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(1317, 237);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据录入";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label28, null);
     this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(433, 127);
     this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(58, 27);
     this.label28.TabIndex = 801;
     this.label28.Text = "As";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label28, null);
     //
     // tbAs
     //
     this.tbAs.BackColor = System.Drawing.SystemColors.Control;
     this.tbAs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAs, null);
     this.tbAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAs.Location = new System.Drawing.Point(433, 155);
     this.tbAs.Margin = new System.Windows.Forms.Padding(4);
     this.tbAs.Name = "tbAs";
     this.tbAs.ReadOnly = true;
     this.tbAs.Size = new System.Drawing.Size(58, 25);
     this.tbAs.TabIndex = 800;
     this.tbAs.Text = "0";
     this.tbAs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAs, null);
     //
     // tbAls
     //
     this.tbAls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAls, null);
     this.tbAls.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAls.Location = new System.Drawing.Point(607, 155);
     this.tbAls.Margin = new System.Windows.Forms.Padding(4);
     this.tbAls.Name = "tbAls";
     this.tbAls.ReadOnly = true;
     this.tbAls.Size = new System.Drawing.Size(58, 25);
     this.tbAls.TabIndex = 799;
     this.tbAls.Text = "0";
     this.tbAls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAls, null);
     //
     // tbSb
     //
     this.tbSb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSb, null);
     this.tbSb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSb.Location = new System.Drawing.Point(549, 155);
     this.tbSb.Margin = new System.Windows.Forms.Padding(4);
     this.tbSb.Name = "tbSb";
     this.tbSb.ReadOnly = true;
     this.tbSb.Size = new System.Drawing.Size(58, 25);
     this.tbSb.TabIndex = 798;
     this.tbSb.Text = "0";
     this.tbSb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSb, null);
     //
     // tbTi
     //
     this.tbTi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbTi, null);
     this.tbTi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTi.Location = new System.Drawing.Point(491, 155);
     this.tbTi.Margin = new System.Windows.Forms.Padding(4);
     this.tbTi.Name = "tbTi";
     this.tbTi.ReadOnly = true;
     this.tbTi.Size = new System.Drawing.Size(58, 25);
     this.tbTi.TabIndex = 797;
     this.tbTi.Text = "0";
     this.tbTi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbTi, null);
     //
     // label32
     //
     this.label32.BackColor = System.Drawing.Color.Transparent;
     this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label32, null);
     this.label32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label32.Location = new System.Drawing.Point(607, 127);
     this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(58, 27);
     this.label32.TabIndex = 796;
     this.label32.Text = "Als";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label32, null);
     //
     // label31
     //
     this.label31.BackColor = System.Drawing.Color.Transparent;
     this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label31, null);
     this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label31.Location = new System.Drawing.Point(549, 127);
     this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(58, 27);
     this.label31.TabIndex = 795;
     this.label31.Text = "Sb";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label31, null);
     //
     // label29
     //
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label29, null);
     this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label29.Location = new System.Drawing.Point(491, 127);
     this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(58, 27);
     this.label29.TabIndex = 794;
     this.label29.Text = "Ti";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label29, null);
     //
     // cbBilletReturn
     //
     this.coreBind.SetDatabasecommand(this.cbBilletReturn, null);
     this.cbBilletReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbBilletReturn.FormattingEnabled = true;
     this.cbBilletReturn.Location = new System.Drawing.Point(1227, 58);
     this.cbBilletReturn.Margin = new System.Windows.Forms.Padding(4);
     this.cbBilletReturn.Name = "cbBilletReturn";
     this.cbBilletReturn.Size = new System.Drawing.Size(75, 23);
     this.cbBilletReturn.TabIndex = 789;
     this.coreBind.SetVerification(this.cbBilletReturn, null);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(1165, 64);
     this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(53, 18);
     this.label12.TabIndex = 788;
     this.label12.Text = "返回坯";
     this.coreBind.SetVerification(this.label12, null);
     //
     // cbTransType
     //
     this.coreBind.SetDatabasecommand(this.cbTransType, null);
     this.cbTransType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbTransType.FormattingEnabled = true;
     this.cbTransType.Location = new System.Drawing.Point(1051, 176);
     this.cbTransType.Margin = new System.Windows.Forms.Padding(4);
     this.cbTransType.Name = "cbTransType";
     this.cbTransType.Size = new System.Drawing.Size(105, 23);
     this.cbTransType.TabIndex = 787;
     this.coreBind.SetVerification(this.cbTransType, null);
     //
     // LxComb
     //
     this.coreBind.SetDatabasecommand(this.LxComb, null);
     this.LxComb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.LxComb.FormattingEnabled = true;
     this.LxComb.Location = new System.Drawing.Point(793, 177);
     this.LxComb.Margin = new System.Windows.Forms.Padding(4);
     this.LxComb.Name = "LxComb";
     this.LxComb.Size = new System.Drawing.Size(105, 23);
     this.LxComb.TabIndex = 786;
     this.coreBind.SetVerification(this.LxComb, null);
     this.LxComb.SelectedIndexChanged += new System.EventHandler(this.LxComb_SelectedIndexChanged);
     //
     // lbTransType
     //
     this.lbTransType.AutoSize = true;
     this.lbTransType.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.lbTransType, null);
     this.lbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbTransType.Location = new System.Drawing.Point(970, 180);
     this.lbTransType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbTransType.Name = "lbTransType";
     this.lbTransType.Size = new System.Drawing.Size(68, 18);
     this.lbTransType.TabIndex = 784;
     this.lbTransType.Text = "运送方式";
     this.coreBind.SetVerification(this.lbTransType, null);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label30, null);
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label30.Location = new System.Drawing.Point(737, 181);
     this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(46, 18);
     this.label30.TabIndex = 780;
     this.label30.Text = "去  向";
     this.coreBind.SetVerification(this.label30, null);
     //
     // comboBox1
     //
     this.coreBind.SetDatabasecommand(this.comboBox1, null);
     this.comboBox1.Font = new System.Drawing.Font("宋体", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.comboBox1.Location = new System.Drawing.Point(1067, 246);
     this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(145, 23);
     this.comboBox1.TabIndex = 775;
     this.coreBind.SetVerification(this.comboBox1, null);
     this.comboBox1.Visible = false;
     //
     // cbx_SteelSendType
     //
     this.coreBind.SetDatabasecommand(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_SteelSendType.FormattingEnabled = true;
     this.cbx_SteelSendType.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.cbx_SteelSendType.Location = new System.Drawing.Point(1067, 246);
     this.cbx_SteelSendType.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_SteelSendType.Name = "cbx_SteelSendType";
     this.cbx_SteelSendType.Size = new System.Drawing.Size(145, 23);
     this.cbx_SteelSendType.TabIndex = 775;
     this.coreBind.SetVerification(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Visible = false;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label45, null);
     this.label45.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label45.Location = new System.Drawing.Point(996, 251);
     this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(67, 15);
     this.label45.TabIndex = 774;
     this.label45.Text = "送钢状态";
     this.coreBind.SetVerification(this.label45, null);
     this.label45.Visible = false;
     //
     // cbx_OrgUse
     //
     this.coreBind.SetDatabasecommand(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbx_OrgUse.FormattingEnabled = true;
     this.cbx_OrgUse.Items.AddRange(new object[] {
     "是",
     "否"});
     this.cbx_OrgUse.Location = new System.Drawing.Point(917, 251);
     this.cbx_OrgUse.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_OrgUse.Name = "cbx_OrgUse";
     this.cbx_OrgUse.Size = new System.Drawing.Size(59, 23);
     this.cbx_OrgUse.TabIndex = 773;
     this.cbx_OrgUse.Text = "是";
     this.coreBind.SetVerification(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Visible = false;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label44, null);
     this.label44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label44.Location = new System.Drawing.Point(811, 256);
     this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(97, 15);
     this.label44.TabIndex = 772;
     this.label44.Text = "是否组织利用";
     this.coreBind.SetVerification(this.label44, null);
     this.label44.Visible = false;
     //
     // tbADVSPEC
     //
     this.coreBind.SetDatabasecommand(this.tbADVSPEC, null);
     this.tbADVSPEC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbADVSPEC.Location = new System.Drawing.Point(1051, 121);
     this.tbADVSPEC.Margin = new System.Windows.Forms.Padding(4);
     this.tbADVSPEC.Name = "tbADVSPEC";
     this.tbADVSPEC.Size = new System.Drawing.Size(105, 25);
     this.tbADVSPEC.TabIndex = 748;
     this.coreBind.SetVerification(this.tbADVSPEC, null);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label25, null);
     this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(947, 127);
     this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(97, 15);
     this.label25.TabIndex = 747;
     this.label25.Text = "建议轧制规格";
     this.coreBind.SetVerification(this.label25, null);
     //
     // tbLength
     //
     this.coreBind.SetDatabasecommand(this.tbLength, null);
     this.tbLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLength.Location = new System.Drawing.Point(871, 56);
     this.tbLength.Margin = new System.Windows.Forms.Padding(4);
     this.tbLength.Name = "tbLength";
     this.tbLength.Size = new System.Drawing.Size(105, 25);
     this.tbLength.TabIndex = 739;
     this.tbLength.Text = "6.950";
     this.coreBind.SetVerification(this.tbLength, null);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label21, null);
     this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(719, 127);
     this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 15);
     this.label21.TabIndex = 737;
     this.label21.Text = "判定员";
     this.coreBind.SetVerification(this.label21, null);
     //
     // tbPerson
     //
     this.tbPerson.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbPerson, null);
     this.tbPerson.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbPerson.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tbPerson.Location = new System.Drawing.Point(793, 121);
     this.tbPerson.Margin = new System.Windows.Forms.Padding(4);
     this.tbPerson.MaxLength = 8;
     this.tbPerson.Name = "tbPerson";
     this.tbPerson.ReadOnly = true;
     this.tbPerson.Size = new System.Drawing.Size(105, 25);
     this.tbPerson.TabIndex = 736;
     this.coreBind.SetVerification(this.tbPerson, null);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label19, null);
     this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(29, 149);
     this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(105, 15);
     this.label19.TabIndex = 733;
     this.label19.Text = "化学成分(%)";
     this.coreBind.SetVerification(this.label19, null);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(375, 127);
     this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(58, 27);
     this.label11.TabIndex = 718;
     this.label11.Text = "P";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // tbP
     //
     this.tbP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbP, null);
     this.tbP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbP.Location = new System.Drawing.Point(375, 155);
     this.tbP.Margin = new System.Windows.Forms.Padding(4);
     this.tbP.Name = "tbP";
     this.tbP.ReadOnly = true;
     this.tbP.Size = new System.Drawing.Size(58, 25);
     this.tbP.TabIndex = 717;
     this.tbP.Text = "0";
     this.tbP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbP, null);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(317, 127);
     this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(58, 27);
     this.label10.TabIndex = 716;
     this.label10.Text = "S";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // tbS
     //
     this.tbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbS, null);
     this.tbS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbS.Location = new System.Drawing.Point(317, 155);
     this.tbS.Margin = new System.Windows.Forms.Padding(4);
     this.tbS.Name = "tbS";
     this.tbS.ReadOnly = true;
     this.tbS.Size = new System.Drawing.Size(58, 25);
     this.tbS.TabIndex = 715;
     this.tbS.Text = "0";
     this.tbS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbS, null);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(260, 127);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(58, 27);
     this.label9.TabIndex = 714;
     this.label9.Text = "Mn";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // tbMn
     //
     this.tbMn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMn, null);
     this.tbMn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMn.Location = new System.Drawing.Point(260, 155);
     this.tbMn.Margin = new System.Windows.Forms.Padding(4);
     this.tbMn.Name = "tbMn";
     this.tbMn.ReadOnly = true;
     this.tbMn.Size = new System.Drawing.Size(58, 25);
     this.tbMn.TabIndex = 713;
     this.tbMn.Text = "0";
     this.tbMn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMn, null);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(203, 127);
     this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(58, 27);
     this.label8.TabIndex = 712;
     this.label8.Text = "Si";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbSi
     //
     this.tbSi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSi, null);
     this.tbSi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSi.Location = new System.Drawing.Point(203, 155);
     this.tbSi.Margin = new System.Windows.Forms.Padding(4);
     this.tbSi.Name = "tbSi";
     this.tbSi.ReadOnly = true;
     this.tbSi.Size = new System.Drawing.Size(58, 25);
     this.tbSi.TabIndex = 711;
     this.tbSi.Text = "0";
     this.tbSi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSi, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(811, 68);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(45, 15);
     this.label7.TabIndex = 710;
     this.label7.Text = "长 度";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(629, 68);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(45, 15);
     this.label6.TabIndex = 709;
     this.label6.Text = "规 格";
     this.coreBind.SetVerification(this.label6, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(448, 68);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(45, 15);
     this.label3.TabIndex = 708;
     this.label3.Text = "钢 种";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(145, 127);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(58, 27);
     this.label5.TabIndex = 707;
     this.label5.Text = "C";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // tbC
     //
     this.tbC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbC, null);
     this.tbC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbC.Location = new System.Drawing.Point(145, 155);
     this.tbC.Margin = new System.Windows.Forms.Padding(4);
     this.tbC.Name = "tbC";
     this.tbC.ReadOnly = true;
     this.tbC.Size = new System.Drawing.Size(58, 25);
     this.tbC.TabIndex = 706;
     this.tbC.Text = "0";
     this.tbC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbC, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(996, 68);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 15);
     this.label4.TabIndex = 704;
     this.label4.Text = "块 数";
     this.coreBind.SetVerification(this.label4, null);
     //
     // tbCount
     //
     this.coreBind.SetDatabasecommand(this.tbCount, null);
     this.tbCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCount.Location = new System.Drawing.Point(1051, 56);
     this.tbCount.Margin = new System.Windows.Forms.Padding(4);
     this.tbCount.Name = "tbCount";
     this.tbCount.Size = new System.Drawing.Size(105, 25);
     this.tbCount.TabIndex = 703;
     this.coreBind.SetVerification(this.tbCount, null);
     //
     // cbSpec
     //
     this.coreBind.SetDatabasecommand(this.cbSpec, null);
     this.cbSpec.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSpec.FormattingEnabled = true;
     this.cbSpec.Items.AddRange(new object[] {
     "",
     "165",
     "150"});
     this.cbSpec.Location = new System.Drawing.Point(684, 58);
     this.cbSpec.Margin = new System.Windows.Forms.Padding(4);
     this.cbSpec.Name = "cbSpec";
     this.cbSpec.Size = new System.Drawing.Size(105, 23);
     this.cbSpec.TabIndex = 700;
     this.coreBind.SetVerification(this.cbSpec, null);
     //
     // cbSteelType
     //
     this.coreBind.SetDatabasecommand(this.cbSteelType, null);
     this.cbSteelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSteelType.FormattingEnabled = true;
     this.cbSteelType.Items.AddRange(new object[] {
     "Q235B",
     "Q195",
     "HRB500E",
     "HRB500",
     "HRB400E",
     "HRB400",
     "HRB335E",
     "HRB335",
     "HRB235",
     "HRB200",
     "",
     ""});
     this.cbSteelType.Location = new System.Drawing.Point(503, 58);
     this.cbSteelType.Margin = new System.Windows.Forms.Padding(4);
     this.cbSteelType.Name = "cbSteelType";
     this.cbSteelType.Size = new System.Drawing.Size(105, 23);
     this.cbSteelType.TabIndex = 698;
     this.coreBind.SetVerification(this.cbSteelType, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(35, 68);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(97, 15);
     this.label2.TabIndex = 6;
     this.label2.Text = "工艺流动卡号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbCardNo
     //
     this.tbCardNo.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(145, 56);
     this.tbCardNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.ReadOnly = true;
     this.tbCardNo.Size = new System.Drawing.Size(105, 25);
     this.tbCardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(272, 68);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 15);
     this.label1.TabIndex = 4;
     this.label1.Text = "炉 号";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbStoveNo
     //
     this.tbStoveNo.BackColor = System.Drawing.SystemColors.Window;
     this.tbStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbStoveNo, null);
     this.tbStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbStoveNo.Location = new System.Drawing.Point(317, 56);
     this.tbStoveNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbStoveNo.MaxLength = 13;
     this.tbStoveNo.Name = "tbStoveNo";
     this.tbStoveNo.Size = new System.Drawing.Size(105, 25);
     this.tbStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.tbStoveNo, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(1323, 505);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab4.TabPage = this.ultraTabPageControl1;
     ultraTab4.Text = "流程卡数据";
     ultraTab5.TabPage = this.ultraTabPageControl2;
     ultraTab5.Text = "板坯辊道预报";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab4,
     ultraTab5});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Margin = new System.Windows.Forms.Padding(400, 100, 0, 0);
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(109, 26);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem1.Text = "放大";
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraTabControl1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1323, 505);
     this.ultraPanel2.TabIndex = 13;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraPanel4
     //
     this.ultraPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     // ultraPanel4.ClientArea
     //
     this.coreBind.SetDatabasecommand(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel4, null);
     this.ultraPanel4.Location = new System.Drawing.Point(36, 14);
     this.ultraPanel4.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel4.Name = "ultraPanel4";
     this.ultraPanel4.Size = new System.Drawing.Size(239, 0);
     this.ultraPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel4, null);
     //
     // ultraPanel5
     //
     //
     // ultraPanel5.ClientArea
     //
     this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel5, null);
     this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel5.Name = "ultraPanel5";
     this.ultraPanel5.Size = new System.Drawing.Size(1323, 240);
     this.ultraPanel5.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel5, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel5);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 505);
     this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1323, 240);
     this.ultraPanel1.TabIndex = 14;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraTabControl2
     //
     this.ultraTabControl2.Controls.Add(this.ultraTabPageControl4);
     this.coreBind.SetDatabasecommand(this.ultraTabControl2, null);
     this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl2.Name = "ultraTabControl2";
     this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.ultraTabControl2.Size = new System.Drawing.Size(200, 100);
     this.ultraTabControl2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTabControl2, null);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Controls.Add(this.ultraGroupBox5);
     this.ultraTabPageControl4.Controls.Add(this.ultraPanel6);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl4, null);
     this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl4.Name = "ultraTabPageControl4";
     this.ultraTabPageControl4.Size = new System.Drawing.Size(864, 416);
     this.coreBind.SetVerification(this.ultraTabPageControl4, null);
     //
     // ultraGroupBox5
     //
     this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox5.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox5, null);
     this.ultraGroupBox5.Location = new System.Drawing.Point(9, 45);
     this.ultraGroupBox5.Name = "ultraGroupBox5";
     this.ultraGroupBox5.Size = new System.Drawing.Size(988, 374);
     this.ultraGroupBox5.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox5, null);
     this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel4
     //
     appearance129.BackColor = System.Drawing.Color.Black;
     this.ultraLabel4.Appearance = appearance129;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(871, 154);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel4.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     appearance128.BackColor = System.Drawing.Color.Black;
     this.ultraLabel5.Appearance = appearance128;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel5, null);
     this.ultraLabel5.Visible = false;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table2";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance101.BackColor = System.Drawing.Color.White;
     appearance101.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance101.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance101;
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance102;
     appearance103.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance103;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance104.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance104.BackColor2 = System.Drawing.Color.White;
     appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance104.FontData.SizeInPoints = 11F;
     appearance104.ForeColor = System.Drawing.Color.Black;
     appearance104.TextHAlignAsString = "Center";
     appearance104.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance104;
     appearance105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance105;
     appearance106.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance106.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance106.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance106;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance107.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance107.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance107;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(29, 12);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(982, 371);
     this.ultraGrid3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     //
     // ultraPanel6
     //
     //
     // ultraPanel6.ClientArea
     //
     this.ultraPanel6.ClientArea.Controls.Add(this.comboBox2);
     this.ultraPanel6.ClientArea.Controls.Add(this.ultraLabel6);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker5);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker6);
     this.ultraPanel6.ClientArea.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel6, null);
     this.ultraPanel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel6.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel6.Name = "ultraPanel6";
     this.ultraPanel6.Size = new System.Drawing.Size(864, 27);
     this.ultraPanel6.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel6, null);
     //
     // comboBox2
     //
     this.coreBind.SetDatabasecommand(this.comboBox2, null);
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(425, 3);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(85, 23);
     this.comboBox2.TabIndex = 3;
     this.coreBind.SetVerification(this.comboBox2, null);
     //
     // ultraLabel6
     //
     appearance127.BackColor = System.Drawing.Color.Red;
     this.ultraLabel6.Appearance = appearance127;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel6.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // dateTimePicker5
     //
     this.dateTimePicker5.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker5, null);
     this.dateTimePicker5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker5.Location = new System.Drawing.Point(230, 4);
     this.dateTimePicker5.Name = "dateTimePicker5";
     this.dateTimePicker5.Size = new System.Drawing.Size(138, 25);
     this.dateTimePicker5.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker5, null);
     //
     // dateTimePicker6
     //
     this.dateTimePicker6.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker6, null);
     this.dateTimePicker6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker6.Location = new System.Drawing.Point(70, 4);
     this.dateTimePicker6.Name = "dateTimePicker6";
     this.dateTimePicker6.Size = new System.Drawing.Size(138, 25);
     this.dateTimePicker6.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker6, null);
     //
     // panel1
     //
     this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(864, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraTabSharedControlsPage2
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage2, null);
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 24);
     this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(196, 73);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage2, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ultraPanel2);
     this.panel5.Controls.Add(this.ultraPanel1);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Margin = new System.Windows.Forms.Padding(4);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1323, 745);
     this.panel5.TabIndex = 16;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // WeightPlan_BP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1323, 745);
     this.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(5);
     this.Name = "WeightPlan_BP";
     this.Text = "板坯计量预报";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.WeightPlan_BP_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeightPlan_BP_FormClosing);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ClientArea.PerformLayout();
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel5.ClientArea.ResumeLayout(false);
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
     this.ultraTabControl2.ResumeLayout(false);
     this.ultraTabPageControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
     this.ultraGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.ultraPanel6.ClientArea.ResumeLayout(false);
     this.ultraPanel6.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("判定时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("炉号");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool4 = new Infragistics.Win.UltraWinToolbars.LabelTool("轧制编号");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool9 = new Infragistics.Win.UltraWinToolbars.LabelTool("判定时间");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool10 = new Infragistics.Win.UltraWinToolbars.LabelTool("至");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool11 = new Infragistics.Win.UltraWinToolbars.LabelTool("炉号");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool12 = new Infragistics.Win.UltraWinToolbars.LabelTool("轧制编号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TechCardUpdateQueryFrm));
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool5");
     Infragistics.Win.Appearance appearance1 = 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("FD_DATATIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATIONTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATIONIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATIONMAC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_OPERATIONMEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_KEYWORD");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TABLENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MODULENAME");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tbx_QBatchNo = new System.Windows.Forms.TextBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.tbx_QStoveNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.TechCardUpdateFrm_Fill_Panel = new System.Windows.Forms.Panel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet2 = new System.Data.DataSet();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.dataColumn76 = new System.Data.DataColumn();
     this.dataColumn77 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.TechCardUpdateFrm_Fill_Panel.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tbx_QBatchNo);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this.tbx_QStoveNo);
     this.panel1.Controls.Add(this.dateTimePicker1);
     this.panel1.Controls.Add(this.dateTimePicker2);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1002, 26);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // tbx_QBatchNo
     //
     this.coreBind.SetDatabasecommand(this.tbx_QBatchNo, null);
     this.tbx_QBatchNo.Location = new System.Drawing.Point(467, 2);
     this.tbx_QBatchNo.Name = "tbx_QBatchNo";
     this.tbx_QBatchNo.Size = new System.Drawing.Size(100, 21);
     this.tbx_QBatchNo.TabIndex = 4;
     this.coreBind.SetVerification(this.tbx_QBatchNo, null);
     this.tbx_QBatchNo.TextChanged += new System.EventHandler(this.tbx_QBatchNo_TextChanged);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1002, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // tbx_QStoveNo
     //
     this.coreBind.SetDatabasecommand(this.tbx_QStoveNo, null);
     this.tbx_QStoveNo.Location = new System.Drawing.Point(301, 2);
     this.tbx_QStoveNo.Name = "tbx_QStoveNo";
     this.tbx_QStoveNo.Size = new System.Drawing.Size(100, 21);
     this.tbx_QStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.tbx_QStoveNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(63, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(86, 21);
     this.dateTimePicker1.TabIndex = 1;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(172, 2);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(86, 21);
     this.dateTimePicker2.TabIndex = 2;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     labelTool1.InstanceProps.Width = 63;
     controlContainerTool1.ControlName = "dateTimePicker1";
     controlContainerTool2.ControlName = "dateTimePicker2";
     labelTool3.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.ControlName = "tbx_QStoveNo";
     labelTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.ControlName = "tbx_QBatchNo";
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool4.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool1,
     controlContainerTool1,
     labelTool2,
     controlContainerTool2,
     labelTool3,
     controlContainerTool3,
     labelTool4,
     controlContainerTool4,
     buttonTool1,
     buttonTool3,
     buttonTool4});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     labelTool9.SharedPropsInternal.Caption = "操作时间";
     labelTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     labelTool10.SharedPropsInternal.Caption = "至";
     labelTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     labelTool11.SharedPropsInternal.Caption = "炉号";
     labelTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     labelTool12.SharedPropsInternal.Caption = "轧制编号";
     labelTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool5.SharedPropsInternal.Caption = "查询";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
     buttonTool7.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
     appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
     buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     buttonTool7.SharedPropsInternal.Caption = "修改";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool7.SharedPropsInternal.Visible = false;
     appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
     buttonTool8.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
     appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
     buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
     buttonTool8.SharedPropsInternal.Caption = "删除";
     buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool8.SharedPropsInternal.Visible = false;
     controlContainerTool5.ControlName = "dateTimePicker1";
     controlContainerTool5.SharedPropsInternal.Caption = "ControlContainerTool1";
     controlContainerTool6.ControlName = "dateTimePicker2";
     controlContainerTool6.SharedPropsInternal.Caption = "ControlContainerTool2";
     controlContainerTool7.ControlName = "tbx_QStoveNo";
     controlContainerTool7.SharedPropsInternal.Caption = "ControlContainerTool3";
     controlContainerTool8.ControlName = "tbx_QBatchNo";
     controlContainerTool8.SharedPropsInternal.Caption = "ControlContainerTool4";
     controlContainerTool10.SharedPropsInternal.Caption = "ControlContainerTool5";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool9,
     labelTool10,
     labelTool11,
     labelTool12,
     buttonTool5,
     buttonTool7,
     buttonTool8,
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool7,
     controlContainerTool8,
     controlContainerTool10});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1002, 28);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1002, 28);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1002, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // TechCardUpdateFrm_Fill_Panel
     //
     this.TechCardUpdateFrm_Fill_Panel.Controls.Add(this.ultraPanel1);
     this.TechCardUpdateFrm_Fill_Panel.Controls.Add(this.panel1);
     this.TechCardUpdateFrm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.TechCardUpdateFrm_Fill_Panel, null);
     this.TechCardUpdateFrm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TechCardUpdateFrm_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.TechCardUpdateFrm_Fill_Panel.Name = "TechCardUpdateFrm_Fill_Panel";
     this.TechCardUpdateFrm_Fill_Panel.Size = new System.Drawing.Size(1002, 674);
     this.TechCardUpdateFrm_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.TechCardUpdateFrm_Fill_Panel, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1002, 648);
     this.ultraPanel1.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(1002, 648);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text = "工艺流动卡";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet2;
     appearance1.BackColor = System.Drawing.Color.White;
     appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid1.DisplayLayout.Appearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
     appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance3;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance4.BackColor2 = System.Drawing.Color.White;
     appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance4.FontData.SizeInPoints = 11F;
     appearance4.ForeColor = System.Drawing.Color.Black;
     appearance4.TextHAlignAsString = "Center";
     appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance4;
     appearance5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance5;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance6;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance7.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance7;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(996, 627);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     //
     // dataSet2
     //
     this.dataSet2.DataSetName = "NewDataSet";
     this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable2});
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn92});
     this.dataTable2.TableName = "Table1";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "操作时间";
     this.dataColumn80.ColumnName = "FD_DATATIME";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "操作类型";
     this.dataColumn81.ColumnName = "FS_OPERATIONTYPE";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "操作人";
     this.dataColumn82.ColumnName = "FS_OPERATER";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "IP地址";
     this.dataColumn83.ColumnName = "FS_OPERATIONIP";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "MAC地址";
     this.dataColumn84.ColumnName = "FS_OPERATIONMAC";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "操作内容";
     this.dataColumn85.ColumnName = "FS_OPERATIONMEMO";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "冶炼炉号";
     this.dataColumn86.ColumnName = "FS_STOVENO";
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "轧制编号";
     this.dataColumn87.ColumnName = "FS_BATCHNO";
     //
     // dataColumn88
     //
     this.dataColumn88.Caption = "关键字";
     this.dataColumn88.ColumnName = "FS_KEYWORD";
     //
     // dataColumn89
     //
     this.dataColumn89.Caption = "车号";
     this.dataColumn89.ColumnName = "FS_CARNO";
     //
     // dataColumn90
     //
     this.dataColumn90.Caption = "吊(支)号";
     this.dataColumn90.ColumnName = "FS_BANDNO";
     //
     // dataColumn91
     //
     this.dataColumn91.Caption = "表名";
     this.dataColumn91.ColumnName = "FS_TABLENAME";
     //
     // dataColumn92
     //
     this.dataColumn92.Caption = "模块名";
     this.dataColumn92.ColumnName = "FS_MODULENAME";
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70,
     this.dataColumn71,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "卡片号";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "冶炼炉号";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "钢种";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "钢坯规格";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "钢坯长度";
     this.dataColumn5.ColumnName = "FN_GP_LEN";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "钢坯订单号";
     this.dataColumn6.ColumnName = "FS_GP_ORDERNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "C";
     this.dataColumn7.ColumnName = "FN_GP_C";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Si";
     this.dataColumn8.ColumnName = "FN_GP_SI";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "Mn";
     this.dataColumn9.ColumnName = "FN_GP_MN";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "S";
     this.dataColumn10.ColumnName = "FN_GP_S";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "P";
     this.dataColumn11.ColumnName = "FN_GP_P";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Ni";
     this.dataColumn12.ColumnName = "FN_GP_NI";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Cr";
     this.dataColumn13.ColumnName = "FN_GP_CR";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Cu";
     this.dataColumn14.ColumnName = "FN_GP_CU";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "V";
     this.dataColumn15.ColumnName = "FN_GP_V";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Mo";
     this.dataColumn16.ColumnName = "FN_GP_MO";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "Nb";
     this.dataColumn17.ColumnName = "FN_GP_NB";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "Ceq";
     this.dataColumn18.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "钢坯计量条数";
     this.dataColumn19.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "钢坯备注";
     this.dataColumn20.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "判定员";
     this.dataColumn21.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "判定时间";
     this.dataColumn22.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "计量总坯重";
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_JJ_OPERATOR";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "验收条数";
     this.dataColumn25.ColumnName = "FN_GPYS_NUMBER";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "验收人";
     this.dataColumn26.ColumnName = "FS_GPYS_RECEIVER";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "轧制编号";
     this.dataColumn27.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "材订单号";
     this.dataColumn28.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "进炉时间";
     this.dataColumn29.ColumnName = "FD_ZC_ENTERDATETIME";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "进炉条数";
     this.dataColumn30.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_ZC_OPERATOR";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "轧制规格";
     this.dataColumn32.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FD_ZZ_DATE";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "轧废条数";
     this.dataColumn34.ColumnName = "FN_ZZ_WASTNUM";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "成品条数";
     this.dataColumn35.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_ZZ_SHIFT";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FS_ZZ_OPERATOR";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "成品件数";
     this.dataColumn38.ColumnName = "FN_JZ_NUM";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "成品材重量";
     this.dataColumn39.ColumnName = "FN_JZ_WEIGHT";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FN_JZ_RETURNWEIGHT";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "FN_JZ_WASTWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "FS_JZ_OPERATOR";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FS_JZ_CHECKER";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FS_MEMO";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "钢坯计量是否完炉";
     this.dataColumn45.ColumnName = "FS_GP_COMPLETEFLAG";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FD_ANALYSISTIME";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "轧材备注";
     this.dataColumn47.ColumnName = "FS_ZC_MEMO";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "轧制备注";
     this.dataColumn48.ColumnName = "FS_ZZ_MEMO";
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FS_GP_USED";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "垛架号";
     this.dataColumn50.ColumnName = "FS_DJH";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "建议轧制规格";
     this.dataColumn51.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "FS_FREEZED";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "验收重量";
     this.dataColumn53.ColumnName = "FN_GPYS_WEIGHT";
     //
     // dataColumn54
     //
     this.dataColumn54.ColumnName = "FS_CHECKED";
     //
     // dataColumn55
     //
     this.dataColumn55.ColumnName = "FS_GPYS_RESULT";
     //
     // dataColumn56
     //
     this.dataColumn56.ColumnName = "FS_QYG";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "冶炼班别";
     this.dataColumn57.ColumnName = "FS_YLBB";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "材理重";
     this.dataColumn58.ColumnName = "FN_JZ_THEORYWEIGHT";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "作业区代码";
     this.dataColumn59.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn60
     //
     this.dataColumn60.ColumnName = "FS_GP_PRODUCTOR";
     //
     // dataColumn61
     //
     this.dataColumn61.ColumnName = "FS_GP_SEND";
     //
     // dataColumn62
     //
     this.dataColumn62.ColumnName = "FS_GP_WG";
     //
     // dataColumn63
     //
     this.dataColumn63.ColumnName = "FS_GP_HTH";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "材是否开始计量";
     this.dataColumn64.ColumnName = "FS_BC_WEIGHTFLAG";
     //
     // dataColumn65
     //
     this.dataColumn65.ColumnName = "FS_GP_ITEMNO";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "Al";
     this.dataColumn66.ColumnName = "FN_GP_AL";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "Sn";
     this.dataColumn67.ColumnName = "FN_GP_SN";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "Ti";
     this.dataColumn68.ColumnName = "FN_GP_TI";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "Als";
     this.dataColumn69.ColumnName = "FN_GP_ALS";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "N";
     this.dataColumn70.ColumnName = "FN_GP_N";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "As";
     this.dataColumn71.ColumnName = "FN_GP_AS";
     //
     // dataColumn72
     //
     this.dataColumn72.ColumnName = "FS_ISVALID";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "Ca";
     this.dataColumn73.ColumnName = "FN_GP_CA";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "B";
     this.dataColumn74.ColumnName = "FN_GP_B";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "Alt";
     this.dataColumn75.ColumnName = "FN_GP_ALT";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "Sb";
     this.dataColumn76.ColumnName = "FN_GP_SB";
     //
     // dataColumn77
     //
     this.dataColumn77.ColumnName = "FS_GP_SOURCE";
     //
     // dataColumn78
     //
     this.dataColumn78.ColumnName = "FS_GP_MATCH";
     //
     // dataColumn79
     //
     this.dataColumn79.ColumnName = "FS_TYPE";
     //
     // TechCardUpdateQueryFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1002, 674);
     this.Controls.Add(this.TechCardUpdateFrm_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "TechCardUpdateQueryFrm";
     this.Text = "操作日志查询";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.TechCardUpdateFrm_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.TechCardUpdateFrm_Fill_Panel.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 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();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     this.pbMIcon = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.lblMessage = new Infragistics.Win.Misc.UltraLabel();
     this.pnlButtons = new Infragistics.Win.Misc.UltraPanel();
     this.btnTwo = new System.Windows.Forms.Button();
     this.btnOne = new System.Windows.Forms.Button();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.tbMoreDetails = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.egbDetails = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.pnlContent = new Infragistics.Win.Misc.UltraPanel();
     this.pnlButtons.ClientArea.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbMoreDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.egbDetails)).BeginInit();
     this.egbDetails.SuspendLayout();
     this.pnlContent.ClientArea.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.SuspendLayout();
     //
     // pbMIcon
     //
     appearance1.BorderColor = System.Drawing.Color.Transparent;
     this.pbMIcon.Appearance = appearance1;
     this.pbMIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbMIcon.BorderShadowColor = System.Drawing.Color.Empty;
     this.pbMIcon.Location = new System.Drawing.Point(12, 12);
     this.pbMIcon.Name = "pbMIcon";
     this.pbMIcon.Size = new System.Drawing.Size(48, 48);
     this.pbMIcon.TabIndex = 0;
     //
     // lblMessage
     //
     appearance2.TextHAlignAsString = "Left";
     appearance2.TextVAlignAsString = "Middle";
     this.lblMessage.Appearance = appearance2;
     this.lblMessage.Location = new System.Drawing.Point(66, 12);
     this.lblMessage.MaximumSize = new System.Drawing.Size(506, 240);
     this.lblMessage.MinimumSize = new System.Drawing.Size(100, 48);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(506, 48);
     this.lblMessage.TabIndex = 1;
     //
     // pnlButtons
     //
     appearance3.BackColor = System.Drawing.SystemColors.Control;
     this.pnlButtons.Appearance = appearance3;
     //
     // pnlButtons.ClientArea
     //
     this.pnlButtons.ClientArea.Controls.Add(this.btnTwo);
     this.pnlButtons.ClientArea.Controls.Add(this.btnOne);
     this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButtons.Location = new System.Drawing.Point(0, 513);
     this.pnlButtons.Name = "pnlButtons";
     this.pnlButtons.Size = new System.Drawing.Size(582, 40);
     this.pnlButtons.TabIndex = 3;
     //
     // btnTwo
     //
     this.btnTwo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTwo.Location = new System.Drawing.Point(416, 8);
     this.btnTwo.Name = "btnTwo";
     this.btnTwo.Size = new System.Drawing.Size(75, 23);
     this.btnTwo.TabIndex = 1;
     this.btnTwo.Text = "Button 2";
     this.btnTwo.UseVisualStyleBackColor = true;
     this.btnTwo.Click += new System.EventHandler(this.btnTwo_Click);
     //
     // btnOne
     //
     this.btnOne.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOne.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnOne.Location = new System.Drawing.Point(497, 8);
     this.btnOne.Name = "btnOne";
     this.btnOne.Size = new System.Drawing.Size(75, 23);
     this.btnOne.TabIndex = 0;
     this.btnOne.Text = "Button 1";
     this.btnOne.UseVisualStyleBackColor = true;
     this.btnOne.Click += new System.EventHandler(this.btnOne_Click);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.tbMoreDetails);
     this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(0, 23);
     this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(562, 418);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // tbMoreDetails
     //
     this.tbMoreDetails.AlwaysInEditMode = true;
     this.tbMoreDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColor = System.Drawing.Color.Transparent;
     appearance4.BackColorDisabled = System.Drawing.Color.Transparent;
     this.tbMoreDetails.Appearance = appearance4;
     this.tbMoreDetails.BackColor = System.Drawing.Color.Transparent;
     this.tbMoreDetails.Location = new System.Drawing.Point(30, 3);
     this.tbMoreDetails.Multiline = true;
     this.tbMoreDetails.Name = "tbMoreDetails";
     this.tbMoreDetails.ReadOnly = true;
     this.tbMoreDetails.Scrollbars = System.Windows.Forms.ScrollBars.Both;
     this.tbMoreDetails.Size = new System.Drawing.Size(529, 412);
     this.tbMoreDetails.TabIndex = 0;
     this.tbMoreDetails.UseAppStyling = false;
     this.tbMoreDetails.WordWrap = false;
     //
     // egbDetails
     //
     this.egbDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.egbDetails.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.egbDetails.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.egbDetails.ExpandedSize = new System.Drawing.Size(562, 441);
     appearance5.FontData.BoldAsString = "True";
     this.egbDetails.HeaderAppearance = appearance5;
     this.egbDetails.Location = new System.Drawing.Point(12, 66);
     this.egbDetails.MaximumSize = new System.Drawing.Size(564, 449);
     this.egbDetails.Name = "egbDetails";
     this.egbDetails.Size = new System.Drawing.Size(562, 441);
     this.egbDetails.TabIndex = 4;
     this.egbDetails.Text = "More Details";
     this.egbDetails.UseAppStyling = false;
     this.egbDetails.ExpandedStateChanged += new System.EventHandler(this.egbDetails_ExpandedStateChanged);
     //
     // pnlContent
     //
     //
     // pnlContent.ClientArea
     //
     this.pnlContent.ClientArea.Controls.Add(this.egbDetails);
     this.pnlContent.ClientArea.Controls.Add(this.pnlButtons);
     this.pnlContent.ClientArea.Controls.Add(this.lblMessage);
     this.pnlContent.ClientArea.Controls.Add(this.pbMIcon);
     this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlContent.Location = new System.Drawing.Point(0, 0);
     this.pnlContent.Name = "pnlContent";
     this.pnlContent.Size = new System.Drawing.Size(582, 553);
     this.pnlContent.TabIndex = 5;
     //
     // MessageDialog
     //
     this.AcceptButton = this.btnTwo;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.CancelButton = this.btnOne;
     this.ClientSize = new System.Drawing.Size(582, 553);
     this.Controls.Add(this.pnlContent);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(600, 600);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(194, 152);
     this.Name = "MessageDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Message Dialog Box";
     this.Load += new System.EventHandler(this.MessageDialog_Load);
     this.pnlButtons.ClientArea.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbMoreDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.egbDetails)).EndInit();
     this.egbDetails.ResumeLayout(false);
     this.pnlContent.ClientArea.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�������");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("A��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("װ¯");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ɲ�");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_ORDERNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ԭ��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DISCHARGED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_ACTUAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_THEORY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_PLAN", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_PLAN", 6, true);
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_NUM", 7, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_NUM", 7, true);
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_PLAN", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_PLAN", 11, true);
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_NUM", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_NUM", 12, true);
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT", 8, true);
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT_LL", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT_LL", 9, true);
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT", 13, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT", 13, true);
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings8 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT_LL", 14, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT_LL", 14, true);
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings9 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT_LL] , [FN_POINT_02_WGT_LL] )/sum( [FN_ZZ_WEIGHT" +
             "] ), 2)", "RATE_THEORY", 41, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_THEORY", 41, true);
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings10 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT] , [FN_POINT_02_WGT] )/sum( [FN_ZZ_WEIGHT] ), 2" +
             ")", "RATE_ACTUAL", 40, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_ACTUAL", 40, true);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings11 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_WEIGHT", 25, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_WEIGHT", 25, true);
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTWEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLENUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLEWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TWINSTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADDRESSCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARDCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPECHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FCLFLAG");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = 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();
     Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightPlanBC));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbEdt_Finish = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_Status = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraCalcManager1 = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lbl_Rate_Plan2 = new System.Windows.Forms.Label();
     this.lbl_Rate_Plan1 = new System.Windows.Forms.Label();
     this.lbl_Rate_Pre = new System.Windows.Forms.Label();
     this.cbx_WgtT = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_WgtR = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnSave2 = new System.Windows.Forms.Button();
     this.btnSave1 = new System.Windows.Forms.Button();
     this.btnDone2 = new System.Windows.Forms.Button();
     this.btnDone1 = new System.Windows.Forms.Button();
     this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_CardType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_Count = new System.Windows.Forms.Label();
     this.cbx_Steel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.Edt_WgtLL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_SingleNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_BatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Edt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Length = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Spec = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_StandardNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_Point2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbEdt_Steel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_StandardNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Addr = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Double = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Point1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).BeginInit();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Finish);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Status);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbEdt_Finish
     //
     this.cbEdt_Finish.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Finish.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Finish, null);
     valueListItem1.DataValue = "";
     valueListItem13.DataValue = "1";
     valueListItem13.DisplayText = "��";
     valueListItem12.DataValue = "0";
     valueListItem12.DisplayText = "��";
     this.cbEdt_Finish.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem1,
     valueListItem13,
     valueListItem12});
     this.cbEdt_Finish.Location = new System.Drawing.Point(668, 3);
     this.cbEdt_Finish.MaxLength = 8;
     this.cbEdt_Finish.Name = "cbEdt_Finish";
     this.cbEdt_Finish.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Finish.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Finish, null);
     //
     // cbEdt_Status
     //
     this.cbEdt_Status.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Status.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Status, null);
     valueListItem27.DataValue = "";
     valueListItem28.DataValue = "1";
     valueListItem28.DisplayText = "��";
     valueListItem29.DataValue = "0";
     valueListItem29.DisplayText = "��";
     this.cbEdt_Status.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem27,
     valueListItem28,
     valueListItem29});
     this.cbEdt_Status.Location = new System.Drawing.Point(578, 3);
     this.cbEdt_Status.MaxLength = 8;
     this.cbEdt_Status.Name = "cbEdt_Status";
     this.cbEdt_Status.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Status.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Status, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(453, 3);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(85, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(247, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox2.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 439);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(768, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(694, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // ultraGrid1
     //
     this.ultraGrid1.CalcManager = this.ultraCalcManager1;
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     summarySettings1.DisplayFormat = "{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance17;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance18;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance19;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance20;
     summarySettings5.DisplayFormat = "{0}";
     summarySettings5.GroupBySummaryValueAppearance = appearance21;
     summarySettings6.DisplayFormat = "{0}";
     summarySettings6.GroupBySummaryValueAppearance = appearance22;
     summarySettings7.DisplayFormat = "{0}";
     summarySettings7.GroupBySummaryValueAppearance = appearance23;
     summarySettings8.DisplayFormat = "{0}";
     summarySettings8.GroupBySummaryValueAppearance = appearance24;
     summarySettings9.DisplayFormat = "{0}";
     summarySettings9.GroupBySummaryValueAppearance = appearance26;
     summarySettings10.DisplayFormat = "{0}";
     summarySettings10.GroupBySummaryValueAppearance = appearance27;
     summarySettings11.DisplayFormat = "{0}";
     summarySettings11.GroupBySummaryValueAppearance = appearance28;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6,
     summarySettings7,
     summarySettings8,
     summarySettings9,
     summarySettings10,
     summarySettings11});
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn44.Header.VisiblePosition = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn45.Header.VisiblePosition = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn46.Header.VisiblePosition = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn47.Header.VisiblePosition = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn48.Header.VisiblePosition = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.VisiblePosition = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 7;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 8;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn53.Header.VisiblePosition = 9;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn54.Header.VisiblePosition = 10;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn55.Header.VisiblePosition = 11;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn56.Header.VisiblePosition = 12;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn57.Header.VisiblePosition = 13;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn58.Header.VisiblePosition = 14;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn59.Header.VisiblePosition = 15;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn60.Header.VisiblePosition = 16;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn61.Header.VisiblePosition = 17;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn62.Header.VisiblePosition = 18;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn63.Header.VisiblePosition = 19;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance29;
     appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance30;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance1.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance1;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 412);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // ultraCalcManager1
     //
     this.ultraCalcManager1.ContainingControl = this;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, false)});
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn61,
     this.dataColumn62});
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "�������";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "���Ʊ��";
     this.dataColumn2.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "����";
     this.dataColumn4.ColumnName = "FN_LENGTH";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "�ƺ�";
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "A��";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Ԥ��";
     this.dataColumn7.ColumnName = "FN_POINT_01_PLAN";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "ʵ��";
     this.dataColumn8.ColumnName = "FN_POINT_01_NUM";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "����";
     this.dataColumn9.ColumnName = "FN_POINT_01_WGT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_POINT_01_WGT_LL";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "B��";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Ԥ��";
     this.dataColumn12.ColumnName = "FN_POINT_02_PLAN";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "ʵ��";
     this.dataColumn13.ColumnName = "FN_POINT_02_NUM";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "����";
     this.dataColumn14.ColumnName = "FN_POINT_02_WGT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_POINT_02_WGT_LL";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "����";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����";
     this.dataColumn17.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����";
     this.dataColumn18.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "����";
     this.dataColumn19.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "װ¯";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "����";
     this.dataColumn21.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "����";
     this.dataColumn22.ColumnName = "FN_ZC_ENTERWEIGHT";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "����";
     this.dataColumn23.ColumnName = "FN_ZC_ENTERWEIGHT_LL";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "�ɲ�";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "����";
     this.dataColumn25.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "����";
     this.dataColumn26.ColumnName = "FN_ZZ_WEIGHT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "����";
     this.dataColumn27.ColumnName = "FN_ZZ_WEIGHT_LL";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "��������";
     this.dataColumn28.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "ԭ��";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "���";
     this.dataColumn30.ColumnName = "FS_GP_SPE";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "����";
     this.dataColumn31.ColumnName = "FN_GP_LEN";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "������";
     this.dataColumn32.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "����ʱ��";
     this.dataColumn33.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "���";
     this.dataColumn53.ColumnName = "FN_POINT_01_DONE";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "���";
     this.dataColumn54.ColumnName = "FN_POINT_02_DONE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "�ѳ�¯";
     this.dataColumn55.ColumnName = "DISCHARGED";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "Ԥ��Ա";
     this.dataColumn56.ColumnName = "FS_PLANPERSON";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Ԥ��ʱ��";
     this.dataColumn57.ColumnName = "FD_PLANTIME";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�dz�";
     this.dataColumn58.ColumnName = "FN_POINT_01_FC";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "�dz�";
     this.dataColumn59.ColumnName = "FN_POINT_02_FC";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "ʵ�سɲ���(%)";
     this.dataColumn61.ColumnName = "RATE_ACTUAL";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "���سɲ���(%)";
     this.dataColumn62.ColumnName = "RATE_THEORY";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn60});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "������";
     this.dataColumn34.ColumnName = "FS_POINTID";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "Ԥ����";
     this.dataColumn35.ColumnName = "FN_POINT_PLAN";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "�����";
     this.dataColumn36.ColumnName = "FN_POINT_NUM";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "����";
     this.dataColumn37.ColumnName = "FN_POINT_WGT";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����";
     this.dataColumn38.ColumnName = "FN_POINT_WGT_LL";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "�ƺ�";
     this.dataColumn39.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "���";
     this.dataColumn40.ColumnName = "FS_SPEC";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "����";
     this.dataColumn41.ColumnName = "FN_LENGTH";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "������";
     this.dataColumn42.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "��������";
     this.dataColumn43.ColumnName = "FS_PRINTWEIGHTTYPE";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "����֧��";
     this.dataColumn44.ColumnName = "FN_SINGLENUM";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FN_SINGLEWEIGHT";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "��׼��";
     this.dataColumn46.ColumnName = "FS_STANDNO";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "��������";
     this.dataColumn47.ColumnName = "FS_PRINTTYPE";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "˫��";
     this.dataColumn48.ColumnName = "FS_TWINSTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "��ַ";
     this.dataColumn49.ColumnName = "FS_ADDRESSCHECK";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "��׼";
     this.dataColumn50.ColumnName = "FS_STANDARDCHECK";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "�ƺ�";
     this.dataColumn51.ColumnName = "FS_STEELTYPECHECK";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "���Ʊ��";
     this.dataColumn52.ColumnName = "FS_BATCHNO";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "�dz�";
     this.dataColumn60.ColumnName = "FS_FCLFLAG";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 439);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(986, 166);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lbl_Rate_Plan2);
     this.panel1.Controls.Add(this.lbl_Rate_Plan1);
     this.panel1.Controls.Add(this.lbl_Rate_Pre);
     this.panel1.Controls.Add(this.cbx_WgtT);
     this.panel1.Controls.Add(this.cbx_WgtR);
     this.panel1.Controls.Add(this.cbx_FC2);
     this.panel1.Controls.Add(this.cbx_FC1);
     this.panel1.Controls.Add(this.btnSave2);
     this.panel1.Controls.Add(this.btnSave1);
     this.panel1.Controls.Add(this.btnDone2);
     this.panel1.Controls.Add(this.btnDone1);
     this.panel1.Controls.Add(this.ultraLabel9);
     this.panel1.Controls.Add(this.cbEdt_CardType);
     this.panel1.Controls.Add(this.lbl_Count);
     this.panel1.Controls.Add(this.cbx_Steel);
     this.panel1.Controls.Add(this.Edt_WgtLL);
     this.panel1.Controls.Add(this.Edt_Num2);
     this.panel1.Controls.Add(this.Edt_Num1);
     this.panel1.Controls.Add(this.Edt_SingleNum);
     this.panel1.Controls.Add(this.Edt_BatchNo);
     this.panel1.Controls.Add(this.Edt_OrderNo);
     this.panel1.Controls.Add(this.ultraLabel3);
     this.panel1.Controls.Add(this.ultraLabel2);
     this.panel1.Controls.Add(this.ultraLabel8);
     this.panel1.Controls.Add(this.ultraLabel6);
     this.panel1.Controls.Add(this.ultraLabel7);
     this.panel1.Controls.Add(this.cbEdt_Length);
     this.panel1.Controls.Add(this.ultraLabel4);
     this.panel1.Controls.Add(this.ultraLabel5);
     this.panel1.Controls.Add(this.ultraLabel1);
     this.panel1.Controls.Add(this.cbEdt_Spec);
     this.panel1.Controls.Add(this.cbEdt_StandardNo);
     this.panel1.Controls.Add(this.cbx_Point2);
     this.panel1.Controls.Add(this.cbEdt_Steel);
     this.panel1.Controls.Add(this.cbx_StandardNo);
     this.panel1.Controls.Add(this.cbx_Addr);
     this.panel1.Controls.Add(this.cbx_Double);
     this.panel1.Controls.Add(this.cbx_Point1);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(986, 166);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // lbl_Rate_Plan2
     //
     this.lbl_Rate_Plan2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan2, null);
     this.lbl_Rate_Plan2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan2.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan2.Location = new System.Drawing.Point(838, 119);
     this.lbl_Rate_Plan2.Name = "lbl_Rate_Plan2";
     this.lbl_Rate_Plan2.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan2.TabIndex = 0;
     this.lbl_Rate_Plan2.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan2, null);
     //
     // lbl_Rate_Plan1
     //
     this.lbl_Rate_Plan1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan1, null);
     this.lbl_Rate_Plan1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan1.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan1.Location = new System.Drawing.Point(408, 119);
     this.lbl_Rate_Plan1.Name = "lbl_Rate_Plan1";
     this.lbl_Rate_Plan1.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan1.TabIndex = 0;
     this.lbl_Rate_Plan1.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan1, null);
     //
     // lbl_Rate_Pre
     //
     this.lbl_Rate_Pre.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Pre, null);
     this.lbl_Rate_Pre.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Pre.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Pre.Location = new System.Drawing.Point(587, 78);
     this.lbl_Rate_Pre.Name = "lbl_Rate_Pre";
     this.lbl_Rate_Pre.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Pre.TabIndex = 0;
     this.lbl_Rate_Pre.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Pre, null);
     //
     // cbx_WgtT
     //
     appearance10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtT.Appearance = appearance10;
     this.cbx_WgtT.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtT, null);
     this.cbx_WgtT.Location = new System.Drawing.Point(748, 21);
     this.cbx_WgtT.Name = "cbx_WgtT";
     this.cbx_WgtT.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtT.TabIndex = 10;
     this.cbx_WgtT.Text = "���ش���";
     this.coreBind.SetVerification(this.cbx_WgtT, null);
     //
     // cbx_WgtR
     //
     appearance9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtR.Appearance = appearance9;
     this.cbx_WgtR.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtR, null);
     this.cbx_WgtR.Location = new System.Drawing.Point(649, 21);
     this.cbx_WgtR.Name = "cbx_WgtR";
     this.cbx_WgtR.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtR.TabIndex = 9;
     this.cbx_WgtR.Text = "ʵ�ش���";
     this.coreBind.SetVerification(this.cbx_WgtR, null);
     //
     // cbx_FC2
     //
     this.cbx_FC2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC2, null);
     this.cbx_FC2.Enabled = false;
     this.cbx_FC2.Location = new System.Drawing.Point(649, 116);
     this.cbx_FC2.Name = "cbx_FC2";
     this.cbx_FC2.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC2.TabIndex = 22;
     this.cbx_FC2.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC2, null);
     this.cbx_FC2.CheckedChanged += new System.EventHandler(this.cbx_FC2_CheckedChanged);
     //
     // cbx_FC1
     //
     this.cbx_FC1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC1, null);
     this.cbx_FC1.Enabled = false;
     this.cbx_FC1.Location = new System.Drawing.Point(219, 116);
     this.cbx_FC1.Name = "cbx_FC1";
     this.cbx_FC1.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC1.TabIndex = 17;
     this.cbx_FC1.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC1, null);
     this.cbx_FC1.CheckedChanged += new System.EventHandler(this.cbx_FC1_CheckedChanged);
     //
     // btnSave2
     //
     this.coreBind.SetDatabasecommand(this.btnSave2, null);
     this.btnSave2.Location = new System.Drawing.Point(703, 114);
     this.btnSave2.Name = "btnSave2";
     this.btnSave2.Size = new System.Drawing.Size(62, 23);
     this.btnSave2.TabIndex = 23;
     this.btnSave2.Text = "ɾ��Ԥ��";
     this.btnSave2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave2, null);
     this.btnSave2.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnSave1
     //
     this.coreBind.SetDatabasecommand(this.btnSave1, null);
     this.btnSave1.Location = new System.Drawing.Point(273, 114);
     this.btnSave1.Name = "btnSave1";
     this.btnSave1.Size = new System.Drawing.Size(62, 23);
     this.btnSave1.TabIndex = 18;
     this.btnSave1.Text = "ɾ��Ԥ��";
     this.btnSave1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave1, null);
     this.btnSave1.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDone2
     //
     this.coreBind.SetDatabasecommand(this.btnDone2, null);
     this.btnDone2.Enabled = false;
     this.btnDone2.Location = new System.Drawing.Point(773, 114);
     this.btnDone2.Name = "btnDone2";
     this.btnDone2.Size = new System.Drawing.Size(62, 23);
     this.btnDone2.TabIndex = 24;
     this.btnDone2.Text = "��������";
     this.btnDone2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone2, null);
     this.btnDone2.Click += new System.EventHandler(this.btnDone_Click);
     //
     // btnDone1
     //
     this.coreBind.SetDatabasecommand(this.btnDone1, null);
     this.btnDone1.Enabled = false;
     this.btnDone1.Location = new System.Drawing.Point(343, 114);
     this.btnDone1.Name = "btnDone1";
     this.btnDone1.Size = new System.Drawing.Size(62, 23);
     this.btnDone1.TabIndex = 19;
     this.btnDone1.Text = "��������";
     this.btnDone1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone1, null);
     this.btnDone1.Click += new System.EventHandler(this.btnDone_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel9, null);
     this.ultraLabel9.Location = new System.Drawing.Point(431, 78);
     this.ultraLabel9.Name = "ultraLabel9";
     this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel9.TabIndex = 0;
     this.ultraLabel9.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel9, null);
     //
     // cbEdt_CardType
     //
     this.cbEdt_CardType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_CardType, null);
     valueListItem22.DataValue = "";
     valueListItem18.DataValue = "�ص㹤��ר��";
     valueListItem18.DisplayText = "�ص㹤��ר��";
     valueListItem19.DataValue = "ʡ��ר��";
     valueListItem19.DisplayText = "ʡ��ר��";
     valueListItem20.DataValue = "ʡ��ר��";
     valueListItem20.DisplayText = "ʡ��ר��";
     valueListItem21.DataValue = "�������";
     valueListItem21.DisplayText = "�������";
     this.cbEdt_CardType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem22,
     valueListItem18,
     valueListItem19,
     valueListItem20,
     valueListItem21});
     this.cbEdt_CardType.Location = new System.Drawing.Point(489, 74);
     this.cbEdt_CardType.MaxLength = 20;
     this.cbEdt_CardType.Name = "cbEdt_CardType";
     this.cbEdt_CardType.Size = new System.Drawing.Size(92, 21);
     this.cbEdt_CardType.TabIndex = 8;
     this.coreBind.SetVerification(this.cbEdt_CardType, null);
     //
     // lbl_Count
     //
     this.lbl_Count.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Count, null);
     this.lbl_Count.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Count.ForeColor = System.Drawing.Color.Green;
     this.lbl_Count.Location = new System.Drawing.Point(586, 53);
     this.lbl_Count.Name = "lbl_Count";
     this.lbl_Count.Size = new System.Drawing.Size(29, 12);
     this.lbl_Count.TabIndex = 0;
     this.lbl_Count.Text = "����";
     this.coreBind.SetVerification(this.lbl_Count, null);
     //
     // cbx_Steel
     //
     this.cbx_Steel.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Steel, null);
     this.cbx_Steel.Location = new System.Drawing.Point(748, 75);
     this.cbx_Steel.Name = "cbx_Steel";
     this.cbx_Steel.Size = new System.Drawing.Size(71, 19);
     this.cbx_Steel.TabIndex = 14;
     this.cbx_Steel.Text = "��ӡ�ƺ�";
     this.coreBind.SetVerification(this.cbx_Steel, null);
     //
     // Edt_WgtLL
     //
     this.coreBind.SetDatabasecommand(this.Edt_WgtLL, null);
     this.Edt_WgtLL.Location = new System.Drawing.Point(489, 47);
     this.Edt_WgtLL.MaskInput = "{LOC}n.nnn";
     this.Edt_WgtLL.Name = "Edt_WgtLL";
     this.Edt_WgtLL.Nullable = true;
     this.Edt_WgtLL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.Edt_WgtLL.Size = new System.Drawing.Size(92, 21);
     this.Edt_WgtLL.TabIndex = 7;
     this.Edt_WgtLL.Value = null;
     this.coreBind.SetVerification(this.Edt_WgtLL, null);
     this.Edt_WgtLL.ValueChanged += new System.EventHandler(this.Edt_WgtLL_ValueChanged);
     //
     // Edt_Num2
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num2, null);
     this.Edt_Num2.Enabled = false;
     this.Edt_Num2.Location = new System.Drawing.Point(586, 115);
     this.Edt_Num2.MaskInput = "{LOC}nnn";
     this.Edt_Num2.Name = "Edt_Num2";
     this.Edt_Num2.Nullable = true;
     this.Edt_Num2.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num2.TabIndex = 21;
     this.Edt_Num2.Value = null;
     this.coreBind.SetVerification(this.Edt_Num2, null);
     this.Edt_Num2.ValueChanged += new System.EventHandler(this.Edt_Num2_ValueChanged);
     //
     // Edt_Num1
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num1, null);
     this.Edt_Num1.Enabled = false;
     this.Edt_Num1.Location = new System.Drawing.Point(156, 115);
     this.Edt_Num1.MaskInput = "{LOC}nnn";
     this.Edt_Num1.Name = "Edt_Num1";
     this.Edt_Num1.Nullable = true;
     this.Edt_Num1.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num1.TabIndex = 16;
     this.Edt_Num1.Value = null;
     this.coreBind.SetVerification(this.Edt_Num1, null);
     this.Edt_Num1.ValueChanged += new System.EventHandler(this.Edt_Num1_ValueChanged);
     //
     // Edt_SingleNum
     //
     this.coreBind.SetDatabasecommand(this.Edt_SingleNum, null);
     this.Edt_SingleNum.Location = new System.Drawing.Point(489, 20);
     this.Edt_SingleNum.MaskInput = "{LOC}nnn";
     this.Edt_SingleNum.Name = "Edt_SingleNum";
     this.Edt_SingleNum.Nullable = true;
     this.Edt_SingleNum.Size = new System.Drawing.Size(92, 21);
     this.Edt_SingleNum.TabIndex = 6;
     this.Edt_SingleNum.Value = null;
     this.coreBind.SetVerification(this.Edt_SingleNum, null);
     //
     // Edt_BatchNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_BatchNo, null);
     this.Edt_BatchNo.Enabled = false;
     this.Edt_BatchNo.Location = new System.Drawing.Point(265, 20);
     this.Edt_BatchNo.MaxLength = 20;
     this.Edt_BatchNo.Name = "Edt_BatchNo";
     this.Edt_BatchNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_BatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.Edt_BatchNo, null);
     //
     // Edt_OrderNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_OrderNo, null);
     this.Edt_OrderNo.Location = new System.Drawing.Point(265, 47);
     this.Edt_OrderNo.MaxLength = 12;
     this.Edt_OrderNo.Name = "Edt_OrderNo";
     this.Edt_OrderNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_OrderNo.TabIndex = 4;
     this.coreBind.SetVerification(this.Edt_OrderNo, null);
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel3, null);
     this.ultraLabel3.Location = new System.Drawing.Point(28, 78);
     this.ultraLabel3.Name = "ultraLabel3";
     this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel3.TabIndex = 0;
     this.ultraLabel3.Text = "����";
     this.coreBind.SetVerification(this.ultraLabel3, null);
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(28, 51);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel2.TabIndex = 0;
     this.ultraLabel2.Text = "���";
     this.coreBind.SetVerification(this.ultraLabel2, null);
     //
     // ultraLabel8
     //
     this.ultraLabel8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel8, null);
     this.ultraLabel8.Location = new System.Drawing.Point(431, 51);
     this.ultraLabel8.Name = "ultraLabel8";
     this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel8.TabIndex = 0;
     this.ultraLabel8.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel8, null);
     //
     // ultraLabel6
     //
     this.ultraLabel6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(207, 24);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel6.TabIndex = 0;
     this.ultraLabel6.Text = "���Ʊ��";
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // ultraLabel7
     //
     this.ultraLabel7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel7, null);
     this.ultraLabel7.Location = new System.Drawing.Point(431, 24);
     this.ultraLabel7.Name = "ultraLabel7";
     this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel7.TabIndex = 0;
     this.ultraLabel7.Text = "����֧��";
     this.coreBind.SetVerification(this.ultraLabel7, null);
     //
     // cbEdt_Length
     //
     this.cbEdt_Length.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Length, null);
     valueListItem14.DataValue = "9";
     valueListItem14.DisplayText = "9";
     valueListItem15.DataValue = "12";
     valueListItem15.DisplayText = "12";
     this.cbEdt_Length.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem14,
     valueListItem15});
     this.cbEdt_Length.Location = new System.Drawing.Point(61, 74);
     this.cbEdt_Length.MaxLength = 8;
     this.cbEdt_Length.Name = "cbEdt_Length";
     this.cbEdt_Length.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Length.TabIndex = 3;
     this.coreBind.SetVerification(this.cbEdt_Length, null);
     //
     // ultraLabel4
     //
     this.ultraLabel4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(207, 51);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel4.TabIndex = 0;
     this.ultraLabel4.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     this.ultraLabel5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(207, 78);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel5.TabIndex = 0;
     this.ultraLabel5.Text = "�� ׼ ��";
     this.coreBind.SetVerification(this.ultraLabel5, null);
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(28, 24);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text = "�ƺ�";
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // cbEdt_Spec
     //
     this.cbEdt_Spec.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Spec, null);
     valueListItem23.DataValue = "12";
     valueListItem23.DisplayText = "12";
     valueListItem2.DataValue = "14";
     valueListItem2.DisplayText = "14";
     valueListItem3.DataValue = "16";
     valueListItem3.DisplayText = "16";
     valueListItem4.DataValue = "18";
     valueListItem4.DisplayText = "18";
     valueListItem5.DataValue = "20";
     valueListItem5.DisplayText = "20";
     valueListItem6.DataValue = "22";
     valueListItem6.DisplayText = "22";
     valueListItem7.DataValue = "24";
     valueListItem7.DisplayText = "24";
     valueListItem8.DataValue = "25";
     valueListItem8.DisplayText = "25";
     valueListItem9.DataValue = "28";
     valueListItem9.DisplayText = "28";
     valueListItem10.DataValue = "30";
     valueListItem10.DisplayText = "30";
     valueListItem11.DataValue = "32";
     valueListItem11.DisplayText = "32";
     this.cbEdt_Spec.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem23,
     valueListItem2,
     valueListItem3,
     valueListItem4,
     valueListItem5,
     valueListItem6,
     valueListItem7,
     valueListItem8,
     valueListItem9,
     valueListItem10,
     valueListItem11});
     this.cbEdt_Spec.Location = new System.Drawing.Point(61, 47);
     this.cbEdt_Spec.MaxLength = 20;
     this.cbEdt_Spec.Name = "cbEdt_Spec";
     this.cbEdt_Spec.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Spec.TabIndex = 2;
     this.coreBind.SetVerification(this.cbEdt_Spec, null);
     //
     // cbEdt_StandardNo
     //
     this.cbEdt_StandardNo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_StandardNo, null);
     valueListItem17.DataValue = "";
     valueListItem16.DataValue = "GB 1499.2-2007";
     valueListItem16.DisplayText = "GB 1499.2-2007";
     this.cbEdt_StandardNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem17,
     valueListItem16});
     this.cbEdt_StandardNo.Location = new System.Drawing.Point(265, 74);
     this.cbEdt_StandardNo.MaxLength = 20;
     this.cbEdt_StandardNo.Name = "cbEdt_StandardNo";
     this.cbEdt_StandardNo.Size = new System.Drawing.Size(119, 21);
     this.cbEdt_StandardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.cbEdt_StandardNo, null);
     //
     // cbx_Point2
     //
     this.cbx_Point2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point2, null);
     this.cbx_Point2.Location = new System.Drawing.Point(489, 117);
     this.cbx_Point2.Name = "cbx_Point2";
     this.cbx_Point2.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point2.TabIndex = 20;
     this.cbx_Point2.Text = "B��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point2, null);
     this.cbx_Point2.CheckedChanged += new System.EventHandler(this.cbx_Point2_CheckedChanged);
     //
     // cbEdt_Steel
     //
     this.cbEdt_Steel.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Steel, null);
     this.cbEdt_Steel.Location = new System.Drawing.Point(61, 20);
     this.cbEdt_Steel.MaxLength = 20;
     this.cbEdt_Steel.Name = "cbEdt_Steel";
     this.cbEdt_Steel.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Steel.TabIndex = 1;
     this.coreBind.SetVerification(this.cbEdt_Steel, null);
     //
     // cbx_StandardNo
     //
     this.cbx_StandardNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_StandardNo, null);
     this.cbx_StandardNo.Location = new System.Drawing.Point(649, 75);
     this.cbx_StandardNo.Name = "cbx_StandardNo";
     this.cbx_StandardNo.Size = new System.Drawing.Size(71, 19);
     this.cbx_StandardNo.TabIndex = 13;
     this.cbx_StandardNo.Text = "��ӡ��׼";
     this.coreBind.SetVerification(this.cbx_StandardNo, null);
     //
     // cbx_Addr
     //
     this.cbx_Addr.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Addr, null);
     this.cbx_Addr.Location = new System.Drawing.Point(748, 48);
     this.cbx_Addr.Name = "cbx_Addr";
     this.cbx_Addr.Size = new System.Drawing.Size(71, 19);
     this.cbx_Addr.TabIndex = 12;
     this.cbx_Addr.Text = "��ӡ��ַ";
     this.coreBind.SetVerification(this.cbx_Addr, null);
     //
     // cbx_Double
     //
     this.cbx_Double.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Double, null);
     this.cbx_Double.Location = new System.Drawing.Point(649, 48);
     this.cbx_Double.Name = "cbx_Double";
     this.cbx_Double.Size = new System.Drawing.Size(71, 19);
     this.cbx_Double.TabIndex = 11;
     this.cbx_Double.Text = "��ӡ˫��";
     this.coreBind.SetVerification(this.cbx_Double, null);
     //
     // cbx_Point1
     //
     this.cbx_Point1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point1, null);
     this.cbx_Point1.Location = new System.Drawing.Point(59, 117);
     this.cbx_Point1.Name = "cbx_Point1";
     this.cbx_Point1.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point1.TabIndex = 15;
     this.cbx_Point1.Text = "A��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point1, null);
     this.cbx_Point1.CheckedChanged += new System.EventHandler(this.cbx_Point1_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool12.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 162;
     controlContainerTool11.ControlName = "tbQueryBatchNo";
     controlContainerTool11.InstanceProps.IsFirstInGroup = true;
     controlContainerTool11.InstanceProps.Width = 144;
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool21.InstanceProps.Width = 145;
     controlContainerTool7.ControlName = "cbEdt_Status";
     controlContainerTool7.InstanceProps.IsFirstInGroup = true;
     controlContainerTool7.InstanceProps.Width = 84;
     controlContainerTool8.ControlName = "cbEdt_Finish";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool12,
     controlContainerTool20,
     controlContainerTool11,
     controlContainerTool21,
     controlContainerTool7,
     controlContainerTool8,
     buttonTool39,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 199;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 162;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Visible = false;
     controlContainerTool24.SharedPropsInternal.Width = 145;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����Ԥ��";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool45.SharedPropsInternal.Visible = false;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ɾ��Ԥ��";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Visible = false;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool4.ControlName = "cbEdt_Status";
     controlContainerTool4.SharedPropsInternal.Caption = "Ԥ��";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 84;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 144;
     controlContainerTool5.ControlName = "cbEdt_Finish";
     controlContainerTool5.SharedPropsInternal.Caption = "��¯";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     controlContainerTool1,
     controlContainerTool4,
     controlContainerTool10,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmWeightPlanBC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightPlanBC";
     this.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightPlanBC_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).EndInit();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECKED", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLETCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MINDIFFERENTRATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MAXDIFFERENTRATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BUNDLEWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BUNDLEMINWWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BUNDLEMAXWWEIGHT");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("LabelTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("TextBoxTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TheoryWeightInfo_BC));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("LabelTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("TextBoxTool1");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.tbqueryFN_BILLETCOUNT = new System.Windows.Forms.TextBox();
     this.tbqueryFN_WEIGHT = new System.Windows.Forms.TextBox();
     this.tbqueryFS_SPEC = new System.Windows.Forms.TextBox();
     this.tbqueryFN_LENGTH = new System.Windows.Forms.TextBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbFS_MAXDIFFERENTRATE = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tbFS_MINDIFFERENTRATE = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbFS_BUNDLEWEIGHT = new System.Windows.Forms.TextBox();
     this.tbFN_BILLETCOUNT = new System.Windows.Forms.TextBox();
     this.tbFN_ID = new System.Windows.Forms.TextBox();
     this.tbFS_BUNDLEMAXWWEIGHT = new System.Windows.Forms.TextBox();
     this.tbFS_SPEC = new System.Windows.Forms.TextBox();
     this.tbFS_BUNDLEMINWWEIGHT = new System.Windows.Forms.TextBox();
     this.tbFN_WEIGHT = new System.Windows.Forms.TextBox();
     this.tbFN_LENGTH = new System.Windows.Forms.TextBox();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.tbqueryFN_BILLETCOUNT);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbqueryFN_WEIGHT);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbqueryFS_SPEC);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbqueryFN_LENGTH);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1008, 594);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // tbqueryFN_BILLETCOUNT
     //
     this.tbqueryFN_BILLETCOUNT.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbqueryFN_BILLETCOUNT, null);
     this.tbqueryFN_BILLETCOUNT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbqueryFN_BILLETCOUNT.Location = new System.Drawing.Point(405, 3);
     this.tbqueryFN_BILLETCOUNT.Name = "tbqueryFN_BILLETCOUNT";
     this.tbqueryFN_BILLETCOUNT.Size = new System.Drawing.Size(58, 21);
     this.tbqueryFN_BILLETCOUNT.TabIndex = 1;
     this.coreBind.SetVerification(this.tbqueryFN_BILLETCOUNT, null);
     //
     // tbqueryFN_WEIGHT
     //
     this.tbqueryFN_WEIGHT.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbqueryFN_WEIGHT, null);
     this.tbqueryFN_WEIGHT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbqueryFN_WEIGHT.Location = new System.Drawing.Point(264, 3);
     this.tbqueryFN_WEIGHT.Name = "tbqueryFN_WEIGHT";
     this.tbqueryFN_WEIGHT.Size = new System.Drawing.Size(57, 21);
     this.tbqueryFN_WEIGHT.TabIndex = 2;
     this.coreBind.SetVerification(this.tbqueryFN_WEIGHT, null);
     //
     // tbqueryFS_SPEC
     //
     this.coreBind.SetDatabasecommand(this.tbqueryFS_SPEC, null);
     this.tbqueryFS_SPEC.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbqueryFS_SPEC.Location = new System.Drawing.Point(36, 3);
     this.tbqueryFS_SPEC.Name = "tbqueryFS_SPEC";
     this.tbqueryFS_SPEC.Size = new System.Drawing.Size(57, 21);
     this.tbqueryFS_SPEC.TabIndex = 0;
     this.coreBind.SetVerification(this.tbqueryFS_SPEC, null);
     //
     // tbqueryFN_LENGTH
     //
     this.tbqueryFN_LENGTH.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbqueryFN_LENGTH, null);
     this.tbqueryFN_LENGTH.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbqueryFN_LENGTH.Location = new System.Drawing.Point(127, 3);
     this.tbqueryFN_LENGTH.Name = "tbqueryFN_LENGTH";
     this.tbqueryFN_LENGTH.Size = new System.Drawing.Size(53, 21);
     this.tbqueryFN_LENGTH.TabIndex = 0;
     this.coreBind.SetVerification(this.tbqueryFN_LENGTH, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.groupBox1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 28);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1008, 566);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.tbFS_MAXDIFFERENTRATE);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.tbFS_MINDIFFERENTRATE);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbFS_BUNDLEWEIGHT);
     this.groupBox1.Controls.Add(this.tbFN_BILLETCOUNT);
     this.groupBox1.Controls.Add(this.tbFN_ID);
     this.groupBox1.Controls.Add(this.tbFS_BUNDLEMAXWWEIGHT);
     this.groupBox1.Controls.Add(this.tbFS_SPEC);
     this.groupBox1.Controls.Add(this.tbFS_BUNDLEMINWWEIGHT);
     this.groupBox1.Controls.Add(this.tbFN_WEIGHT);
     this.groupBox1.Controls.Add(this.tbFN_LENGTH);
     this.coreBind.SetDatabasecommand(this.groupBox1, null);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 503);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1008, 63);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "���ݱ༭��";
     this.coreBind.SetVerification(this.groupBox1, null);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Location = new System.Drawing.Point(280, 45);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(125, 12);
     this.label10.TabIndex = 5;
     this.label10.Text = "����������������(KG)";
     this.coreBind.SetVerification(this.label10, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(202, 19);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 12);
     this.label4.TabIndex = 5;
     this.label4.Text = "����(m)";
     this.coreBind.SetVerification(this.label4, null);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Location = new System.Drawing.Point(566, 45);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(125, 12);
     this.label9.TabIndex = 5;
     this.label9.Text = "����������������(KG)";
     this.coreBind.SetVerification(this.label9, null);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Location = new System.Drawing.Point(25, 45);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(101, 12);
     this.label8.TabIndex = 5;
     this.label8.Text = "������������(KG)";
     this.coreBind.SetVerification(this.label8, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Location = new System.Drawing.Point(304, 19);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(101, 12);
     this.label3.TabIndex = 5;
     this.label3.Text = "��֧��������(KG)";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Location = new System.Drawing.Point(25, 19);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 12);
     this.label7.TabIndex = 5;
     this.label7.Text = "ID";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(78, 19);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 5;
     this.label2.Text = "���(mm)";
     this.coreBind.SetVerification(this.label2, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Location = new System.Drawing.Point(755, 19);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(89, 12);
     this.label6.TabIndex = 5;
     this.label6.Text = "��������������";
     this.coreBind.SetVerification(this.label6, null);
     //
     // tbFS_MAXDIFFERENTRATE
     //
     this.coreBind.SetDatabasecommand(this.tbFS_MAXDIFFERENTRATE, null);
     this.tbFS_MAXDIFFERENTRATE.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_MAXDIFFERENTRATE.Location = new System.Drawing.Point(846, 15);
     this.tbFS_MAXDIFFERENTRATE.Name = "tbFS_MAXDIFFERENTRATE";
     this.tbFS_MAXDIFFERENTRATE.Size = new System.Drawing.Size(57, 21);
     this.tbFS_MAXDIFFERENTRATE.TabIndex = 4;
     this.coreBind.SetVerification(this.tbFS_MAXDIFFERENTRATE, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Location = new System.Drawing.Point(602, 19);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(89, 12);
     this.label5.TabIndex = 5;
     this.label5.Text = "��������������";
     this.coreBind.SetVerification(this.label5, null);
     //
     // tbFS_MINDIFFERENTRATE
     //
     this.coreBind.SetDatabasecommand(this.tbFS_MINDIFFERENTRATE, null);
     this.tbFS_MINDIFFERENTRATE.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_MINDIFFERENTRATE.Location = new System.Drawing.Point(694, 15);
     this.tbFS_MINDIFFERENTRATE.Name = "tbFS_MINDIFFERENTRATE";
     this.tbFS_MINDIFFERENTRATE.Size = new System.Drawing.Size(57, 21);
     this.tbFS_MINDIFFERENTRATE.TabIndex = 4;
     this.coreBind.SetVerification(this.tbFS_MINDIFFERENTRATE, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(470, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 5;
     this.label1.Text = "������װ֧��";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbFS_BUNDLEWEIGHT
     //
     this.coreBind.SetDatabasecommand(this.tbFS_BUNDLEWEIGHT, null);
     this.tbFS_BUNDLEWEIGHT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_BUNDLEWEIGHT.Location = new System.Drawing.Point(131, 39);
     this.tbFS_BUNDLEWEIGHT.Name = "tbFS_BUNDLEWEIGHT";
     this.tbFS_BUNDLEWEIGHT.Size = new System.Drawing.Size(61, 21);
     this.tbFS_BUNDLEWEIGHT.TabIndex = 3;
     this.coreBind.SetVerification(this.tbFS_BUNDLEWEIGHT, null);
     //
     // tbFN_BILLETCOUNT
     //
     this.coreBind.SetDatabasecommand(this.tbFN_BILLETCOUNT, null);
     this.tbFN_BILLETCOUNT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFN_BILLETCOUNT.Location = new System.Drawing.Point(550, 15);
     this.tbFN_BILLETCOUNT.Name = "tbFN_BILLETCOUNT";
     this.tbFN_BILLETCOUNT.Size = new System.Drawing.Size(48, 21);
     this.tbFN_BILLETCOUNT.TabIndex = 4;
     this.coreBind.SetVerification(this.tbFN_BILLETCOUNT, null);
     //
     // tbFN_ID
     //
     this.tbFN_ID.BackColor = System.Drawing.SystemColors.ControlDark;
     this.coreBind.SetDatabasecommand(this.tbFN_ID, null);
     this.tbFN_ID.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFN_ID.Location = new System.Drawing.Point(44, 15);
     this.tbFN_ID.Name = "tbFN_ID";
     this.tbFN_ID.ReadOnly = true;
     this.tbFN_ID.Size = new System.Drawing.Size(31, 21);
     this.tbFN_ID.TabIndex = 3;
     this.coreBind.SetVerification(this.tbFN_ID, null);
     //
     // tbFS_BUNDLEMAXWWEIGHT
     //
     this.coreBind.SetDatabasecommand(this.tbFS_BUNDLEMAXWWEIGHT, null);
     this.tbFS_BUNDLEMAXWWEIGHT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_BUNDLEMAXWWEIGHT.Location = new System.Drawing.Point(694, 39);
     this.tbFS_BUNDLEMAXWWEIGHT.Name = "tbFS_BUNDLEMAXWWEIGHT";
     this.tbFS_BUNDLEMAXWWEIGHT.Size = new System.Drawing.Size(57, 21);
     this.tbFS_BUNDLEMAXWWEIGHT.TabIndex = 2;
     this.coreBind.SetVerification(this.tbFS_BUNDLEMAXWWEIGHT, null);
     //
     // tbFS_SPEC
     //
     this.coreBind.SetDatabasecommand(this.tbFS_SPEC, null);
     this.tbFS_SPEC.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_SPEC.Location = new System.Drawing.Point(131, 15);
     this.tbFS_SPEC.Name = "tbFS_SPEC";
     this.tbFS_SPEC.Size = new System.Drawing.Size(61, 21);
     this.tbFS_SPEC.TabIndex = 3;
     this.coreBind.SetVerification(this.tbFS_SPEC, null);
     //
     // tbFS_BUNDLEMINWWEIGHT
     //
     this.coreBind.SetDatabasecommand(this.tbFS_BUNDLEMINWWEIGHT, null);
     this.tbFS_BUNDLEMINWWEIGHT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFS_BUNDLEMINWWEIGHT.Location = new System.Drawing.Point(408, 39);
     this.tbFS_BUNDLEMINWWEIGHT.Name = "tbFS_BUNDLEMINWWEIGHT";
     this.tbFS_BUNDLEMINWWEIGHT.Size = new System.Drawing.Size(57, 21);
     this.tbFS_BUNDLEMINWWEIGHT.TabIndex = 1;
     this.coreBind.SetVerification(this.tbFS_BUNDLEMINWWEIGHT, null);
     //
     // tbFN_WEIGHT
     //
     this.coreBind.SetDatabasecommand(this.tbFN_WEIGHT, null);
     this.tbFN_WEIGHT.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFN_WEIGHT.Location = new System.Drawing.Point(408, 15);
     this.tbFN_WEIGHT.Name = "tbFN_WEIGHT";
     this.tbFN_WEIGHT.Size = new System.Drawing.Size(57, 21);
     this.tbFN_WEIGHT.TabIndex = 2;
     this.coreBind.SetVerification(this.tbFN_WEIGHT, null);
     //
     // tbFN_LENGTH
     //
     this.coreBind.SetDatabasecommand(this.tbFN_LENGTH, null);
     this.tbFN_LENGTH.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFN_LENGTH.Location = new System.Drawing.Point(251, 15);
     this.tbFN_LENGTH.Name = "tbFN_LENGTH";
     this.tbFN_LENGTH.Size = new System.Drawing.Size(50, 21);
     this.tbFN_LENGTH.TabIndex = 1;
     this.coreBind.SetVerification(this.tbFN_LENGTH, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     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(1008, 503);
     this.ultraGroupBox1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance1.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance4.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance4;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance5.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance5;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance6.TextHAlignAsString = "Center";
     appearance6.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance7;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance8.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance8;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1002, 497);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_AfterCellUpdate);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn2,
     this.dataColumn1,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "ѡ��";
     this.dataColumn2.ColumnName = "CHECKED";
     this.dataColumn2.DataType = typeof(bool);
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "���(mm)";
     this.dataColumn1.ColumnName = "FS_SPEC";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "����(m)";
     this.dataColumn3.ColumnName = "FN_LENGTH";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "��֧��������(KG)";
     this.dataColumn4.ColumnName = "FN_WEIGHT";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "������װ֧��";
     this.dataColumn5.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "ID";
     this.dataColumn6.ColumnName = "FN_ID";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "��������������";
     this.dataColumn7.ColumnName = "FS_MINDIFFERENTRATE";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "��������������";
     this.dataColumn8.ColumnName = "FS_MAXDIFFERENTRATE";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "������������(KG)";
     this.dataColumn9.ColumnName = "FS_BUNDLEWEIGHT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����������������(KG)";
     this.dataColumn10.ColumnName = "FS_BUNDLEMINWWEIGHT";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "����������������(KG)";
     this.dataColumn11.ColumnName = "FS_BUNDLEMAXWWEIGHT";
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 566);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool19.ControlName = "tbqueryFS_SPEC";
     controlContainerTool19.InstanceProps.Width = 91;
     controlContainerTool21.ControlName = "tbqueryFN_LENGTH";
     controlContainerTool21.InstanceProps.Width = 87;
     controlContainerTool1.ControlName = "tbqueryFN_WEIGHT";
     controlContainerTool1.InstanceProps.Width = 141;
     controlContainerTool3.ControlName = "tbqueryFN_BILLETCOUNT";
     controlContainerTool3.InstanceProps.Width = 142;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     buttonTool5.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool19,
     controlContainerTool21,
     controlContainerTool1,
     controlContainerTool3,
     buttonTool39,
     buttonTool1,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "tbqueryFS_SPEC";
     controlContainerTool22.SharedPropsInternal.Caption = "���";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 91;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.ControlName = "tbqueryFN_LENGTH";
     controlContainerTool24.SharedPropsInternal.Caption = "����";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 87;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "�޸�";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ɾ��";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool6.SharedPropsInternal.Caption = "����";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     labelTool2.SharedPropsInternal.Caption = "������װ֧��";
     labelTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool2.ControlName = "tbqueryFN_WEIGHT";
     controlContainerTool2.SharedPropsInternal.AllowMultipleInstances = true;
     controlContainerTool2.SharedPropsInternal.Caption = "��֧��������";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Width = 141;
     controlContainerTool4.ControlName = "tbqueryFN_BILLETCOUNT";
     controlContainerTool4.SharedPropsInternal.AllowMultipleInstances = true;
     controlContainerTool4.SharedPropsInternal.Caption = "������װ֧��";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 142;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     buttonTool6,
     labelTool2,
     controlContainerTool2,
     controlContainerTool4});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1008, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 566);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1008, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 594);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1008, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // TheoryWeightInfo_BC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 594);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "TheoryWeightInfo_BC";
     this.Text = "����ϴ�����ϵͳ����������Ӧ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.BilletStock_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("汽车衡一次计量表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUNDTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("卸货", 9023985);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("复磅", 9023986);
     Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARDNUMBER", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIALNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SUPPLIERNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVER", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERSTORE", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TRANSNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TYPENAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_POINTNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_WEIGHT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTER", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_WEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MEMO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_POUNDTYPE", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BZ", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_STOVENO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_COUNT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_REWEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "卸货", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "复磅", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_CARDNUMBER", 1, true, "汽车衡一次计量表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_WEIGHT", 11, true, "汽车衡一次计量表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.tbBZ = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.cbSHDW = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.cbFHDW = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbCYDW = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.cbFlow = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbWLMC = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbReceiverPlace = new System.Windows.Forms.TextBox();
     this.tbSenderPlace = new System.Windows.Forms.TextBox();
     this.tbWeight = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.tbCarNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbBF = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.ultraComboEditor1 = new System.Windows.Forms.ComboBox();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(992, 468);
     this.ultraPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 468);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "汽车衡一次计量表";
     this.ultraGrid3.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.Hidden = true;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.Hidden = true;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.Hidden = true;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "卸货";
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "卸货";
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "卸货";
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "卸货";
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "复磅";
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn25.RowLayoutColumnInfo.ParentGroupKey = "复磅";
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "复磅";
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "复磅";
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27});
     ultraGridGroup1.Key = "卸货";
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 26;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup2.Key = "复磅";
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 34;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
     rowLayoutColumnInfo1,
     rowLayoutColumnInfo2,
     rowLayoutColumnInfo3,
     rowLayoutColumnInfo4,
     rowLayoutColumnInfo5,
     rowLayoutColumnInfo6,
     rowLayoutColumnInfo7,
     rowLayoutColumnInfo8,
     rowLayoutColumnInfo9,
     rowLayoutColumnInfo10,
     rowLayoutColumnInfo11,
     rowLayoutColumnInfo12,
     rowLayoutColumnInfo13,
     rowLayoutColumnInfo14,
     rowLayoutColumnInfo15,
     rowLayoutColumnInfo16,
     rowLayoutColumnInfo17,
     rowLayoutColumnInfo18,
     rowLayoutColumnInfo19,
     rowLayoutColumnInfo20,
     rowLayoutColumnInfo21,
     rowLayoutColumnInfo22,
     rowLayoutColumnInfo23,
     rowLayoutColumnInfo24,
     rowLayoutColumnInfo25,
     rowLayoutColumnInfo26,
     rowLayoutColumnInfo27,
     rowLayoutColumnInfo28,
     rowLayoutColumnInfo29});
     rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
     rowLayout1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "合计{0}条";
     summarySettings1.GroupBySummaryValueAppearance = appearance1;
     summarySettings2.DisplayFormat = "重量{0}吨";
     summarySettings2.GroupBySummaryValueAppearance = appearance2;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 8;
     appearance14.FontData.BoldAsString = "True";
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance14;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance15;
     appearance16.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance16;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance17.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance17.TextHAlignAsString = "Center";
     appearance17.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance17;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21;
     appearance18.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance18;
     appearance19.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance19;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance20.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance20.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance20;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(986, 447);
     this.ultraGrid3.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid3_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn18,
     this.dataColumn17,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27});
     this.dataTable1.TableName = "汽车衡一次计量表";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "车证卡号";
     this.dataColumn2.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "车号";
     this.dataColumn3.ColumnName = "FS_CARNO";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "物料名称";
     this.dataColumn4.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "发货单位";
     this.dataColumn5.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "收货单位";
     this.dataColumn6.ColumnName = "FS_RECEIVER";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "发货地点";
     this.dataColumn7.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "卸货地点";
     this.dataColumn8.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "承运单位";
     this.dataColumn9.ColumnName = "FS_TRANSNAME";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "流向";
     this.dataColumn10.ColumnName = "FS_TYPENAME";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "计量点";
     this.dataColumn11.ColumnName = "FS_POINTNAME";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "重量";
     this.dataColumn12.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "计量员";
     this.dataColumn13.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "计量时间";
     this.dataColumn14.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "标识";
     this.dataColumn15.ColumnName = "FS_MEMO";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "备注";
     this.dataColumn18.ColumnName = "FS_BZ";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "炉号";
     this.dataColumn17.ColumnName = "FS_STOVENO";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "支数";
     this.dataColumn19.ColumnName = "FN_COUNT";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "卸车员";
     this.dataColumn20.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "卸车时间";
     this.dataColumn21.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "卸车点";
     this.dataColumn22.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "卸货确认";
     this.dataColumn23.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "复磅确认";
     this.dataColumn24.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "复磅确认时间";
     this.dataColumn25.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "复磅确认地点";
     this.dataColumn26.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "复磅确认员";
     this.dataColumn27.ColumnName = "FS_REWEIGHTPERSON";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.button4);
     this.ultraGroupBox1.Controls.Add(this.button3);
     this.ultraGroupBox1.Controls.Add(this.button2);
     this.ultraGroupBox1.Controls.Add(this.button1);
     this.ultraGroupBox1.Controls.Add(this.label16);
     this.ultraGroupBox1.Controls.Add(this.label15);
     this.ultraGroupBox1.Controls.Add(this.tbBZ);
     this.ultraGroupBox1.Controls.Add(this.label14);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.cbSHDW);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.cbFHDW);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.cbCYDW);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.cbFlow);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.cbWLMC);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbReceiverPlace);
     this.ultraGroupBox1.Controls.Add(this.tbSenderPlace);
     this.ultraGroupBox1.Controls.Add(this.tbWeight);
     this.ultraGroupBox1.Controls.Add(this.dateTimePicker1);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.tbCarNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.cbBF);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 172);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据修改";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button4, null);
     this.button4.Location = new System.Drawing.Point(476, 102);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(30, 21);
     this.button4.TabIndex = 757;
     this.button4.Tag = "Trans";
     this.button4.Text = "..";
     this.button4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button4, null);
     this.button4.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button3, null);
     this.button3.Location = new System.Drawing.Point(210, 101);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(30, 21);
     this.button3.TabIndex = 756;
     this.button3.Tag = "Receiver";
     this.button3.Text = "..";
     this.button3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button3, null);
     this.button3.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button2, null);
     this.button2.Location = new System.Drawing.Point(476, 65);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(30, 21);
     this.button2.TabIndex = 755;
     this.button2.Tag = "Sender";
     this.button2.Text = "..";
     this.button2.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button2, null);
     this.button2.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button1, null);
     this.button1.Location = new System.Drawing.Point(210, 65);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(30, 21);
     this.button1.TabIndex = 753;
     this.button1.Tag = "Material";
     this.button1.Text = "..";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label16, null);
     this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(702, 102);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(19, 21);
     this.label16.TabIndex = 736;
     this.label16.Text = "T";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label16, null);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Font = new System.Drawing.Font("宋体", 12F);
     this.label15.Location = new System.Drawing.Point(385, 132);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(0, 16);
     this.label15.TabIndex = 735;
     this.coreBind.SetVerification(this.label15, null);
     //
     // tbBZ
     //
     this.coreBind.SetDatabasecommand(this.tbBZ, null);
     this.tbBZ.Location = new System.Drawing.Point(832, 102);
     this.tbBZ.Name = "tbBZ";
     this.tbBZ.Size = new System.Drawing.Size(143, 21);
     this.tbBZ.TabIndex = 734;
     this.coreBind.SetVerification(this.tbBZ, null);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(777, 102);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(29, 24);
     this.label14.TabIndex = 733;
     this.label14.Text = "备注";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Location = new System.Drawing.Point(532, 105);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 730;
     this.label5.Text = "重量";
     this.coreBind.SetVerification(this.label5, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Enabled = false;
     this.label4.Location = new System.Drawing.Point(3, 134);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 729;
     this.label4.Text = "计量时间";
     this.coreBind.SetVerification(this.label4, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Location = new System.Drawing.Point(771, 41);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 728;
     this.label7.Text = "收货地点";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Location = new System.Drawing.Point(773, 73);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 727;
     this.label6.Text = "发货地点";
     this.coreBind.SetVerification(this.label6, null);
     //
     // cbSHDW
     //
     this.cbSHDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbSHDW, null);
     this.cbSHDW.FormattingEnabled = true;
     this.cbSHDW.Location = new System.Drawing.Point(70, 100);
     this.cbSHDW.Name = "cbSHDW";
     this.cbSHDW.Size = new System.Drawing.Size(134, 20);
     this.cbSHDW.TabIndex = 726;
     this.coreBind.SetVerification(this.cbSHDW, null);
     this.cbSHDW.Leave += new System.EventHandler(this.cbSHDW_Leave);
     this.cbSHDW.TextChanged += new System.EventHandler(this.cbSHDW_TextChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Location = new System.Drawing.Point(3, 105);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(53, 12);
     this.label12.TabIndex = 725;
     this.label12.Text = "收货单位";
     this.coreBind.SetVerification(this.label12, null);
     //
     // cbFHDW
     //
     this.cbFHDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbFHDW, null);
     this.cbFHDW.FormattingEnabled = true;
     this.cbFHDW.Location = new System.Drawing.Point(327, 65);
     this.cbFHDW.Name = "cbFHDW";
     this.cbFHDW.Size = new System.Drawing.Size(143, 20);
     this.cbFHDW.TabIndex = 724;
     this.coreBind.SetVerification(this.cbFHDW, null);
     this.cbFHDW.Leave += new System.EventHandler(this.cbFHDW_Leave);
     this.cbFHDW.TextChanged += new System.EventHandler(this.cbFHDW_TextChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Location = new System.Drawing.Point(262, 70);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 12);
     this.label11.TabIndex = 723;
     this.label11.Text = "发货单位";
     this.coreBind.SetVerification(this.label11, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(532, 36);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 722;
     this.label2.Text = "车号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // cbCYDW
     //
     this.cbCYDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbCYDW, null);
     this.cbCYDW.FormattingEnabled = true;
     this.cbCYDW.Location = new System.Drawing.Point(327, 100);
     this.cbCYDW.Name = "cbCYDW";
     this.cbCYDW.Size = new System.Drawing.Size(143, 20);
     this.cbCYDW.TabIndex = 721;
     this.coreBind.SetVerification(this.cbCYDW, null);
     this.cbCYDW.Leave += new System.EventHandler(this.cbCYDW_Leave);
     this.cbCYDW.TextChanged += new System.EventHandler(this.cbCYDW_TextChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Location = new System.Drawing.Point(260, 105);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 720;
     this.label10.Text = "承运单位";
     this.coreBind.SetVerification(this.label10, null);
     //
     // cbFlow
     //
     this.cbFlow.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbFlow, null);
     this.cbFlow.FormattingEnabled = true;
     this.cbFlow.Location = new System.Drawing.Point(567, 65);
     this.cbFlow.Name = "cbFlow";
     this.cbFlow.Size = new System.Drawing.Size(143, 20);
     this.cbFlow.TabIndex = 719;
     this.coreBind.SetVerification(this.cbFlow, null);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Location = new System.Drawing.Point(532, 68);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(29, 12);
     this.label9.TabIndex = 718;
     this.label9.Text = "流向";
     this.coreBind.SetVerification(this.label9, null);
     //
     // cbWLMC
     //
     this.cbWLMC.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbWLMC, null);
     this.cbWLMC.FormattingEnabled = true;
     this.cbWLMC.Location = new System.Drawing.Point(70, 65);
     this.cbWLMC.Name = "cbWLMC";
     this.cbWLMC.Size = new System.Drawing.Size(134, 20);
     this.cbWLMC.TabIndex = 717;
     this.coreBind.SetVerification(this.cbWLMC, null);
     this.cbWLMC.Leave += new System.EventHandler(this.cbWLMC_Leave);
     this.cbWLMC.TextChanged += new System.EventHandler(this.cbWLMC_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Location = new System.Drawing.Point(3, 70);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 716;
     this.label8.Text = "物料名称";
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbReceiverPlace
     //
     this.coreBind.SetDatabasecommand(this.tbReceiverPlace, null);
     this.tbReceiverPlace.Location = new System.Drawing.Point(832, 38);
     this.tbReceiverPlace.Name = "tbReceiverPlace";
     this.tbReceiverPlace.Size = new System.Drawing.Size(143, 21);
     this.tbReceiverPlace.TabIndex = 715;
     this.coreBind.SetVerification(this.tbReceiverPlace, null);
     //
     // tbSenderPlace
     //
     this.coreBind.SetDatabasecommand(this.tbSenderPlace, null);
     this.tbSenderPlace.Location = new System.Drawing.Point(832, 68);
     this.tbSenderPlace.Name = "tbSenderPlace";
     this.tbSenderPlace.Size = new System.Drawing.Size(143, 21);
     this.tbSenderPlace.TabIndex = 713;
     this.coreBind.SetVerification(this.tbSenderPlace, null);
     //
     // tbWeight
     //
     this.coreBind.SetDatabasecommand(this.tbWeight, null);
     this.tbWeight.Location = new System.Drawing.Point(567, 102);
     this.tbWeight.Name = "tbWeight";
     this.tbWeight.ReadOnly = true;
     this.tbWeight.Size = new System.Drawing.Size(134, 21);
     this.tbWeight.TabIndex = 711;
     this.coreBind.SetVerification(this.tbWeight, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Enabled = false;
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(70, 130);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(134, 21);
     this.dateTimePicker1.TabIndex = 709;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // tbCardNo
     //
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Location = new System.Drawing.Point(327, 33);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.Size = new System.Drawing.Size(143, 21);
     this.tbCardNo.TabIndex = 706;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // tbCarNo
     //
     this.coreBind.SetDatabasecommand(this.tbCarNo, null);
     this.tbCarNo.Location = new System.Drawing.Point(567, 31);
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.Size = new System.Drawing.Size(143, 21);
     this.tbCarNo.TabIndex = 705;
     this.coreBind.SetVerification(this.tbCarNo, null);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(3, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(58, 24);
     this.label1.TabIndex = 704;
     this.label1.Text = "计量磅房";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label1, null);
     //
     // cbBF
     //
     this.cbBF.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbBF.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.cbBF, null);
     this.cbBF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBF.Enabled = false;
     this.cbBF.FormattingEnabled = true;
     this.cbBF.Location = new System.Drawing.Point(70, 33);
     this.cbBF.Name = "cbBF";
     this.cbBF.Size = new System.Drawing.Size(134, 20);
     this.cbBF.TabIndex = 703;
     this.coreBind.SetVerification(this.cbBF, null);
     this.cbBF.SelectedIndexChanged += new System.EventHandler(this.cbBF_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(254, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 24);
     this.label3.TabIndex = 696;
     this.label3.Text = "卡号";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label3, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 494);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 172);
     this.ultraPanel2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // EndTime
     //
     this.EndTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.EndTime.Location = new System.Drawing.Point(262, 2);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(143, 21);
     this.EndTime.TabIndex = 717;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.BeginTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.BeginTime.Location = new System.Drawing.Point(97, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(143, 21);
     this.BeginTime.TabIndex = 716;
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.ultraPanel1.ClientArea;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool3.ControlName = "BeginTime";
     controlContainerTool5.ControlName = "EndTime";
     controlContainerTool2.ControlName = "txtCarNo";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     buttonTool14.InstanceProps.IsFirstInGroup = true;
     buttonTool15.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     controlContainerTool8.ControlName = "ultraComboEditor1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool3,
     controlContainerTool5,
     controlContainerTool2,
     buttonTool13,
     buttonTool14,
     buttonTool15,
     buttonTool16,
     controlContainerTool8,
     buttonTool1});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "BeginTime";
     controlContainerTool1.SharedPropsInternal.Caption = "查询时间  开始";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.ControlName = "EndTime";
     controlContainerTool6.SharedPropsInternal.Caption = "至";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool7.ControlName = "cbDateField";
     controlContainerTool7.SharedPropsInternal.Caption = "查询时间";
     controlContainerTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool9.SharedPropsInternal.Caption = "查询";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Caption = "增加";
     buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Visible = false;
     buttonTool11.SharedPropsInternal.Caption = "修改";
     buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool12.SharedPropsInternal.Caption = "删除";
     buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool12.SharedPropsInternal.Visible = false;
     controlContainerTool4.ControlName = "txtCarNo";
     controlContainerTool4.SharedPropsInternal.Caption = "车号";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool9.ControlName = "ultraComboEditor1";
     controlContainerTool9.SharedPropsInternal.Caption = "计量点";
     controlContainerTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool2.SharedPropsInternal.Caption = "票据补打";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool6,
     controlContainerTool7,
     buttonTool9,
     buttonTool10,
     buttonTool11,
     buttonTool12,
     controlContainerTool4,
     controlContainerTool9,
     buttonTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 666);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 640);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 640);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(446, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(100, 21);
     this.txtCarNo.TabIndex = 736;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ultraComboEditor1.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.ultraComboEditor1, null);
     this.ultraComboEditor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ultraComboEditor1.FormattingEnabled = true;
     this.ultraComboEditor1.Location = new System.Drawing.Point(706, 3);
     this.ultraComboEditor1.Name = "ultraComboEditor1";
     this.ultraComboEditor1.Size = new System.Drawing.Size(100, 20);
     this.ultraComboEditor1.TabIndex = 704;
     this.coreBind.SetVerification(this.ultraComboEditor1, null);
     //
     // UpdateFirstWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 666);
     this.Controls.Add(this.ultraComboEditor1);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.txtCarNo);
     this.Controls.Add(this.EndTime);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.BeginTime);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "UpdateFirstWeight";
     this.Tag = "UpdateFirstWeight";
     this.Text = "一次计量数据修改";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.UpdateFirstWeight_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NB");
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSTYPE");
     Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ISCOUNTCOMFIRM");
     Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1186710511);
     Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("printCard");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeightPlan_FP));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("printCard");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TECHCARDNO");
     Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDERNO");
     Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
     Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHEDCOUNT");
     Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool50 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool33 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool(" ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool34 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.panel2 = new System.Windows.Forms.Panel();
     this.cbAnalysisTime = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.panel2_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
     this.txtStoveGD1 = new System.Windows.Forms.TextBox();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
     this.ClientArea_Fill_Panel_1 = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbAls = new System.Windows.Forms.TextBox();
     this.tbSb = new System.Windows.Forms.TextBox();
     this.tbTi = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.tbMemo = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.cbTransType = new System.Windows.Forms.ComboBox();
     this.lbTransType = new System.Windows.Forms.Label();
     this.cbUnquanified = new System.Windows.Forms.CheckBox();
     this.cbCountIsConfirm = new System.Windows.Forms.CheckBox();
     this.LxComb = new System.Windows.Forms.ComboBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.tbAs = new System.Windows.Forms.TextBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.cbx_SteelSendType = new System.Windows.Forms.ComboBox();
     this.label45 = new System.Windows.Forms.Label();
     this.cbx_OrgUse = new System.Windows.Forms.ComboBox();
     this.label44 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label40 = new System.Windows.Forms.Label();
     this.tbx_qt = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tbx_qj = new System.Windows.Forms.TextBox();
     this.tbx_sk = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.tbx_lw = new System.Windows.Forms.TextBox();
     this.tbx_qk = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.tbx_jz = new System.Windows.Forms.TextBox();
     this.tbx_wq = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.tbx_tf = new System.Windows.Forms.TextBox();
     this.cbx_zzjy = new System.Windows.Forms.ComboBox();
     this.label27 = new System.Windows.Forms.Label();
     this.cbYLBB = new System.Windows.Forms.ComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.chkQY = new System.Windows.Forms.CheckBox();
     this.tbADVSPEC = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtDDXMH = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.txtDDH = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.cbMaterial = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.tbLength = new System.Windows.Forms.TextBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbPerson = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tbCeq = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbNb = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tbMo = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbV = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbCu = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbCr = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.tbNi = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tbP = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbS = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbMn = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbSi = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbC = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCount = new System.Windows.Forms.TextBox();
     this.cbSpec = new System.Windows.Forms.ComboBox();
     this.cbSteelType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbStoveNo = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel6 = new Infragistics.Win.Misc.UltraPanel();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.panel5 = new System.Windows.Forms.Panel();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel5.ClientArea.SuspendLayout();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
     this.ultraTabControl2.SuspendLayout();
     this.ultraTabPageControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
     this.ultraGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.ultraPanel6.ClientArea.SuspendLayout();
     this.ultraPanel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
     this.ultraTabPageControl1.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox3.Controls.Add(this.dateTimePicker1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 30);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1000, 349);
     this.ultraGroupBox3.TabIndex = 12;
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance39.TextHAlignAsString = "Center";
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance39;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
     appearance40.TextHAlignAsString = "Center";
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance40;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     appearance41.TextHAlignAsString = "Center";
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance41;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     appearance42.TextHAlignAsString = "Center";
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance42;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     appearance43.TextHAlignAsString = "Center";
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance43;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     appearance44.TextHAlignAsString = "Center";
     appearance44.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance44;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     appearance45.TextHAlignAsString = "Center";
     appearance45.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance45;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     appearance46.TextHAlignAsString = "Center";
     appearance46.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance46;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     appearance47.TextHAlignAsString = "Center";
     appearance47.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance47;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     appearance48.TextHAlignAsString = "Center";
     appearance48.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance48;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     appearance49.TextHAlignAsString = "Center";
     appearance49.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance49;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     appearance50.TextHAlignAsString = "Center";
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance50;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     appearance51.TextHAlignAsString = "Center";
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance51;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     appearance52.TextHAlignAsString = "Center";
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance52;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(43, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     appearance53.TextHAlignAsString = "Center";
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn15.CellAppearance = appearance53;
     ultraGridColumn15.Header.VisiblePosition = 23;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     appearance54.TextHAlignAsString = "Center";
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn16.CellAppearance = appearance54;
     ultraGridColumn16.Header.VisiblePosition = 14;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     appearance55.TextHAlignAsString = "Center";
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn17.CellAppearance = appearance55;
     ultraGridColumn17.Header.VisiblePosition = 15;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     appearance56.TextHAlignAsString = "Center";
     appearance56.TextVAlignAsString = "Middle";
     ultraGridColumn18.CellAppearance = appearance56;
     ultraGridColumn18.Header.VisiblePosition = 16;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     appearance57.TextHAlignAsString = "Center";
     appearance57.TextVAlignAsString = "Middle";
     ultraGridColumn19.CellAppearance = appearance57;
     ultraGridColumn19.Header.VisiblePosition = 17;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     appearance58.TextHAlignAsString = "Center";
     appearance58.TextVAlignAsString = "Middle";
     ultraGridColumn20.CellAppearance = appearance58;
     ultraGridColumn20.Header.VisiblePosition = 18;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     appearance59.TextHAlignAsString = "Center";
     appearance59.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance59;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 50;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 3;
     appearance60.TextHAlignAsString = "Center";
     appearance60.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance60;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 48;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 3;
     appearance61.TextHAlignAsString = "Center";
     appearance61.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance61;
     ultraGridColumn23.Header.VisiblePosition = 19;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 3;
     appearance62.TextHAlignAsString = "Center";
     appearance62.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance62;
     ultraGridColumn24.Header.VisiblePosition = 24;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 49;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 3;
     appearance63.TextHAlignAsString = "Center";
     appearance63.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance63;
     ultraGridColumn25.Header.VisiblePosition = 22;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 52;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 53;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30});
     ultraGridGroup1.Header.Caption = "化学成分";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 30;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance64.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance64;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Synchronized;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance67.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance67;
     appearance68.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance68;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance69.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance69.TextHAlignAsString = "Center";
     appearance69.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance69;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance70.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance70;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance71.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance71.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance71.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance71.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance71;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(994, 346);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable4,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn45,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn58,
     this.dataColumn61,
     this.dataColumn21,
     this.dataColumn19,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "工艺流动卡号";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "炉号";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "钢种";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "规格";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "长度";
     this.dataColumn5.ColumnName = "FN_LENGTH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "C";
     this.dataColumn6.ColumnName = "FN_GP_C";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Si";
     this.dataColumn7.ColumnName = "FN_GP_SI";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Mn";
     this.dataColumn8.ColumnName = "FN_GP_MN";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "S";
     this.dataColumn9.ColumnName = "FN_GP_S";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "P";
     this.dataColumn10.ColumnName = "FN_GP_P";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "Ni";
     this.dataColumn11.ColumnName = "FN_GP_NI";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Cr";
     this.dataColumn12.ColumnName = "FN_GP_CR";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Cu";
     this.dataColumn13.ColumnName = "FN_GP_CU";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "V";
     this.dataColumn14.ColumnName = "FN_GP_V";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Mo";
     this.dataColumn15.ColumnName = "FN_GP_MO";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Nb";
     this.dataColumn16.ColumnName = "FN_GP_NB";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "Ceq";
     this.dataColumn17.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "条数";
     this.dataColumn18.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "判定员";
     this.dataColumn22.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "分析时间";
     this.dataColumn23.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "建议轧制规格";
     this.dataColumn45.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "运送方式";
     this.dataColumn54.ColumnName = "FS_TRANSTYPE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "AS";
     this.dataColumn55.ColumnName = "FN_GP_AS";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "是否确定";
     this.dataColumn58.ColumnName = "FS_ISCOUNTCOMFIRM";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "合格";
     this.dataColumn61.ColumnName = "FS_UNQUALIFIED";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "去向";
     this.dataColumn21.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "备注";
     this.dataColumn19.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "Ti";
     this.dataColumn32.ColumnName = "FN_GP_TI";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "Sb";
     this.dataColumn33.ColumnName = "FN_GP_SB";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "Als";
     this.dataColumn34.ColumnName = "FN_GP_ALS";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn41,
     this.dataColumn20,
     this.dataColumn56});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "工艺流动卡号";
     this.dataColumn25.ColumnName = "FS_TECHCARDNO";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "炉号";
     this.dataColumn26.ColumnName = "FS_STOVENO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "钢种";
     this.dataColumn27.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "规格";
     this.dataColumn28.ColumnName = "FS_SPEC";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "长度";
     this.dataColumn29.ColumnName = "FN_LENGTH";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "条数";
     this.dataColumn30.ColumnName = "FN_COUNT";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "订单号";
     this.dataColumn31.ColumnName = "FS_ORDERNO";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "预报时间";
     this.dataColumn38.ColumnName = "FD_PLANTIME";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "完炉标志";
     this.dataColumn39.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "预报员";
     this.dataColumn41.ColumnName = "FS_PERSON";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "过磅序号";
     this.dataColumn20.ColumnName = "FS_ORDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "已计量支数";
     this.dataColumn56.ColumnName = "WEIGHEDCOUNT";
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn52,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn92,
     this.dataColumn93,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn101,
     this.dataColumn102,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112});
     this.dataTable4.TableName = "检验数据表";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "炉号";
     //
     // dataColumn78
     //
     this.dataColumn78.ColumnName = "样号";
     //
     // dataColumn79
     //
     this.dataColumn79.ColumnName = "钢种";
     //
     // dataColumn80
     //
     this.dataColumn80.ColumnName = "班次";
     //
     // dataColumn81
     //
     this.dataColumn81.ColumnName = "日期";
     //
     // dataColumn82
     //
     this.dataColumn82.ColumnName = "时间";
     //
     // dataColumn83
     //
     this.dataColumn83.ColumnName = "C";
     //
     // dataColumn84
     //
     this.dataColumn84.ColumnName = "Si";
     //
     // dataColumn85
     //
     this.dataColumn85.ColumnName = "Mn";
     //
     // dataColumn86
     //
     this.dataColumn86.ColumnName = "P";
     //
     // dataColumn87
     //
     this.dataColumn87.ColumnName = "S";
     //
     // dataColumn88
     //
     this.dataColumn88.ColumnName = "Cr";
     //
     // dataColumn89
     //
     this.dataColumn89.ColumnName = "Ni";
     //
     // dataColumn90
     //
     this.dataColumn90.ColumnName = "W";
     //
     // dataColumn91
     //
     this.dataColumn91.ColumnName = "V";
     //
     // dataColumn92
     //
     this.dataColumn92.ColumnName = "Mo";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "Ti";
     //
     // dataColumn94
     //
     this.dataColumn94.ColumnName = "Cu";
     //
     // dataColumn95
     //
     this.dataColumn95.ColumnName = "Al";
     //
     // dataColumn96
     //
     this.dataColumn96.ColumnName = "B";
     //
     // dataColumn97
     //
     this.dataColumn97.ColumnName = "Co";
     //
     // dataColumn98
     //
     this.dataColumn98.ColumnName = "Sn";
     //
     // dataColumn99
     //
     this.dataColumn99.ColumnName = "Pb";
     //
     // dataColumn100
     //
     this.dataColumn100.ColumnName = "Sb";
     //
     // dataColumn101
     //
     this.dataColumn101.ColumnName = "Bi";
     //
     // dataColumn102
     //
     this.dataColumn102.ColumnName = "Nb";
     //
     // dataColumn103
     //
     this.dataColumn103.ColumnName = "Ca";
     //
     // dataColumn104
     //
     this.dataColumn104.ColumnName = "Mg";
     //
     // dataColumn105
     //
     this.dataColumn105.ColumnName = "Ce";
     //
     // dataColumn106
     //
     this.dataColumn106.ColumnName = "N";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "Zr";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "Bs";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "Ns";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "Nt";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "Fe";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "人员";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn24,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn51});
     this.dataTable3.TableName = "Table3";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "总重量";
     this.dataColumn24.ColumnName = "FN_TOTALWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "总支数";
     this.dataColumn42.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "炉号";
     this.dataColumn43.ColumnName = "FS_STOVENO";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FN_TOTALBILLET";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(136, 25);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker1.TabIndex = 741;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cbAnalysisTime);
     this.panel2.Controls.Add(this.tbQueryStoveNo);
     this.panel2.Controls.Add(this.panel2_Fill_Panel);
     this.panel2.Controls.Add(this.dateTimePicker2);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1000, 30);
     this.panel2.TabIndex = 11;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // cbAnalysisTime
     //
     this.cbAnalysisTime.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbAnalysisTime, null);
     this.cbAnalysisTime.Location = new System.Drawing.Point(13, 7);
     this.cbAnalysisTime.Name = "cbAnalysisTime";
     this.cbAnalysisTime.Size = new System.Drawing.Size(15, 14);
     this.cbAnalysisTime.TabIndex = 742;
     this.cbAnalysisTime.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.cbAnalysisTime, null);
     this.cbAnalysisTime.CheckedChanged += new System.EventHandler(this.cbAnalysisTime_CheckedChanged);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(312, 3);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(76, 21);
     this.tbQueryStoveNo.TabIndex = 742;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // panel2_Fill_Panel
     //
     this.panel2_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel2_Fill_Panel, null);
     this.panel2_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel2_Fill_Panel.Name = "panel2_Fill_Panel";
     this.panel2_Fill_Panel.Size = new System.Drawing.Size(1000, 2);
     this.panel2_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2_Fill_Panel, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(86, 2);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker2.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Left, null);
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 2);
     this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     labelTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool19.ControlName = "dateTimePicker1";
     controlContainerTool19.InstanceProps.Width = 144;
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 107;
     controlContainerTool21.ControlName = "tbQueryStoveNo";
     controlContainerTool21.InstanceProps.Width = 110;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool1,
     controlContainerTool19,
     controlContainerTool20,
     controlContainerTool21,
     buttonTool39,
     buttonTool40,
     buttonTool30,
     buttonTool42,
     buttonTool17,
     buttonTool15,
     buttonTool21});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "分析时间";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 144;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "至";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 107;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "查询";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "炉号";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 110;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "修改";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool46.SharedPropsInternal.Caption = "获取";
     buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool16.SharedPropsInternal.Caption = "导出";
     buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool26.SharedPropsInternal.Caption = "打印";
     buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "删除";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool31.SharedPropsInternal.Caption = "生成预报";
     buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool46,
     buttonTool16,
     buttonTool26,
     buttonTool29,
     buttonTool31,
     labelTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick_1);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Right, null);
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1000, 28);
     this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 2);
     this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Right, null);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Top, null);
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1000, 28);
     this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Top, null);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Bottom, null);
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
     this.ultraTabPageControl2.Controls.Add(this.ultraPanel3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGroupBox4
     //
     appearance170.ForeColor = System.Drawing.Color.Red;
     this.ultraGroupBox4.Appearance = appearance170;
     this.ultraGroupBox4.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox4.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 27);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(1000, 352);
     this.ultraGroupBox4.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel2
     //
     appearance178.BackColor = System.Drawing.Color.Black;
     this.ultraLabel2.Appearance = appearance178;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel2.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel2, null);
     this.ultraLabel2.Visible = false;
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "Table2";
     this.ultraGrid2.DataSource = this.dataSet1;
     appearance72.TextHAlignAsString = "Center";
     appearance72.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance72;
     ultraGridColumn31.Header.VisiblePosition = 0;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     appearance73.TextHAlignAsString = "Center";
     appearance73.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance73;
     ultraGridColumn32.Header.VisiblePosition = 1;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     appearance74.TextHAlignAsString = "Center";
     appearance74.TextVAlignAsString = "Middle";
     ultraGridColumn33.CellAppearance = appearance74;
     ultraGridColumn33.Header.VisiblePosition = 2;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     appearance75.TextHAlignAsString = "Center";
     appearance75.TextVAlignAsString = "Middle";
     ultraGridColumn34.CellAppearance = appearance75;
     ultraGridColumn34.Header.VisiblePosition = 3;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     appearance76.TextHAlignAsString = "Center";
     appearance76.TextVAlignAsString = "Middle";
     ultraGridColumn35.CellAppearance = appearance76;
     ultraGridColumn35.Header.VisiblePosition = 4;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 4;
     appearance77.TextHAlignAsString = "Center";
     appearance77.TextVAlignAsString = "Middle";
     ultraGridColumn36.CellAppearance = appearance77;
     ultraGridColumn36.Header.VisiblePosition = 5;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     appearance78.TextHAlignAsString = "Center";
     appearance78.TextVAlignAsString = "Middle";
     ultraGridColumn37.CellAppearance = appearance78;
     ultraGridColumn37.Header.VisiblePosition = 6;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     appearance79.TextHAlignAsString = "Center";
     appearance79.TextVAlignAsString = "Middle";
     ultraGridColumn38.CellAppearance = appearance79;
     ultraGridColumn38.Header.VisiblePosition = 7;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     appearance80.TextHAlignAsString = "Center";
     appearance80.TextVAlignAsString = "Middle";
     ultraGridColumn39.CellAppearance = appearance80;
     ultraGridColumn39.Header.VisiblePosition = 8;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     appearance81.TextHAlignAsString = "Center";
     appearance81.TextVAlignAsString = "Middle";
     ultraGridColumn40.CellAppearance = appearance81;
     ultraGridColumn40.Header.VisiblePosition = 9;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     appearance82.TextHAlignAsString = "Center";
     appearance82.TextVAlignAsString = "Middle";
     ultraGridColumn41.CellAppearance = appearance82;
     ultraGridColumn41.Header.VisiblePosition = 10;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     appearance83.TextHAlignAsString = "Center";
     appearance83.TextVAlignAsString = "Middle";
     ultraGridColumn42.CellAppearance = appearance83;
     ultraGridColumn42.Header.VisiblePosition = 11;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn42.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
     appearance87.FontData.BoldAsString = "True";
     this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance87;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance88.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance88;
     appearance89.TextVAlignAsString = "Middle";
     this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance89;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance90.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance90.TextHAlignAsString = "Center";
     appearance90.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance90;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
     appearance91.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance91;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance92.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance92.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance92.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance92.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance92;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(994, 349);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     this.ultraGrid2.DoubleClick += new System.EventHandler(this.ultraGrid2_DoubleClick_1);
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.txtStoveGD1);
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel1);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker4);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker3);
     this.ultraPanel3.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Bottom);
     this.coreBind.SetDatabasecommand(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel3, null);
     this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel3.Name = "ultraPanel3";
     this.ultraPanel3.Size = new System.Drawing.Size(1000, 27);
     this.ultraPanel3.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel3, null);
     //
     // txtStoveGD1
     //
     this.coreBind.SetDatabasecommand(this.txtStoveGD1, null);
     this.txtStoveGD1.Location = new System.Drawing.Point(286, 3);
     this.txtStoveGD1.Name = "txtStoveGD1";
     this.txtStoveGD1.Size = new System.Drawing.Size(87, 21);
     this.txtStoveGD1.TabIndex = 5;
     this.coreBind.SetVerification(this.txtStoveGD1, null);
     //
     // ultraLabel1
     //
     appearance176.BackColor = System.Drawing.Color.Red;
     this.ultraLabel1.Appearance = appearance176;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel1.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // dateTimePicker4
     //
     this.dateTimePicker4.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker4, null);
     this.dateTimePicker4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker4.Location = new System.Drawing.Point(168, 3);
     this.dateTimePicker4.Name = "dateTimePicker4";
     this.dateTimePicker4.Size = new System.Drawing.Size(84, 21);
     this.dateTimePicker4.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker4, null);
     //
     // dateTimePicker3
     //
     this.dateTimePicker3.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker3, null);
     this.dateTimePicker3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker3.Location = new System.Drawing.Point(62, 2);
     this.dateTimePicker3.Name = "dateTimePicker3";
     this.dateTimePicker3.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker3.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker3, null);
     //
     // ClientArea_Fill_Panel_1
     //
     this.ClientArea_Fill_Panel_1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.ClientArea_Fill_Panel_1, null);
     this.ClientArea_Fill_Panel_1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location = new System.Drawing.Point(0, 56);
     this.ClientArea_Fill_Panel_1.Name = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size = new System.Drawing.Size(1000, 0);
     this.ClientArea_Fill_Panel_1.TabIndex = 0;
     this.coreBind.SetVerification(this.ClientArea_Fill_Panel_1, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 56);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager2
     //
     this.ultraToolbarsManager2.DesignerFlags = 1;
     this.ultraToolbarsManager2.DockWithinContainer = this.ultraPanel3.ClientArea;
     this.ultraToolbarsManager2.LockToolbars = true;
     this.ultraToolbarsManager2.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager2.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     ultraToolbar2.FloatingSize = new System.Drawing.Size(316, 62);
     controlContainerTool5.ControlName = "dateTimePicker3";
     controlContainerTool5.InstanceProps.Width = 144;
     controlContainerTool6.ControlName = "dateTimePicker4";
     controlContainerTool6.InstanceProps.Width = 106;
     controlContainerTool12.ControlName = "txtStoveGD1";
     controlContainerTool12.InstanceProps.Width = 121;
     buttonTool33.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool12,
     buttonTool5,
     buttonTool58,
     buttonTool6,
     buttonTool18,
     buttonTool22,
     buttonTool24,
     buttonTool32,
     buttonTool33});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager2.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     appearance113.Image = ((object)(resources.GetObject("appearance113.Image")));
     buttonTool50.SharedPropsInternal.AppearancesSmall.Appearance = appearance113;
     buttonTool50.SharedPropsInternal.Caption = "删除";
     buttonTool50.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool51.SharedPropsInternal.Caption = "上移";
     buttonTool51.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool52.SharedPropsInternal.Caption = "下移";
     buttonTool52.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool53.SharedPropsInternal.Caption = "置顶";
     buttonTool53.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool54.SharedPropsInternal.Caption = "置底";
     buttonTool54.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool55.SharedPropsInternal.Caption = "查询";
     buttonTool55.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance114.Image = ((object)(resources.GetObject("appearance114.Image")));
     buttonTool56.SharedPropsInternal.AppearancesSmall.Appearance = appearance114;
     buttonTool56.SharedPropsInternal.Caption = "导出";
     buttonTool56.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.ControlName = "dateTimePicker3";
     controlContainerTool15.SharedPropsInternal.Caption = "预报时间";
     controlContainerTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.SharedPropsInternal.Width = 144;
     controlContainerTool29.ControlName = "dateTimePicker4";
     controlContainerTool29.SharedPropsInternal.Caption = "至";
     controlContainerTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool29.SharedPropsInternal.Width = 106;
     controlContainerTool33.SharedPropsInternal.Caption = "abc";
     controlContainerTool34.ControlName = "txtStoveGD1";
     controlContainerTool34.SharedPropsInternal.Caption = "炉号";
     controlContainerTool34.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool34.SharedPropsInternal.Width = 121;
     buttonTool59.SharedPropsInternal.Caption = "强制完炉";
     buttonTool59.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool50,
     buttonTool51,
     buttonTool52,
     buttonTool53,
     buttonTool54,
     buttonTool55,
     buttonTool56,
     controlContainerTool15,
     controlContainerTool29,
     controlContainerTool33,
     controlContainerTool34,
     buttonTool59});
     this.ultraToolbarsManager2.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager2_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1000, 56);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Left
     //
     this._ClientArea_Toolbars_Dock_Area_1_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     this._ClientArea_Toolbars_Dock_Area_1_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_1_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Left.Location = new System.Drawing.Point(0, 56);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Name = "_ClientArea_Toolbars_Dock_Area_1_Left";
     this._ClientArea_Toolbars_Dock_Area_1_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Right
     //
     this._ClientArea_Toolbars_Dock_Area_1_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     this._ClientArea_Toolbars_Dock_Area_1_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_1_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Right.Location = new System.Drawing.Point(1000, 56);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Name = "_ClientArea_Toolbars_Dock_Area_1_Right";
     this._ClientArea_Toolbars_Dock_Area_1_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 28);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1000, 28);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Top
     //
     this._ClientArea_Toolbars_Dock_Area_1_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     this._ClientArea_Toolbars_Dock_Area_1_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_1_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Name = "_ClientArea_Toolbars_Dock_Area_1_Top";
     this._ClientArea_Toolbars_Dock_Area_1_Top.Size = new System.Drawing.Size(1000, 28);
     this._ClientArea_Toolbars_Dock_Area_1_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Location = new System.Drawing.Point(0, 27);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_1_Bottom";
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.tbAls);
     this.ultraGroupBox1.Controls.Add(this.tbSb);
     this.ultraGroupBox1.Controls.Add(this.tbTi);
     this.ultraGroupBox1.Controls.Add(this.label32);
     this.ultraGroupBox1.Controls.Add(this.label31);
     this.ultraGroupBox1.Controls.Add(this.label29);
     this.ultraGroupBox1.Controls.Add(this.tbMemo);
     this.ultraGroupBox1.Controls.Add(this.label20);
     this.ultraGroupBox1.Controls.Add(this.cbTransType);
     this.ultraGroupBox1.Controls.Add(this.lbTransType);
     this.ultraGroupBox1.Controls.Add(this.cbUnquanified);
     this.ultraGroupBox1.Controls.Add(this.cbCountIsConfirm);
     this.ultraGroupBox1.Controls.Add(this.LxComb);
     this.ultraGroupBox1.Controls.Add(this.label30);
     this.ultraGroupBox1.Controls.Add(this.label28);
     this.ultraGroupBox1.Controls.Add(this.tbAs);
     this.ultraGroupBox1.Controls.Add(this.comboBox1);
     this.ultraGroupBox1.Controls.Add(this.cbx_SteelSendType);
     this.ultraGroupBox1.Controls.Add(this.label45);
     this.ultraGroupBox1.Controls.Add(this.cbx_OrgUse);
     this.ultraGroupBox1.Controls.Add(this.label44);
     this.ultraGroupBox1.Controls.Add(this.panel4);
     this.ultraGroupBox1.Controls.Add(this.cbx_zzjy);
     this.ultraGroupBox1.Controls.Add(this.label27);
     this.ultraGroupBox1.Controls.Add(this.cbYLBB);
     this.ultraGroupBox1.Controls.Add(this.label26);
     this.ultraGroupBox1.Controls.Add(this.chkQY);
     this.ultraGroupBox1.Controls.Add(this.tbADVSPEC);
     this.ultraGroupBox1.Controls.Add(this.label25);
     this.ultraGroupBox1.Controls.Add(this.txtDDXMH);
     this.ultraGroupBox1.Controls.Add(this.label24);
     this.ultraGroupBox1.Controls.Add(this.txtDDH);
     this.ultraGroupBox1.Controls.Add(this.label23);
     this.ultraGroupBox1.Controls.Add(this.cbMaterial);
     this.ultraGroupBox1.Controls.Add(this.label22);
     this.ultraGroupBox1.Controls.Add(this.tbLength);
     this.ultraGroupBox1.Controls.Add(this.checkBox1);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.tbPerson);
     this.ultraGroupBox1.Controls.Add(this.label19);
     this.ultraGroupBox1.Controls.Add(this.label18);
     this.ultraGroupBox1.Controls.Add(this.tbCeq);
     this.ultraGroupBox1.Controls.Add(this.label17);
     this.ultraGroupBox1.Controls.Add(this.tbNb);
     this.ultraGroupBox1.Controls.Add(this.label16);
     this.ultraGroupBox1.Controls.Add(this.tbMo);
     this.ultraGroupBox1.Controls.Add(this.label15);
     this.ultraGroupBox1.Controls.Add(this.tbV);
     this.ultraGroupBox1.Controls.Add(this.label14);
     this.ultraGroupBox1.Controls.Add(this.tbCu);
     this.ultraGroupBox1.Controls.Add(this.label13);
     this.ultraGroupBox1.Controls.Add(this.tbCr);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.tbNi);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.tbP);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.tbS);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.tbMn);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbSi);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.tbC);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.tbCount);
     this.ultraGroupBox1.Controls.Add(this.cbSpec);
     this.ultraGroupBox1.Controls.Add(this.cbSteelType);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbStoveNo);
     this.ultraGroupBox1.Controls.Add(this.textBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(996, 189);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据录入";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // tbAls
     //
     this.tbAls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAls, null);
     this.tbAls.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAls.Location = new System.Drawing.Point(652, 80);
     this.tbAls.Name = "tbAls";
     this.tbAls.ReadOnly = true;
     this.tbAls.Size = new System.Drawing.Size(38, 21);
     this.tbAls.TabIndex = 793;
     this.tbAls.Text = "0";
     this.tbAls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAls, null);
     //
     // tbSb
     //
     this.tbSb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSb, null);
     this.tbSb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSb.Location = new System.Drawing.Point(615, 80);
     this.tbSb.Name = "tbSb";
     this.tbSb.ReadOnly = true;
     this.tbSb.Size = new System.Drawing.Size(38, 21);
     this.tbSb.TabIndex = 792;
     this.tbSb.Text = "0";
     this.tbSb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSb, null);
     //
     // tbTi
     //
     this.tbTi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbTi, null);
     this.tbTi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTi.Location = new System.Drawing.Point(578, 80);
     this.tbTi.Name = "tbTi";
     this.tbTi.ReadOnly = true;
     this.tbTi.Size = new System.Drawing.Size(38, 21);
     this.tbTi.TabIndex = 791;
     this.tbTi.Text = "0";
     this.tbTi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbTi, null);
     //
     // label32
     //
     this.label32.BackColor = System.Drawing.Color.Transparent;
     this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label32, null);
     this.label32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label32.Location = new System.Drawing.Point(652, 58);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(38, 22);
     this.label32.TabIndex = 790;
     this.label32.Text = "Als";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label32, null);
     //
     // label31
     //
     this.label31.BackColor = System.Drawing.Color.Transparent;
     this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label31, null);
     this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label31.Location = new System.Drawing.Point(615, 58);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(38, 22);
     this.label31.TabIndex = 789;
     this.label31.Text = "Sb";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label31, null);
     //
     // label29
     //
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label29, null);
     this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label29.Location = new System.Drawing.Point(578, 58);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(38, 22);
     this.label29.TabIndex = 788;
     this.label29.Text = "Ti";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label29, null);
     //
     // tbMemo
     //
     this.coreBind.SetDatabasecommand(this.tbMemo, null);
     this.tbMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMemo.Location = new System.Drawing.Point(593, 108);
     this.tbMemo.MaxLength = 4;
     this.tbMemo.Name = "tbMemo";
     this.tbMemo.Size = new System.Drawing.Size(80, 21);
     this.tbMemo.TabIndex = 787;
     this.coreBind.SetVerification(this.tbMemo, null);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label20, null);
     this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(550, 114);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(29, 12);
     this.label20.TabIndex = 786;
     this.label20.Text = "备注";
     this.coreBind.SetVerification(this.label20, null);
     //
     // cbTransType
     //
     this.coreBind.SetDatabasecommand(this.cbTransType, null);
     this.cbTransType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbTransType.FormattingEnabled = true;
     this.cbTransType.Location = new System.Drawing.Point(883, 144);
     this.cbTransType.Name = "cbTransType";
     this.cbTransType.Size = new System.Drawing.Size(97, 23);
     this.cbTransType.TabIndex = 785;
     this.coreBind.SetVerification(this.cbTransType, null);
     //
     // lbTransType
     //
     this.lbTransType.AutoSize = true;
     this.lbTransType.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.lbTransType, null);
     this.lbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbTransType.Location = new System.Drawing.Point(828, 148);
     this.lbTransType.Name = "lbTransType";
     this.lbTransType.Size = new System.Drawing.Size(55, 15);
     this.lbTransType.TabIndex = 784;
     this.lbTransType.Text = "运送方式";
     this.coreBind.SetVerification(this.lbTransType, null);
     //
     // cbUnquanified
     //
     this.cbUnquanified.AutoSize = true;
     this.cbUnquanified.BackColor = System.Drawing.Color.Transparent;
     this.cbUnquanified.Checked = true;
     this.cbUnquanified.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbUnquanified, null);
     this.cbUnquanified.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbUnquanified.Location = new System.Drawing.Point(764, 73);
     this.cbUnquanified.Name = "cbUnquanified";
     this.cbUnquanified.Size = new System.Drawing.Size(48, 16);
     this.cbUnquanified.TabIndex = 783;
     this.cbUnquanified.Text = "合格";
     this.cbUnquanified.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbUnquanified, null);
     //
     // cbCountIsConfirm
     //
     this.cbCountIsConfirm.AutoSize = true;
     this.cbCountIsConfirm.BackColor = System.Drawing.Color.Transparent;
     this.cbCountIsConfirm.Checked = true;
     this.cbCountIsConfirm.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbCountIsConfirm, null);
     this.cbCountIsConfirm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbCountIsConfirm.Location = new System.Drawing.Point(675, 2);
     this.cbCountIsConfirm.Name = "cbCountIsConfirm";
     this.cbCountIsConfirm.Size = new System.Drawing.Size(96, 16);
     this.cbCountIsConfirm.TabIndex = 782;
     this.cbCountIsConfirm.Text = "支数是否确定";
     this.cbCountIsConfirm.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbCountIsConfirm, null);
     this.cbCountIsConfirm.Visible = false;
     //
     // LxComb
     //
     this.coreBind.SetDatabasecommand(this.LxComb, null);
     this.LxComb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.LxComb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.LxComb.FormattingEnabled = true;
     this.LxComb.Location = new System.Drawing.Point(880, 107);
     this.LxComb.Name = "LxComb";
     this.LxComb.Size = new System.Drawing.Size(97, 23);
     this.LxComb.TabIndex = 781;
     this.coreBind.SetVerification(this.LxComb, null);
     this.LxComb.SelectedIndexChanged += new System.EventHandler(this.LxComb_SelectedIndexChanged);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label30, null);
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label30.Location = new System.Drawing.Point(848, 110);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(31, 15);
     this.label30.TabIndex = 780;
     this.label30.Text = "去向";
     this.coreBind.SetVerification(this.label30, null);
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label28, null);
     this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(502, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(38, 22);
     this.label28.TabIndex = 777;
     this.label28.Text = "As";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label28, null);
     //
     // tbAs
     //
     this.tbAs.BackColor = System.Drawing.SystemColors.Control;
     this.tbAs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAs, null);
     this.tbAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAs.Location = new System.Drawing.Point(502, 80);
     this.tbAs.Name = "tbAs";
     this.tbAs.ReadOnly = true;
     this.tbAs.Size = new System.Drawing.Size(38, 21);
     this.tbAs.TabIndex = 776;
     this.tbAs.Text = "0";
     this.tbAs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAs, null);
     //
     // comboBox1
     //
     this.coreBind.SetDatabasecommand(this.comboBox1, null);
     this.comboBox1.Font = new System.Drawing.Font("宋体", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.comboBox1.Location = new System.Drawing.Point(800, 197);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(110, 20);
     this.comboBox1.TabIndex = 775;
     this.coreBind.SetVerification(this.comboBox1, null);
     this.comboBox1.Visible = false;
     //
     // cbx_SteelSendType
     //
     this.coreBind.SetDatabasecommand(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_SteelSendType.FormattingEnabled = true;
     this.cbx_SteelSendType.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.cbx_SteelSendType.Location = new System.Drawing.Point(800, 197);
     this.cbx_SteelSendType.Name = "cbx_SteelSendType";
     this.cbx_SteelSendType.Size = new System.Drawing.Size(110, 20);
     this.cbx_SteelSendType.TabIndex = 775;
     this.coreBind.SetVerification(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Visible = false;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label45, null);
     this.label45.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label45.Location = new System.Drawing.Point(747, 201);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(53, 12);
     this.label45.TabIndex = 774;
     this.label45.Text = "送钢状态";
     this.coreBind.SetVerification(this.label45, null);
     this.label45.Visible = false;
     //
     // cbx_OrgUse
     //
     this.coreBind.SetDatabasecommand(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbx_OrgUse.FormattingEnabled = true;
     this.cbx_OrgUse.Items.AddRange(new object[] {
     "是",
     "否"});
     this.cbx_OrgUse.Location = new System.Drawing.Point(688, 201);
     this.cbx_OrgUse.Name = "cbx_OrgUse";
     this.cbx_OrgUse.Size = new System.Drawing.Size(45, 20);
     this.cbx_OrgUse.TabIndex = 773;
     this.cbx_OrgUse.Text = "是";
     this.coreBind.SetVerification(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Visible = false;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label44, null);
     this.label44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label44.Location = new System.Drawing.Point(608, 205);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(77, 12);
     this.label44.TabIndex = 772;
     this.label44.Text = "是否组织利用";
     this.coreBind.SetVerification(this.label44, null);
     this.label44.Visible = false;
     //
     // panel4
     //
     this.panel4.AutoSize = true;
     this.panel4.BackColor = System.Drawing.Color.MediumTurquoise;
     this.panel4.Controls.Add(this.label40);
     this.panel4.Controls.Add(this.tbx_qt);
     this.panel4.Controls.Add(this.label35);
     this.panel4.Controls.Add(this.label41);
     this.panel4.Controls.Add(this.tbx_qj);
     this.panel4.Controls.Add(this.tbx_sk);
     this.panel4.Controls.Add(this.label36);
     this.panel4.Controls.Add(this.label42);
     this.panel4.Controls.Add(this.tbx_lw);
     this.panel4.Controls.Add(this.tbx_qk);
     this.panel4.Controls.Add(this.label37);
     this.panel4.Controls.Add(this.label43);
     this.panel4.Controls.Add(this.tbx_jz);
     this.panel4.Controls.Add(this.tbx_wq);
     this.panel4.Controls.Add(this.label38);
     this.panel4.Controls.Add(this.label39);
     this.panel4.Controls.Add(this.tbx_tf);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Location = new System.Drawing.Point(9, 140);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(811, 30);
     this.panel4.TabIndex = 755;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label40, null);
     this.label40.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label40.Location = new System.Drawing.Point(700, 6);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(29, 12);
     this.label40.TabIndex = 794;
     this.label40.Text = "其它";
     this.coreBind.SetVerification(this.label40, null);
     //
     // tbx_qt
     //
     this.coreBind.SetDatabasecommand(this.tbx_qt, null);
     this.tbx_qt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qt.Location = new System.Drawing.Point(731, 2);
     this.tbx_qt.Name = "tbx_qt";
     this.tbx_qt.Size = new System.Drawing.Size(33, 21);
     this.tbx_qt.TabIndex = 793;
     this.tbx_qt.Text = "0";
     this.coreBind.SetVerification(this.tbx_qt, null);
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label35, null);
     this.label35.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label35.Location = new System.Drawing.Point(10, 6);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(89, 12);
     this.label35.TabIndex = 770;
     this.label35.Text = "不合格品情况:";
     this.coreBind.SetVerification(this.label35, null);
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label41, null);
     this.label41.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label41.Location = new System.Drawing.Point(612, 6);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(29, 12);
     this.label41.TabIndex = 792;
     this.label41.Text = "缩孔";
     this.coreBind.SetVerification(this.label41, null);
     //
     // tbx_qj
     //
     this.coreBind.SetDatabasecommand(this.tbx_qj, null);
     this.tbx_qj.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qj.Location = new System.Drawing.Point(138, 2);
     this.tbx_qj.Name = "tbx_qj";
     this.tbx_qj.Size = new System.Drawing.Size(33, 21);
     this.tbx_qj.TabIndex = 779;
     this.tbx_qj.Text = "0";
     this.coreBind.SetVerification(this.tbx_qj, null);
     //
     // tbx_sk
     //
     this.coreBind.SetDatabasecommand(this.tbx_sk, null);
     this.tbx_sk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_sk.Location = new System.Drawing.Point(643, 2);
     this.tbx_sk.Name = "tbx_sk";
     this.tbx_sk.Size = new System.Drawing.Size(33, 21);
     this.tbx_sk.TabIndex = 791;
     this.tbx_sk.Text = "0";
     this.coreBind.SetVerification(this.tbx_sk, null);
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label36, null);
     this.label36.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label36.Location = new System.Drawing.Point(107, 6);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(29, 12);
     this.label36.TabIndex = 780;
     this.label36.Text = "重接";
     this.coreBind.SetVerification(this.label36, null);
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label42, null);
     this.label42.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label42.Location = new System.Drawing.Point(527, 6);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(29, 12);
     this.label42.TabIndex = 790;
     this.label42.Text = "气孔";
     this.coreBind.SetVerification(this.label42, null);
     //
     // tbx_lw
     //
     this.coreBind.SetDatabasecommand(this.tbx_lw, null);
     this.tbx_lw.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_lw.Location = new System.Drawing.Point(218, 2);
     this.tbx_lw.Name = "tbx_lw";
     this.tbx_lw.Size = new System.Drawing.Size(33, 21);
     this.tbx_lw.TabIndex = 781;
     this.tbx_lw.Text = "0";
     this.coreBind.SetVerification(this.tbx_lw, null);
     //
     // tbx_qk
     //
     this.coreBind.SetDatabasecommand(this.tbx_qk, null);
     this.tbx_qk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qk.Location = new System.Drawing.Point(558, 2);
     this.tbx_qk.Name = "tbx_qk";
     this.tbx_qk.Size = new System.Drawing.Size(33, 21);
     this.tbx_qk.TabIndex = 789;
     this.tbx_qk.Text = "0";
     this.coreBind.SetVerification(this.tbx_qk, null);
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label37, null);
     this.label37.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label37.Location = new System.Drawing.Point(187, 6);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(29, 12);
     this.label37.TabIndex = 782;
     this.label37.Text = "裂纹";
     this.coreBind.SetVerification(this.label37, null);
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label43, null);
     this.label43.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label43.Location = new System.Drawing.Point(447, 6);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(29, 12);
     this.label43.TabIndex = 788;
     this.label43.Text = "弯曲";
     this.coreBind.SetVerification(this.label43, null);
     //
     // tbx_jz
     //
     this.coreBind.SetDatabasecommand(this.tbx_jz, null);
     this.tbx_jz.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_jz.Location = new System.Drawing.Point(303, 2);
     this.tbx_jz.Name = "tbx_jz";
     this.tbx_jz.Size = new System.Drawing.Size(33, 21);
     this.tbx_jz.TabIndex = 783;
     this.tbx_jz.Text = "0";
     this.coreBind.SetVerification(this.tbx_jz, null);
     //
     // tbx_wq
     //
     this.coreBind.SetDatabasecommand(this.tbx_wq, null);
     this.tbx_wq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_wq.Location = new System.Drawing.Point(478, 2);
     this.tbx_wq.Name = "tbx_wq";
     this.tbx_wq.Size = new System.Drawing.Size(33, 21);
     this.tbx_wq.TabIndex = 787;
     this.tbx_wq.Text = "0";
     this.coreBind.SetVerification(this.tbx_wq, null);
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label38, null);
     this.label38.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label38.Location = new System.Drawing.Point(272, 6);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(29, 12);
     this.label38.TabIndex = 784;
     this.label38.Text = "夹杂";
     this.coreBind.SetVerification(this.label38, null);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label39, null);
     this.label39.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label39.Location = new System.Drawing.Point(360, 6);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(29, 12);
     this.label39.TabIndex = 786;
     this.label39.Text = "脱方";
     this.coreBind.SetVerification(this.label39, null);
     //
     // tbx_tf
     //
     this.coreBind.SetDatabasecommand(this.tbx_tf, null);
     this.tbx_tf.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_tf.Location = new System.Drawing.Point(391, 2);
     this.tbx_tf.Name = "tbx_tf";
     this.tbx_tf.Size = new System.Drawing.Size(33, 21);
     this.tbx_tf.TabIndex = 785;
     this.tbx_tf.Text = "0";
     this.coreBind.SetVerification(this.tbx_tf, null);
     //
     // cbx_zzjy
     //
     this.coreBind.SetDatabasecommand(this.cbx_zzjy, null);
     this.cbx_zzjy.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_zzjy.FormattingEnabled = true;
     this.cbx_zzjy.Items.AddRange(new object[] {
     "热轧",
     "优化",
     "热轧和优化"});
     this.cbx_zzjy.Location = new System.Drawing.Point(61, 109);
     this.cbx_zzjy.Name = "cbx_zzjy";
     this.cbx_zzjy.Size = new System.Drawing.Size(80, 20);
     this.cbx_zzjy.TabIndex = 754;
     this.coreBind.SetVerification(this.cbx_zzjy, null);
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label27, null);
     this.label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label27.Location = new System.Drawing.Point(9, 114);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(53, 12);
     this.label27.TabIndex = 753;
     this.label27.Text = "轧制建议";
     this.coreBind.SetVerification(this.label27, null);
     //
     // cbYLBB
     //
     this.coreBind.SetDatabasecommand(this.cbYLBB, null);
     this.cbYLBB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbYLBB.FormattingEnabled = true;
     this.cbYLBB.Items.AddRange(new object[] {
     "",
     "甲",
     "乙",
     "丙",
     "丁"});
     this.cbYLBB.Location = new System.Drawing.Point(184, 109);
     this.cbYLBB.Name = "cbYLBB";
     this.cbYLBB.Size = new System.Drawing.Size(80, 20);
     this.cbYLBB.TabIndex = 751;
     this.coreBind.SetVerification(this.cbYLBB, null);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label26, null);
     this.label26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label26.Location = new System.Drawing.Point(153, 114);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(29, 12);
     this.label26.TabIndex = 750;
     this.label26.Text = "班别";
     this.coreBind.SetVerification(this.label26, null);
     //
     // chkQY
     //
     this.chkQY.AutoSize = true;
     this.chkQY.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.chkQY, null);
     this.chkQY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chkQY.Location = new System.Drawing.Point(705, 73);
     this.chkQY.Name = "chkQY";
     this.chkQY.Size = new System.Drawing.Size(60, 16);
     this.chkQY.TabIndex = 749;
     this.chkQY.Text = "取样钢";
     this.chkQY.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.chkQY, null);
     this.chkQY.CheckedChanged += new System.EventHandler(this.chkQY_CheckedChanged);
     //
     // tbADVSPEC
     //
     this.coreBind.SetDatabasecommand(this.tbADVSPEC, null);
     this.tbADVSPEC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbADVSPEC.Location = new System.Drawing.Point(885, 67);
     this.tbADVSPEC.Name = "tbADVSPEC";
     this.tbADVSPEC.Size = new System.Drawing.Size(95, 21);
     this.tbADVSPEC.TabIndex = 748;
     this.coreBind.SetVerification(this.tbADVSPEC, null);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label25, null);
     this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(806, 74);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(77, 12);
     this.label25.TabIndex = 747;
     this.label25.Text = "建议轧制规格";
     this.coreBind.SetVerification(this.label25, null);
     //
     // txtDDXMH
     //
     this.coreBind.SetDatabasecommand(this.txtDDXMH, null);
     this.txtDDXMH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDDXMH.Location = new System.Drawing.Point(454, 108);
     this.txtDDXMH.MaxLength = 4;
     this.txtDDXMH.Name = "txtDDXMH";
     this.txtDDXMH.Size = new System.Drawing.Size(80, 21);
     this.txtDDXMH.TabIndex = 746;
     this.coreBind.SetVerification(this.txtDDXMH, null);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label24, null);
     this.label24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label24.Location = new System.Drawing.Point(411, 114);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(41, 12);
     this.label24.TabIndex = 745;
     this.label24.Text = "项目号";
     this.coreBind.SetVerification(this.label24, null);
     //
     // txtDDH
     //
     this.coreBind.SetDatabasecommand(this.txtDDH, null);
     this.txtDDH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDDH.Location = new System.Drawing.Point(317, 108);
     this.txtDDH.MaxLength = 12;
     this.txtDDH.Name = "txtDDH";
     this.txtDDH.Size = new System.Drawing.Size(80, 21);
     this.txtDDH.TabIndex = 744;
     this.coreBind.SetVerification(this.txtDDH, null);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label23, null);
     this.label23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label23.Location = new System.Drawing.Point(830, 33);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 743;
     this.label23.Text = "物料名称";
     this.coreBind.SetVerification(this.label23, null);
     //
     // cbMaterial
     //
     this.coreBind.SetDatabasecommand(this.cbMaterial, null);
     this.cbMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbMaterial.FormattingEnabled = true;
     this.cbMaterial.Items.AddRange(new object[] {
     "方坯"});
     this.cbMaterial.Location = new System.Drawing.Point(885, 30);
     this.cbMaterial.Name = "cbMaterial";
     this.cbMaterial.Size = new System.Drawing.Size(95, 20);
     this.cbMaterial.TabIndex = 742;
     this.coreBind.SetVerification(this.cbMaterial, null);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label22, null);
     this.label22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label22.Location = new System.Drawing.Point(276, 114);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(41, 12);
     this.label22.TabIndex = 741;
     this.label22.Text = "订单号";
     this.coreBind.SetVerification(this.label22, null);
     //
     // tbLength
     //
     this.coreBind.SetDatabasecommand(this.tbLength, null);
     this.tbLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLength.Location = new System.Drawing.Point(633, 25);
     this.tbLength.Name = "tbLength";
     this.tbLength.Size = new System.Drawing.Size(70, 21);
     this.tbLength.TabIndex = 739;
     this.coreBind.SetVerification(this.tbLength, null);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.BackColor = System.Drawing.Color.Transparent;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.checkBox1, null);
     this.checkBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.checkBox1.Location = new System.Drawing.Point(782, 2);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(72, 16);
     this.checkBox1.TabIndex = 738;
     this.checkBox1.Text = "是否辊道";
     this.checkBox1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.checkBox1, null);
     this.checkBox1.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label21, null);
     this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(697, 113);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 12);
     this.label21.TabIndex = 737;
     this.label21.Text = "判定员";
     this.coreBind.SetVerification(this.label21, null);
     //
     // tbPerson
     //
     this.tbPerson.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbPerson, null);
     this.tbPerson.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbPerson.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tbPerson.Location = new System.Drawing.Point(749, 109);
     this.tbPerson.MaxLength = 8;
     this.tbPerson.Name = "tbPerson";
     this.tbPerson.ReadOnly = true;
     this.tbPerson.Size = new System.Drawing.Size(70, 21);
     this.tbPerson.TabIndex = 736;
     this.coreBind.SetVerification(this.tbPerson, null);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label19, null);
     this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(5, 76);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(83, 12);
     this.label19.TabIndex = 733;
     this.label19.Text = "化学成分(%)";
     this.coreBind.SetVerification(this.label19, null);
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label18, null);
     this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(540, 58);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(38, 22);
     this.label18.TabIndex = 732;
     this.label18.Text = "Ceq";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label18, null);
     //
     // tbCeq
     //
     this.tbCeq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCeq, null);
     this.tbCeq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCeq.Location = new System.Drawing.Point(540, 80);
     this.tbCeq.Name = "tbCeq";
     this.tbCeq.ReadOnly = true;
     this.tbCeq.Size = new System.Drawing.Size(38, 21);
     this.tbCeq.TabIndex = 731;
     this.tbCeq.Text = "0";
     this.tbCeq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCeq, null);
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label17, null);
     this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(465, 58);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(38, 22);
     this.label17.TabIndex = 730;
     this.label17.Text = "Nb";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label17, null);
     //
     // tbNb
     //
     this.tbNb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNb, null);
     this.tbNb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNb.Location = new System.Drawing.Point(465, 80);
     this.tbNb.Name = "tbNb";
     this.tbNb.ReadOnly = true;
     this.tbNb.Size = new System.Drawing.Size(38, 21);
     this.tbNb.TabIndex = 729;
     this.tbNb.Text = "0";
     this.tbNb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNb, null);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label16, null);
     this.label16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(428, 58);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(38, 22);
     this.label16.TabIndex = 728;
     this.label16.Text = "Mo";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label16, null);
     //
     // tbMo
     //
     this.tbMo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMo, null);
     this.tbMo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMo.Location = new System.Drawing.Point(428, 80);
     this.tbMo.Name = "tbMo";
     this.tbMo.ReadOnly = true;
     this.tbMo.Size = new System.Drawing.Size(38, 21);
     this.tbMo.TabIndex = 727;
     this.tbMo.Text = "0";
     this.tbMo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMo, null);
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(390, 58);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(38, 22);
     this.label15.TabIndex = 726;
     this.label15.Text = "V";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label15, null);
     //
     // tbV
     //
     this.tbV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbV, null);
     this.tbV.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbV.Location = new System.Drawing.Point(390, 80);
     this.tbV.Name = "tbV";
     this.tbV.ReadOnly = true;
     this.tbV.Size = new System.Drawing.Size(38, 21);
     this.tbV.TabIndex = 725;
     this.tbV.Text = "0";
     this.tbV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbV, null);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(352, 58);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(38, 22);
     this.label14.TabIndex = 724;
     this.label14.Text = "Cu";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     //
     // tbCu
     //
     this.tbCu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCu, null);
     this.tbCu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCu.Location = new System.Drawing.Point(352, 80);
     this.tbCu.Name = "tbCu";
     this.tbCu.ReadOnly = true;
     this.tbCu.Size = new System.Drawing.Size(38, 21);
     this.tbCu.TabIndex = 723;
     this.tbCu.Text = "0";
     this.tbCu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCu, null);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label13, null);
     this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(315, 58);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(38, 22);
     this.label13.TabIndex = 722;
     this.label13.Text = "Cr";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label13, null);
     //
     // tbCr
     //
     this.tbCr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCr, null);
     this.tbCr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCr.Location = new System.Drawing.Point(315, 80);
     this.tbCr.Name = "tbCr";
     this.tbCr.ReadOnly = true;
     this.tbCr.Size = new System.Drawing.Size(38, 21);
     this.tbCr.TabIndex = 721;
     this.tbCr.Text = "0";
     this.tbCr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCr, null);
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(278, 58);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(38, 22);
     this.label12.TabIndex = 720;
     this.label12.Text = "Ni";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label12, null);
     //
     // tbNi
     //
     this.tbNi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNi, null);
     this.tbNi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNi.Location = new System.Drawing.Point(278, 80);
     this.tbNi.Name = "tbNi";
     this.tbNi.ReadOnly = true;
     this.tbNi.Size = new System.Drawing.Size(38, 21);
     this.tbNi.TabIndex = 719;
     this.tbNi.Text = "0";
     this.tbNi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNi, null);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(240, 58);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(38, 22);
     this.label11.TabIndex = 718;
     this.label11.Text = "P";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // tbP
     //
     this.tbP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbP, null);
     this.tbP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbP.Location = new System.Drawing.Point(240, 80);
     this.tbP.Name = "tbP";
     this.tbP.ReadOnly = true;
     this.tbP.Size = new System.Drawing.Size(38, 21);
     this.tbP.TabIndex = 717;
     this.tbP.Text = "0";
     this.tbP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbP, null);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(202, 58);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(38, 22);
     this.label10.TabIndex = 716;
     this.label10.Text = "S";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // tbS
     //
     this.tbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbS, null);
     this.tbS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbS.Location = new System.Drawing.Point(202, 80);
     this.tbS.Name = "tbS";
     this.tbS.ReadOnly = true;
     this.tbS.Size = new System.Drawing.Size(38, 21);
     this.tbS.TabIndex = 715;
     this.tbS.Text = "0";
     this.tbS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbS, null);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(165, 58);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(38, 22);
     this.label9.TabIndex = 714;
     this.label9.Text = "Mn";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // tbMn
     //
     this.tbMn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMn, null);
     this.tbMn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMn.Location = new System.Drawing.Point(165, 80);
     this.tbMn.Name = "tbMn";
     this.tbMn.ReadOnly = true;
     this.tbMn.Size = new System.Drawing.Size(38, 21);
     this.tbMn.TabIndex = 713;
     this.tbMn.Text = "0";
     this.tbMn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMn, null);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(128, 58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(38, 22);
     this.label8.TabIndex = 712;
     this.label8.Text = "Si";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbSi
     //
     this.tbSi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSi, null);
     this.tbSi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSi.Location = new System.Drawing.Point(128, 80);
     this.tbSi.Name = "tbSi";
     this.tbSi.ReadOnly = true;
     this.tbSi.Size = new System.Drawing.Size(38, 21);
     this.tbSi.TabIndex = 711;
     this.tbSi.Text = "0";
     this.tbSi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSi, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(594, 28);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(35, 12);
     this.label7.TabIndex = 710;
     this.label7.Text = "长 度";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(459, 28);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(35, 12);
     this.label6.TabIndex = 709;
     this.label6.Text = "规 格";
     this.coreBind.SetVerification(this.label6, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(326, 27);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 12);
     this.label3.TabIndex = 708;
     this.label3.Text = "钢 种";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(90, 58);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(38, 22);
     this.label5.TabIndex = 707;
     this.label5.Text = "C";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // tbC
     //
     this.tbC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbC, null);
     this.tbC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbC.Location = new System.Drawing.Point(90, 80);
     this.tbC.Name = "tbC";
     this.tbC.ReadOnly = true;
     this.tbC.Size = new System.Drawing.Size(38, 21);
     this.tbC.TabIndex = 706;
     this.tbC.Text = "0";
     this.tbC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbC, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(706, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(35, 12);
     this.label4.TabIndex = 704;
     this.label4.Text = "条 数";
     this.coreBind.SetVerification(this.label4, null);
     //
     // tbCount
     //
     this.coreBind.SetDatabasecommand(this.tbCount, null);
     this.tbCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCount.Location = new System.Drawing.Point(751, 25);
     this.tbCount.Name = "tbCount";
     this.tbCount.Size = new System.Drawing.Size(70, 21);
     this.tbCount.TabIndex = 703;
     this.coreBind.SetVerification(this.tbCount, null);
     //
     // cbSpec
     //
     this.coreBind.SetDatabasecommand(this.cbSpec, null);
     this.cbSpec.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSpec.FormattingEnabled = true;
     this.cbSpec.Items.AddRange(new object[] {
     "",
     "165",
     "150"});
     this.cbSpec.Location = new System.Drawing.Point(499, 25);
     this.cbSpec.Name = "cbSpec";
     this.cbSpec.Size = new System.Drawing.Size(80, 20);
     this.cbSpec.TabIndex = 700;
     this.coreBind.SetVerification(this.cbSpec, null);
     //
     // cbSteelType
     //
     this.coreBind.SetDatabasecommand(this.cbSteelType, null);
     this.cbSteelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSteelType.FormattingEnabled = true;
     this.cbSteelType.Location = new System.Drawing.Point(364, 24);
     this.cbSteelType.Name = "cbSteelType";
     this.cbSteelType.Size = new System.Drawing.Size(80, 20);
     this.cbSteelType.TabIndex = 698;
     this.coreBind.SetVerification(this.cbSteelType, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(9, 27);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 12);
     this.label2.TabIndex = 6;
     this.label2.Text = "工艺流动卡号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbCardNo
     //
     this.tbCardNo.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(92, 24);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.ReadOnly = true;
     this.tbCardNo.Size = new System.Drawing.Size(80, 21);
     this.tbCardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(188, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 4;
     this.label1.Text = "炉 号";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbStoveNo
     //
     this.tbStoveNo.BackColor = System.Drawing.SystemColors.Window;
     this.tbStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbStoveNo, null);
     this.tbStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbStoveNo.Location = new System.Drawing.Point(230, 24);
     this.tbStoveNo.MaxLength = 13;
     this.tbStoveNo.Name = "tbStoveNo";
     this.tbStoveNo.Size = new System.Drawing.Size(80, 21);
     this.tbStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.tbStoveNo, null);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Info;
     this.coreBind.SetDatabasecommand(this.textBox1, null);
     this.textBox1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.textBox1.Location = new System.Drawing.Point(610, 182);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size = new System.Drawing.Size(498, 54);
     this.textBox1.TabIndex = 2;
     this.coreBind.SetVerification(this.textBox1, null);
     this.textBox1.Visible = false;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1002, 192);
     this.ultraGroupBox2.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(1002, 402);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab4.TabPage = this.ultraTabPageControl1;
     ultraTab4.Text = "流程卡数据";
     ultraTab5.TabPage = this.ultraTabPageControl2;
     ultraTab5.Text = "棒材钢坯辊道预报";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab4,
     ultraTab5});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Margin = new System.Windows.Forms.Padding(400, 100, 0, 0);
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(100, 26);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(99, 22);
     this.toolStripMenuItem1.Text = "放大";
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraTabControl1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1002, 402);
     this.ultraPanel2.TabIndex = 13;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraPanel4
     //
     this.ultraPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     // ultraPanel4.ClientArea
     //
     this.coreBind.SetDatabasecommand(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel4, null);
     this.ultraPanel4.Location = new System.Drawing.Point(27, 11);
     this.ultraPanel4.Name = "ultraPanel4";
     this.ultraPanel4.Size = new System.Drawing.Size(437, 79);
     this.ultraPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel4, null);
     //
     // ultraPanel5
     //
     //
     // ultraPanel5.ClientArea
     //
     this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel5, null);
     this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Name = "ultraPanel5";
     this.ultraPanel5.Size = new System.Drawing.Size(1002, 192);
     this.ultraPanel5.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel5, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel5);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 402);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1002, 192);
     this.ultraPanel1.TabIndex = 14;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraTabControl2
     //
     this.ultraTabControl2.Controls.Add(this.ultraTabPageControl4);
     this.coreBind.SetDatabasecommand(this.ultraTabControl2, null);
     this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl2.Name = "ultraTabControl2";
     this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.ultraTabControl2.Size = new System.Drawing.Size(200, 100);
     this.ultraTabControl2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTabControl2, null);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Controls.Add(this.ultraGroupBox5);
     this.ultraTabPageControl4.Controls.Add(this.ultraPanel6);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl4, null);
     this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl4.Name = "ultraTabPageControl4";
     this.ultraTabPageControl4.Size = new System.Drawing.Size(864, 416);
     this.coreBind.SetVerification(this.ultraTabPageControl4, null);
     //
     // ultraGroupBox5
     //
     this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox5.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox5, null);
     this.ultraGroupBox5.Location = new System.Drawing.Point(9, 45);
     this.ultraGroupBox5.Name = "ultraGroupBox5";
     this.ultraGroupBox5.Size = new System.Drawing.Size(988, 374);
     this.ultraGroupBox5.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox5, null);
     this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel4
     //
     appearance129.BackColor = System.Drawing.Color.Black;
     this.ultraLabel4.Appearance = appearance129;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(871, 154);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel4.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     appearance128.BackColor = System.Drawing.Color.Black;
     this.ultraLabel5.Appearance = appearance128;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel5, null);
     this.ultraLabel5.Visible = false;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table2";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance101.BackColor = System.Drawing.Color.White;
     appearance101.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance101.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance101;
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance102;
     appearance103.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance103;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance104.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance104.BackColor2 = System.Drawing.Color.White;
     appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance104.FontData.SizeInPoints = 11F;
     appearance104.ForeColor = System.Drawing.Color.Black;
     appearance104.TextHAlignAsString = "Center";
     appearance104.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance104;
     appearance105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance105;
     appearance106.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance106.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance106.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance106;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance107.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance107.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance107;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(29, 12);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(982, 371);
     this.ultraGrid3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     //
     // ultraPanel6
     //
     //
     // ultraPanel6.ClientArea
     //
     this.ultraPanel6.ClientArea.Controls.Add(this.comboBox2);
     this.ultraPanel6.ClientArea.Controls.Add(this.ultraLabel6);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker5);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker6);
     this.ultraPanel6.ClientArea.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel6, null);
     this.ultraPanel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel6.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel6.Name = "ultraPanel6";
     this.ultraPanel6.Size = new System.Drawing.Size(864, 27);
     this.ultraPanel6.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel6, null);
     //
     // comboBox2
     //
     this.coreBind.SetDatabasecommand(this.comboBox2, null);
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(425, 3);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(85, 20);
     this.comboBox2.TabIndex = 3;
     this.coreBind.SetVerification(this.comboBox2, null);
     //
     // ultraLabel6
     //
     appearance127.BackColor = System.Drawing.Color.Red;
     this.ultraLabel6.Appearance = appearance127;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel6.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // dateTimePicker5
     //
     this.dateTimePicker5.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker5, null);
     this.dateTimePicker5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker5.Location = new System.Drawing.Point(230, 4);
     this.dateTimePicker5.Name = "dateTimePicker5";
     this.dateTimePicker5.Size = new System.Drawing.Size(138, 21);
     this.dateTimePicker5.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker5, null);
     //
     // dateTimePicker6
     //
     this.dateTimePicker6.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker6, null);
     this.dateTimePicker6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker6.Location = new System.Drawing.Point(70, 4);
     this.dateTimePicker6.Name = "dateTimePicker6";
     this.dateTimePicker6.Size = new System.Drawing.Size(138, 21);
     this.dateTimePicker6.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker6, null);
     //
     // panel1
     //
     this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(864, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraTabSharedControlsPage2
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage2, null);
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 20);
     this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(196, 77);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage2, null);
     //
     // timer1
     //
     this.timer1.Interval = 600;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ultraPanel2);
     this.panel5.Controls.Add(this.ultraPanel1);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1002, 594);
     this.panel5.TabIndex = 16;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // WeightPlan_FP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1002, 594);
     this.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "WeightPlan_FP";
     this.Text = "热送辊道计量预报";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.WeightPlan_FP_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeightPlan_FP_FormClosing);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ClientArea.PerformLayout();
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel5.ClientArea.ResumeLayout(false);
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
     this.ultraTabControl2.ResumeLayout(false);
     this.ultraTabPageControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
     this.ultraGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.ultraPanel6.ClientArea.ResumeLayout(false);
     this.ultraPanel6.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("钢种:");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("钢种:");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
     Infragistics.Win.Appearance appearance1 = 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("FN_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARD");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tbx_Qsteeltype = new System.Windows.Forms.TextBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.panel1_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbx_steeltype = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbx_standard = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     this.panel1_Fill_Panel.SuspendLayout();
     this.panel1_Fill_Panel_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.ultraPanel4.ClientArea.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tbx_Qsteeltype);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(994, 26);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // tbx_Qsteeltype
     //
     this.coreBind.SetDatabasecommand(this.tbx_Qsteeltype, null);
     this.tbx_Qsteeltype.Location = new System.Drawing.Point(60, 3);
     this.tbx_Qsteeltype.Name = "tbx_Qsteeltype";
     this.tbx_Qsteeltype.Size = new System.Drawing.Size(100, 21);
     this.tbx_Qsteeltype.TabIndex = 5;
     this.coreBind.SetVerification(this.tbx_Qsteeltype, null);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Controls.Add(this.panel1_Fill_Panel_Fill_Panel);
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(994, 26);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // panel1_Fill_Panel_Fill_Panel
     //
     this.panel1_Fill_Panel_Fill_Panel.Controls.Add(this.panel1_Fill_Panel_Fill_Panel_Fill_Panel);
     this.panel1_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel_Fill_Panel, null);
     this.panel1_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.panel1_Fill_Panel_Fill_Panel.Name = "panel1_Fill_Panel_Fill_Panel";
     this.panel1_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(994, 26);
     this.panel1_Fill_Panel_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel_Fill_Panel, null);
     //
     // panel1_Fill_Panel_Fill_Panel_Fill_Panel
     //
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel_Fill_Panel_Fill_Panel, null);
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.Name = "panel1_Fill_Panel_Fill_Panel_Fill_Panel";
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(994, 26);
     this.panel1_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel_Fill_Panel_Fill_Panel, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.ultraPanel1.ClientArea;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(13, 183);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(498, 22);
     labelTool1.InstanceProps.Width = 51;
     controlContainerTool1.ControlName = "tbx_Qsteeltype";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool1,
     controlContainerTool1,
     buttonTool2,
     buttonTool3,
     buttonTool4,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     labelTool2.SharedPropsInternal.Caption = "钢种:";
     labelTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool2.ControlName = "tbx_Qsteeltype";
     controlContainerTool2.SharedPropsInternal.Caption = "ControlContainerTool1";
     buttonTool7.SharedPropsInternal.Caption = "查询";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool8.SharedPropsInternal.Caption = "新增";
     buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool9.SharedPropsInternal.Caption = "修改";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Caption = "删除";
     buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool2,
     controlContainerTool2,
     buttonTool7,
     buttonTool8,
     buttonTool9,
     buttonTool10});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ClientArea_Fill_Panel);
     this.ultraPanel1.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.ultraPanel1.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.ultraPanel1.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.ultraPanel1.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(994, 26);
     this.ultraPanel1.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ClientArea_Fill_Panel
     //
     this.ClientArea_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.ClientArea_Fill_Panel, null);
     this.ClientArea_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.ClientArea_Fill_Panel.Name = "ClientArea_Fill_Panel";
     this.ClientArea_Fill_Panel.Size = new System.Drawing.Size(994, 0);
     this.ClientArea_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.ClientArea_Fill_Panel, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(994, 28);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(994, 28);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(994, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(994, 663);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // FrmBase_Fill_Panel_Fill_Panel
     //
     this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.ultraPanel1);
     this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.panel1);
     this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel_Fill_Panel, null);
     this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
     this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(994, 663);
     this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel_Fill_Panel, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel3);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(994, 637);
     this.ultraPanel2.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraPanel4
     //
     //
     // ultraPanel4.ClientArea
     //
     this.ultraPanel4.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel4, null);
     this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel4.Location = new System.Drawing.Point(0, 34);
     this.ultraPanel4.Name = "ultraPanel4";
     this.ultraPanel4.Size = new System.Drawing.Size(994, 603);
     this.ultraPanel4.TabIndex = 6;
     this.coreBind.SetVerification(this.ultraPanel4, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(994, 603);
     this.ultraGroupBox1.TabIndex = 3;
     this.ultraGroupBox1.Text = "标准信息";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance1.BackColor = System.Drawing.Color.White;
     appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid1.DisplayLayout.Appearance = appearance1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 38);
     ultraGridColumn2.Header.VisiblePosition = 2;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 38);
     ultraGridColumn3.Header.VisiblePosition = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 38);
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
     appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance2;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance3;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance4.BackColor2 = System.Drawing.Color.White;
     appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance4.FontData.SizeInPoints = 11F;
     appearance4.ForeColor = System.Drawing.Color.Black;
     appearance4.TextHAlignAsString = "Center";
     appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance4;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance5;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance6;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance7.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance7;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(988, 582);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "ID";
     this.dataColumn1.ColumnName = "FN_ID";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "钢种";
     this.dataColumn2.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "标准";
     this.dataColumn3.ColumnName = "FS_STANDARD";
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel3, null);
     this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel3.Name = "ultraPanel3";
     this.ultraPanel3.Size = new System.Drawing.Size(994, 34);
     this.ultraPanel3.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraPanel3, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.label1);
     this.ultraGroupBox2.Controls.Add(this.tbx_steeltype);
     this.ultraGroupBox2.Controls.Add(this.label2);
     this.ultraGroupBox2.Controls.Add(this.tbx_standard);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(994, 34);
     this.ultraGroupBox2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(22, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "钢种:";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbx_steeltype
     //
     this.coreBind.SetDatabasecommand(this.tbx_steeltype, null);
     this.tbx_steeltype.Location = new System.Drawing.Point(69, 4);
     this.tbx_steeltype.Name = "tbx_steeltype";
     this.tbx_steeltype.Size = new System.Drawing.Size(100, 21);
     this.tbx_steeltype.TabIndex = 2;
     this.coreBind.SetVerification(this.tbx_steeltype, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(182, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "标准:";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbx_standard
     //
     this.coreBind.SetDatabasecommand(this.tbx_standard, null);
     this.tbx_standard.Location = new System.Drawing.Point(229, 4);
     this.tbx_standard.Name = "tbx_standard";
     this.tbx_standard.Size = new System.Drawing.Size(146, 21);
     this.tbx_standard.TabIndex = 4;
     this.coreBind.SetVerification(this.tbx_standard, null);
     //
     // StandardInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(994, 663);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "StandardInfo";
     this.Text = "高线标准维护";
     this.coreBind.SetVerification(this, null);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel1_Fill_Panel.ResumeLayout(false);
     this.panel1_Fill_Panel_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.ultraPanel4.ClientArea.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     this.remotePanel = new Infragistics.Win.Misc.UltraPanel();
     this.mainPane = new System.Windows.Forms.Panel();
     this.jumpMarksListBox = new System.Windows.Forms.ListBox();
     this.jumperLabel = new System.Windows.Forms.Label();
     this.scrollPane = new System.Windows.Forms.Panel();
     this.scrollBox = new Infragistics.Win.Misc.UltraPanel();
     this.scrollImage = new System.Windows.Forms.PictureBox();
     this.jumpEndBtn = new Infragistics.Win.Misc.UltraButton();
     this.scrollDownwardsBtn = new Infragistics.Win.Misc.UltraButton();
     this.scrollUpwardsBtn = new Infragistics.Win.Misc.UltraButton();
     this.jumpTopBtn = new Infragistics.Win.Misc.UltraButton();
     this.bottomPanel = new Infragistics.Win.Misc.UltraPanel();
     this.titleLabel = new Infragistics.Win.Misc.UltraLabel();
     this.nrLabel = new System.Windows.Forms.Label();
     this.nextLabel = new System.Windows.Forms.Label();
     this.prevLabel = new System.Windows.Forms.Label();
     this.curSongLabel = new System.Windows.Forms.Label();
     this.line = new Infragistics.Win.Misc.UltraPanel();
     this.nextBtn = new Infragistics.Win.Misc.UltraButton();
     this.lastBtn = new Infragistics.Win.Misc.UltraButton();
     this.remotePanel.ClientArea.SuspendLayout();
     this.remotePanel.SuspendLayout();
     this.mainPane.SuspendLayout();
     this.scrollPane.SuspendLayout();
     this.scrollBox.ClientArea.SuspendLayout();
     this.scrollBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).BeginInit();
     this.bottomPanel.ClientArea.SuspendLayout();
     this.bottomPanel.SuspendLayout();
     this.line.SuspendLayout();
     this.SuspendLayout();
     //
     // remotePanel
     //
     //
     // remotePanel.ClientArea
     //
     this.remotePanel.ClientArea.Controls.Add(this.mainPane);
     this.remotePanel.ClientArea.Controls.Add(this.scrollPane);
     this.remotePanel.ClientArea.Controls.Add(this.bottomPanel);
     this.remotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.remotePanel.Location = new System.Drawing.Point(0, 0);
     this.remotePanel.Name = "remotePanel";
     this.remotePanel.Size = new System.Drawing.Size(468, 295);
     this.remotePanel.TabIndex = 11;
     //
     // mainPane
     //
     this.mainPane.Controls.Add(this.jumpMarksListBox);
     this.mainPane.Controls.Add(this.jumperLabel);
     this.mainPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mainPane.Location = new System.Drawing.Point(72, 52);
     this.mainPane.Name = "mainPane";
     this.mainPane.Size = new System.Drawing.Size(396, 243);
     this.mainPane.TabIndex = 12;
     //
     // jumpMarksListBox
     //
     this.jumpMarksListBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(176)))));
     this.jumpMarksListBox.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.jumpMarksListBox.FormattingEnabled = true;
     this.jumpMarksListBox.ItemHeight = 16;
     this.jumpMarksListBox.Items.AddRange(new object[] {
     "Test 1"});
     this.jumpMarksListBox.Location = new System.Drawing.Point(9, 19);
     this.jumpMarksListBox.Name = "jumpMarksListBox";
     this.jumpMarksListBox.Size = new System.Drawing.Size(376, 212);
     this.jumpMarksListBox.TabIndex = 0;
     this.jumpMarksListBox.DoubleClick += new System.EventHandler(this.JumpMarksDoubleClickHandler);
     this.jumpMarksListBox.Click += new System.EventHandler(this.JumpMarksDoubleClickHandler);
     //
     // jumperLabel
     //
     this.jumperLabel.AutoSize = true;
     this.jumperLabel.BackColor = System.Drawing.Color.Transparent;
     this.jumperLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.jumperLabel.ForeColor = System.Drawing.Color.DimGray;
     this.jumperLabel.Location = new System.Drawing.Point(6, 3);
     this.jumperLabel.Name = "jumperLabel";
     this.jumperLabel.Size = new System.Drawing.Size(103, 13);
     this.jumperLabel.TabIndex = 11;
     this.jumperLabel.Text = "Sprungmarken";
     //
     // scrollPane
     //
     this.scrollPane.Controls.Add(this.scrollBox);
     this.scrollPane.Controls.Add(this.jumpEndBtn);
     this.scrollPane.Controls.Add(this.scrollDownwardsBtn);
     this.scrollPane.Controls.Add(this.scrollUpwardsBtn);
     this.scrollPane.Controls.Add(this.jumpTopBtn);
     this.scrollPane.Dock = System.Windows.Forms.DockStyle.Left;
     this.scrollPane.Location = new System.Drawing.Point(0, 52);
     this.scrollPane.Name = "scrollPane";
     this.scrollPane.Size = new System.Drawing.Size(72, 243);
     this.scrollPane.TabIndex = 11;
     //
     // scrollBox
     //
     appearance1.BackColor = System.Drawing.Color.DimGray;
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Rectangular;
     appearance1.BorderColor = System.Drawing.Color.Silver;
     this.scrollBox.Appearance = appearance1;
     this.scrollBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1;
     //
     // scrollBox.ClientArea
     //
     this.scrollBox.ClientArea.Controls.Add(this.scrollImage);
     this.scrollBox.Location = new System.Drawing.Point(4, 91);
     this.scrollBox.Name = "scrollBox";
     this.scrollBox.Size = new System.Drawing.Size(64, 64);
     this.scrollBox.TabIndex = 13;
     //
     // scrollImage
     //
     this.scrollImage.Location = new System.Drawing.Point(6, 5);
     this.scrollImage.Name = "scrollImage";
     this.scrollImage.Size = new System.Drawing.Size(48, 48);
     this.scrollImage.TabIndex = 12;
     this.scrollImage.TabStop = false;
     //
     // jumpEndBtn
     //
     appearance6.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance6.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance6.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_bottom;
     appearance6.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance6.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance6.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance6.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.jumpEndBtn.Appearance = appearance6;
     appearance7.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.jumpEndBtn.HotTrackAppearance = appearance7;
     this.jumpEndBtn.Location = new System.Drawing.Point(20, 194);
     this.jumpEndBtn.Name = "jumpEndBtn";
     appearance8.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.jumpEndBtn.PressedAppearance = appearance8;
     this.jumpEndBtn.ShowFocusRect = false;
     this.jumpEndBtn.Size = new System.Drawing.Size(32, 27);
     this.jumpEndBtn.TabIndex = 12;
     this.jumpEndBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.jumpEndBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.jumpEndBtn.Click += new System.EventHandler(this.scrollToEndBtn_Click);
     //
     // scrollDownwardsBtn
     //
     appearance15.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance15.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance15.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_down;
     appearance15.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance15.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance15.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance15.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.scrollDownwardsBtn.Appearance = appearance15;
     this.scrollDownwardsBtn.AutoRepeat = true;
     this.scrollDownwardsBtn.AutoRepeatInterval = 50;
     appearance16.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.scrollDownwardsBtn.HotTrackAppearance = appearance16;
     this.scrollDownwardsBtn.Location = new System.Drawing.Point(20, 161);
     this.scrollDownwardsBtn.Name = "scrollDownwardsBtn";
     appearance17.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.scrollDownwardsBtn.PressedAppearance = appearance17;
     this.scrollDownwardsBtn.ShowFocusRect = false;
     this.scrollDownwardsBtn.Size = new System.Drawing.Size(32, 27);
     this.scrollDownwardsBtn.TabIndex = 12;
     this.scrollDownwardsBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.scrollDownwardsBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.scrollDownwardsBtn.Click += new System.EventHandler(this.scrollDownBtn_Click);
     //
     // scrollUpwardsBtn
     //
     appearance18.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance18.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance18.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_up;
     appearance18.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance18.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance18.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance18.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.scrollUpwardsBtn.Appearance = appearance18;
     this.scrollUpwardsBtn.AutoRepeat = true;
     this.scrollUpwardsBtn.AutoRepeatInterval = 50;
     appearance19.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.scrollUpwardsBtn.HotTrackAppearance = appearance19;
     this.scrollUpwardsBtn.Location = new System.Drawing.Point(20, 60);
     this.scrollUpwardsBtn.Name = "scrollUpwardsBtn";
     appearance20.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.scrollUpwardsBtn.PressedAppearance = appearance20;
     this.scrollUpwardsBtn.ShowFocusRect = false;
     this.scrollUpwardsBtn.Size = new System.Drawing.Size(32, 27);
     this.scrollUpwardsBtn.TabIndex = 12;
     this.scrollUpwardsBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.scrollUpwardsBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.scrollUpwardsBtn.Click += new System.EventHandler(this.scrollUpBtn_Click);
     //
     // jumpTopBtn
     //
     appearance9.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance9.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance9.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_top;
     appearance9.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance9.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance9.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance9.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.jumpTopBtn.Appearance = appearance9;
     appearance10.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.jumpTopBtn.HotTrackAppearance = appearance10;
     this.jumpTopBtn.Location = new System.Drawing.Point(20, 27);
     this.jumpTopBtn.Name = "jumpTopBtn";
     appearance11.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.jumpTopBtn.PressedAppearance = appearance11;
     this.jumpTopBtn.ShowFocusRect = false;
     this.jumpTopBtn.Size = new System.Drawing.Size(32, 27);
     this.jumpTopBtn.TabIndex = 12;
     this.jumpTopBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.jumpTopBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.jumpTopBtn.Click += new System.EventHandler(this.scrollToTopBtn_Click);
     //
     // bottomPanel
     //
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
     this.bottomPanel.Appearance = appearance21;
     //
     // bottomPanel.ClientArea
     //
     this.bottomPanel.ClientArea.Controls.Add(this.titleLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.nrLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.nextLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.prevLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.curSongLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.line);
     this.bottomPanel.ClientArea.Controls.Add(this.nextBtn);
     this.bottomPanel.ClientArea.Controls.Add(this.lastBtn);
     this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.bottomPanel.Location = new System.Drawing.Point(0, 0);
     this.bottomPanel.Name = "bottomPanel";
     this.bottomPanel.Size = new System.Drawing.Size(468, 52);
     this.bottomPanel.TabIndex = 9;
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     appearance23.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance23.FontData.Name = "Verdana";
     appearance23.FontData.SizeInPoints = 9F;
     appearance23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(85)))), ((int)(((byte)(170)))));
     appearance23.TextHAlignAsString = "Left";
     appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord;
     appearance23.TextVAlignAsString = "Middle";
     this.titleLabel.Appearance = appearance23;
     this.titleLabel.Location = new System.Drawing.Point(50, 23);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(313, 23);
     this.titleLabel.TabIndex = 13;
     this.titleLabel.Text = "Titel";
     this.titleLabel.WrapText = false;
     //
     // nrLabel
     //
     this.nrLabel.BackColor = System.Drawing.Color.Transparent;
     this.nrLabel.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nrLabel.ForeColor = System.Drawing.Color.Black;
     this.nrLabel.Location = new System.Drawing.Point(5, 22);
     this.nrLabel.Name = "nrLabel";
     this.nrLabel.Size = new System.Drawing.Size(39, 23);
     this.nrLabel.TabIndex = 11;
     this.nrLabel.Text = "0009";
     this.nrLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // nextLabel
     //
     this.nextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nextLabel.BackColor = System.Drawing.Color.Transparent;
     this.nextLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nextLabel.ForeColor = System.Drawing.Color.DimGray;
     this.nextLabel.Location = new System.Drawing.Point(418, 5);
     this.nextLabel.Name = "nextLabel";
     this.nextLabel.Size = new System.Drawing.Size(47, 14);
     this.nextLabel.TabIndex = 11;
     this.nextLabel.Text = "next";
     this.nextLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // prevLabel
     //
     this.prevLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.prevLabel.BackColor = System.Drawing.Color.Transparent;
     this.prevLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.prevLabel.ForeColor = System.Drawing.Color.DimGray;
     this.prevLabel.Location = new System.Drawing.Point(369, 6);
     this.prevLabel.Name = "prevLabel";
     this.prevLabel.Size = new System.Drawing.Size(47, 13);
     this.prevLabel.TabIndex = 11;
     this.prevLabel.Text = "prev";
     this.prevLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // curSongLabel
     //
     this.curSongLabel.AutoSize = true;
     this.curSongLabel.BackColor = System.Drawing.Color.Transparent;
     this.curSongLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.curSongLabel.ForeColor = System.Drawing.Color.DimGray;
     this.curSongLabel.Location = new System.Drawing.Point(3, 3);
     this.curSongLabel.Name = "curSongLabel";
     this.curSongLabel.Size = new System.Drawing.Size(159, 13);
     this.curSongLabel.TabIndex = 11;
     this.curSongLabel.Text = "Aktuell angezeigter Song :";
     //
     // line
     //
     appearance22.BackColor = System.Drawing.Color.DimGray;
     this.line.Appearance = appearance22;
     this.line.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.line.Location = new System.Drawing.Point(0, 51);
     this.line.Name = "line";
     this.line.Size = new System.Drawing.Size(468, 1);
     this.line.TabIndex = 1;
     //
     // nextBtn
     //
     this.nextBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance4.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance4.Image = global::Lyra2.LyraShell.Properties.Resources.next;
     appearance4.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance4.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.nextBtn.Appearance = appearance4;
     appearance5.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.nextBtn.HotTrackAppearance = appearance5;
     this.nextBtn.Location = new System.Drawing.Point(418, 21);
     this.nextBtn.Name = "nextBtn";
     appearance3.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.nextBtn.PressedAppearance = appearance3;
     this.nextBtn.ShowFocusRect = false;
     this.nextBtn.Size = new System.Drawing.Size(47, 27);
     this.nextBtn.TabIndex = 12;
     this.nextBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.nextBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.nextBtn.Click += new System.EventHandler(this.nextSongBtn_Click);
     //
     // lastBtn
     //
     this.lastBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance12.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance12.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance12.Image = global::Lyra2.LyraShell.Properties.Resources.prev;
     appearance12.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance12.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.lastBtn.Appearance = appearance12;
     appearance13.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.lastBtn.HotTrackAppearance = appearance13;
     this.lastBtn.Location = new System.Drawing.Point(369, 21);
     this.lastBtn.Name = "lastBtn";
     appearance14.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.lastBtn.PressedAppearance = appearance14;
     this.lastBtn.ShowFocusRect = false;
     this.lastBtn.Size = new System.Drawing.Size(47, 27);
     this.lastBtn.TabIndex = 12;
     this.lastBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.lastBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.lastBtn.Click += new System.EventHandler(this.previousSongBtn_Click);
     //
     // RemoteControl
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(468, 295);
     this.Controls.Add(this.remotePanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(474, 319);
     this.MinimizeBox = false;
     this.Name = "RemoteControl";
     this.ShowInTaskbar = false;
     this.Text = "Fernsteuerung";
     this.remotePanel.ClientArea.ResumeLayout(false);
     this.remotePanel.ResumeLayout(false);
     this.mainPane.ResumeLayout(false);
     this.mainPane.PerformLayout();
     this.scrollPane.ResumeLayout(false);
     this.scrollBox.ClientArea.ResumeLayout(false);
     this.scrollBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).EndInit();
     this.bottomPanel.ClientArea.ResumeLayout(false);
     this.bottomPanel.ClientArea.PerformLayout();
     this.bottomPanel.ResumeLayout(false);
     this.line.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("汽车衡历史数据表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TAREDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GROSSDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FULLLABELID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_KHJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZZJY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 2842594);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 2842595);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 2842596);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 2842597);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 2842598);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 2842599);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup6", 2842600);
     Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARDNUMBER", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIALNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SUPPLIERNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVER", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERSTORE", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERSTORE", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TRANSNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TYPENAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPOINTNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MEMO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPOINTNAME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_GROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_TAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_NETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPERSON", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPERSON", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TAREDATETIME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_GROSSDATETIME", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPOINT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPOINT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BZ", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_COUNT", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CONTRACTNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_FULLLABELID", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKL", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKBL", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_KHJZ", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_ADVISESPEC", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_ZZJY", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_STOVENO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_REWEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo40 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo41 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDGROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo42 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDTAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo43 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDNETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo44 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo45 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo46 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo47 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup3", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo48 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup4", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo49 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup5", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo50 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup6", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_CARDNUMBER", 1, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GROSSWEIGHT", 13, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_TAREWEIGHT", 14, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_NETWEIGHT", 15, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FS_KHJZ", 28, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FS_YKL", 26, true, "汽车衡历史数据表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tb_sendGross = new System.Windows.Forms.TextBox();
     this.tb_sendTare = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label20 = new System.Windows.Forms.Label();
     this.tbYKBL = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbYKL = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.tbBZ = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.tbCount = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbStoveNo = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tbContractNo = new System.Windows.Forms.TextBox();
     this.cbProvider = new System.Windows.Forms.ComboBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.tbTareWeight = new System.Windows.Forms.TextBox();
     this.dtTareTime = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.cbSHDW = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.cbFHDW = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbCYDW = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.cbFlow = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbWLMC = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbReceiverPlace = new System.Windows.Forms.TextBox();
     this.tbSenderPlace = new System.Windows.Forms.TextBox();
     this.tbGrossWeight = new System.Windows.Forms.TextBox();
     this.dtGrossTime = new System.Windows.Forms.DateTimePicker();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.tbCarNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbBF = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(990, 448);
     this.ultraPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(990, 448);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "历史计量数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "汽车衡历史数据表";
     this.ultraGrid3.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 64;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 66;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 68;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 15;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 16;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 17;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 18;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 19;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 20;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.Header.VisiblePosition = 21;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 22;
     ultraGridColumn22.Hidden = true;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 23;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 14;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 58;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 60;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn33.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn34.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn35.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn39.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn40.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn41.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn42.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn43.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43});
     ultraGridGroup1.Header.Caption = "重量";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 18;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup2.Header.Caption = "毛重";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 58;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup3.Header.Caption = "皮重";
     ultraGridGroup3.Key = "NewGroup2";
     ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup3.RowLayoutGroupInfo.OriginX = 30;
     ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup3.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridGroup3.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup4.Header.Caption = "扣渣";
     ultraGridGroup4.Key = "NewGroup3";
     ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup4.RowLayoutGroupInfo.OriginX = 36;
     ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup4.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup4.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup5.Header.Caption = "卸货";
     ultraGridGroup5.Key = "NewGroup4";
     ultraGridGroup5.RowLayoutGroupInfo.OriginX = 42;
     ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup5.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup5.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup6.Header.Caption = "复磅";
     ultraGridGroup6.Key = "NewGroup5";
     ultraGridGroup6.RowLayoutGroupInfo.OriginX = 50;
     ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup6.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup6.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup7.Header.Caption = "对方重量";
     ultraGridGroup7.Key = "NewGroup6";
     ultraGridGroup7.RowLayoutGroupInfo.OriginX = 24;
     ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup7.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup7.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2,
     ultraGridGroup3,
     ultraGridGroup4,
     ultraGridGroup5,
     ultraGridGroup6,
     ultraGridGroup7});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     rowLayoutColumnInfo24.OriginX = 4;
     rowLayoutColumnInfo24.OriginY = 0;
     rowLayoutColumnInfo24.PreferredCellSize = new System.Drawing.Size(60, 0);
     rowLayoutColumnInfo24.SpanX = 1;
     rowLayoutColumnInfo24.SpanY = 1;
     rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
     rowLayoutColumnInfo1,
     rowLayoutColumnInfo2,
     rowLayoutColumnInfo3,
     rowLayoutColumnInfo4,
     rowLayoutColumnInfo5,
     rowLayoutColumnInfo6,
     rowLayoutColumnInfo7,
     rowLayoutColumnInfo8,
     rowLayoutColumnInfo9,
     rowLayoutColumnInfo10,
     rowLayoutColumnInfo11,
     rowLayoutColumnInfo12,
     rowLayoutColumnInfo13,
     rowLayoutColumnInfo14,
     rowLayoutColumnInfo15,
     rowLayoutColumnInfo16,
     rowLayoutColumnInfo17,
     rowLayoutColumnInfo18,
     rowLayoutColumnInfo19,
     rowLayoutColumnInfo20,
     rowLayoutColumnInfo21,
     rowLayoutColumnInfo22,
     rowLayoutColumnInfo23,
     rowLayoutColumnInfo24,
     rowLayoutColumnInfo25,
     rowLayoutColumnInfo26,
     rowLayoutColumnInfo27,
     rowLayoutColumnInfo28,
     rowLayoutColumnInfo29,
     rowLayoutColumnInfo30,
     rowLayoutColumnInfo31,
     rowLayoutColumnInfo32,
     rowLayoutColumnInfo33,
     rowLayoutColumnInfo34,
     rowLayoutColumnInfo35,
     rowLayoutColumnInfo36,
     rowLayoutColumnInfo37,
     rowLayoutColumnInfo38,
     rowLayoutColumnInfo39,
     rowLayoutColumnInfo40,
     rowLayoutColumnInfo41,
     rowLayoutColumnInfo42,
     rowLayoutColumnInfo43,
     rowLayoutColumnInfo44,
     rowLayoutColumnInfo45,
     rowLayoutColumnInfo46,
     rowLayoutColumnInfo47,
     rowLayoutColumnInfo48,
     rowLayoutColumnInfo49,
     rowLayoutColumnInfo50});
     rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
     rowLayout1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "共{0}条";
     summarySettings1.GroupBySummaryValueAppearance = appearance7;
     summarySettings2.DisplayFormat = "毛重{0}吨";
     summarySettings2.GroupBySummaryValueAppearance = appearance8;
     summarySettings3.DisplayFormat = "皮重{0}吨";
     summarySettings3.GroupBySummaryValueAppearance = appearance9;
     summarySettings4.DisplayFormat = "净重{0}吨";
     summarySettings4.GroupBySummaryValueAppearance = appearance10;
     summarySettings5.DisplayFormat = "扣后净重{0}吨";
     summarySettings5.GroupBySummaryValueAppearance = appearance11;
     summarySettings6.DisplayFormat = "应扣量{0}吨";
     summarySettings6.GroupBySummaryValueAppearance = appearance12;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6});
     ultraGridBand1.SummaryFooterCaption = "合计";
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.GroupByBox.Prompt = "拖动列标题到此,按该列进行分组";
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 8;
     appearance13.FontData.BoldAsString = "True";
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance13;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance15;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance16.TextHAlignAsString = "Center";
     appearance16.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance16;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21;
     appearance17.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance17;
     appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance18;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance19.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance19;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(984, 427);
     this.ultraGrid3.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid3_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn15,
     this.dataColumn17,
     this.dataColumn12,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn13,
     this.dataColumn20,
     this.dataColumn14,
     this.dataColumn21,
     this.dataColumn16,
     this.dataColumn22,
     this.dataColumn24,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn23,
     this.dataColumn25,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43});
     this.dataTable1.TableName = "汽车衡历史数据表";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "车证卡号";
     this.dataColumn2.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "车号";
     this.dataColumn3.ColumnName = "FS_CARNO";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "物料名称";
     this.dataColumn4.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "发货单位";
     this.dataColumn5.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "收货单位";
     this.dataColumn6.ColumnName = "FS_RECEIVER";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "发货地点";
     this.dataColumn7.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "收货地点";
     this.dataColumn8.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "承运单位";
     this.dataColumn9.ColumnName = "FS_TRANSNAME";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "流向";
     this.dataColumn10.ColumnName = "FS_TYPENAME";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "毛重计量点";
     this.dataColumn11.ColumnName = "FS_GROSSPOINTNAME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "标识";
     this.dataColumn15.ColumnName = "FS_MEMO";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "皮重计量点";
     this.dataColumn17.ColumnName = "FS_TAREPOINTNAME";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "毛重";
     this.dataColumn12.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "皮重";
     this.dataColumn18.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "净重";
     this.dataColumn19.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "毛重计量员";
     this.dataColumn13.ColumnName = "FS_GROSSPERSON";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "皮重计量员";
     this.dataColumn20.ColumnName = "FS_TAREPERSON";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "皮重计量时间";
     this.dataColumn14.ColumnName = "FD_TAREDATETIME";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "毛重计量时间";
     this.dataColumn21.ColumnName = "FD_GROSSDATETIME";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "FS_GROSSPOINT";
     this.dataColumn16.ColumnName = "FS_GROSSPOINT";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FS_TAREPOINT";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "备注";
     this.dataColumn24.ColumnName = "FS_BZ";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "支数";
     this.dataColumn26.ColumnName = "FN_COUNT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "合同号";
     this.dataColumn27.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "条码号";
     this.dataColumn28.ColumnName = "FS_FULLLABELID";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "应扣量";
     this.dataColumn29.ColumnName = "FS_YKL";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "应扣比例";
     this.dataColumn30.ColumnName = "FS_YKBL";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "扣后净重";
     this.dataColumn31.ColumnName = "FS_KHJZ";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "建议轧制规格";
     this.dataColumn32.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "轧制建议";
     this.dataColumn33.ColumnName = "FS_ZZJY";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "炉号";
     this.dataColumn23.ColumnName = "FS_STOVENO";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "卸车员";
     this.dataColumn25.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "卸车时间";
     this.dataColumn34.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "卸货点";
     this.dataColumn35.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "卸货确认";
     this.dataColumn36.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "复磅确认员";
     this.dataColumn37.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "复磅确认地点";
     this.dataColumn38.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "复磅确认时间";
     this.dataColumn39.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "复磅确认";
     this.dataColumn40.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "对方毛重";
     this.dataColumn41.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "对方皮重";
     this.dataColumn42.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "对方净重";
     this.dataColumn43.ColumnName = "FN_SENDNETWEIGHT";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
     this.ultraGroupBox1.Controls.Add(this.button4);
     this.ultraGroupBox1.Controls.Add(this.button3);
     this.ultraGroupBox1.Controls.Add(this.button2);
     this.ultraGroupBox1.Controls.Add(this.button1);
     this.ultraGroupBox1.Controls.Add(this.label20);
     this.ultraGroupBox1.Controls.Add(this.tbYKBL);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.tbYKL);
     this.ultraGroupBox1.Controls.Add(this.label19);
     this.ultraGroupBox1.Controls.Add(this.tbBZ);
     this.ultraGroupBox1.Controls.Add(this.label18);
     this.ultraGroupBox1.Controls.Add(this.tbCount);
     this.ultraGroupBox1.Controls.Add(this.label17);
     this.ultraGroupBox1.Controls.Add(this.tbStoveNo);
     this.ultraGroupBox1.Controls.Add(this.label16);
     this.ultraGroupBox1.Controls.Add(this.tbContractNo);
     this.ultraGroupBox1.Controls.Add(this.cbProvider);
     this.ultraGroupBox1.Controls.Add(this.label15);
     this.ultraGroupBox1.Controls.Add(this.label13);
     this.ultraGroupBox1.Controls.Add(this.label14);
     this.ultraGroupBox1.Controls.Add(this.tbTareWeight);
     this.ultraGroupBox1.Controls.Add(this.dtTareTime);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.cbSHDW);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.cbFHDW);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.cbCYDW);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.cbFlow);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.cbWLMC);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbReceiverPlace);
     this.ultraGroupBox1.Controls.Add(this.tbSenderPlace);
     this.ultraGroupBox1.Controls.Add(this.tbGrossWeight);
     this.ultraGroupBox1.Controls.Add(this.dtGrossTime);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.tbCarNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.cbBF);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(990, 190);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.tb_sendGross);
     this.ultraGroupBox3.Controls.Add(this.tb_sendTare);
     this.ultraGroupBox3.Controls.Add(this.label23);
     this.ultraGroupBox3.Controls.Add(this.label22);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Location = new System.Drawing.Point(678, 78);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(288, 64);
     this.ultraGroupBox3.TabIndex = 759;
     this.ultraGroupBox3.Text = "对方重量";
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     //
     // tb_sendGross
     //
     this.coreBind.SetDatabasecommand(this.tb_sendGross, null);
     this.tb_sendGross.Location = new System.Drawing.Point(35, 30);
     this.tb_sendGross.Name = "tb_sendGross";
     this.tb_sendGross.Size = new System.Drawing.Size(48, 21);
     this.tb_sendGross.TabIndex = 746;
     this.coreBind.SetVerification(this.tb_sendGross, null);
     //
     // tb_sendTare
     //
     this.coreBind.SetDatabasecommand(this.tb_sendTare, null);
     this.tb_sendTare.Location = new System.Drawing.Point(153, 30);
     this.tb_sendTare.Name = "tb_sendTare";
     this.tb_sendTare.Size = new System.Drawing.Size(49, 21);
     this.tb_sendTare.TabIndex = 744;
     this.coreBind.SetVerification(this.tb_sendTare, null);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label23, null);
     this.label23.Location = new System.Drawing.Point(131, 35);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(17, 12);
     this.label23.TabIndex = 742;
     this.label23.Text = "皮";
     this.coreBind.SetVerification(this.label23, null);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label22, null);
     this.label22.Location = new System.Drawing.Point(12, 35);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(17, 12);
     this.label22.TabIndex = 741;
     this.label22.Text = "毛";
     this.coreBind.SetVerification(this.label22, null);
     this.label22.Click += new System.EventHandler(this.label22_Click);
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button4, null);
     this.button4.Location = new System.Drawing.Point(449, 62);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(30, 21);
     this.button4.TabIndex = 758;
     this.button4.Tag = "Trans";
     this.button4.Text = "..";
     this.button4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button4, null);
     this.button4.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button3, null);
     this.button3.Location = new System.Drawing.Point(448, 96);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(30, 21);
     this.button3.TabIndex = 757;
     this.button3.Tag = "Receiver";
     this.button3.Text = "..";
     this.button3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button3, null);
     this.button3.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button2, null);
     this.button2.Location = new System.Drawing.Point(200, 98);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(30, 21);
     this.button2.TabIndex = 756;
     this.button2.Tag = "Sender";
     this.button2.Text = "..";
     this.button2.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button2, null);
     this.button2.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button1, null);
     this.button1.Location = new System.Drawing.Point(200, 63);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(30, 21);
     this.button1.TabIndex = 754;
     this.button1.Tag = "Material";
     this.button1.Text = "..";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Click += new System.EventHandler(this.moreBtn_Click);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label20, null);
     this.label20.Location = new System.Drawing.Point(117, 168);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(53, 12);
     this.label20.TabIndex = 748;
     this.label20.Text = "应扣比例";
     this.coreBind.SetVerification(this.label20, null);
     this.label20.Visible = false;
     //
     // tbYKBL
     //
     this.coreBind.SetDatabasecommand(this.tbYKBL, null);
     this.tbYKBL.Location = new System.Drawing.Point(173, 163);
     this.tbYKBL.Name = "tbYKBL";
     this.tbYKBL.Size = new System.Drawing.Size(46, 21);
     this.tbYKBL.TabIndex = 747;
     this.coreBind.SetVerification(this.tbYKBL, null);
     this.tbYKBL.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label21, null);
     this.label21.Location = new System.Drawing.Point(10, 168);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 12);
     this.label21.TabIndex = 746;
     this.label21.Text = "应扣量";
     this.coreBind.SetVerification(this.label21, null);
     this.label21.Visible = false;
     //
     // tbYKL
     //
     this.coreBind.SetDatabasecommand(this.tbYKL, null);
     this.tbYKL.Location = new System.Drawing.Point(65, 163);
     this.tbYKL.Name = "tbYKL";
     this.tbYKL.Size = new System.Drawing.Size(46, 21);
     this.tbYKL.TabIndex = 745;
     this.coreBind.SetVerification(this.tbYKL, null);
     this.tbYKL.Visible = false;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label19, null);
     this.label19.Location = new System.Drawing.Point(502, 100);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(29, 12);
     this.label19.TabIndex = 744;
     this.label19.Text = "备注";
     this.coreBind.SetVerification(this.label19, null);
     //
     // tbBZ
     //
     this.coreBind.SetDatabasecommand(this.tbBZ, null);
     this.tbBZ.Location = new System.Drawing.Point(551, 95);
     this.tbBZ.Name = "tbBZ";
     this.tbBZ.Size = new System.Drawing.Size(101, 21);
     this.tbBZ.TabIndex = 743;
     this.coreBind.SetVerification(this.tbBZ, null);
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label18, null);
     this.label18.Location = new System.Drawing.Point(844, 28);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(29, 12);
     this.label18.TabIndex = 742;
     this.label18.Text = "支数";
     this.coreBind.SetVerification(this.label18, null);
     //
     // tbCount
     //
     this.coreBind.SetDatabasecommand(this.tbCount, null);
     this.tbCount.Location = new System.Drawing.Point(883, 23);
     this.tbCount.Name = "tbCount";
     this.tbCount.Size = new System.Drawing.Size(99, 21);
     this.tbCount.TabIndex = 741;
     this.coreBind.SetVerification(this.tbCount, null);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label17, null);
     this.label17.Location = new System.Drawing.Point(676, 29);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(29, 12);
     this.label17.TabIndex = 740;
     this.label17.Text = "炉号";
     this.coreBind.SetVerification(this.label17, null);
     //
     // tbStoveNo
     //
     this.coreBind.SetDatabasecommand(this.tbStoveNo, null);
     this.tbStoveNo.Location = new System.Drawing.Point(723, 24);
     this.tbStoveNo.Name = "tbStoveNo";
     this.tbStoveNo.Size = new System.Drawing.Size(99, 21);
     this.tbStoveNo.TabIndex = 739;
     this.coreBind.SetVerification(this.tbStoveNo, null);
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label16, null);
     this.label16.Location = new System.Drawing.Point(496, 130);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(41, 12);
     this.label16.TabIndex = 738;
     this.label16.Text = "合同号";
     this.coreBind.SetVerification(this.label16, null);
     //
     // tbContractNo
     //
     this.coreBind.SetDatabasecommand(this.tbContractNo, null);
     this.tbContractNo.Location = new System.Drawing.Point(551, 127);
     this.tbContractNo.Name = "tbContractNo";
     this.tbContractNo.Size = new System.Drawing.Size(101, 21);
     this.tbContractNo.TabIndex = 737;
     this.coreBind.SetVerification(this.tbContractNo, null);
     //
     // cbProvider
     //
     this.cbProvider.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbProvider, null);
     this.cbProvider.FormattingEnabled = true;
     this.cbProvider.Location = new System.Drawing.Point(833, 174);
     this.cbProvider.Name = "cbProvider";
     this.cbProvider.Size = new System.Drawing.Size(116, 20);
     this.cbProvider.TabIndex = 736;
     this.coreBind.SetVerification(this.cbProvider, null);
     this.cbProvider.Visible = false;
     this.cbProvider.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Location = new System.Drawing.Point(774, 178);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(53, 12);
     this.label15.TabIndex = 735;
     this.label15.Text = "供应单位";
     this.coreBind.SetVerification(this.label15, null);
     this.label15.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label13, null);
     this.label13.Location = new System.Drawing.Point(450, 167);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(29, 12);
     this.label13.TabIndex = 734;
     this.label13.Text = "皮重";
     this.coreBind.SetVerification(this.label13, null);
     this.label13.Visible = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Location = new System.Drawing.Point(230, 168);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(53, 12);
     this.label14.TabIndex = 733;
     this.label14.Text = "皮重时间";
     this.coreBind.SetVerification(this.label14, null);
     this.label14.Visible = false;
     //
     // tbTareWeight
     //
     this.coreBind.SetDatabasecommand(this.tbTareWeight, null);
     this.tbTareWeight.Location = new System.Drawing.Point(496, 164);
     this.tbTareWeight.Name = "tbTareWeight";
     this.tbTareWeight.Size = new System.Drawing.Size(46, 21);
     this.tbTareWeight.TabIndex = 732;
     this.coreBind.SetVerification(this.tbTareWeight, null);
     this.tbTareWeight.Visible = false;
     //
     // dtTareTime
     //
     this.dtTareTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dtTareTime, null);
     this.dtTareTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtTareTime.Location = new System.Drawing.Point(299, 164);
     this.dtTareTime.Name = "dtTareTime";
     this.dtTareTime.Size = new System.Drawing.Size(143, 21);
     this.dtTareTime.TabIndex = 731;
     this.coreBind.SetVerification(this.dtTareTime, null);
     this.dtTareTime.Visible = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Location = new System.Drawing.Point(554, 168);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 730;
     this.label5.Text = "毛重";
     this.coreBind.SetVerification(this.label5, null);
     this.label5.Visible = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(661, 166);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 729;
     this.label4.Text = "毛重时间";
     this.coreBind.SetVerification(this.label4, null);
     this.label4.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Location = new System.Drawing.Point(262, 130);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 728;
     this.label7.Text = "收货地点";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Location = new System.Drawing.Point(11, 130);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 727;
     this.label6.Text = "发货地点";
     this.coreBind.SetVerification(this.label6, null);
     //
     // cbSHDW
     //
     this.cbSHDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbSHDW, null);
     this.cbSHDW.FormattingEnabled = true;
     this.cbSHDW.Location = new System.Drawing.Point(326, 96);
     this.cbSHDW.Name = "cbSHDW";
     this.cbSHDW.Size = new System.Drawing.Size(116, 20);
     this.cbSHDW.TabIndex = 726;
     this.coreBind.SetVerification(this.cbSHDW, null);
     this.cbSHDW.Leave += new System.EventHandler(this.cbSHDW_Leave);
     this.cbSHDW.TextChanged += new System.EventHandler(this.cbSHDW_TextChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Location = new System.Drawing.Point(262, 99);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(53, 12);
     this.label12.TabIndex = 725;
     this.label12.Text = "收货单位";
     this.coreBind.SetVerification(this.label12, null);
     //
     // cbFHDW
     //
     this.cbFHDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbFHDW, null);
     this.cbFHDW.FormattingEnabled = true;
     this.cbFHDW.Location = new System.Drawing.Point(78, 98);
     this.cbFHDW.Name = "cbFHDW";
     this.cbFHDW.Size = new System.Drawing.Size(116, 20);
     this.cbFHDW.TabIndex = 724;
     this.coreBind.SetVerification(this.cbFHDW, null);
     this.cbFHDW.Leave += new System.EventHandler(this.cbFHDW_Leave);
     this.cbFHDW.TextChanged += new System.EventHandler(this.cbFHDW_TextChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Location = new System.Drawing.Point(11, 102);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 12);
     this.label11.TabIndex = 723;
     this.label11.Text = "发货单位";
     this.coreBind.SetVerification(this.label11, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(507, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 722;
     this.label2.Text = "车号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // cbCYDW
     //
     this.cbCYDW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbCYDW, null);
     this.cbCYDW.FormattingEnabled = true;
     this.cbCYDW.Location = new System.Drawing.Point(326, 62);
     this.cbCYDW.Name = "cbCYDW";
     this.cbCYDW.Size = new System.Drawing.Size(116, 20);
     this.cbCYDW.TabIndex = 721;
     this.coreBind.SetVerification(this.cbCYDW, null);
     this.cbCYDW.Leave += new System.EventHandler(this.cbCYDW_Leave);
     this.cbCYDW.TextChanged += new System.EventHandler(this.cbCYDW_TextChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Location = new System.Drawing.Point(262, 67);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 720;
     this.label10.Text = "承运单位";
     this.coreBind.SetVerification(this.label10, null);
     //
     // cbFlow
     //
     this.cbFlow.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbFlow, null);
     this.cbFlow.FormattingEnabled = true;
     this.cbFlow.Location = new System.Drawing.Point(551, 62);
     this.cbFlow.Name = "cbFlow";
     this.cbFlow.Size = new System.Drawing.Size(101, 20);
     this.cbFlow.TabIndex = 719;
     this.coreBind.SetVerification(this.cbFlow, null);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Location = new System.Drawing.Point(504, 67);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(29, 12);
     this.label9.TabIndex = 718;
     this.label9.Text = "流向";
     this.coreBind.SetVerification(this.label9, null);
     //
     // cbWLMC
     //
     this.cbWLMC.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.coreBind.SetDatabasecommand(this.cbWLMC, null);
     this.cbWLMC.FormattingEnabled = true;
     this.cbWLMC.Location = new System.Drawing.Point(78, 62);
     this.cbWLMC.Name = "cbWLMC";
     this.cbWLMC.Size = new System.Drawing.Size(116, 20);
     this.cbWLMC.TabIndex = 717;
     this.coreBind.SetVerification(this.cbWLMC, null);
     this.cbWLMC.Leave += new System.EventHandler(this.cbWLMC_Leave);
     this.cbWLMC.TextChanged += new System.EventHandler(this.cbWLMC_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Location = new System.Drawing.Point(11, 67);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 716;
     this.label8.Text = "物料名称";
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbReceiverPlace
     //
     this.coreBind.SetDatabasecommand(this.tbReceiverPlace, null);
     this.tbReceiverPlace.Location = new System.Drawing.Point(326, 127);
     this.tbReceiverPlace.Name = "tbReceiverPlace";
     this.tbReceiverPlace.Size = new System.Drawing.Size(116, 21);
     this.tbReceiverPlace.TabIndex = 715;
     this.coreBind.SetVerification(this.tbReceiverPlace, null);
     //
     // tbSenderPlace
     //
     this.coreBind.SetDatabasecommand(this.tbSenderPlace, null);
     this.tbSenderPlace.Location = new System.Drawing.Point(78, 127);
     this.tbSenderPlace.Name = "tbSenderPlace";
     this.tbSenderPlace.Size = new System.Drawing.Size(116, 21);
     this.tbSenderPlace.TabIndex = 713;
     this.coreBind.SetVerification(this.tbSenderPlace, null);
     //
     // tbGrossWeight
     //
     this.coreBind.SetDatabasecommand(this.tbGrossWeight, null);
     this.tbGrossWeight.Location = new System.Drawing.Point(600, 163);
     this.tbGrossWeight.Name = "tbGrossWeight";
     this.tbGrossWeight.Size = new System.Drawing.Size(46, 21);
     this.tbGrossWeight.TabIndex = 711;
     this.coreBind.SetVerification(this.tbGrossWeight, null);
     this.tbGrossWeight.Visible = false;
     //
     // dtGrossTime
     //
     this.dtGrossTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dtGrossTime, null);
     this.dtGrossTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtGrossTime.Location = new System.Drawing.Point(730, 162);
     this.dtGrossTime.Name = "dtGrossTime";
     this.dtGrossTime.Size = new System.Drawing.Size(143, 21);
     this.dtGrossTime.TabIndex = 709;
     this.coreBind.SetVerification(this.dtGrossTime, null);
     this.dtGrossTime.Visible = false;
     //
     // tbCardNo
     //
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Location = new System.Drawing.Point(326, 26);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.Size = new System.Drawing.Size(116, 21);
     this.tbCardNo.TabIndex = 706;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // tbCarNo
     //
     this.coreBind.SetDatabasecommand(this.tbCarNo, null);
     this.tbCarNo.Location = new System.Drawing.Point(553, 24);
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.Size = new System.Drawing.Size(99, 21);
     this.tbCarNo.TabIndex = 705;
     this.coreBind.SetVerification(this.tbCarNo, null);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(11, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 23);
     this.label1.TabIndex = 704;
     this.label1.Text = "皮重计量点";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label1, null);
     //
     // cbBF
     //
     this.cbBF.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbBF.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.cbBF, null);
     this.cbBF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBF.FormattingEnabled = true;
     this.cbBF.Location = new System.Drawing.Point(78, 26);
     this.cbBF.Name = "cbBF";
     this.cbBF.Size = new System.Drawing.Size(116, 20);
     this.cbBF.TabIndex = 703;
     this.coreBind.SetVerification(this.cbBF, null);
     this.cbBF.SelectedIndexChanged += new System.EventHandler(this.cbBF_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(257, 22);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 24);
     this.label3.TabIndex = 696;
     this.label3.Text = "卡号";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label3, null);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 474);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(990, 190);
     this.ultraPanel2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // EndTime
     //
     this.EndTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.EndTime.Location = new System.Drawing.Point(259, 3);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(143, 21);
     this.EndTime.TabIndex = 717;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.BeginTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.BeginTime.Location = new System.Drawing.Point(94, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(143, 21);
     this.BeginTime.TabIndex = 716;
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.ultraPanel1.ClientArea;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool3.ControlName = "BeginTime";
     controlContainerTool5.ControlName = "EndTime";
     controlContainerTool2.ControlName = "txtCarNo";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     buttonTool14.InstanceProps.IsFirstInGroup = true;
     buttonTool15.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     buttonTool2.InstanceProps.IsFirstInGroup = true;
     buttonTool4.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool3,
     controlContainerTool5,
     controlContainerTool2,
     buttonTool13,
     buttonTool14,
     buttonTool15,
     buttonTool16,
     buttonTool2,
     buttonTool4});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "BeginTime";
     controlContainerTool1.SharedPropsInternal.Caption = "皮重时间  开始";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.ControlName = "EndTime";
     controlContainerTool6.SharedPropsInternal.Caption = "至";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool7.ControlName = "cbDateField";
     controlContainerTool7.SharedPropsInternal.Caption = "查询时间";
     controlContainerTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool9.SharedPropsInternal.Caption = "查询";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Caption = "增加";
     buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool10.SharedPropsInternal.Visible = false;
     buttonTool11.SharedPropsInternal.Caption = "修改";
     buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool12.SharedPropsInternal.Caption = "删除";
     buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool12.SharedPropsInternal.Visible = false;
     buttonTool1.SharedPropsInternal.Caption = "磅房打印";
     buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool3.SharedPropsInternal.Caption = "大厅打印";
     buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.ControlName = "txtCarNo";
     controlContainerTool4.SharedPropsInternal.Caption = "车号";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool6,
     controlContainerTool7,
     buttonTool9,
     buttonTool10,
     buttonTool11,
     buttonTool12,
     buttonTool1,
     buttonTool3,
     controlContainerTool4});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(990, 26);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 664);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(990, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 638);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(990, 26);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 638);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(445, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(100, 21);
     this.txtCarNo.TabIndex = 8;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // UpdateSecondWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(990, 664);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.txtCarNo);
     this.Controls.Add(this.EndTime);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.BeginTime);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "UpdateSecondWeight";
     this.Tag = "UpdateSecondWeight";
     this.Text = "历史计量数据修改";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.UpdateSecondWeight_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��Ʒ");
     Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_ORDERNO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_ZC_BATCHNO", 0, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_ZC_BATCHNO", 0, true);
     Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_BILLET_COUNT", 3, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_BILLET_COUNT", 3, true);
     Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_BILLET_WEIGHT", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_BILLET_WEIGHT", 11, true);
     Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_BILLET_WEIGHT_LL", 13, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_BILLET_WEIGHT_LL", 13, true);
     Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_NUMBER");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_WEIGHT");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKED");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECKED");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��ѧ�ɷ֣�%��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_WEIGHT_LL");
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AlS");
     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 appearance167 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool13 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool14 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ѯ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���2");
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���ܺ�");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Batch));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ѯ���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool17 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���2");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.CodeType = new System.Windows.Forms.Panel();
     this.rbtn_CodeBC = new System.Windows.Forms.RadioButton();
     this.rbtn_CodeXC = new System.Windows.Forms.RadioButton();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.rbtn_BilletInfo = new System.Windows.Forms.RadioButton();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.rbtn_BatchInfo = new System.Windows.Forms.RadioButton();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.tbQueryButtressNo = new System.Windows.Forms.TextBox();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet2 = new System.Data.DataSet();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.cbSelectAll = new System.Windows.Forms.CheckBox();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.tbStatics = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.CodeType.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbStatics)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.CodeType);
     this.FrmBase_Fill_Panel.Controls.Add(this.llb_CloseAll);
     this.FrmBase_Fill_Panel.Controls.Add(this.llb_ExpandAll);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.rbtn_BilletInfo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryStoveNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.rbtn_BatchInfo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryButtressNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Filter);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1323, 745);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // CodeType
     //
     this.CodeType.BackColor = System.Drawing.Color.LightBlue;
     this.CodeType.Controls.Add(this.rbtn_CodeBC);
     this.CodeType.Controls.Add(this.rbtn_CodeXC);
     this.coreBind.SetDatabasecommand(this.CodeType, null);
     this.CodeType.Location = new System.Drawing.Point(971, 0);
     this.CodeType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.CodeType.Name = "CodeType";
     this.CodeType.Size = new System.Drawing.Size(267, 29);
     this.CodeType.TabIndex = 0;
     this.coreBind.SetVerification(this.CodeType, null);
     //
     // rbtn_CodeBC
     //
     this.rbtn_CodeBC.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.rbtn_CodeBC, null);
     this.rbtn_CodeBC.ForeColor = System.Drawing.Color.Red;
     this.rbtn_CodeBC.Location = new System.Drawing.Point(136, 4);
     this.rbtn_CodeBC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.rbtn_CodeBC.Name = "rbtn_CodeBC";
     this.rbtn_CodeBC.Size = new System.Drawing.Size(118, 19);
     this.rbtn_CodeBC.TabIndex = 0;
     this.rbtn_CodeBC.Text = "ʹ�ð�ı���";
     this.rbtn_CodeBC.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtn_CodeBC, null);
     this.rbtn_CodeBC.Visible = false;
     this.rbtn_CodeBC.CheckedChanged += new System.EventHandler(this.rbtn_CodeXC_CheckedChanged);
     //
     // rbtn_CodeXC
     //
     this.rbtn_CodeXC.AutoSize = true;
     this.rbtn_CodeXC.Checked = true;
     this.coreBind.SetDatabasecommand(this.rbtn_CodeXC, null);
     this.rbtn_CodeXC.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.rbtn_CodeXC.Location = new System.Drawing.Point(4, 4);
     this.rbtn_CodeXC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.rbtn_CodeXC.Name = "rbtn_CodeXC";
     this.rbtn_CodeXC.Size = new System.Drawing.Size(118, 19);
     this.rbtn_CodeXC.TabIndex = 0;
     this.rbtn_CodeXC.TabStop = true;
     this.rbtn_CodeXC.Text = "ʹ���Ͳı���";
     this.rbtn_CodeXC.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtn_CodeXC, null);
     this.rbtn_CodeXC.Visible = false;
     this.rbtn_CodeXC.CheckedChanged += new System.EventHandler(this.rbtn_CodeXC_CheckedChanged);
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(1051, 40);
     this.llb_CloseAll.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(75, 18);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(968, 40);
     this.llb_ExpandAll.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(75, 18);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(336, 2);
     this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(129, 25);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(128, 2);
     this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(116, 25);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // rbtn_BilletInfo
     //
     this.rbtn_BilletInfo.AutoSize = true;
     this.rbtn_BilletInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.rbtn_BilletInfo, null);
     this.rbtn_BilletInfo.Location = new System.Drawing.Point(692, 5);
     this.rbtn_BilletInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.rbtn_BilletInfo.Name = "rbtn_BilletInfo";
     this.rbtn_BilletInfo.Size = new System.Drawing.Size(88, 19);
     this.rbtn_BilletInfo.TabIndex = 0;
     this.rbtn_BilletInfo.Text = "¯����Ϣ";
     this.rbtn_BilletInfo.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtn_BilletInfo, null);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(303, 35);
     this.tbQueryStoveNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(88, 25);
     this.tbQueryStoveNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // rbtn_BatchInfo
     //
     this.rbtn_BatchInfo.AutoSize = true;
     this.rbtn_BatchInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.rbtn_BatchInfo.Checked = true;
     this.coreBind.SetDatabasecommand(this.rbtn_BatchInfo, null);
     this.rbtn_BatchInfo.Location = new System.Drawing.Point(597, 5);
     this.rbtn_BatchInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.rbtn_BatchInfo.Name = "rbtn_BatchInfo";
     this.rbtn_BatchInfo.Size = new System.Drawing.Size(88, 19);
     this.rbtn_BatchInfo.TabIndex = 0;
     this.rbtn_BatchInfo.TabStop = true;
     this.rbtn_BatchInfo.Text = "������Ϣ";
     this.rbtn_BatchInfo.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtn_BatchInfo, null);
     this.rbtn_BatchInfo.CheckedChanged += new System.EventHandler(this.rbtn_BatchInfo_CheckedChanged);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(81, 35);
     this.tbQueryBatchNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(88, 25);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // tbQueryButtressNo
     //
     this.coreBind.SetDatabasecommand(this.tbQueryButtressNo, null);
     this.tbQueryButtressNo.Enabled = false;
     this.tbQueryButtressNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryButtressNo.Location = new System.Drawing.Point(508, 35);
     this.tbQueryButtressNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbQueryButtressNo.Name = "tbQueryButtressNo";
     this.tbQueryButtressNo.Size = new System.Drawing.Size(93, 25);
     this.tbQueryButtressNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryButtressNo, null);
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(1173, 40);
     this.cbx_Filter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(59, 19);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(15, 6);
     this.cbxDateTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(18, 17);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 61);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1323, 684);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(1323, 363);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet2;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance61.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance61;
     ultraGridColumn1.Header.Caption = "���Ʊ��";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance62.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance62;
     ultraGridColumn2.Header.Caption = "���";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance63.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance63;
     ultraGridColumn3.Header.Caption = "����";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance64.FontData.BoldAsString = "True";
     appearance64.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance64;
     ultraGridColumn4.Header.Caption = "����";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance65.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance65;
     ultraGridColumn5.Header.Caption = "�ƺ�";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance66.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance66;
     ultraGridColumn6.Header.Caption = "���";
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance67.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance67;
     ultraGridColumn7.Header.Caption = "����";
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance68.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance68;
     ultraGridColumn8.Header.Caption = "������";
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance69.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance69;
     ultraGridColumn9.Header.Caption = "����ʱ��";
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance70.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance70;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance71.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance71;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance72.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance72;
     ultraGridColumn12.Header.Caption = "����";
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance73.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance73;
     ultraGridColumn13.Header.Caption = "����������";
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(108, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance74.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance74;
     ultraGridColumn14.Header.Caption = "����";
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.Hidden = true;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "�ϼƣ�{0} ����";
     summarySettings1.GroupBySummaryValueAppearance = appearance75;
     summarySettings2.DisplayFormat = "{0} ��";
     summarySettings2.GroupBySummaryValueAppearance = appearance79;
     summarySettings3.DisplayFormat = "{0} ��";
     summarySettings3.GroupBySummaryValueAppearance = appearance80;
     summarySettings4.DisplayFormat = "{0} ��";
     summarySettings4.GroupBySummaryValueAppearance = appearance81;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4});
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn16.Header.Caption = "¯��";
     ultraGridColumn16.Header.VisiblePosition = 0;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.Caption = "�ƺ�";
     ultraGridColumn17.Header.VisiblePosition = 1;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.Caption = "���";
     ultraGridColumn18.Header.VisiblePosition = 2;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.Caption = "����";
     ultraGridColumn19.Header.VisiblePosition = 3;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance82.FontData.BoldAsString = "True";
     ultraGridColumn20.CellAppearance = appearance82;
     ultraGridColumn20.Header.Caption = "������";
     ultraGridColumn20.Header.VisiblePosition = 4;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.Caption = "������";
     ultraGridColumn21.Header.VisiblePosition = 5;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.Caption = "C";
     ultraGridColumn22.Header.VisiblePosition = 6;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.Caption = "Si";
     ultraGridColumn23.Header.VisiblePosition = 7;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.Caption = "Mn";
     ultraGridColumn24.Header.VisiblePosition = 8;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.Caption = "S";
     ultraGridColumn25.Header.VisiblePosition = 9;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn26.Header.Caption = "P";
     ultraGridColumn26.Header.VisiblePosition = 10;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn27.Header.Caption = "Ni";
     ultraGridColumn27.Header.VisiblePosition = 11;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn28.Header.Caption = "Cr";
     ultraGridColumn28.Header.VisiblePosition = 12;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn29.Header.Caption = "Cu";
     ultraGridColumn29.Header.VisiblePosition = 13;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn30.Header.Caption = "V";
     ultraGridColumn30.Header.VisiblePosition = 14;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn31.Header.Caption = "Mo";
     ultraGridColumn31.Header.VisiblePosition = 15;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn32.Header.Caption = "Ceq";
     ultraGridColumn32.Header.VisiblePosition = 16;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn33.Header.Caption = "��ע";
     ultraGridColumn33.Header.VisiblePosition = 17;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn34.Header.Caption = "�ж�Ա";
     ultraGridColumn34.Header.VisiblePosition = 18;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn35.Header.Caption = "�ж�ʱ��";
     ultraGridColumn35.Header.VisiblePosition = 19;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn36.Header.Caption = "���Ʊ��";
     ultraGridColumn36.Header.VisiblePosition = 20;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn37.Header.Caption = "��������";
     ultraGridColumn37.Header.VisiblePosition = 21;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn38.Header.VisiblePosition = 22;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 23;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 24;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(44, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn41.Header.VisiblePosition = 25;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance83.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance83.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance83.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance83;
     appearance84.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance84.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance84;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance44.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance44;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance45.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance45;
     appearance46.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance46;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance47.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance47.TextHAlignAsString = "Center";
     appearance47.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance47;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance48.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance48;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance49.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance49.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance49;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
     this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1317, 339);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     //
     // dataSet2
     //
     this.dataSet2.DataSetName = "NewDataSet";
     this.dataSet2.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable2,
     this.dataTable3});
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn48,
     this.dataColumn8,
     this.dataColumn11});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataTable2.TableName = "Table1";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "FS_ZC_BATCHNO";
     this.dataColumn21.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "FN_ZZ_SPEC";
     this.dataColumn33.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "FN_LENGTH";
     this.dataColumn34.ColumnName = "FN_LENGTH";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "FN_BILLET_COUNT";
     this.dataColumn35.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "FS_GP_STEELTYPE";
     this.dataColumn36.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "FS_GP_SPE";
     this.dataColumn37.ColumnName = "FS_GP_SPE";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "FN_GP_LEN";
     this.dataColumn38.ColumnName = "FN_GP_LEN";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "FS_BATCH_OPTOR";
     this.dataColumn39.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "FS_BATCH_OPTDATE";
     this.dataColumn40.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "��Ʒ";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "����";
     //
     // dataColumn48
     //
     this.dataColumn48.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn62,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75});
     this.dataTable3.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_ZC_BATCHNO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable3.TableName = "Table2";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn45
     //
     this.dataColumn45.ColumnName = "FS_GP_SPE";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FN_GP_LEN";
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn50
     //
     this.dataColumn50.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FN_GP_C";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "FN_GP_SI";
     //
     // dataColumn53
     //
     this.dataColumn53.ColumnName = "FN_GP_MN";
     //
     // dataColumn54
     //
     this.dataColumn54.ColumnName = "FN_GP_S";
     //
     // dataColumn55
     //
     this.dataColumn55.ColumnName = "FN_GP_P";
     //
     // dataColumn56
     //
     this.dataColumn56.ColumnName = "FN_GP_NI";
     //
     // dataColumn57
     //
     this.dataColumn57.ColumnName = "FN_GP_CR";
     //
     // dataColumn58
     //
     this.dataColumn58.ColumnName = "FN_GP_CU";
     //
     // dataColumn59
     //
     this.dataColumn59.ColumnName = "FN_GP_V";
     //
     // dataColumn60
     //
     this.dataColumn60.ColumnName = "FN_GP_MO";
     //
     // dataColumn62
     //
     this.dataColumn62.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn63
     //
     this.dataColumn63.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn64
     //
     this.dataColumn64.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn65
     //
     this.dataColumn65.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn66
     //
     this.dataColumn66.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn67
     //
     this.dataColumn67.ColumnName = "FS_CARDNO";
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1323, 321);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 363);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1323, 321);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.cbSelectAll);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid2);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.tbStatics);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
     this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1317, 297);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // cbSelectAll
     //
     this.cbSelectAll.AutoSize = true;
     this.cbSelectAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbSelectAll, null);
     this.cbSelectAll.Location = new System.Drawing.Point(31, 19);
     this.cbSelectAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cbSelectAll.Name = "cbSelectAll";
     this.cbSelectAll.Size = new System.Drawing.Size(59, 19);
     this.cbSelectAll.TabIndex = 1;
     this.cbSelectAll.Text = "ȫѡ";
     this.cbSelectAll.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbSelectAll.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbSelectAll, null);
     this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "Table1";
     this.ultraGrid2.DataSource = this.dataSet1;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance22.TextVAlignAsString = "Middle";
     ultraGridColumn42.CellAppearance = appearance22;
     ultraGridColumn42.Header.Caption = "¯��";
     ultraGridColumn42.Header.VisiblePosition = 0;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance23.TextVAlignAsString = "Middle";
     ultraGridColumn43.CellAppearance = appearance23;
     ultraGridColumn43.Header.Caption = "�ƺ�";
     ultraGridColumn43.Header.VisiblePosition = 1;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance24.TextVAlignAsString = "Middle";
     ultraGridColumn44.CellAppearance = appearance24;
     ultraGridColumn44.Header.Caption = "���";
     ultraGridColumn44.Header.VisiblePosition = 2;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance26.TextVAlignAsString = "Middle";
     ultraGridColumn45.CellAppearance = appearance26;
     ultraGridColumn45.Header.Caption = "����";
     ultraGridColumn45.Header.VisiblePosition = 3;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance27.TextVAlignAsString = "Middle";
     ultraGridColumn46.CellAppearance = appearance27;
     ultraGridColumn46.Header.Caption = "������";
     ultraGridColumn46.Header.VisiblePosition = 4;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 1;
     appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance28.TextVAlignAsString = "Middle";
     ultraGridColumn47.CellAppearance = appearance28;
     ultraGridColumn47.Header.Caption = "������";
     ultraGridColumn47.Header.VisiblePosition = 5;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance29.TextVAlignAsString = "Middle";
     ultraGridColumn48.CellAppearance = appearance29;
     ultraGridColumn48.Header.Caption = "C";
     ultraGridColumn48.Header.VisiblePosition = 6;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance30.TextVAlignAsString = "Middle";
     ultraGridColumn49.CellAppearance = appearance30;
     ultraGridColumn49.Header.Caption = "Si";
     ultraGridColumn49.Header.VisiblePosition = 7;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance31.TextVAlignAsString = "Middle";
     ultraGridColumn50.CellAppearance = appearance31;
     ultraGridColumn50.Header.Caption = "Mn";
     ultraGridColumn50.Header.VisiblePosition = 8;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance32.TextVAlignAsString = "Middle";
     ultraGridColumn51.CellAppearance = appearance32;
     ultraGridColumn51.Header.Caption = "S";
     ultraGridColumn51.Header.VisiblePosition = 9;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance33.TextVAlignAsString = "Middle";
     ultraGridColumn52.CellAppearance = appearance33;
     ultraGridColumn52.Header.Caption = "P";
     ultraGridColumn52.Header.VisiblePosition = 10;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance34.TextVAlignAsString = "Middle";
     ultraGridColumn53.CellAppearance = appearance34;
     ultraGridColumn53.Header.Caption = "Ni";
     ultraGridColumn53.Header.VisiblePosition = 11;
     ultraGridColumn53.Hidden = true;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance35.TextVAlignAsString = "Middle";
     ultraGridColumn54.CellAppearance = appearance35;
     ultraGridColumn54.Header.Caption = "Cr";
     ultraGridColumn54.Header.VisiblePosition = 12;
     ultraGridColumn54.Hidden = true;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance36.TextVAlignAsString = "Middle";
     ultraGridColumn55.CellAppearance = appearance36;
     ultraGridColumn55.Header.Caption = "Cu";
     ultraGridColumn55.Header.VisiblePosition = 13;
     ultraGridColumn55.Hidden = true;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance37.TextVAlignAsString = "Middle";
     ultraGridColumn56.CellAppearance = appearance37;
     ultraGridColumn56.Header.Caption = "V";
     ultraGridColumn56.Header.VisiblePosition = 14;
     ultraGridColumn56.Hidden = true;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance38.TextVAlignAsString = "Middle";
     ultraGridColumn57.CellAppearance = appearance38;
     ultraGridColumn57.Header.Caption = "Mo";
     ultraGridColumn57.Header.VisiblePosition = 15;
     ultraGridColumn57.Hidden = true;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn58.CellAppearance = appearance39;
     ultraGridColumn58.Header.Caption = "Ceq";
     ultraGridColumn58.Header.VisiblePosition = 16;
     ultraGridColumn58.Hidden = true;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn59.CellAppearance = appearance40;
     ultraGridColumn59.Header.Caption = "��ע";
     ultraGridColumn59.Header.VisiblePosition = 17;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn60.CellAppearance = appearance41;
     ultraGridColumn60.Header.Caption = "�ж�Ա";
     ultraGridColumn60.Header.VisiblePosition = 18;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn61.CellAppearance = appearance42;
     ultraGridColumn61.Header.Caption = "�ж�ʱ��";
     ultraGridColumn61.Header.VisiblePosition = 19;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn62.CellAppearance = appearance43;
     ultraGridColumn62.Header.Caption = "��������";
     ultraGridColumn62.Header.VisiblePosition = 20;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn63.CellAppearance = appearance50;
     ultraGridColumn63.Header.Caption = "����";
     ultraGridColumn63.Header.VisiblePosition = 21;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn63.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn64.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn64.CellAppearance = appearance51;
     ultraGridColumn64.Header.Caption = "����";
     ultraGridColumn64.Header.VisiblePosition = 22;
     ultraGridColumn64.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn64.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn64.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn64.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn64.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn65.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn65.CellAppearance = appearance52;
     ultraGridColumn65.Header.Caption = "״̬";
     ultraGridColumn65.Header.VisiblePosition = 23;
     ultraGridColumn65.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn65.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn65.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn65.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn65.RowLayoutColumnInfo.SpanY = 1;
     appearance53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn66.CellAppearance = appearance53;
     ultraGridColumn66.Header.VisiblePosition = 24;
     ultraGridColumn66.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn66.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn66.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn66.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn66.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn66.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn67.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn67.Header.VisiblePosition = 25;
     ultraGridColumn67.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn67.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn67.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn67.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn67.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn67.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn68.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn68.Header.VisiblePosition = 26;
     ultraGridColumn68.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn68.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn68.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn68.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn68.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn68.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn69.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn69.Header.VisiblePosition = 27;
     ultraGridColumn69.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn69.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn69.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn69.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(428, 0);
     ultraGridColumn69.RowLayoutColumnInfo.SpanX = 13;
     ultraGridColumn69.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn70.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn70.CellAppearance = appearance54;
     ultraGridColumn70.Header.Caption = "����";
     ultraGridColumn70.Header.VisiblePosition = 28;
     ultraGridColumn70.Hidden = true;
     ultraGridColumn70.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn70.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn70.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn70.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn70.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn71.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn71.CellAppearance = appearance55;
     ultraGridColumn71.Header.Caption = "����";
     ultraGridColumn71.Header.VisiblePosition = 29;
     ultraGridColumn71.Hidden = true;
     ultraGridColumn71.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn71.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn71.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn71.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn71.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn72.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn72.Header.VisiblePosition = 30;
     ultraGridColumn72.Hidden = true;
     ultraGridColumn72.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn72.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn72.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn72.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn72.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn73.Header.VisiblePosition = 31;
     ultraGridColumn73.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn73.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn73.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridColumn73.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn73.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn74.Header.VisiblePosition = 32;
     ultraGridColumn74.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn74.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn74.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridColumn74.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn74.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn75.Header.VisiblePosition = 33;
     ultraGridColumn75.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn75.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn75.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(45, 0);
     ultraGridColumn75.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn75.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn76.Header.VisiblePosition = 34;
     ultraGridColumn76.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn76.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn76.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn76.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn76.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand3.Columns.AddRange(new object[] {
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63,
     ultraGridColumn64,
     ultraGridColumn65,
     ultraGridColumn66,
     ultraGridColumn67,
     ultraGridColumn68,
     ultraGridColumn69,
     ultraGridColumn70,
     ultraGridColumn71,
     ultraGridColumn72,
     ultraGridColumn73,
     ultraGridColumn74,
     ultraGridColumn75,
     ultraGridColumn76});
     ultraGridBand3.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand3.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand3.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand3.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand3.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
     appearance56.FontData.BoldAsString = "True";
     this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance56;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance57.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance57;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance58.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance58.TextHAlignAsString = "Center";
     appearance58.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance58;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
     appearance59.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance59;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance60.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance60.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance60.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance60.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance60;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(1317, 273);
     this.ultraGrid2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     this.ultraGrid2.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_AfterCellUpdate);
     this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn47,
     this.dataColumn68,
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn12,
     this.dataColumn61,
     this.dataColumn69,
     this.dataColumn70,
     this.dataColumn71});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "FS_GP_SPE";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FN_GP_LEN";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "FN_GP_C";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "FN_GP_SI";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FN_GP_MN";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_GP_S";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FN_GP_P";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FN_GP_NI";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FN_GP_CR";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FN_GP_CU";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FN_GP_V";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FN_GP_MO";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn68
     //
     this.dataColumn68.ColumnName = "FS_CARDNO";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FN_GPYS_NUMBER";
     //
     // dataColumn2
     //
     this.dataColumn2.ColumnName = "FN_GPYS_WEIGHT";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FS_CHECKED";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "";
     this.dataColumn4.ColumnName = "CHECKED";
     this.dataColumn4.DataType = typeof(bool);
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "����";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "����";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "��ѧ�ɷ֣�%��";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "FN_GPYS_WEIGHT_LL";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "�������";
     this.dataColumn12.ColumnName = "FS_UNQUALIFIED";
     //
     // tbStatics
     //
     appearance167.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance167.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     appearance167.TextHAlignAsString = "Center";
     appearance167.TextVAlignAsString = "Middle";
     this.tbStatics.Appearance = appearance167;
     this.tbStatics.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.tbStatics, null);
     this.tbStatics.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tbStatics.Location = new System.Drawing.Point(0, 273);
     this.tbStatics.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tbStatics.Name = "tbStatics";
     this.tbStatics.ReadOnly = true;
     this.tbStatics.Size = new System.Drawing.Size(1317, 24);
     this.tbStatics.TabIndex = 1;
     this.coreBind.SetVerification(this.tbStatics, null);
     this.tbStatics.Visible = false;
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 684);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool1.InstanceProps.Width = 25;
     controlContainerTool2.ControlName = "dateTimePicker1";
     controlContainerTool2.InstanceProps.Width = 204;
     controlContainerTool13.ControlName = "dateTimePicker2";
     controlContainerTool13.InstanceProps.Width = 155;
     controlContainerTool14.ControlName = "rbtn_BatchInfo";
     controlContainerTool14.InstanceProps.IsFirstInGroup = true;
     controlContainerTool15.ControlName = "rbtn_BilletInfo";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool2,
     controlContainerTool13,
     controlContainerTool14,
     controlContainerTool15});
     ultraToolbar1.Text = "UltraToolbar2";
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 1;
     controlContainerTool4.ControlName = "tbQueryBatchNo";
     controlContainerTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.InstanceProps.Width = 160;
     controlContainerTool8.ControlName = "tbQueryStoveNo";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     controlContainerTool8.InstanceProps.Width = 160;
     controlContainerTool9.ControlName = "tbQueryButtressNo";
     controlContainerTool9.InstanceProps.IsFirstInGroup = true;
     controlContainerTool9.InstanceProps.Width = 150;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     buttonTool2.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool4,
     controlContainerTool8,
     controlContainerTool9,
     buttonTool1,
     buttonTool2,
     buttonTool3});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1,
     ultraToolbar2});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool10.ControlName = "tbQueryButtressNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���ܺ�";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 150;
     appearance76.Image = ((object)(resources.GetObject("appearance76.Image")));
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
     buttonTool6.SharedPropsInternal.Caption = "��ѯ";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool11.ControlName = "tbQueryStoveNo";
     controlContainerTool11.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool11.SharedPropsInternal.Width = 160;
     appearance77.Image = ((object)(resources.GetObject("appearance77.Image")));
     buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance77;
     buttonTool7.SharedPropsInternal.Caption = "����";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance78.Image = ((object)(resources.GetObject("appearance78.Image")));
     buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance78;
     buttonTool8.SharedPropsInternal.Caption = "��������";
     buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool12.ControlName = "tbQueryBatchNo";
     controlContainerTool12.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool12.SharedPropsInternal.Width = 160;
     controlContainerTool3.ControlName = "cbxDateTime";
     controlContainerTool3.SharedPropsInternal.Caption = " ";
     controlContainerTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool3.SharedPropsInternal.Width = 25;
     controlContainerTool5.ControlName = "dateTimePicker1";
     controlContainerTool5.SharedPropsInternal.Caption = "����ʱ���";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool5.SharedPropsInternal.Width = 204;
     controlContainerTool6.ControlName = "dateTimePicker2";
     controlContainerTool6.SharedPropsInternal.Caption = "��";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.SharedPropsInternal.Width = 155;
     controlContainerTool7.ControlName = "rbtn_BatchInfo";
     controlContainerTool7.SharedPropsInternal.Caption = "��ѯ���";
     controlContainerTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool17.ControlName = "rbtn_BilletInfo";
     controlContainerTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool10,
     buttonTool6,
     controlContainerTool11,
     buttonTool7,
     buttonTool8,
     controlContainerTool12,
     controlContainerTool3,
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool7,
     controlContainerTool17});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1323, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 684);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1323, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 745);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1323, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraToolbarsDockArea1
     //
     this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea1, null);
     this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
     this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(1323, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea1, null);
     //
     // ultraToolbarsDockArea2
     //
     this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea2, null);
     this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 745);
     this.ultraToolbarsDockArea2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
     this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(1323, 0);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea2, null);
     //
     // ultraToolbarsDockArea3
     //
     this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea3, null);
     this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
     this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 745);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea3, null);
     //
     // ultraToolbarsDockArea4
     //
     this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this.ultraToolbarsDockArea4, null);
     this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(1323, 0);
     this.ultraToolbarsDockArea4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
     this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(0, 745);
     this.coreBind.SetVerification(this.ultraToolbarsDockArea4, null);
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "As";
     this.dataColumn61.ColumnName = "FN_GP_AS";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "Ti";
     this.dataColumn69.ColumnName = "FN_GP_TI";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "Sb";
     this.dataColumn70.ColumnName = "FN_GP_SB";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "Als";
     this.dataColumn71.ColumnName = "FN_GP_AlS";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "As";
     this.dataColumn72.ColumnName = "FN_GP_AS";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "Ti";
     this.dataColumn73.ColumnName = "FN_GP_TI";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "Sb";
     this.dataColumn74.ColumnName = "FN_GP_SB";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "Als";
     this.dataColumn75.ColumnName = "FN_GP_ALS";
     //
     // Batch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1323, 745);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.Controls.Add(this.ultraToolbarsDockArea3);
     this.Controls.Add(this.ultraToolbarsDockArea4);
     this.Controls.Add(this.ultraToolbarsDockArea1);
     this.Controls.Add(this.ultraToolbarsDockArea2);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.Name = "Batch";
     this.Text = "����";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.Batch_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.CodeType.ResumeLayout(false);
     this.CodeType.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbStatics)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ұ��", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SMELTDATE");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��ѧ�ɷ֣�%��");
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ϸ�Ʒ");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CHECKCOUNT");
     Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT");
     Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��������");
     Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GPYS_NUMBER");
     Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DJH");
     Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GPYS_RECEIVEDATE");
     Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GPYS_RECEIVER");
     Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("��������");
     Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZC_ENTERDATETIME");
     Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_OPERATOR");
     Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_MEMO");
     Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZZ_DATE");
     Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZZ_OPERATOR");
     Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WASTNUM");
     Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZZ_MEMO");
     Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FREEZED");
     Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKED");
     Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECKED");
     Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LL_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISCHARGE_BEGINED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISCHARGE_END");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_GP_STOVENO", 3, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_GP_STOVENO", 3, true);
     Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GP_TOTALCOUNT", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GP_TOTALCOUNT", 18, true);
     Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_JJ_WEIGHT", 21, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_JJ_WEIGHT", 21, true);
     Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_GPYS_NUMBER", 27, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_GPYS_NUMBER", 27, true);
     Infragistics.Win.Appearance appearance108 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance168 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance169 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance171 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance172 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance173 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��A");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��B");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool17 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��C");
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool18 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool13 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������3");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��¯����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ȡ������");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��������");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoardBandFlowCard));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��A");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��B");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��C");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������2");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��¯����");
     Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ȡ������");
     Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������3");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��������");
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbx_Other3 = new System.Windows.Forms.CheckBox();
     this.cbx_Other2 = new System.Windows.Forms.CheckBox();
     this.cbx_Other1 = new System.Windows.Forms.CheckBox();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.rbtnC = new System.Windows.Forms.RadioButton();
     this.rbtnB = new System.Windows.Forms.RadioButton();
     this.rbtnA = new System.Windows.Forms.RadioButton();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.lbl_InFurnance = new System.Windows.Forms.Label();
     this.lbl_Mark = new System.Windows.Forms.Label();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = 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.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ucBilletFlowCard1 = new YGJZJL.BoardBand.ucBilletFlowCard();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Other3);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Other2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbx_Other1);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.rbtnC);
     this.FrmBase_Fill_Panel.Controls.Add(this.rbtnB);
     this.FrmBase_Fill_Panel.Controls.Add(this.rbtnA);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryStoveNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1353, 745);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbx_Other3
     //
     this.cbx_Other3.AutoSize = true;
     this.cbx_Other3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Other3, null);
     this.cbx_Other3.Location = new System.Drawing.Point(657, 39);
     this.cbx_Other3.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_Other3.Name = "cbx_Other3";
     this.cbx_Other3.Size = new System.Drawing.Size(74, 19);
     this.cbx_Other3.TabIndex = 0;
     this.cbx_Other3.Text = "���ֿ�";
     this.cbx_Other3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Other3, null);
     this.cbx_Other3.CheckedChanged += new System.EventHandler(this.cbx_Other3_CheckedChanged);
     //
     // cbx_Other2
     //
     this.cbx_Other2.AutoSize = true;
     this.cbx_Other2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Other2, null);
     this.cbx_Other2.Location = new System.Drawing.Point(577, 39);
     this.cbx_Other2.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_Other2.Name = "cbx_Other2";
     this.cbx_Other2.Size = new System.Drawing.Size(74, 19);
     this.cbx_Other2.TabIndex = 0;
     this.cbx_Other2.Text = "�Ͳ���";
     this.cbx_Other2.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Other2, null);
     this.cbx_Other2.CheckedChanged += new System.EventHandler(this.cbx_Other2_CheckedChanged);
     //
     // cbx_Other1
     //
     this.cbx_Other1.AutoSize = true;
     this.cbx_Other1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.cbx_Other1, null);
     this.cbx_Other1.Location = new System.Drawing.Point(497, 39);
     this.cbx_Other1.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_Other1.Name = "cbx_Other1";
     this.cbx_Other1.Size = new System.Drawing.Size(74, 19);
     this.cbx_Other1.TabIndex = 0;
     this.cbx_Other1.Text = "�����";
     this.cbx_Other1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Other1, null);
     this.cbx_Other1.CheckedChanged += new System.EventHandler(this.cbx_Other1_CheckedChanged);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(113, 35);
     this.tbQueryBatchNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(89, 25);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // rbtnC
     //
     this.rbtnC.AutoSize = true;
     this.rbtnC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.rbtnC, null);
     this.rbtnC.Location = new System.Drawing.Point(680, 5);
     this.rbtnC.Margin = new System.Windows.Forms.Padding(4);
     this.rbtnC.Name = "rbtnC";
     this.rbtnC.Size = new System.Drawing.Size(58, 19);
     this.rbtnC.TabIndex = 0;
     this.rbtnC.Text = "ȫ��";
     this.rbtnC.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtnC, null);
     //
     // rbtnB
     //
     this.rbtnB.AutoSize = true;
     this.rbtnB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.rbtnB, null);
     this.rbtnB.Location = new System.Drawing.Point(601, 5);
     this.rbtnB.Margin = new System.Windows.Forms.Padding(4);
     this.rbtnB.Name = "rbtnB";
     this.rbtnB.Size = new System.Drawing.Size(73, 19);
     this.rbtnB.TabIndex = 0;
     this.rbtnB.Text = "������";
     this.rbtnB.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtnB, null);
     //
     // rbtnA
     //
     this.rbtnA.AutoSize = true;
     this.rbtnA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.rbtnA.Checked = true;
     this.coreBind.SetDatabasecommand(this.rbtnA, null);
     this.rbtnA.Location = new System.Drawing.Point(523, 5);
     this.rbtnA.Margin = new System.Windows.Forms.Padding(4);
     this.rbtnA.Name = "rbtnA";
     this.rbtnA.Size = new System.Drawing.Size(73, 19);
     this.rbtnA.TabIndex = 0;
     this.rbtnA.TabStop = true;
     this.rbtnA.Text = "���";
     this.rbtnA.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.rbtnA, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(113, 2);
     this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(127, 25);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(329, 2);
     this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(136, 25);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(345, 35);
     this.tbQueryStoveNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(95, 25);
     this.tbQueryStoveNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(15, 6);
     this.cbxDateTime.Margin = new System.Windows.Forms.Padding(4);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(18, 17);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 61);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1353, 684);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.lbl_InFurnance);
     this.ultraGroupBox2.Controls.Add(this.lbl_Mark);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1353, 356);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��������������";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // lbl_InFurnance
     //
     this.lbl_InFurnance.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_InFurnance, null);
     this.lbl_InFurnance.ForeColor = System.Drawing.Color.Red;
     this.lbl_InFurnance.Location = new System.Drawing.Point(744, 5);
     this.lbl_InFurnance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_InFurnance.Name = "lbl_InFurnance";
     this.lbl_InFurnance.Size = new System.Drawing.Size(171, 18);
     this.lbl_InFurnance.TabIndex = 0;
     this.lbl_InFurnance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_InFurnance, null);
     this.lbl_InFurnance.Visible = false;
     //
     // lbl_Mark
     //
     this.lbl_Mark.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_Mark, null);
     this.lbl_Mark.ForeColor = System.Drawing.Color.Blue;
     this.lbl_Mark.Location = new System.Drawing.Point(931, 5);
     this.lbl_Mark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbl_Mark.Name = "lbl_Mark";
     this.lbl_Mark.Size = new System.Drawing.Size(171, 18);
     this.lbl_Mark.TabIndex = 0;
     this.lbl_Mark.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_Mark, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance53;
     ultraGridColumn1.Header.Caption = "������������";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 43;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance54;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(1086, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 23;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance55;
     ultraGridColumn3.Header.Caption = "ұ������";
     ultraGridColumn3.Header.VisiblePosition = 3;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance56.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance56;
     ultraGridColumn4.Header.Caption = "¯��";
     ultraGridColumn4.Header.VisiblePosition = 2;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance57.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance57;
     ultraGridColumn5.Header.Caption = "�ƺ�";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance58.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance58;
     ultraGridColumn6.Header.Caption = "���";
     ultraGridColumn6.Header.VisiblePosition = 35;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance59.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance59;
     ultraGridColumn7.Header.VisiblePosition = 7;
     ultraGridColumn7.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(440, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 13;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance60.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance60;
     ultraGridColumn8.Header.Caption = "C";
     ultraGridColumn8.Header.VisiblePosition = 14;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance61.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance61;
     ultraGridColumn9.Header.Caption = "Si";
     ultraGridColumn9.Header.VisiblePosition = 15;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance62.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance62;
     ultraGridColumn10.Header.Caption = "Mn";
     ultraGridColumn10.Header.VisiblePosition = 16;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance63.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance63;
     ultraGridColumn11.Header.Caption = "S";
     ultraGridColumn11.Header.VisiblePosition = 17;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance64.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance64;
     ultraGridColumn12.Header.Caption = "P";
     ultraGridColumn12.Header.VisiblePosition = 18;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance67.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance67;
     ultraGridColumn13.Header.Caption = "Ni";
     ultraGridColumn13.Header.VisiblePosition = 19;
     ultraGridColumn13.Hidden = true;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance68.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance68;
     ultraGridColumn14.Header.Caption = "Cr";
     ultraGridColumn14.Header.VisiblePosition = 21;
     ultraGridColumn14.Hidden = true;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance69.TextVAlignAsString = "Middle";
     ultraGridColumn15.CellAppearance = appearance69;
     ultraGridColumn15.Header.Caption = "Cu";
     ultraGridColumn15.Header.VisiblePosition = 22;
     ultraGridColumn15.Hidden = true;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance72.TextVAlignAsString = "Middle";
     ultraGridColumn16.CellAppearance = appearance72;
     ultraGridColumn16.Header.Caption = "V";
     ultraGridColumn16.Header.VisiblePosition = 23;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance73.TextVAlignAsString = "Middle";
     ultraGridColumn17.CellAppearance = appearance73;
     ultraGridColumn17.Header.Caption = "Mo";
     ultraGridColumn17.Header.VisiblePosition = 24;
     ultraGridColumn17.Hidden = true;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance74.TextVAlignAsString = "Middle";
     ultraGridColumn18.CellAppearance = appearance74;
     ultraGridColumn18.Header.Caption = "Ceq";
     ultraGridColumn18.Header.VisiblePosition = 25;
     ultraGridColumn18.Hidden = true;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance75.TextVAlignAsString = "Middle";
     ultraGridColumn19.CellAppearance = appearance75;
     ultraGridColumn19.Header.Caption = "������";
     ultraGridColumn19.Header.VisiblePosition = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance76.TextVAlignAsString = "Middle";
     ultraGridColumn20.CellAppearance = appearance76;
     ultraGridColumn20.Header.VisiblePosition = 20;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance77.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance77;
     ultraGridColumn21.Header.Caption = "��";
     ultraGridColumn21.Header.VisiblePosition = 32;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance78.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance78;
     ultraGridColumn22.Header.Caption = "ʵ��";
     ultraGridColumn22.Header.VisiblePosition = 8;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance79.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance79;
     ultraGridColumn23.Header.Caption = "��ע";
     ultraGridColumn23.Header.VisiblePosition = 27;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance80.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance80;
     ultraGridColumn24.Header.Caption = "�ж�Ա";
     ultraGridColumn24.Header.VisiblePosition = 29;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance81.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance81;
     ultraGridColumn25.Header.Caption = "�ж�ʱ��";
     ultraGridColumn25.Header.VisiblePosition = 30;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance82.TextVAlignAsString = "Middle";
     ultraGridColumn26.CellAppearance = appearance82;
     ultraGridColumn26.Header.VisiblePosition = 26;
     ultraGridColumn26.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(957, 0);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 13;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance83.TextVAlignAsString = "Middle";
     ultraGridColumn27.CellAppearance = appearance83;
     ultraGridColumn27.Header.VisiblePosition = 28;
     ultraGridColumn27.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 5;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance84.TextVAlignAsString = "Middle";
     ultraGridColumn28.CellAppearance = appearance84;
     ultraGridColumn28.Header.Caption = "����";
     ultraGridColumn28.Header.VisiblePosition = 9;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance85.TextVAlignAsString = "Middle";
     ultraGridColumn29.CellAppearance = appearance85;
     ultraGridColumn29.Header.Caption = "���ܺ�";
     ultraGridColumn29.Header.VisiblePosition = 10;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance86.TextVAlignAsString = "Middle";
     ultraGridColumn30.CellAppearance = appearance86;
     ultraGridColumn30.Header.Caption = "����ʱ��";
     ultraGridColumn30.Header.VisiblePosition = 12;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance87.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance87;
     ultraGridColumn31.Header.Caption = "������";
     ultraGridColumn31.Header.VisiblePosition = 31;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance88.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance88;
     ultraGridColumn32.Header.VisiblePosition = 33;
     ultraGridColumn32.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance89.TextVAlignAsString = "Middle";
     ultraGridColumn33.CellAppearance = appearance89;
     ultraGridColumn33.Header.Caption = "���Ʊ��";
     ultraGridColumn33.Header.VisiblePosition = 34;
     ultraGridColumn33.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
     ultraGridColumn33.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance90.TextVAlignAsString = "Middle";
     ultraGridColumn34.CellAppearance = appearance90;
     ultraGridColumn34.Header.Caption = "��¯";
     ultraGridColumn34.Header.VisiblePosition = 36;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance91.TextVAlignAsString = "Middle";
     ultraGridColumn35.CellAppearance = appearance91;
     ultraGridColumn35.Header.Caption = "��¯ʱ��";
     ultraGridColumn35.Header.VisiblePosition = 37;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance92.TextVAlignAsString = "Middle";
     ultraGridColumn36.CellAppearance = appearance92;
     ultraGridColumn36.Header.Caption = "������";
     ultraGridColumn36.Header.VisiblePosition = 38;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance93.TextVAlignAsString = "Middle";
     ultraGridColumn37.CellAppearance = appearance93;
     ultraGridColumn37.Header.Caption = "��ע";
     ultraGridColumn37.Header.VisiblePosition = 39;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn37.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance94.TextVAlignAsString = "Middle";
     ultraGridColumn38.CellAppearance = appearance94;
     ultraGridColumn38.Header.VisiblePosition = 40;
     ultraGridColumn38.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance95.TextVAlignAsString = "Middle";
     ultraGridColumn39.CellAppearance = appearance95;
     ultraGridColumn39.Header.Caption = "���ƹ��";
     ultraGridColumn39.Header.VisiblePosition = 41;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance96.TextVAlignAsString = "Middle";
     ultraGridColumn40.CellAppearance = appearance96;
     ultraGridColumn40.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Equals;
     ultraGridColumn40.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals;
     ultraGridColumn40.Header.Caption = "���߳���";
     ultraGridColumn40.Header.VisiblePosition = 5;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 37;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance97.TextVAlignAsString = "Middle";
     ultraGridColumn41.CellAppearance = appearance97;
     ultraGridColumn41.Header.Caption = "����ʱ��";
     ultraGridColumn41.Header.VisiblePosition = 42;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn41.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance98.TextVAlignAsString = "Middle";
     ultraGridColumn42.CellAppearance = appearance98;
     ultraGridColumn42.Header.Caption = "������";
     ultraGridColumn42.Header.VisiblePosition = 43;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 39;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn42.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance99.TextVAlignAsString = "Middle";
     ultraGridColumn43.CellAppearance = appearance99;
     ultraGridColumn43.Header.Caption = "�ɲ�";
     ultraGridColumn43.Header.VisiblePosition = 44;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn43.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance100.TextVAlignAsString = "Middle";
     ultraGridColumn44.CellAppearance = appearance100;
     ultraGridColumn44.Header.Caption = "����";
     ultraGridColumn44.Header.VisiblePosition = 45;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn44.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance101.TextVAlignAsString = "Middle";
     ultraGridColumn45.CellAppearance = appearance101;
     ultraGridColumn45.Header.Caption = "��ע";
     ultraGridColumn45.Header.VisiblePosition = 46;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 41;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn45.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance102.TextVAlignAsString = "Middle";
     ultraGridColumn46.CellAppearance = appearance102;
     ultraGridColumn46.Header.Caption = "����״̬";
     ultraGridColumn46.Header.VisiblePosition = 13;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
     ultraGridColumn46.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 72);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance103.TextVAlignAsString = "Middle";
     ultraGridColumn47.CellAppearance = appearance103;
     ultraGridColumn47.Header.Caption = "״̬";
     ultraGridColumn47.Header.VisiblePosition = 11;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn47.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     appearance104.TextVAlignAsString = "Middle";
     ultraGridColumn48.CellAppearance = appearance104;
     ultraGridColumn48.Header.Caption = "ѡ��";
     ultraGridColumn48.Header.VisiblePosition = 47;
     ultraGridColumn48.Hidden = true;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn48.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.Caption = "����";
     ultraGridColumn49.Header.VisiblePosition = 48;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn49.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 49;
     ultraGridColumn50.Hidden = true;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 50;
     ultraGridColumn51.Hidden = true;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 41;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 51;
     ultraGridColumn52.Hidden = true;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.Header.VisiblePosition = 52;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
     ultraGridColumn53.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 72);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn54.Header.VisiblePosition = 53;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn55.Header.VisiblePosition = 54;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn56.Header.VisiblePosition = 55;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn57.Header.VisiblePosition = 56;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 2;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "¯����{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance105;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance106;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance107;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance108;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance168.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance168;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance169.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance169;
     appearance170.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance170;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance171.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance171.TextHAlignAsString = "Center";
     appearance171.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance171;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance172.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance172;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance173.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance173.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance173.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance173.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance173;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 27);
     this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1347, 326);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.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.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn18,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.ColumnName = "ұ��";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FD_SMELTDATE";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FS_GP_SPE";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "��ѧ�ɷ֣�%��";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FN_GP_C";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "FN_GP_SI";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "FN_GP_MN";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FN_GP_S";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "FN_GP_P";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "FN_GP_NI";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FN_GP_CR";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "FN_GP_CU";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "FN_GP_V";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FN_GP_MO";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "�ϸ�Ʒ";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FN_GP_CHECKCOUNT";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "����";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "��������";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FN_GPYS_NUMBER";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_DJH";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FD_GPYS_RECEIVEDATE";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_GPYS_RECEIVER";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "��������";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FD_ZC_ENTERDATETIME";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_ZC_OPERATOR";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FS_ZC_MEMO";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "����";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FN_LENGTH";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "FD_ZZ_DATE";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "FS_ZZ_OPERATOR";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FN_ZZ_WASTNUM";
     //
     // dataColumn45
     //
     this.dataColumn45.ColumnName = "FS_ZZ_MEMO";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FS_FREEZED";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FS_CHECKED";
     //
     // dataColumn48
     //
     this.dataColumn48.ColumnName = "CHECKED";
     this.dataColumn48.DataType = typeof(bool);
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FN_LL_WEIGHT";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "ȥ��";
     this.dataColumn50.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FS_DISCHARGE_BEGINED";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "FS_DISCHARGE_END";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "�ϸ�";
     this.dataColumn53.ColumnName = "FS_UNQUALIFIED";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "As";
     this.dataColumn54.ColumnName = "FN_GP_AS";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "Ti";
     this.dataColumn55.ColumnName = "FN_GP_TI";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "Sb";
     this.dataColumn56.ColumnName = "FN_GP_SB";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Als";
     this.dataColumn57.ColumnName = "FN_GP_ALS";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(1157, 2);
     this.cbx_Filter.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(59, 19);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1353, 328);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 356);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1353, 328);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ucBilletFlowCard1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
     this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1347, 304);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // ucBilletFlowCard1
     //
     this.ucBilletFlowCard1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.ucBilletFlowCard1, null);
     this.ucBilletFlowCard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucBilletFlowCard1.Location = new System.Drawing.Point(0, 0);
     this.ucBilletFlowCard1.Margin = new System.Windows.Forms.Padding(5);
     this.ucBilletFlowCard1.Name = "ucBilletFlowCard1";
     this.ucBilletFlowCard1.Size = new System.Drawing.Size(1347, 304);
     this.ucBilletFlowCard1.TabIndex = 0;
     this.coreBind.SetVerification(this.ucBilletFlowCard1, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 684);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool9.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 162;
     controlContainerTool15.ControlName = "rbtnA";
     controlContainerTool15.InstanceProps.IsFirstInGroup = true;
     controlContainerTool16.ControlName = "rbtnB";
     controlContainerTool17.ControlName = "rbtnC";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool9,
     controlContainerTool20,
     controlContainerTool15,
     controlContainerTool16,
     controlContainerTool17});
     ultraToolbar1.Text = "UltraToolbar1";
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 1;
     controlContainerTool19.ControlName = "tbQueryBatchNo";
     controlContainerTool19.InstanceProps.IsFirstInGroup = true;
     controlContainerTool19.InstanceProps.Width = 192;
     controlContainerTool18.ControlName = "tbQueryStoveNo";
     controlContainerTool18.InstanceProps.IsFirstInGroup = true;
     controlContainerTool18.InstanceProps.Width = 167;
     controlContainerTool8.ControlName = "cbx_Other1";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     controlContainerTool11.ControlName = "cbx_Other2";
     controlContainerTool13.ControlName = "cbx_Other3";
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool10.InstanceProps.IsFirstInGroup = true;
     buttonTool2.InstanceProps.IsFirstInGroup = true;
     buttonTool7.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool19,
     controlContainerTool18,
     controlContainerTool8,
     controlContainerTool11,
     controlContainerTool13,
     buttonTool3,
     buttonTool10,
     buttonTool2,
     buttonTool1,
     buttonTool7,
     buttonTool8,
     buttonTool11});
     ultraToolbar2.Text = "UltraToolbar2";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1,
     ultraToolbar2});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 199;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 162;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ȡ������";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool3.ControlName = "rbtnA";
     controlContainerTool3.SharedPropsInternal.Caption = "ѡ��A";
     controlContainerTool4.ControlName = "rbtnB";
     controlContainerTool4.SharedPropsInternal.Caption = "ѡ��B";
     controlContainerTool5.ControlName = "rbtnC";
     controlContainerTool5.SharedPropsInternal.Caption = "ѡ��C";
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "�������Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 192;
     controlContainerTool6.ControlName = "cbx_Other1";
     controlContainerTool6.SharedPropsInternal.Caption = "������1";
     controlContainerTool7.ControlName = "cbx_Other2";
     controlContainerTool7.SharedPropsInternal.Caption = "������2";
     appearance70.Image = ((object)(resources.GetObject("appearance70.Image")));
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance70;
     buttonTool5.SharedPropsInternal.Caption = "��¯����";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance71.Image = ((object)(resources.GetObject("appearance71.Image")));
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance71;
     buttonTool6.SharedPropsInternal.Caption = "ȡ������";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance177.Image = ((object)(resources.GetObject("appearance177.Image")));
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance177;
     buttonTool9.SharedPropsInternal.Caption = "����";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool12.ControlName = "cbx_Other3";
     controlContainerTool12.SharedPropsInternal.Caption = "������3";
     appearance119.Image = ((object)(resources.GetObject("appearance119.Image")));
     buttonTool12.SharedPropsInternal.AppearancesLarge.Appearance = appearance119;
     appearance120.Image = ((object)(resources.GetObject("appearance120.Image")));
     buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance120;
     buttonTool12.SharedPropsInternal.Caption = "��������";
     buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     controlContainerTool1,
     controlContainerTool3,
     controlContainerTool4,
     controlContainerTool5,
     controlContainerTool10,
     controlContainerTool6,
     controlContainerTool7,
     buttonTool5,
     buttonTool6,
     buttonTool9,
     controlContainerTool12,
     buttonTool12});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1353, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 684);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1353, 61);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 745);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1353, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // BoardBandFlowCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1353, 745);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(5);
     this.Name = "BoardBandFlowCard";
     this.Text = "������";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.BilletFlowCard_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_JJ_WEIGHT");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ZC_ENTERDATETIME");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ISRETURNBILLET");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLETSTATUS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_DATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REEL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("fs_transtype");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLETPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_BILLETWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLETSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLETTERM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZKDPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZKDSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZKDTERM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("fn_gp_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 549160445);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 549160446);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_GP_STOVENO", 1, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_GP_STOVENO", 1, true);
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_JJ_WEIGHT", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_JJ_WEIGHT", 8, true);
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ����");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCardInfo));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
     Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ����");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.pnl_Type = new System.Windows.Forms.Panel();
     this.rbtn_StoveNo = new System.Windows.Forms.RadioButton();
     this.rbtn_BatchNo = new System.Windows.Forms.RadioButton();
     this.tbBatchNoTo = new System.Windows.Forms.TextBox();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.lbl_InFurnance = new System.Windows.Forms.Label();
     this.lbl_Mark = new System.Windows.Forms.Label();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     this.pnl_Type.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.pnl_Type);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbBatchNoTo);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1020, 354);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // pnl_Type
     //
     this.pnl_Type.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.pnl_Type.Controls.Add(this.rbtn_StoveNo);
     this.pnl_Type.Controls.Add(this.rbtn_BatchNo);
     this.coreBind.SetDatabasecommand(this.pnl_Type, null);
     this.pnl_Type.Location = new System.Drawing.Point(383, 2);
     this.pnl_Type.Name = "pnl_Type";
     this.pnl_Type.Size = new System.Drawing.Size(130, 23);
     this.pnl_Type.TabIndex = 0;
     this.coreBind.SetVerification(this.pnl_Type, null);
     //
     // rbtn_StoveNo
     //
     this.rbtn_StoveNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.rbtn_StoveNo, null);
     this.rbtn_StoveNo.Location = new System.Drawing.Point(79, 3);
     this.rbtn_StoveNo.Name = "rbtn_StoveNo";
     this.rbtn_StoveNo.Size = new System.Drawing.Size(47, 16);
     this.rbtn_StoveNo.TabIndex = 0;
     this.rbtn_StoveNo.Text = "¯��";
     this.rbtn_StoveNo.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.rbtn_StoveNo, null);
     //
     // rbtn_BatchNo
     //
     this.rbtn_BatchNo.AutoSize = true;
     this.rbtn_BatchNo.Checked = true;
     this.coreBind.SetDatabasecommand(this.rbtn_BatchNo, null);
     this.rbtn_BatchNo.Location = new System.Drawing.Point(5, 3);
     this.rbtn_BatchNo.Name = "rbtn_BatchNo";
     this.rbtn_BatchNo.Size = new System.Drawing.Size(71, 16);
     this.rbtn_BatchNo.TabIndex = 0;
     this.rbtn_BatchNo.TabStop = true;
     this.rbtn_BatchNo.Text = "���Ʊ��";
     this.rbtn_BatchNo.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.rbtn_BatchNo, null);
     //
     // tbBatchNoTo
     //
     this.tbBatchNoTo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbBatchNoTo, null);
     this.tbBatchNoTo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbBatchNoTo.Location = new System.Drawing.Point(621, 3);
     this.tbBatchNoTo.MaxLength = 12;
     this.tbBatchNoTo.Name = "tbBatchNoTo";
     this.tbBatchNoTo.Size = new System.Drawing.Size(80, 21);
     this.tbBatchNoTo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbBatchNoTo, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(519, 3);
     this.tbQueryBatchNo.MaxLength = 12;
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(80, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(135, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(241, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(135, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 28);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1020, 326);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.lbl_InFurnance);
     this.ultraGroupBox2.Controls.Add(this.lbl_Mark);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1020, 326);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��������������";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // lbl_InFurnance
     //
     this.lbl_InFurnance.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_InFurnance, null);
     this.lbl_InFurnance.ForeColor = System.Drawing.Color.Red;
     this.lbl_InFurnance.Location = new System.Drawing.Point(558, 4);
     this.lbl_InFurnance.Name = "lbl_InFurnance";
     this.lbl_InFurnance.Size = new System.Drawing.Size(128, 14);
     this.lbl_InFurnance.TabIndex = 0;
     this.lbl_InFurnance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_InFurnance, null);
     this.lbl_InFurnance.Visible = false;
     //
     // lbl_Mark
     //
     this.lbl_Mark.BackColor = System.Drawing.Color.PowderBlue;
     this.coreBind.SetDatabasecommand(this.lbl_Mark, null);
     this.lbl_Mark.ForeColor = System.Drawing.Color.Blue;
     this.lbl_Mark.Location = new System.Drawing.Point(698, 4);
     this.lbl_Mark.Name = "lbl_Mark";
     this.lbl_Mark.Size = new System.Drawing.Size(128, 14);
     this.lbl_Mark.TabIndex = 0;
     this.lbl_Mark.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lbl_Mark, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance1.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance1;
     ultraGridColumn1.Header.Caption = "������������";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 18);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance2.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance2;
     ultraGridColumn2.Header.Caption = "¯��";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn2.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 18);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance3.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance3;
     ultraGridColumn3.Header.Caption = "���";
     ultraGridColumn3.Header.VisiblePosition = 11;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn3.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 18);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance4.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance4;
     ultraGridColumn4.Header.Caption = "C";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn4.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 18);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance5.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance5;
     ultraGridColumn5.Header.Caption = "Si";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn5.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 18);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance6.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance6;
     ultraGridColumn6.Header.Caption = "Mn";
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(35, 18);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance7.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance7;
     ultraGridColumn7.Header.Caption = "S";
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(33, 18);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance8.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance8;
     ultraGridColumn8.Header.Caption = "P";
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(34, 18);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance9.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance9;
     ultraGridColumn9.Header.Caption = "��ʵ��";
     ultraGridColumn9.Header.VisiblePosition = 2;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 18);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance10.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance10;
     ultraGridColumn10.Header.Caption = "�ж�Ա";
     ultraGridColumn10.Header.VisiblePosition = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 18);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance11.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance11;
     ultraGridColumn11.Header.Caption = "�ж�ʱ��";
     ultraGridColumn11.Header.VisiblePosition = 9;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 18);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance12.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance12;
     ultraGridColumn12.Header.Caption = "���Ʊ��";
     ultraGridColumn12.Header.VisiblePosition = 10;
     ultraGridColumn12.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
     ultraGridColumn12.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameText;
     ultraGridColumn12.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 18);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance13.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance13;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 35;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 18);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(89, 18);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 36;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 18);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 18);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn18.Header.Caption = "������";
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 18);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 18);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 18);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 18);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 18);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn25.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 18);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 18);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 18);
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 18);
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn31.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn32.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 47);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 59;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn34.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(39, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn35.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(40, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37});
     ultraGridGroup1.Header.Caption = "����Ϣ";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 0;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 38;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup2.Header.Caption = "����Ϣ";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 38;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 21;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "¯����{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance14;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance15;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance46.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance46;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance47.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance47;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance48.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance48.TextHAlignAsString = "Center";
     appearance48.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance48;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance49.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance49;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance50.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance50.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance50;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1014, 299);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn4,
     this.dataColumn6,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn23,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn33,
     this.dataColumn35,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn3,
     this.dataColumn2,
     this.dataColumn5,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn7,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn24,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn34});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FS_GP_SPE";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FN_GP_C";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "FN_GP_SI";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "FN_GP_MN";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FN_GP_S";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "FN_GP_P";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FN_JJ_WEIGHT";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "��¯ʱ��";
     this.dataColumn35.ColumnName = "FD_ZC_ENTERDATETIME";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "����ʱ��";
     this.dataColumn41.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "��������Ա";
     this.dataColumn42.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "������";
     this.dataColumn3.ColumnName = "FN_ISRETURNBILLET";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "�ɾ�״̬";
     this.dataColumn2.ColumnName = "FS_BILLETSTATUS";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "����";
     this.dataColumn5.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "����ʱ��";
     this.dataColumn13.ColumnName = "FD_DATETIME";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "���";
     this.dataColumn14.ColumnName = "FS_REEL";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_BANDNO";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "���ͷ�ʽ";
     this.dataColumn16.ColumnName = "fs_transtype";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "���";
     this.dataColumn7.ColumnName = "FS_SPEC";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����";
     this.dataColumn17.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����Ա";
     this.dataColumn18.ColumnName = "FS_BILLETPERSON";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "����ʱ��";
     this.dataColumn19.ColumnName = "FD_BILLETWEIGHTTIME";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "���";
     this.dataColumn20.ColumnName = "FS_BILLETSHIFT";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "����";
     this.dataColumn21.ColumnName = "FS_BILLETTERM";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "����Ա";
     this.dataColumn22.ColumnName = "FS_ZKDPERSON";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "���";
     this.dataColumn24.ColumnName = "FS_ZKDSHIFT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "����";
     this.dataColumn27.ColumnName = "FS_ZKDTERM";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "����";
     this.dataColumn28.ColumnName = "fn_gp_LEN";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "�������ƹ��";
     this.dataColumn29.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "As";
     this.dataColumn30.ColumnName = "FN_GP_AS";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "Ti";
     this.dataColumn31.ColumnName = "FN_GP_TI";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "Sb";
     this.dataColumn32.ColumnName = "FN_GP_SB";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "Als";
     this.dataColumn34.ColumnName = "FN_GP_ALS";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 326);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool6.ControlName = "dateTimePicker1";
     controlContainerTool6.InstanceProps.Width = 194;
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 157;
     controlContainerTool4.ControlName = "pnl_Type";
     controlContainerTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.InstanceProps.Width = 130;
     controlContainerTool12.ControlName = "tbQueryBatchNo";
     controlContainerTool12.InstanceProps.IsFirstInGroup = true;
     controlContainerTool12.InstanceProps.Width = 80;
     controlContainerTool7.ControlName = "tbBatchNoTo";
     buttonTool11.InstanceProps.IsFirstInGroup = true;
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool6,
     controlContainerTool20,
     controlContainerTool4,
     controlContainerTool12,
     controlContainerTool7,
     buttonTool11,
     buttonTool12});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 194;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 157;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     controlContainerTool10.SharedPropsInternal.Width = 80;
     appearance177.Image = ((object)(resources.GetObject("appearance177.Image")));
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance177;
     buttonTool9.SharedPropsInternal.Caption = "����";
     buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool3.ControlName = "pnl_Type";
     controlContainerTool3.SharedPropsInternal.Caption = "���";
     controlContainerTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     controlContainerTool3.SharedPropsInternal.Width = 130;
     controlContainerTool5.ControlName = "tbBatchNoTo";
     controlContainerTool5.SharedPropsInternal.Caption = "��";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool1,
     controlContainerTool10,
     buttonTool9,
     controlContainerTool3,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1020, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 326);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1020, 28);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 354);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1020, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmCardInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1020, 354);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name = "frmCardInfo";
     this.Text = "������";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmCardInfo_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     this.pnl_Type.ResumeLayout(false);
     this.pnl_Type.PerformLayout();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }