Ejemplo n.º 1
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();
     System.ComponentModel.ComponentResourceManager    resources            = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("ef936a82-2991-4add-a711-dbfda168db1d"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("59491827-2d5c-4db5-ad9d-c340def8b20b"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("ef936a82-2991-4add-a711-dbfda168db1d"), -1);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinToolbars.UltraToolbar      ultraToolbar1     = new Infragistics.Win.UltraWinToolbars.UltraToolbar("MainToolbar");
     this.pFiles             = new System.Windows.Forms.Panel();
     this.tsFiles            = new System.Windows.Forms.ToolStrip();
     this.tsbNewProject      = new System.Windows.Forms.ToolStripButton();
     this.tsbOpenProject     = new System.Windows.Forms.ToolStripButton();
     this.tsbSaveProject     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.tsbRemoveFile      = new System.Windows.Forms.ToolStripButton();
     this.tsbAddFileFolder   = new System.Windows.Forms.ToolStripSplitButton();
     this.tsbAddRtfFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbAddFolder       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbAddExistingFile = new System.Windows.Forms.ToolStripMenuItem();
     this.tvwProject         = new Infragistics.Win.UltraWinTree.UltraTree();
     this.TreeImageList      = new System.Windows.Forms.ImageList(this.components);
     this.mdiManager         = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this._MainForm_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this.MainFormUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1            = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.sbMain          = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.tbManager       = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.pFiles.SuspendLayout();
     this.tsFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvwProject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbManager)).BeginInit();
     this.SuspendLayout();
     //
     // pFiles
     //
     this.pFiles.Controls.Add(this.tsFiles);
     this.pFiles.Controls.Add(this.tvwProject);
     this.pFiles.Location = new System.Drawing.Point(0, 18);
     this.pFiles.Name     = "pFiles";
     this.pFiles.Size     = new System.Drawing.Size(218, 382);
     this.pFiles.TabIndex = 23;
     //
     // tsFiles
     //
     this.tsFiles.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbNewProject,
         this.tsbOpenProject,
         this.tsbSaveProject,
         this.toolStripSeparator,
         this.tsbRemoveFile,
         this.tsbAddFileFolder
     });
     this.tsFiles.Location = new System.Drawing.Point(0, 0);
     this.tsFiles.Name     = "tsFiles";
     this.tsFiles.Padding  = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.tsFiles.Size     = new System.Drawing.Size(218, 25);
     this.tsFiles.TabIndex = 0;
     //
     // tsbNewProject
     //
     this.tsbNewProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbNewProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbNewProject.Image")));
     this.tsbNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNewProject.Name = "tsbNewProject";
     this.tsbNewProject.Size = new System.Drawing.Size(23, 22);
     this.tsbNewProject.Text = "&New Project";
     //
     // tsbOpenProject
     //
     this.tsbOpenProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbOpenProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbOpenProject.Image")));
     this.tsbOpenProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOpenProject.Name = "tsbOpenProject";
     this.tsbOpenProject.Size = new System.Drawing.Size(23, 22);
     this.tsbOpenProject.Text = "&Open Project";
     //
     // tsbSaveProject
     //
     this.tsbSaveProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSaveProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbSaveProject.Image")));
     this.tsbSaveProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSaveProject.Name = "tsbSaveProject";
     this.tsbSaveProject.Size = new System.Drawing.Size(23, 22);
     this.tsbSaveProject.Text = "&Save Project";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // tsbRemoveFile
     //
     this.tsbRemoveFile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbRemoveFile.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbRemoveFile.Image")));
     this.tsbRemoveFile.ImageTransparentColor = System.Drawing.Color.Black;
     this.tsbRemoveFile.Name = "tsbRemoveFile";
     this.tsbRemoveFile.Size = new System.Drawing.Size(23, 22);
     this.tsbRemoveFile.Text = "Remove File";
     //
     // tsbAddFileFolder
     //
     this.tsbAddFileFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddFileFolder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbAddRtfFile,
         this.tsbAddFolder,
         this.toolStripMenuItem1,
         this.tsbAddExistingFile
     });
     this.tsbAddFileFolder.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddFileFolder.Image")));
     this.tsbAddFileFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddFileFolder.Name = "tsbAddFileFolder";
     this.tsbAddFileFolder.Size = new System.Drawing.Size(32, 22);
     this.tsbAddFileFolder.Text = "Add File/Folder";
     //
     // tsbAddRtfFile
     //
     this.tsbAddRtfFile.Name = "tsbAddRtfFile";
     this.tsbAddRtfFile.Size = new System.Drawing.Size(160, 22);
     this.tsbAddRtfFile.Text = "Add RTF File";
     //
     // tsbAddFolder
     //
     this.tsbAddFolder.Name = "tsbAddFolder";
     this.tsbAddFolder.Size = new System.Drawing.Size(160, 22);
     this.tsbAddFolder.Text = "Add Folder";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6);
     //
     // tsbAddExistingFile
     //
     this.tsbAddExistingFile.Name = "tsbAddExistingFile";
     this.tsbAddExistingFile.Size = new System.Drawing.Size(160, 22);
     this.tsbAddExistingFile.Text = "Add Existing File";
     //
     // tvwProject
     //
     this.tvwProject.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.tvwProject.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     this.tvwProject.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tvwProject.HideSelection         = false;
     this.tvwProject.ImageList             = this.TreeImageList;
     this.tvwProject.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.tvwProject.Location              = new System.Drawing.Point(0, 25);
     this.tvwProject.Name                  = "tvwProject";
     this.tvwProject.Size                  = new System.Drawing.Size(218, 357);
     this.tvwProject.TabIndex              = 23;
     //
     // TreeImageList
     //
     this.TreeImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TreeImageList.ImageStream")));
     this.TreeImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.TreeImageList.Images.SetKeyName(0, "closedfolder.png");
     this.TreeImageList.Images.SetKeyName(1, "openfolder.png");
     this.TreeImageList.Images.SetKeyName(2, "delete.png");
     this.TreeImageList.Images.SetKeyName(3, "goldenkey.png");
     this.TreeImageList.Images.SetKeyName(4, "table.png");
     this.TreeImageList.Images.SetKeyName(5, "silverkey.png");
     this.TreeImageList.Images.SetKeyName(6, "screen.png");
     this.TreeImageList.Images.SetKeyName(7, "view.png");
     this.TreeImageList.Images.SetKeyName(8, "edit.png");
     this.TreeImageList.Images.SetKeyName(9, "search.png");
     this.TreeImageList.Images.SetKeyName(10, "bulb.png");
     this.TreeImageList.Images.SetKeyName(11, "23.png");
     this.TreeImageList.Images.SetKeyName(12, "image2.png");
     this.TreeImageList.Images.SetKeyName(13, "CSharp.png");
     this.TreeImageList.Images.SetKeyName(14, "folder.png");
     this.TreeImageList.Images.SetKeyName(15, "sql.png");
     this.TreeImageList.Images.SetKeyName(16, "vb.png");
     this.TreeImageList.Images.SetKeyName(17, "Database1.png");
     //
     // mdiManager
     //
     this.mdiManager.MdiParent   = this;
     this.mdiManager.SettingsKey = "MainForm.mdiManager";
     this.mdiManager.ViewStyle   = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     //
     // _MainForm_Toolbars_Dock_Area_Left
     //
     this._MainForm_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._MainForm_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
     this._MainForm_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 51);
     this._MainForm_Toolbars_Dock_Area_Left.Name            = "_MainForm_Toolbars_Dock_Area_Left";
     this._MainForm_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(8, 400);
     this._MainForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Right
     //
     this._MainForm_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._MainForm_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
     this._MainForm_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(642, 51);
     this._MainForm_Toolbars_Dock_Area_Right.Name            = "_MainForm_Toolbars_Dock_Area_Right";
     this._MainForm_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(8, 400);
     this._MainForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Top
     //
     this._MainForm_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._MainForm_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._MainForm_Toolbars_Dock_Area_Top.Name            = "_MainForm_Toolbars_Dock_Area_Top";
     this._MainForm_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(650, 51);
     this._MainForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Bottom
     //
     this._MainForm_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._MainForm_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 451);
     this._MainForm_Toolbars_Dock_Area_Bottom.Name            = "_MainForm_Toolbars_Dock_Area_Bottom";
     this._MainForm_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(650, 0);
     this._MainForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbManager;
     //
     // dockManager
     //
     this.dockManager.CaptionButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.dockManager.CaptionStyle              = Infragistics.Win.UltraWinDock.CaptionStyle.Office2007;
     dockAreaPane1.ChildPaneStyle               = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockableControlPane1.Control               = this.pFiles;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(473, 180, 201, 337);
     appearance27.FontData.BoldAsString         = "False";
     dockableControlPane1.Settings.ActiveSlidingGroupAppearance = appearance27;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "Files";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(218, 400);
     this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.dockManager.DragIndicatorStyle = Infragistics.Win.UltraWinDock.DragIndicatorStyle.VisualStudio2008Vista;
     this.dockManager.DragWindowStyle    = Infragistics.Win.UltraWinDock.DragWindowStyle.OutlineWithIndicators;
     this.dockManager.HostControl        = this;
     this.dockManager.SettingsKey        = "MainForm.dockManager";
     this.dockManager.UnpinnedTabStyle   = Infragistics.Win.UltraWinTabs.TabStyle.Office2007Ribbon;
     this.dockManager.WindowStyle        = Infragistics.Win.UltraWinDock.WindowStyle.Office2007;
     //
     // MainFormUnpinnedTabAreaLeft
     //
     this.MainFormUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.MainFormUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaLeft.Location = new System.Drawing.Point(8, 51);
     this.MainFormUnpinnedTabAreaLeft.Name     = "MainFormUnpinnedTabAreaLeft";
     this.MainFormUnpinnedTabAreaLeft.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 400);
     this.MainFormUnpinnedTabAreaLeft.TabIndex = 12;
     //
     // MainFormUnpinnedTabAreaRight
     //
     this.MainFormUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.MainFormUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaRight.Location = new System.Drawing.Point(642, 51);
     this.MainFormUnpinnedTabAreaRight.Name     = "MainFormUnpinnedTabAreaRight";
     this.MainFormUnpinnedTabAreaRight.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 400);
     this.MainFormUnpinnedTabAreaRight.TabIndex = 13;
     //
     // MainFormUnpinnedTabAreaTop
     //
     this.MainFormUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.MainFormUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaTop.Location = new System.Drawing.Point(8, 51);
     this.MainFormUnpinnedTabAreaTop.Name     = "MainFormUnpinnedTabAreaTop";
     this.MainFormUnpinnedTabAreaTop.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaTop.Size     = new System.Drawing.Size(634, 0);
     this.MainFormUnpinnedTabAreaTop.TabIndex = 14;
     //
     // MainFormUnpinnedTabAreaBottom
     //
     this.MainFormUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.MainFormUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaBottom.Location = new System.Drawing.Point(8, 451);
     this.MainFormUnpinnedTabAreaBottom.Name     = "MainFormUnpinnedTabAreaBottom";
     this.MainFormUnpinnedTabAreaBottom.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(634, 0);
     this.MainFormUnpinnedTabAreaBottom.TabIndex = 15;
     //
     // MainFormAutoHideControl
     //
     this.MainFormAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormAutoHideControl.Location = new System.Drawing.Point(25, 156);
     this.MainFormAutoHideControl.Name     = "MainFormAutoHideControl";
     this.MainFormAutoHideControl.Owner    = this.dockManager;
     this.MainFormAutoHideControl.Size     = new System.Drawing.Size(100, 385);
     this.MainFormAutoHideControl.TabIndex = 16;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(8, 51);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.dockManager;
     this.windowDockingArea1.Size     = new System.Drawing.Size(223, 400);
     this.windowDockingArea1.TabIndex = 17;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.pFiles);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.dockManager;
     this.dockableWindow1.Size     = new System.Drawing.Size(218, 400);
     this.dockableWindow1.TabIndex = 31;
     //
     // sbMain
     //
     appearance11.BorderColor3DBase = System.Drawing.Color.Black;
     this.sbMain.Appearance         = appearance11;
     this.sbMain.Location           = new System.Drawing.Point(0, 451);
     this.sbMain.Name = "sbMain";
     ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     ultraStatusPanel1.Key         = "pCaption";
     ultraStatusPanel1.Style       = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
     ultraStatusPanel1.Width       = 250;
     this.sbMain.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1
     });
     this.sbMain.Size      = new System.Drawing.Size(650, 23);
     this.sbMain.TabIndex  = 23;
     this.sbMain.Text      = "ultraStatusBar1";
     this.sbMain.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // tbManager
     //
     this.tbManager.DesignerFlags                     = 0;
     this.tbManager.DockWithinContainer               = this;
     this.tbManager.DockWithinContainerBaseType       = typeof(System.Windows.Forms.Form);
     this.tbManager.FormDisplayStyle                  = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedSizable;
     this.tbManager.ImageListSmall                    = this.TreeImageList;
     this.tbManager.Ribbon.ApplicationMenuButtonImage = ((System.Drawing.Image)(resources.GetObject("tbManager.Ribbon.ApplicationMenuButtonImage")));
     this.tbManager.Ribbon.Caption                    = "Novel8r";
     this.tbManager.Ribbon.Visible                    = true;
     this.tbManager.SettingsKey        = "MainForm.tbManager";
     this.tbManager.ShowFullMenusDelay = 500;
     ultraToolbar1.DockedColumn        = 0;
     ultraToolbar1.DockedRow           = 0;
     ultraToolbar1.Text = "MainToolbar";
     this.tbManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(650, 474);
     this.Controls.Add(this.MainFormAutoHideControl);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this.MainFormUnpinnedTabAreaTop);
     this.Controls.Add(this.MainFormUnpinnedTabAreaBottom);
     this.Controls.Add(this.MainFormUnpinnedTabAreaLeft);
     this.Controls.Add(this.MainFormUnpinnedTabAreaRight);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.sbMain);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "MainForm";
     this.Text           = "Novel8r";
     this.pFiles.ResumeLayout(false);
     this.pFiles.PerformLayout();
     this.tsFiles.ResumeLayout(false);
     this.tsFiles.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvwProject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbManager)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
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.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_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            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.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("e801a732-ee6c-4e51-a24d-f0583ba849af"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b86aa706-8cb5-428a-808d-cbd7078e1944"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("e801a732-ee6c-4e51-a24d-f0583ba849af"), -1);
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Container1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CloseLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QueryPlan");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ChangePage");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余碳带数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ChangeTink");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Container1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CloseLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QueryPlan");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ChangePage");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ChangeTink");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余碳带数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REEL");
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FF_CLEARVALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOTALPAPAR");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOTALINK");
            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.VoiceC = new System.Windows.Forms.Panel();
            this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dataSet1 = new System.Data.DataSet();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn26 = new System.Data.DataColumn();
            this.dataColumn27 = new System.Data.DataColumn();
            this.dataColumn28 = new System.Data.DataColumn();
            this.dataColumn52 = 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.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.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.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataTable2 = new System.Data.DataTable();
            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.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Finishing_HotRolledCoilInfoAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txtUsedPrintTink = new System.Windows.Forms.TextBox();
            this.chkAutoSave = new System.Windows.Forms.CheckBox();
            this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
            this.txtUsedPrintPaper = new System.Windows.Forms.TextBox();
            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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.panel17 = new System.Windows.Forms.Panel();
            this.VideoChannel4 = new System.Windows.Forms.PictureBox();
            this.panel14 = new System.Windows.Forms.Panel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.panel11 = new System.Windows.Forms.Panel();
            this.VideoChannel1 = new System.Windows.Forms.PictureBox();
            this.panel15 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel10 = new System.Windows.Forms.Panel();
            this.VideoChannel2 = new System.Windows.Forms.PictureBox();
            this.panel16 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel8 = new System.Windows.Forms.Panel();
            this.VideoChannel3 = new System.Windows.Forms.PictureBox();
            this.picFDTP = new System.Windows.Forms.PictureBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.txtXSZL = new LxControl.LxLedControl();
            this.lxLedControl1 = new LxControl.LxLedControl();
            this.btnWeightException = new System.Windows.Forms.Button();
            this.btnWeightComplete = new System.Windows.Forms.Button();
            this.StatusLight = new YGJZJL.BoardBand.CoolIndicator();
            this.button16 = new System.Windows.Forms.Button();
            this.cbx_print = new System.Windows.Forms.CheckBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.btnQL = new System.Windows.Forms.Button();
            this.lbWD = new System.Windows.Forms.Label();
            this.lbYS = new System.Windows.Forms.Label();
            this.txtYKL = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.txtGH = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDH = new System.Windows.Forms.TextBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ds_plan = new System.Data.DataSet();
            this.dataTable4 = new System.Data.DataTable();
            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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dataSet2 = new System.Data.DataSet();
            this.dataTable3 = new System.Data.DataTable();
            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.panel6 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.panel13 = new System.Windows.Forms.Panel();
            this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panel9 = new System.Windows.Forms.Panel();
            this.btnOpen = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.panel7 = new System.Windows.Forms.Panel();
            this.txtReel = new System.Windows.Forms.TextBox();
            this.label31 = new System.Windows.Forms.Label();
            this.textMinWeight = new System.Windows.Forms.TextBox();
            this.label30 = new System.Windows.Forms.Label();
            this.textMaxWeight = new System.Windows.Forms.TextBox();
            this.txtBZ = new System.Windows.Forms.TextBox();
            this.txtBC = new System.Windows.Forms.TextBox();
            this.button18 = new System.Windows.Forms.Button();
            this.tbx_theoryweight = new System.Windows.Forms.TextBox();
            this.label28 = new System.Windows.Forms.Label();
            this.tbx_lasttotalweight = new System.Windows.Forms.TextBox();
            this.label27 = new System.Windows.Forms.Label();
            this.tbx_lastbandcount = new System.Windows.Forms.TextBox();
            this.label26 = new System.Windows.Forms.Label();
            this.tbx_lastbatch = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.panel12 = new System.Windows.Forms.Panel();
            this.label29 = new System.Windows.Forms.Label();
            this.tbx_hWeight = new System.Windows.Forms.TextBox();
            this.cbx_Hand = new System.Windows.Forms.CheckBox();
            this.tb_bandno_fb = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.tb_zzbh_fb = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.cbx_fb = new System.Windows.Forms.CheckBox();
            this.btnBC = new System.Windows.Forms.Button();
            this.btnWL = new System.Windows.Forms.Button();
            this.txtDDH = new System.Windows.Forms.TextBox();
            this.txtStoveNo = new System.Windows.Forms.TextBox();
            this.cbGG = new System.Windows.Forms.ComboBox();
            this.label18 = new System.Windows.Forms.Label();
            this.cbGZ = new System.Windows.Forms.ComboBox();
            this.cbFHDW = new System.Windows.Forms.ComboBox();
            this.cbLX = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.cbWLMC = new System.Windows.Forms.ComboBox();
            this.cbSHDW = new System.Windows.Forms.ComboBox();
            this.txtJLY = new System.Windows.Forms.TextBox();
            this.txtZL = new System.Windows.Forms.TextBox();
            this.txtJLD = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.txtZZBH = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.printDocument2 = new System.Drawing.Printing.PrintDocument();
            this.printDocument3 = new System.Drawing.Printing.PrintDocument();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.coolIndicator1 = new YGJZJL.BoardBand.CoolIndicator();
            this.VoiceC.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this._Finishing_HotRolledCoilInfoAutoHideControl.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.panel2.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.panel17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).BeginInit();
            this.panel14.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.panel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
            this.panel15.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
            this.panel16.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtXSZL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).BeginInit();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds_plan)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
            this.panel6.SuspendLayout();
            this.panel5.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.panel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
            this.panel9.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.panel7.SuspendLayout();
            this.panel12.SuspendLayout();
            this.SuspendLayout();
            // 
            // VoiceC
            // 
            this.VoiceC.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.VoiceC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.VoiceC.Controls.Add(this.ultraGrid5);
            this.coreBind.SetDatabasecommand(this.VoiceC, null);
            this.VoiceC.Dock = System.Windows.Forms.DockStyle.Right;
            this.VoiceC.Location = new System.Drawing.Point(0, 28);
            this.VoiceC.Name = "VoiceC";
            this.VoiceC.Size = new System.Drawing.Size(150, 627);
            this.VoiceC.TabIndex = 6;
            this.coreBind.SetVerification(this.VoiceC, null);
            // 
            // ultraGrid5
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
            this.ultraGrid5.DataMember = "语音表";
            this.ultraGrid5.DataSource = this.dataSet1;
            appearance1.BackColor = System.Drawing.Color.White;
            appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid5.DisplayLayout.Appearance = appearance1;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.Header.VisiblePosition = 3;
            ultraGridColumn4.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4});
            this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
            this.ultraGrid5.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid5.DisplayLayout.MaxRowScrollRegions = 1;
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance2;
            this.ultraGrid5.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            appearance3.BackColor = System.Drawing.Color.Silver;
            appearance3.BackColor2 = System.Drawing.Color.White;
            appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance3.ForeColor = System.Drawing.Color.Black;
            appearance3.TextHAlignAsString = "Center";
            appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance3;
            this.ultraGrid5.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance4;
            appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance5;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance6.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance6;
            this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid5.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid5.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid5.Name = "ultraGrid5";
            this.ultraGrid5.Size = new System.Drawing.Size(146, 623);
            this.ultraGrid5.TabIndex = 0;
            this.coreBind.SetVerification(this.ultraGrid5, null);
            // 
            // 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.dataColumn26,
            this.dataColumn27,
            this.dataColumn28,
            this.dataColumn52,
            this.dataColumn63,
            this.dataColumn64,
            this.dataColumn65,
            this.dataColumn66,
            this.dataColumn67,
            this.dataColumn68,
            this.dataColumn69,
            this.dataColumn70,
            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.dataColumn88,
            this.dataColumn89,
            this.dataColumn90,
            this.dataColumn91,
            this.dataColumn1,
            this.dataColumn8,
            this.dataColumn9});
            this.dataTable1.TableName = "计量点基础表";
            // 
            // dataColumn26
            // 
            this.dataColumn26.Caption = "计量点编码";
            this.dataColumn26.ColumnName = "FS_POINTCODE";
            // 
            // dataColumn27
            // 
            this.dataColumn27.Caption = "计量点";
            this.dataColumn27.ColumnName = "FS_POINTNAME";
            // 
            // dataColumn28
            // 
            this.dataColumn28.Caption = "接管";
            this.dataColumn28.ColumnName = "XZ";
            // 
            // dataColumn52
            // 
            this.dataColumn52.Caption = "标志";
            this.dataColumn52.ColumnName = "FS_SIGN";
            // 
            // dataColumn63
            // 
            this.dataColumn63.Caption = "仪表类型";
            this.dataColumn63.ColumnName = "FS_METERTYPE";
            // 
            // dataColumn64
            // 
            this.dataColumn64.Caption = "仪表参数";
            this.dataColumn64.ColumnName = "FS_METERPARA";
            // 
            // dataColumn65
            // 
            this.dataColumn65.Caption = "IP";
            this.dataColumn65.ColumnName = "FS_MOXAIP";
            // 
            // dataColumn66
            // 
            this.dataColumn66.Caption = "端口";
            this.dataColumn66.ColumnName = "FS_MOXAPORT";
            // 
            // dataColumn67
            // 
            this.dataColumn67.Caption = "VIEDOIP";
            this.dataColumn67.ColumnName = "FS_VIEDOIP";
            // 
            // dataColumn68
            // 
            this.dataColumn68.Caption = "录像机端口";
            this.dataColumn68.ColumnName = "FS_VIEDOPORT";
            // 
            // dataColumn69
            // 
            this.dataColumn69.Caption = "用户名";
            this.dataColumn69.ColumnName = "FS_VIEDOUSER";
            // 
            // dataColumn70
            // 
            this.dataColumn70.Caption = "密码";
            this.dataColumn70.ColumnName = "FS_VIEDOPWD";
            // 
            // dataColumn72
            // 
            this.dataColumn72.Caption = "FS_POINTDEPART";
            this.dataColumn72.ColumnName = "FS_POINTDEPART";
            // 
            // dataColumn73
            // 
            this.dataColumn73.Caption = "FS_POINTTYPE";
            this.dataColumn73.ColumnName = "FS_POINTTYPE";
            // 
            // dataColumn74
            // 
            this.dataColumn74.Caption = "FS_RTUIP";
            this.dataColumn74.ColumnName = "FS_RTUIP";
            // 
            // dataColumn75
            // 
            this.dataColumn75.Caption = "FS_RTUPORT";
            this.dataColumn75.ColumnName = "FS_RTUPORT";
            // 
            // dataColumn76
            // 
            this.dataColumn76.Caption = "FS_PRINTERIP";
            this.dataColumn76.ColumnName = "FS_PRINTERIP";
            // 
            // dataColumn77
            // 
            this.dataColumn77.Caption = "FS_PRINTERNAME";
            this.dataColumn77.ColumnName = "FS_PRINTERNAME";
            // 
            // dataColumn78
            // 
            this.dataColumn78.Caption = "FS_PRINTTYPECODE";
            this.dataColumn78.ColumnName = "FS_PRINTTYPECODE";
            // 
            // dataColumn79
            // 
            this.dataColumn79.Caption = "FN_USEDPRINTPAPER";
            this.dataColumn79.ColumnName = "FN_USEDPRINTPAPER";
            // 
            // dataColumn80
            // 
            this.dataColumn80.Caption = "FN_USEDPRINTINK";
            this.dataColumn80.ColumnName = "FN_USEDPRINTINK";
            // 
            // dataColumn81
            // 
            this.dataColumn81.Caption = "FS_LEDIP";
            this.dataColumn81.ColumnName = "FS_LEDIP";
            // 
            // dataColumn82
            // 
            this.dataColumn82.Caption = "FS_LEDPORT";
            this.dataColumn82.ColumnName = "FS_LEDPORT";
            // 
            // dataColumn83
            // 
            this.dataColumn83.Caption = "FN_VALUE";
            this.dataColumn83.ColumnName = "FN_VALUE";
            // 
            // dataColumn84
            // 
            this.dataColumn84.Caption = "FS_ALLOWOTHERTARE";
            this.dataColumn84.ColumnName = "FS_ALLOWOTHERTARE";
            // 
            // dataColumn85
            // 
            this.dataColumn85.Caption = "FS_DISPLAYPORT";
            this.dataColumn85.ColumnName = "FS_DISPLAYPORT";
            // 
            // dataColumn86
            // 
            this.dataColumn86.Caption = "FS_DISPLAYPARA";
            this.dataColumn86.ColumnName = "FS_DISPLAYPARA";
            // 
            // dataColumn87
            // 
            this.dataColumn87.Caption = "FS_READERPORT";
            this.dataColumn87.ColumnName = "FS_READERPORT";
            // 
            // dataColumn88
            // 
            this.dataColumn88.Caption = "FS_READERPARA";
            this.dataColumn88.ColumnName = "FS_READERPARA";
            // 
            // dataColumn89
            // 
            this.dataColumn89.Caption = "FS_READERTYPE";
            this.dataColumn89.ColumnName = "FS_READERTYPE";
            // 
            // dataColumn90
            // 
            this.dataColumn90.Caption = "FS_DISPLAYTYPE";
            this.dataColumn90.ColumnName = "FS_DISPLAYTYPE";
            // 
            // dataColumn91
            // 
            this.dataColumn91.Caption = "FS_LEDTYPE";
            this.dataColumn91.ColumnName = "FS_LEDTYPE";
            // 
            // dataColumn1
            // 
            this.dataColumn1.ColumnName = "FF_CLEARVALUE";
            // 
            // dataColumn8
            // 
            this.dataColumn8.ColumnName = "TOTALPAPAR";
            // 
            // dataColumn9
            // 
            this.dataColumn9.ColumnName = "TOTALINK";
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn29,
            this.dataColumn30,
            this.dataColumn31,
            this.dataColumn32});
            this.dataTable2.TableName = "语音表";
            // 
            // dataColumn29
            // 
            this.dataColumn29.Caption = "声音名称";
            this.dataColumn29.ColumnName = "FS_VOICENAME";
            // 
            // dataColumn30
            // 
            this.dataColumn30.ColumnName = "FS_INSTRTYPE";
            // 
            // dataColumn31
            // 
            this.dataColumn31.ColumnName = "FS_MEMO";
            // 
            // dataColumn32
            // 
            this.dataColumn32.ColumnName = "FS_VOICEFILE";
            this.dataColumn32.DataType = typeof(byte[]);
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.AnimationSpeed = Infragistics.Win.UltraWinDock.AnimationSpeed.StandardSpeedPlus2;
            this.ultraDockManager1.AutoHideDelay = 300;
            this.ultraDockManager1.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockableControlPane1.Control = this.VoiceC;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(150, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(698, 0, 156, 666);
            dockableControlPane1.Pinned = false;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "语音播报";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(95, 666);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1});
            this.ultraDockManager1.HostControl = this;
            this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft
            // 
            this.coreBind.SetDatabasecommand(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft, null);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Name = "_Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft";
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 655);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft.TabIndex = 8;
            this.coreBind.SetVerification(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft, null);
            // 
            // _Finishing_HotRolledCoilInfoUnpinnedTabAreaRight
            // 
            this.coreBind.SetDatabasecommand(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight, null);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Name = "_Finishing_HotRolledCoilInfoUnpinnedTabAreaRight";
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 655);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight.TabIndex = 9;
            this.coreBind.SetVerification(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight, null);
            // 
            // _Finishing_HotRolledCoilInfoUnpinnedTabAreaTop
            // 
            this.coreBind.SetDatabasecommand(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop, null);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Name = "_Finishing_HotRolledCoilInfoUnpinnedTabAreaTop";
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop.TabIndex = 10;
            this.coreBind.SetVerification(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop, null);
            // 
            // _Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom
            // 
            this.coreBind.SetDatabasecommand(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom, null);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 655);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Name = "_Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom";
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
            this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom.TabIndex = 11;
            this.coreBind.SetVerification(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom, null);
            // 
            // _Finishing_HotRolledCoilInfoAutoHideControl
            // 
            this._Finishing_HotRolledCoilInfoAutoHideControl.Controls.Add(this.dockableWindow2);
            this.coreBind.SetDatabasecommand(this._Finishing_HotRolledCoilInfoAutoHideControl, null);
            this._Finishing_HotRolledCoilInfoAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._Finishing_HotRolledCoilInfoAutoHideControl.Location = new System.Drawing.Point(952, 0);
            this._Finishing_HotRolledCoilInfoAutoHideControl.Name = "_Finishing_HotRolledCoilInfoAutoHideControl";
            this._Finishing_HotRolledCoilInfoAutoHideControl.Owner = this.ultraDockManager1;
            this._Finishing_HotRolledCoilInfoAutoHideControl.Size = new System.Drawing.Size(22, 655);
            this._Finishing_HotRolledCoilInfoAutoHideControl.TabIndex = 12;
            this.coreBind.SetVerification(this._Finishing_HotRolledCoilInfoAutoHideControl, null);
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.VoiceC);
            this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
            this.dockableWindow2.Location = new System.Drawing.Point(5, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(150, 655);
            this.dockableWindow2.TabIndex = 608;
            this.coreBind.SetVerification(this.dockableWindow2, null);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.txtUsedPrintTink);
            this.panel1.Controls.Add(this.chkAutoSave);
            this.panel1.Controls.Add(this.panel1_Fill_Panel);
            this.panel1.Controls.Add(this.txtUsedPrintPaper);
            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(1007, 26);
            this.panel1.TabIndex = 15;
            this.coreBind.SetVerification(this.panel1, null);
            // 
            // txtUsedPrintTink
            // 
            this.coreBind.SetDatabasecommand(this.txtUsedPrintTink, null);
            this.txtUsedPrintTink.Location = new System.Drawing.Point(581, 2);
            this.txtUsedPrintTink.Name = "txtUsedPrintTink";
            this.txtUsedPrintTink.ReadOnly = true;
            this.txtUsedPrintTink.Size = new System.Drawing.Size(39, 21);
            this.txtUsedPrintTink.TabIndex = 577;
            this.coreBind.SetVerification(this.txtUsedPrintTink, null);
            // 
            // chkAutoSave
            // 
            this.chkAutoSave.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.chkAutoSave, null);
            this.chkAutoSave.Location = new System.Drawing.Point(78, 5);
            this.chkAutoSave.Name = "chkAutoSave";
            this.chkAutoSave.Size = new System.Drawing.Size(72, 16);
            this.chkAutoSave.TabIndex = 574;
            this.chkAutoSave.Text = "自动保存";
            this.chkAutoSave.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.chkAutoSave, null);
            this.chkAutoSave.CheckStateChanged += new System.EventHandler(this.chkAutoSave_CheckStateChanged);
            // 
            // 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(1007, 0);
            this.panel1_Fill_Panel.TabIndex = 0;
            this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
            // 
            // txtUsedPrintPaper
            // 
            this.coreBind.SetDatabasecommand(this.txtUsedPrintPaper, null);
            this.txtUsedPrintPaper.Location = new System.Drawing.Point(422, 3);
            this.txtUsedPrintPaper.Name = "txtUsedPrintPaper";
            this.txtUsedPrintPaper.ReadOnly = true;
            this.txtUsedPrintPaper.Size = new System.Drawing.Size(38, 21);
            this.txtUsedPrintPaper.TabIndex = 576;
            this.coreBind.SetVerification(this.txtUsedPrintPaper, 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, 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.ShowFullMenusDelay = 500;
            this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            controlContainerTool2.ControlName = "chkAutoSave";
            controlContainerTool2.InstanceProps.IsFirstInGroup = true;
            buttonTool4.InstanceProps.IsFirstInGroup = true;
            buttonTool6.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.ControlName = "txtUsedPrintPaper";
            controlContainerTool3.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.InstanceProps.Width = 109;
            buttonTool13.InstanceProps.IsFirstInGroup = true;
            controlContainerTool5.ControlName = "txtUsedPrintTink";
            controlContainerTool5.InstanceProps.IsFirstInGroup = true;
            controlContainerTool5.InstanceProps.Width = 110;
            buttonTool15.InstanceProps.IsFirstInGroup = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            controlContainerTool2,
            buttonTool4,
            buttonTool6,
            controlContainerTool3,
            buttonTool13,
            controlContainerTool5,
            buttonTool15,
            buttonTool7});
            ultraToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            buttonTool2.SharedPropsInternal.Caption = "打开对讲";
            buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool1.ControlName = "chkAutoSave";
            controlContainerTool1.SharedPropsInternal.Caption = "1";
            buttonTool3.SharedPropsInternal.Caption = "关闭LED显示";
            buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool5.SharedPropsInternal.Caption = "查询预报";
            buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool8.SharedPropsInternal.Caption = "换纸";
            buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool10.SharedPropsInternal.Caption = "换碳带";
            buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool4.ControlName = "txtUsedPrintPaper";
            controlContainerTool4.SharedPropsInternal.AllowMultipleInstances = true;
            controlContainerTool4.SharedPropsInternal.Caption = "剩余纸张数";
            controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool4.SharedPropsInternal.Width = 109;
            controlContainerTool6.ControlName = "txtUsedPrintTink";
            controlContainerTool6.SharedPropsInternal.AllowMultipleInstances = true;
            controlContainerTool6.SharedPropsInternal.Caption = "剩余碳带数";
            controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool6.SharedPropsInternal.Width = 110;
            buttonTool9.SharedPropsInternal.Caption = "校秤";
            buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            controlContainerTool1,
            buttonTool3,
            buttonTool5,
            buttonTool8,
            buttonTool10,
            controlContainerTool4,
            controlContainerTool6,
            buttonTool9});
            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(1007, 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)(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(1007, 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)(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, 26);
            this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
            this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1007, 0);
            this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel2.Controls.Add(this.tableLayoutPanel1);
            this.coreBind.SetDatabasecommand(this.panel2, null);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 26);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(288, 629);
            this.panel2.TabIndex = 19;
            this.coreBind.SetVerification(this.panel2, null);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.panel14, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel15, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel16, 0, 2);
            this.coreBind.SetDatabasecommand(this.tableLayoutPanel1, null);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.16534F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.91415F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(288, 629);
            this.tableLayoutPanel1.TabIndex = 3;
            this.coreBind.SetVerification(this.tableLayoutPanel1, null);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.panel17);
            this.coreBind.SetDatabasecommand(this.groupBox5, null);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox5.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox5.Location = new System.Drawing.Point(3, 468);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(282, 158);
            this.groupBox5.TabIndex = 3;
            this.groupBox5.TabStop = false;
            this.coreBind.SetVerification(this.groupBox5, null);
            // 
            // panel17
            // 
            this.panel17.Controls.Add(this.VideoChannel4);
            this.coreBind.SetDatabasecommand(this.panel17, null);
            this.panel17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel17.Location = new System.Drawing.Point(3, 17);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(276, 138);
            this.panel17.TabIndex = 1;
            this.coreBind.SetVerification(this.panel17, null);
            // 
            // VideoChannel4
            // 
            this.coreBind.SetDatabasecommand(this.VideoChannel4, null);
            this.VideoChannel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel4.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel4.Name = "VideoChannel4";
            this.VideoChannel4.Size = new System.Drawing.Size(276, 138);
            this.VideoChannel4.TabIndex = 0;
            this.VideoChannel4.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel4, null);
            // 
            // panel14
            // 
            this.panel14.Controls.Add(this.groupBox3);
            this.coreBind.SetDatabasecommand(this.panel14, null);
            this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel14.Location = new System.Drawing.Point(3, 3);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(282, 151);
            this.panel14.TabIndex = 0;
            this.coreBind.SetVerification(this.panel14, null);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.panel11);
            this.coreBind.SetDatabasecommand(this.groupBox3, null);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox3.Location = new System.Drawing.Point(0, 0);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(282, 151);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.coreBind.SetVerification(this.groupBox3, null);
            // 
            // panel11
            // 
            this.panel11.Controls.Add(this.VideoChannel1);
            this.coreBind.SetDatabasecommand(this.panel11, null);
            this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel11.Location = new System.Drawing.Point(3, 17);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(276, 131);
            this.panel11.TabIndex = 1;
            this.coreBind.SetVerification(this.panel11, null);
            // 
            // VideoChannel1
            // 
            this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
            this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel1.ErrorImage = null;
            this.VideoChannel1.InitialImage = null;
            this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel1.Name = "VideoChannel1";
            this.VideoChannel1.Size = new System.Drawing.Size(276, 131);
            this.VideoChannel1.TabIndex = 0;
            this.VideoChannel1.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel1, null);
            // 
            // panel15
            // 
            this.panel15.Controls.Add(this.groupBox2);
            this.coreBind.SetDatabasecommand(this.panel15, null);
            this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel15.Location = new System.Drawing.Point(3, 160);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(282, 151);
            this.panel15.TabIndex = 1;
            this.coreBind.SetVerification(this.panel15, null);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.panel10);
            this.coreBind.SetDatabasecommand(this.groupBox2, null);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(282, 151);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.coreBind.SetVerification(this.groupBox2, null);
            // 
            // panel10
            // 
            this.panel10.Controls.Add(this.VideoChannel2);
            this.coreBind.SetDatabasecommand(this.panel10, null);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel10.Location = new System.Drawing.Point(3, 17);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(276, 131);
            this.panel10.TabIndex = 0;
            this.coreBind.SetVerification(this.panel10, null);
            // 
            // VideoChannel2
            // 
            this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
            this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel2.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel2.Name = "VideoChannel2";
            this.VideoChannel2.Size = new System.Drawing.Size(276, 131);
            this.VideoChannel2.TabIndex = 0;
            this.VideoChannel2.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel2, null);
            // 
            // panel16
            // 
            this.panel16.Controls.Add(this.groupBox1);
            this.coreBind.SetDatabasecommand(this.panel16, null);
            this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel16.Location = new System.Drawing.Point(3, 317);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(282, 145);
            this.panel16.TabIndex = 2;
            this.coreBind.SetVerification(this.panel16, null);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel8);
            this.coreBind.SetDatabasecommand(this.groupBox1, null);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(282, 145);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.coreBind.SetVerification(this.groupBox1, null);
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.VideoChannel3);
            this.coreBind.SetDatabasecommand(this.panel8, null);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(3, 17);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(276, 125);
            this.panel8.TabIndex = 1;
            this.coreBind.SetVerification(this.panel8, null);
            // 
            // VideoChannel3
            // 
            this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
            this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel3.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel3.Name = "VideoChannel3";
            this.VideoChannel3.Size = new System.Drawing.Size(276, 125);
            this.VideoChannel3.TabIndex = 0;
            this.VideoChannel3.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel3, null);
            // 
            // picFDTP
            // 
            this.coreBind.SetDatabasecommand(this.picFDTP, null);
            this.picFDTP.Location = new System.Drawing.Point(180, 122);
            this.picFDTP.Name = "picFDTP";
            this.picFDTP.Size = new System.Drawing.Size(10, 10);
            this.picFDTP.TabIndex = 607;
            this.picFDTP.TabStop = false;
            this.coreBind.SetVerification(this.picFDTP, null);
            this.picFDTP.MouseLeave += new System.EventHandler(this.picFDTP_MouseLeave);
            this.picFDTP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseMove);
            this.picFDTP.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseDown);
            this.picFDTP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseUp);
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel3.Controls.Add(this.checkBox2);
            this.panel3.Controls.Add(this.checkBox1);
            this.panel3.Controls.Add(this.txtXSZL);
            this.panel3.Controls.Add(this.lxLedControl1);
            this.panel3.Controls.Add(this.btnWeightException);
            this.panel3.Controls.Add(this.btnWeightComplete);
            this.panel3.Controls.Add(this.StatusLight);
            this.panel3.Controls.Add(this.button16);
            this.panel3.Controls.Add(this.cbx_print);
            this.panel3.Controls.Add(this.textBox1);
            this.panel3.Controls.Add(this.btnQL);
            this.panel3.Controls.Add(this.lbWD);
            this.panel3.Controls.Add(this.lbYS);
            this.panel3.Controls.Add(this.txtYKL);
            this.panel3.Controls.Add(this.label14);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.label7);
            this.panel3.Controls.Add(this.txtGH);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.txtDH);
            this.coreBind.SetDatabasecommand(this.panel3, null);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel3.Location = new System.Drawing.Point(288, 26);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(719, 110);
            this.panel3.TabIndex = 20;
            this.coreBind.SetVerification(this.panel3, null);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.checkBox2, null);
            this.checkBox2.Location = new System.Drawing.Point(530, 89);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(48, 16);
            this.checkBox2.TabIndex = 679;
            this.checkBox2.Text = "实重";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.checkBox2, null);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.coreBind.SetDatabasecommand(this.checkBox1, null);
            this.checkBox1.Location = new System.Drawing.Point(480, 89);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(48, 16);
            this.checkBox1.TabIndex = 678;
            this.checkBox1.Text = "理重";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.checkBox1, null);
            // 
            // txtXSZL
            // 
            this.txtXSZL.BackColor = System.Drawing.Color.Transparent;
            this.txtXSZL.BackColor_1 = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.BackColor_2 = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.BevelRate = 0.5F;
            this.txtXSZL.CornerRadius = 6;
            this.coreBind.SetDatabasecommand(this.txtXSZL, null);
            this.txtXSZL.FadedColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.ForeColor = System.Drawing.Color.Green;
            this.txtXSZL.HighlightOpaque = ((byte)(50));
            this.txtXSZL.Location = new System.Drawing.Point(46, 27);
            this.txtXSZL.Name = "txtXSZL";
            this.txtXSZL.Size = new System.Drawing.Size(258, 71);
            this.txtXSZL.TabIndex = 677;
            this.txtXSZL.Text = "0.000";
            this.txtXSZL.TextAlignment = LxControl.LxLedControl.Alignment.Right;
            this.txtXSZL.TotalCharCount = 7;
            this.coreBind.SetVerification(this.txtXSZL, null);
            // 
            // lxLedControl1
            // 
            this.lxLedControl1.BackColor = System.Drawing.Color.Transparent;
            this.lxLedControl1.BackColor_1 = System.Drawing.Color.Black;
            this.lxLedControl1.BackColor_2 = System.Drawing.Color.DimGray;
            this.lxLedControl1.BevelRate = 0.5F;
            this.coreBind.SetDatabasecommand(this.lxLedControl1, null);
            this.lxLedControl1.FadedColor = System.Drawing.Color.DimGray;
            this.lxLedControl1.ForeColor = System.Drawing.Color.LightGreen;
            this.lxLedControl1.HighlightOpaque = ((byte)(50));
            this.lxLedControl1.Location = new System.Drawing.Point(152, 45);
            this.lxLedControl1.Name = "lxLedControl1";
            this.lxLedControl1.Size = new System.Drawing.Size(8, 8);
            this.lxLedControl1.TabIndex = 676;
            this.lxLedControl1.Text = "LXLEDCONTROL1";
            this.coreBind.SetVerification(this.lxLedControl1, null);
            // 
            // btnWeightException
            // 
            this.btnWeightException.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnWeightException, null);
            this.btnWeightException.Location = new System.Drawing.Point(618, 63);
            this.btnWeightException.Name = "btnWeightException";
            this.btnWeightException.Size = new System.Drawing.Size(64, 28);
            this.btnWeightException.TabIndex = 674;
            this.btnWeightException.Text = "计量异常";
            this.btnWeightException.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnWeightException, null);
            // 
            // btnWeightComplete
            // 
            this.btnWeightComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnWeightComplete, null);
            this.btnWeightComplete.Location = new System.Drawing.Point(618, 29);
            this.btnWeightComplete.Name = "btnWeightComplete";
            this.btnWeightComplete.Size = new System.Drawing.Size(64, 28);
            this.btnWeightComplete.TabIndex = 673;
            this.btnWeightComplete.Text = "计量完成";
            this.btnWeightComplete.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnWeightComplete, null);
            // 
            // StatusLight
            // 
            this.coreBind.SetDatabasecommand(this.StatusLight, null);
            this.StatusLight.Gradient = true;
            this.StatusLight.Location = new System.Drawing.Point(584, 42);
            this.StatusLight.Name = "StatusLight";
            this.StatusLight.Size = new System.Drawing.Size(32, 32);
            this.StatusLight.TabIndex = 672;
            this.StatusLight.Text = "coolIndicator2";
            this.coreBind.SetVerification(this.StatusLight, null);
            // 
            // button16
            // 
            this.button16.BackColor = System.Drawing.Color.Blue;
            this.coreBind.SetDatabasecommand(this.button16, null);
            this.button16.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.button16.Location = new System.Drawing.Point(319, 71);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(36, 36);
            this.button16.TabIndex = 670;
            this.button16.Text = "保存";
            this.button16.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button16, null);
            this.button16.Visible = false;
            // 
            // cbx_print
            // 
            this.cbx_print.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.cbx_print, null);
            this.cbx_print.Location = new System.Drawing.Point(404, 90);
            this.cbx_print.Name = "cbx_print";
            this.cbx_print.Size = new System.Drawing.Size(72, 16);
            this.cbx_print.TabIndex = 670;
            this.cbx_print.Text = "打印标牌";
            this.cbx_print.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.cbx_print, null);
            // 
            // textBox1
            // 
            this.coreBind.SetDatabasecommand(this.textBox1, null);
            this.textBox1.Location = new System.Drawing.Point(418, 0);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(43, 21);
            this.textBox1.TabIndex = 572;
            this.coreBind.SetVerification(this.textBox1, null);
            this.textBox1.Visible = false;
            // 
            // btnQL
            // 
            this.btnQL.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.coreBind.SetDatabasecommand(this.btnQL, null);
            this.btnQL.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnQL.Location = new System.Drawing.Point(396, 57);
            this.btnQL.Name = "btnQL";
            this.btnQL.Size = new System.Drawing.Size(93, 28);
            this.btnQL.TabIndex = 5;
            this.btnQL.Text = "清零";
            this.btnQL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQL, null);
            this.btnQL.Click += new System.EventHandler(this.btnQL_Click);
            // 
            // lbWD
            // 
            this.lbWD.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.lbWD, null);
            this.lbWD.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbWD.Location = new System.Drawing.Point(432, 29);
            this.lbWD.Name = "lbWD";
            this.lbWD.Size = new System.Drawing.Size(60, 24);
            this.lbWD.TabIndex = 4;
            this.lbWD.Text = "稳定";
            this.coreBind.SetVerification(this.lbWD, null);
            // 
            // lbYS
            // 
            this.coreBind.SetDatabasecommand(this.lbYS, null);
            this.lbYS.Font = new System.Drawing.Font("宋体", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbYS.ForeColor = System.Drawing.Color.Red;
            this.lbYS.Location = new System.Drawing.Point(393, 25);
            this.lbYS.Name = "lbYS";
            this.lbYS.Size = new System.Drawing.Size(37, 33);
            this.lbYS.TabIndex = 3;
            this.lbYS.Text = "●";
            this.lbYS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.lbYS, null);
            // 
            // txtYKL
            // 
            this.txtYKL.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtYKL, null);
            this.txtYKL.Font = new System.Drawing.Font("宋体", 11F);
            this.txtYKL.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtYKL.Location = new System.Drawing.Point(205, 19);
            this.txtYKL.MaxLength = 8;
            this.txtYKL.Name = "txtYKL";
            this.txtYKL.Size = new System.Drawing.Size(10, 24);
            this.txtYKL.TabIndex = 19;
            this.coreBind.SetVerification(this.txtYKL, null);
            this.txtYKL.Visible = false;
            // 
            // label14
            // 
            this.coreBind.SetDatabasecommand(this.label14, null);
            this.label14.Location = new System.Drawing.Point(379, 25);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(20, 16);
            this.label14.TabIndex = 661;
            this.label14.Text = "应扣量(Kg)";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label14, null);
            this.label14.Visible = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label2, null);
            this.label2.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(308, 33);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 56);
            this.label2.TabIndex = 2;
            this.label2.Text = "吨";
            this.coreBind.SetVerification(this.label2, null);
            // 
            // label7
            // 
            this.coreBind.SetDatabasecommand(this.label7, null);
            this.label7.Location = new System.Drawing.Point(154, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(78, 24);
            this.label7.TabIndex = 632;
            this.label7.Text = "钩号";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label7, null);
            this.label7.Visible = false;
            // 
            // txtGH
            // 
            this.txtGH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtGH, null);
            this.txtGH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtGH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtGH.Location = new System.Drawing.Point(235, 0);
            this.txtGH.MaxLength = 8;
            this.txtGH.Name = "txtGH";
            this.txtGH.ReadOnly = true;
            this.txtGH.Size = new System.Drawing.Size(53, 24);
            this.txtGH.TabIndex = 4;
            this.coreBind.SetVerification(this.txtGH, null);
            this.txtGH.Visible = false;
            // 
            // label3
            // 
            this.coreBind.SetDatabasecommand(this.label3, null);
            this.label3.Location = new System.Drawing.Point(290, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 24);
            this.label3.TabIndex = 653;
            this.label3.Text = "吊号";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label3, null);
            this.label3.Visible = false;
            // 
            // txtDH
            // 
            this.txtDH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDH, null);
            this.txtDH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtDH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDH.Location = new System.Drawing.Point(357, 0);
            this.txtDH.MaxLength = 8;
            this.txtDH.Name = "txtDH";
            this.txtDH.ReadOnly = true;
            this.txtDH.Size = new System.Drawing.Size(53, 24);
            this.txtDH.TabIndex = 5;
            this.coreBind.SetVerification(this.txtDH, null);
            this.txtDH.Visible = false;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.ultraGroupBox2);
            this.panel4.Controls.Add(this.ultraGroupBox1);
            this.coreBind.SetDatabasecommand(this.panel4, null);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(288, 470);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(719, 185);
            this.panel4.TabIndex = 21;
            this.coreBind.SetVerification(this.panel4, null);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
            this.ultraGroupBox2.Controls.Add(this.dataGridView1);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox2.Location = new System.Drawing.Point(658, 0);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(61, 185);
            this.ultraGroupBox2.TabIndex = 3;
            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 = "Table1";
            this.ultraGrid1.DataSource = this.ds_plan;
            appearance23.BackColor = System.Drawing.Color.White;
            appearance23.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid1.DisplayLayout.Appearance = appearance23;
            ultraGridColumn40.Header.VisiblePosition = 0;
            ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
            ultraGridColumn41.Header.VisiblePosition = 1;
            ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
            ultraGridColumn42.Header.VisiblePosition = 2;
            ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
            ultraGridColumn43.Header.VisiblePosition = 3;
            ultraGridColumn43.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
            ultraGridColumn44.Header.VisiblePosition = 4;
            ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
            ultraGridColumn45.Header.VisiblePosition = 5;
            ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
            ultraGridColumn46.Header.VisiblePosition = 6;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46});
            ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
            this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            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;
            appearance24.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance24;
            this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            appearance25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance25.BackColor2 = System.Drawing.Color.White;
            appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance25.FontData.SizeInPoints = 11F;
            appearance25.FontData.UnderlineAsString = "False";
            appearance25.ForeColor = System.Drawing.Color.Black;
            appearance25.TextHAlignAsString = "Center";
            appearance25.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
            appearance26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
            appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance27.BackColor2 = System.Drawing.Color.White;
            appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance27;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance28.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance28.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance28;
            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.Font = new System.Drawing.Font("宋体", 15F);
            this.ultraGrid1.Location = new System.Drawing.Point(3, 31);
            this.ultraGrid1.Name = "ultraGrid1";
            this.ultraGrid1.Size = new System.Drawing.Size(55, 151);
            this.ultraGrid1.TabIndex = 8;
            this.coreBind.SetVerification(this.ultraGrid1, null);
            this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
            // 
            // ds_plan
            // 
            this.ds_plan.DataSetName = "NewDataSet";
            this.ds_plan.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable4});
            // 
            // dataTable4
            // 
            this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn10,
            this.dataColumn11,
            this.dataColumn12,
            this.dataColumn13,
            this.dataColumn14,
            this.dataColumn15,
            this.dataColumn16});
            this.dataTable4.TableName = "Table1";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "轧制编号";
            this.dataColumn10.ColumnName = "FS_BATCHNO";
            // 
            // dataColumn11
            // 
            this.dataColumn11.Caption = "炉号";
            this.dataColumn11.ColumnName = "FS_STOVENO";
            // 
            // dataColumn12
            // 
            this.dataColumn12.Caption = "钢种";
            this.dataColumn12.ColumnName = "FS_STEELTYPE";
            // 
            // dataColumn13
            // 
            this.dataColumn13.Caption = "规格";
            this.dataColumn13.ColumnName = "FS_SPEC";
            // 
            // dataColumn14
            // 
            this.dataColumn14.Caption = "订单号";
            this.dataColumn14.ColumnName = "FS_PRODUCTNO";
            // 
            // dataColumn15
            // 
            this.dataColumn15.Caption = "过磅次序";
            this.dataColumn15.ColumnName = "FS_ORDER";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "卷号";
            this.dataColumn16.ColumnName = "FS_REEL";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.InactiveCaptionText;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.coreBind.SetDatabasecommand(this.dataGridView1, null);
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.GridColor = System.Drawing.Color.LightSkyBlue;
            this.dataGridView1.Location = new System.Drawing.Point(3, 31);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.ShowCellToolTips = false;
            this.dataGridView1.ShowEditingIcon = false;
            this.dataGridView1.Size = new System.Drawing.Size(55, 151);
            this.dataGridView1.TabIndex = 0;
            this.coreBind.SetVerification(this.dataGridView1, null);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.ultraGrid3);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(658, 185);
            this.ultraGroupBox1.TabIndex = 2;
            this.ultraGroupBox1.Text = "本批数据";
            this.coreBind.SetVerification(this.ultraGroupBox1, null);
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraGrid3
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
            appearance35.BackColor = System.Drawing.Color.White;
            appearance35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid3.DisplayLayout.Appearance = appearance35;
            this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
            appearance36.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance36;
            appearance37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance37.BackColor2 = System.Drawing.Color.White;
            appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance37.FontData.SizeInPoints = 11F;
            appearance37.FontData.UnderlineAsString = "False";
            appearance37.ForeColor = System.Drawing.Color.Black;
            appearance37.TextHAlignAsString = "Center";
            appearance37.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance37;
            appearance38.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance38;
            appearance39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance39.BackColor2 = System.Drawing.Color.White;
            appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance39;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance40.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance40.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance40;
            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("宋体", 15F);
            this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
            this.ultraGrid3.Name = "ultraGrid3";
            this.ultraGrid3.Size = new System.Drawing.Size(652, 164);
            this.ultraGrid3.TabIndex = 7;
            this.coreBind.SetVerification(this.ultraGrid3, null);
            // 
            // dataSet2
            // 
            this.dataSet2.DataSetName = "NewDataSet";
            this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable3});
            // 
            // dataTable3
            // 
            this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn2,
            this.dataColumn3,
            this.dataColumn4,
            this.dataColumn5,
            this.dataColumn6,
            this.dataColumn7});
            this.dataTable3.TableName = "钩号匹配信息";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "钩号";
            this.dataColumn2.ColumnName = "FN_HOOKNO";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "轧制批号";
            this.dataColumn3.ColumnName = "FS_BATCHNO";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "吊号";
            this.dataColumn4.ColumnName = "FN_BANDNO";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "钩状态";
            this.dataColumn5.ColumnName = "FS_LOSTFLAG";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "是否复磅";
            this.dataColumn6.ColumnName = "FS_REDOFLAG";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "序号";
            this.dataColumn7.ColumnName = "FN_NUMBER";
            // 
            // panel6
            // 
            this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel6.Controls.Add(this.panel5);
            this.coreBind.SetDatabasecommand(this.panel6, null);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel6.Location = new System.Drawing.Point(288, 136);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(719, 334);
            this.panel6.TabIndex = 23;
            this.coreBind.SetVerification(this.panel6, null);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.groupBox7);
            this.panel5.Controls.Add(this.groupBox4);
            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(719, 334);
            this.panel5.TabIndex = 23;
            this.coreBind.SetVerification(this.panel5, null);
            // 
            // groupBox7
            // 
            this.groupBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.groupBox7.Controls.Add(this.panel13);
            this.coreBind.SetDatabasecommand(this.groupBox7, null);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox7.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox7.Location = new System.Drawing.Point(658, 0);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(61, 334);
            this.groupBox7.TabIndex = 3;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "计量点接管信息";
            this.coreBind.SetVerification(this.groupBox7, null);
            // 
            // panel13
            // 
            this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel13.Controls.Add(this.ultraGrid2);
            this.panel13.Controls.Add(this.panel9);
            this.coreBind.SetDatabasecommand(this.panel13, null);
            this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel13.Location = new System.Drawing.Point(3, 17);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(55, 314);
            this.panel13.TabIndex = 0;
            this.coreBind.SetVerification(this.panel13, null);
            // 
            // ultraGrid2
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
            this.ultraGrid2.DataMember = "计量点基础表";
            this.ultraGrid2.DataSource = this.dataSet1;
            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.ultraGrid2.DisplayLayout.Appearance = appearance13;
            ultraGridColumn5.Header.VisiblePosition = 1;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn5.Width = 124;
            ultraGridColumn6.Header.VisiblePosition = 2;
            ultraGridColumn6.Width = 153;
            ultraGridColumn7.AutoSizeEdit = Infragistics.Win.DefaultableBoolean.True;
            ultraGridColumn7.Header.VisiblePosition = 0;
            ultraGridColumn7.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn7.Width = 45;
            ultraGridColumn8.Header.VisiblePosition = 3;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.Header.VisiblePosition = 4;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.Header.VisiblePosition = 5;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.VisiblePosition = 6;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.Header.VisiblePosition = 7;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.Header.VisiblePosition = 8;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.Header.VisiblePosition = 9;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.Header.VisiblePosition = 10;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.Header.VisiblePosition = 11;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.Header.VisiblePosition = 12;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.Header.VisiblePosition = 13;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.Header.VisiblePosition = 14;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.Header.VisiblePosition = 15;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 16;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.Header.VisiblePosition = 17;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.Header.VisiblePosition = 18;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.Header.VisiblePosition = 19;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.Header.VisiblePosition = 20;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.Header.VisiblePosition = 21;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.Header.VisiblePosition = 22;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.Header.VisiblePosition = 23;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.Header.VisiblePosition = 24;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.Header.VisiblePosition = 25;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.Header.VisiblePosition = 26;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.Header.VisiblePosition = 27;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.Header.VisiblePosition = 28;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.Header.VisiblePosition = 29;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.Header.VisiblePosition = 30;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.Header.VisiblePosition = 31;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.Header.VisiblePosition = 32;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.Header.VisiblePosition = 33;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.Header.VisiblePosition = 34;
            ultraGridColumn39.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            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});
            this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
            this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance14;
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance15.BackColor2 = System.Drawing.Color.White;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance15.FontData.SizeInPoints = 11F;
            appearance15.FontData.UnderlineAsString = "False";
            appearance15.ForeColor = System.Drawing.Color.Black;
            appearance15.TextHAlignAsString = "Center";
            appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance15;
            appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance16;
            appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance17.BackColor2 = System.Drawing.Color.White;
            appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance17;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance18.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance18;
            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.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            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.Name = "ultraGrid2";
            this.ultraGrid2.Size = new System.Drawing.Size(51, 270);
            this.ultraGrid2.TabIndex = 2;
            this.coreBind.SetVerification(this.ultraGrid2, null);
            this.ultraGrid2.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid2_DoubleClickRow);
            // 
            // panel9
            // 
            this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel9.Controls.Add(this.btnOpen);
            this.coreBind.SetDatabasecommand(this.panel9, null);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel9.Location = new System.Drawing.Point(0, 270);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(51, 40);
            this.panel9.TabIndex = 2;
            this.coreBind.SetVerification(this.panel9, null);
            // 
            // btnOpen
            // 
            this.btnOpen.BackColor = System.Drawing.Color.Blue;
            this.coreBind.SetDatabasecommand(this.btnOpen, null);
            this.btnOpen.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.btnOpen.Location = new System.Drawing.Point(6, 4);
            this.btnOpen.Name = "btnOpen";
            this.btnOpen.Size = new System.Drawing.Size(72, 32);
            this.btnOpen.TabIndex = 3;
            this.btnOpen.Text = "打开设备";
            this.btnOpen.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnOpen, null);
            this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.panel7);
            this.coreBind.SetDatabasecommand(this.groupBox4, null);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox4.ForeColor = System.Drawing.SystemColors.WindowText;
            this.groupBox4.Location = new System.Drawing.Point(0, 0);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(658, 334);
            this.groupBox4.TabIndex = 0;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "称重信息";
            this.coreBind.SetVerification(this.groupBox4, null);
            // 
            // panel7
            // 
            this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel7.Controls.Add(this.txtReel);
            this.panel7.Controls.Add(this.label31);
            this.panel7.Controls.Add(this.textMinWeight);
            this.panel7.Controls.Add(this.label30);
            this.panel7.Controls.Add(this.textMaxWeight);
            this.panel7.Controls.Add(this.txtBZ);
            this.panel7.Controls.Add(this.txtBC);
            this.panel7.Controls.Add(this.button18);
            this.panel7.Controls.Add(this.tbx_theoryweight);
            this.panel7.Controls.Add(this.label28);
            this.panel7.Controls.Add(this.tbx_lasttotalweight);
            this.panel7.Controls.Add(this.label27);
            this.panel7.Controls.Add(this.tbx_lastbandcount);
            this.panel7.Controls.Add(this.label26);
            this.panel7.Controls.Add(this.tbx_lastbatch);
            this.panel7.Controls.Add(this.label25);
            this.panel7.Controls.Add(this.label23);
            this.panel7.Controls.Add(this.label15);
            this.panel7.Controls.Add(this.panel12);
            this.panel7.Controls.Add(this.txtDDH);
            this.panel7.Controls.Add(this.txtStoveNo);
            this.panel7.Controls.Add(this.cbGG);
            this.panel7.Controls.Add(this.label18);
            this.panel7.Controls.Add(this.cbGZ);
            this.panel7.Controls.Add(this.cbFHDW);
            this.panel7.Controls.Add(this.cbLX);
            this.panel7.Controls.Add(this.label9);
            this.panel7.Controls.Add(this.label6);
            this.panel7.Controls.Add(this.label5);
            this.panel7.Controls.Add(this.cbWLMC);
            this.panel7.Controls.Add(this.cbSHDW);
            this.panel7.Controls.Add(this.txtJLY);
            this.panel7.Controls.Add(this.txtZL);
            this.panel7.Controls.Add(this.txtJLD);
            this.panel7.Controls.Add(this.label21);
            this.panel7.Controls.Add(this.label17);
            this.panel7.Controls.Add(this.label19);
            this.panel7.Controls.Add(this.label16);
            this.panel7.Controls.Add(this.label13);
            this.panel7.Controls.Add(this.label10);
            this.panel7.Controls.Add(this.label8);
            this.panel7.Controls.Add(this.txtZZBH);
            this.panel7.Controls.Add(this.label11);
            this.coreBind.SetDatabasecommand(this.panel7, null);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(3, 17);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(652, 314);
            this.panel7.TabIndex = 0;
            this.coreBind.SetVerification(this.panel7, null);
            // 
            // txtReel
            // 
            this.txtReel.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtReel, null);
            this.txtReel.Font = new System.Drawing.Font("宋体", 11F);
            this.txtReel.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtReel.Location = new System.Drawing.Point(353, 33);
            this.txtReel.MaxLength = 8;
            this.txtReel.Name = "txtReel";
            this.txtReel.Size = new System.Drawing.Size(175, 24);
            this.txtReel.TabIndex = 686;
            this.coreBind.SetVerification(this.txtReel, null);
            // 
            // label31
            // 
            this.coreBind.SetDatabasecommand(this.label31, null);
            this.label31.Location = new System.Drawing.Point(155, 275);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(71, 24);
            this.label31.TabIndex = 685;
            this.label31.Text = "重量下限:";
            this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label31, null);
            // 
            // textMinWeight
            // 
            this.textMinWeight.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.textMinWeight, null);
            this.textMinWeight.Enabled = false;
            this.textMinWeight.Font = new System.Drawing.Font("宋体", 11F);
            this.textMinWeight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.textMinWeight.Location = new System.Drawing.Point(228, 275);
            this.textMinWeight.MaxLength = 8;
            this.textMinWeight.Name = "textMinWeight";
            this.textMinWeight.ReadOnly = true;
            this.textMinWeight.Size = new System.Drawing.Size(59, 24);
            this.textMinWeight.TabIndex = 684;
            this.coreBind.SetVerification(this.textMinWeight, null);
            // 
            // label30
            // 
            this.coreBind.SetDatabasecommand(this.label30, null);
            this.label30.Location = new System.Drawing.Point(15, 277);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(71, 24);
            this.label30.TabIndex = 681;
            this.label30.Text = "重量上限:";
            this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label30, null);
            // 
            // textMaxWeight
            // 
            this.textMaxWeight.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.textMaxWeight, null);
            this.textMaxWeight.Enabled = false;
            this.textMaxWeight.Font = new System.Drawing.Font("宋体", 11F);
            this.textMaxWeight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.textMaxWeight.Location = new System.Drawing.Point(88, 275);
            this.textMaxWeight.MaxLength = 8;
            this.textMaxWeight.Name = "textMaxWeight";
            this.textMaxWeight.ReadOnly = true;
            this.textMaxWeight.Size = new System.Drawing.Size(56, 24);
            this.textMaxWeight.TabIndex = 680;
            this.coreBind.SetVerification(this.textMaxWeight, null);
            // 
            // txtBZ
            // 
            this.txtBZ.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBZ, null);
            this.txtBZ.Enabled = false;
            this.txtBZ.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBZ.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBZ.Location = new System.Drawing.Point(106, 149);
            this.txtBZ.MaxLength = 8;
            this.txtBZ.Name = "txtBZ";
            this.txtBZ.ReadOnly = true;
            this.txtBZ.Size = new System.Drawing.Size(35, 24);
            this.txtBZ.TabIndex = 683;
            this.coreBind.SetVerification(this.txtBZ, null);
            // 
            // txtBC
            // 
            this.txtBC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBC, null);
            this.txtBC.Enabled = false;
            this.txtBC.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBC.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBC.Location = new System.Drawing.Point(69, 149);
            this.txtBC.MaxLength = 8;
            this.txtBC.Name = "txtBC";
            this.txtBC.ReadOnly = true;
            this.txtBC.Size = new System.Drawing.Size(35, 24);
            this.txtBC.TabIndex = 17;
            this.coreBind.SetVerification(this.txtBC, null);
            // 
            // button18
            // 
            this.button18.BackColor = System.Drawing.Color.Blue;
            this.coreBind.SetDatabasecommand(this.button18, null);
            this.button18.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.button18.Location = new System.Drawing.Point(148, 149);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(47, 24);
            this.button18.TabIndex = 682;
            this.button18.Text = "换班";
            this.button18.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button18, null);
            this.button18.Click += new System.EventHandler(this.button18_Click);
            // 
            // tbx_theoryweight
            // 
            this.tbx_theoryweight.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbx_theoryweight, null);
            this.tbx_theoryweight.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_theoryweight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_theoryweight.Location = new System.Drawing.Point(479, 245);
            this.tbx_theoryweight.MaxLength = 12;
            this.tbx_theoryweight.Name = "tbx_theoryweight";
            this.tbx_theoryweight.Size = new System.Drawing.Size(74, 24);
            this.tbx_theoryweight.TabIndex = 678;
            this.coreBind.SetVerification(this.tbx_theoryweight, null);
            // 
            // label28
            // 
            this.coreBind.SetDatabasecommand(this.label28, null);
            this.label28.Location = new System.Drawing.Point(435, 245);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(45, 24);
            this.label28.TabIndex = 679;
            this.label28.Text = "理重:";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label28, null);
            // 
            // tbx_lasttotalweight
            // 
            this.tbx_lasttotalweight.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbx_lasttotalweight, null);
            this.tbx_lasttotalweight.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lasttotalweight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lasttotalweight.Location = new System.Drawing.Point(348, 245);
            this.tbx_lasttotalweight.MaxLength = 12;
            this.tbx_lasttotalweight.Name = "tbx_lasttotalweight";
            this.tbx_lasttotalweight.Size = new System.Drawing.Size(74, 24);
            this.tbx_lasttotalweight.TabIndex = 676;
            this.coreBind.SetVerification(this.tbx_lasttotalweight, null);
            // 
            // label27
            // 
            this.coreBind.SetDatabasecommand(this.label27, null);
            this.label27.Location = new System.Drawing.Point(303, 245);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(45, 24);
            this.label27.TabIndex = 677;
            this.label27.Text = "实重:";
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label27, null);
            // 
            // tbx_lastbandcount
            // 
            this.tbx_lastbandcount.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbx_lastbandcount, null);
            this.tbx_lastbandcount.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lastbandcount.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lastbandcount.Location = new System.Drawing.Point(227, 245);
            this.tbx_lastbandcount.MaxLength = 12;
            this.tbx_lastbandcount.Name = "tbx_lastbandcount";
            this.tbx_lastbandcount.Size = new System.Drawing.Size(60, 24);
            this.tbx_lastbandcount.TabIndex = 674;
            this.coreBind.SetVerification(this.tbx_lastbandcount, null);
            // 
            // label26
            // 
            this.coreBind.SetDatabasecommand(this.label26, null);
            this.label26.Location = new System.Drawing.Point(183, 245);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(45, 24);
            this.label26.TabIndex = 675;
            this.label26.Text = "卷数:";
            this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label26, null);
            // 
            // tbx_lastbatch
            // 
            this.tbx_lastbatch.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbx_lastbatch, null);
            this.tbx_lastbatch.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lastbatch.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lastbatch.Location = new System.Drawing.Point(88, 245);
            this.tbx_lastbatch.MaxLength = 12;
            this.tbx_lastbatch.Name = "tbx_lastbatch";
            this.tbx_lastbatch.Size = new System.Drawing.Size(95, 24);
            this.tbx_lastbatch.TabIndex = 672;
            this.coreBind.SetVerification(this.tbx_lastbatch, null);
            // 
            // label25
            // 
            this.coreBind.SetDatabasecommand(this.label25, null);
            this.label25.Location = new System.Drawing.Point(0, 245);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(90, 24);
            this.label25.TabIndex = 673;
            this.label25.Text = "上一批次号:";
            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label25, null);
            // 
            // label23
            // 
            this.coreBind.SetDatabasecommand(this.label23, null);
            this.label23.Location = new System.Drawing.Point(3, 149);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(66, 24);
            this.label23.TabIndex = 666;
            this.label23.Text = "班次";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label23, null);
            // 
            // label15
            // 
            this.coreBind.SetDatabasecommand(this.label15, null);
            this.label15.Location = new System.Drawing.Point(270, 33);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(78, 24);
            this.label15.TabIndex = 665;
            this.label15.Text = "出炉卷号";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label15, null);
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.label29);
            this.panel12.Controls.Add(this.tbx_hWeight);
            this.panel12.Controls.Add(this.cbx_Hand);
            this.panel12.Controls.Add(this.tb_bandno_fb);
            this.panel12.Controls.Add(this.label22);
            this.panel12.Controls.Add(this.tb_zzbh_fb);
            this.panel12.Controls.Add(this.label20);
            this.panel12.Controls.Add(this.cbx_fb);
            this.panel12.Controls.Add(this.btnBC);
            this.panel12.Controls.Add(this.btnWL);
            this.coreBind.SetDatabasecommand(this.panel12, null);
            this.panel12.Location = new System.Drawing.Point(1, 188);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(556, 40);
            this.panel12.TabIndex = 662;
            this.coreBind.SetVerification(this.panel12, null);
            this.panel12.Paint += new System.Windows.Forms.PaintEventHandler(this.panel12_Paint);
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label29, null);
            this.label29.Location = new System.Drawing.Point(424, 15);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(17, 12);
            this.label29.TabIndex = 681;
            this.label29.Text = "吨";
            this.coreBind.SetVerification(this.label29, null);
            // 
            // tbx_hWeight
            // 
            this.tbx_hWeight.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbx_hWeight, null);
            this.tbx_hWeight.Enabled = false;
            this.tbx_hWeight.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_hWeight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_hWeight.Location = new System.Drawing.Point(350, 9);
            this.tbx_hWeight.MaxLength = 8;
            this.tbx_hWeight.Name = "tbx_hWeight";
            this.tbx_hWeight.Size = new System.Drawing.Size(72, 24);
            this.tbx_hWeight.TabIndex = 680;
            this.coreBind.SetVerification(this.tbx_hWeight, null);
            // 
            // cbx_Hand
            // 
            this.cbx_Hand.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.cbx_Hand, null);
            this.cbx_Hand.Location = new System.Drawing.Point(299, 13);
            this.cbx_Hand.Name = "cbx_Hand";
            this.cbx_Hand.Size = new System.Drawing.Size(48, 16);
            this.cbx_Hand.TabIndex = 670;
            this.cbx_Hand.Text = "手工";
            this.cbx_Hand.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.cbx_Hand, null);
            this.cbx_Hand.CheckStateChanged += new System.EventHandler(this.cbx_Hand_CheckStateChanged);
            this.cbx_Hand.CheckedChanged += new System.EventHandler(this.cbx_Hand_CheckedChanged);
            // 
            // tb_bandno_fb
            // 
            this.coreBind.SetDatabasecommand(this.tb_bandno_fb, null);
            this.tb_bandno_fb.Location = new System.Drawing.Point(236, 9);
            this.tb_bandno_fb.Name = "tb_bandno_fb";
            this.tb_bandno_fb.Size = new System.Drawing.Size(48, 21);
            this.tb_bandno_fb.TabIndex = 669;
            this.coreBind.SetVerification(this.tb_bandno_fb, null);
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label22, null);
            this.label22.Location = new System.Drawing.Point(203, 13);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(29, 12);
            this.label22.TabIndex = 668;
            this.label22.Text = "卷号";
            this.coreBind.SetVerification(this.label22, null);
            // 
            // tb_zzbh_fb
            // 
            this.coreBind.SetDatabasecommand(this.tb_zzbh_fb, null);
            this.tb_zzbh_fb.Location = new System.Drawing.Point(115, 9);
            this.tb_zzbh_fb.Name = "tb_zzbh_fb";
            this.tb_zzbh_fb.Size = new System.Drawing.Size(83, 21);
            this.tb_zzbh_fb.TabIndex = 667;
            this.coreBind.SetVerification(this.tb_zzbh_fb, null);
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label20, null);
            this.label20.Location = new System.Drawing.Point(62, 13);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(53, 12);
            this.label20.TabIndex = 666;
            this.label20.Text = "轧制编号";
            this.coreBind.SetVerification(this.label20, null);
            // 
            // cbx_fb
            // 
            this.cbx_fb.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.cbx_fb, null);
            this.cbx_fb.Location = new System.Drawing.Point(8, 11);
            this.cbx_fb.Name = "cbx_fb";
            this.cbx_fb.Size = new System.Drawing.Size(48, 16);
            this.cbx_fb.TabIndex = 665;
            this.cbx_fb.Text = "复磅";
            this.cbx_fb.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.cbx_fb, null);
            this.cbx_fb.CheckStateChanged += new System.EventHandler(this.cbx_fb_CheckStateChanged);
            // 
            // btnBC
            // 
            this.btnBC.BackColor = System.Drawing.Color.Blue;
            this.coreBind.SetDatabasecommand(this.btnBC, null);
            this.btnBC.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.btnBC.Location = new System.Drawing.Point(479, 5);
            this.btnBC.Name = "btnBC";
            this.btnBC.Size = new System.Drawing.Size(75, 32);
            this.btnBC.TabIndex = 1;
            this.btnBC.Text = "保存";
            this.btnBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnBC, null);
            this.btnBC.Click += new System.EventHandler(this.btnBC_Click);
            // 
            // btnWL
            // 
            this.btnWL.BackColor = System.Drawing.Color.Blue;
            this.coreBind.SetDatabasecommand(this.btnWL, null);
            this.btnWL.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.btnWL.Location = new System.Drawing.Point(478, 5);
            this.btnWL.Name = "btnWL";
            this.btnWL.Size = new System.Drawing.Size(75, 32);
            this.btnWL.TabIndex = 2;
            this.btnWL.Text = "完炉";
            this.btnWL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnWL, null);
            this.btnWL.Visible = false;
            this.btnWL.Click += new System.EventHandler(this.btnWL_Click);
            // 
            // txtDDH
            // 
            this.txtDDH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDDH, null);
            this.txtDDH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtDDH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDDH.Location = new System.Drawing.Point(72, 8);
            this.txtDDH.MaxLength = 12;
            this.txtDDH.Name = "txtDDH";
            this.txtDDH.Size = new System.Drawing.Size(175, 24);
            this.txtDDH.TabIndex = 1;
            this.coreBind.SetVerification(this.txtDDH, null);
            this.txtDDH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDDH_KeyPress);
            // 
            // txtStoveNo
            // 
            this.txtStoveNo.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtStoveNo, null);
            this.txtStoveNo.Font = new System.Drawing.Font("宋体", 11F);
            this.txtStoveNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtStoveNo.Location = new System.Drawing.Point(353, 8);
            this.txtStoveNo.MaxLength = 8;
            this.txtStoveNo.Name = "txtStoveNo";
            this.txtStoveNo.Size = new System.Drawing.Size(175, 24);
            this.txtStoveNo.TabIndex = 2;
            this.coreBind.SetVerification(this.txtStoveNo, null);
            // 
            // cbGG
            // 
            this.coreBind.SetDatabasecommand(this.cbGG, null);
            this.cbGG.FormattingEnabled = true;
            this.cbGG.Location = new System.Drawing.Point(353, 102);
            this.cbGG.Name = "cbGG";
            this.cbGG.Size = new System.Drawing.Size(175, 20);
            this.cbGG.TabIndex = 11;
            this.coreBind.SetVerification(this.cbGG, null);
            // 
            // label18
            // 
            this.coreBind.SetDatabasecommand(this.label18, null);
            this.label18.Location = new System.Drawing.Point(272, 100);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(78, 24);
            this.label18.TabIndex = 646;
            this.label18.Text = "规格";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label18, null);
            // 
            // cbGZ
            // 
            this.coreBind.SetDatabasecommand(this.cbGZ, null);
            this.cbGZ.FormattingEnabled = true;
            this.cbGZ.Location = new System.Drawing.Point(72, 102);
            this.cbGZ.Name = "cbGZ";
            this.cbGZ.Size = new System.Drawing.Size(175, 20);
            this.cbGZ.TabIndex = 10;
            this.coreBind.SetVerification(this.cbGZ, null);
            // 
            // cbFHDW
            // 
            this.coreBind.SetDatabasecommand(this.cbFHDW, null);
            this.cbFHDW.FormattingEnabled = true;
            this.cbFHDW.Location = new System.Drawing.Point(72, 80);
            this.cbFHDW.Name = "cbFHDW";
            this.cbFHDW.Size = new System.Drawing.Size(175, 20);
            this.cbFHDW.TabIndex = 8;
            this.coreBind.SetVerification(this.cbFHDW, null);
            this.cbFHDW.Leave += new System.EventHandler(this.cbWLMC_Leave);
            this.cbFHDW.TextChanged += new System.EventHandler(this.cbFHDW_TextChanged);
            // 
            // cbLX
            // 
            this.coreBind.SetDatabasecommand(this.cbLX, null);
            this.cbLX.FormattingEnabled = true;
            this.cbLX.Location = new System.Drawing.Point(353, 58);
            this.cbLX.Name = "cbLX";
            this.cbLX.Size = new System.Drawing.Size(175, 20);
            this.cbLX.TabIndex = 7;
            this.coreBind.SetVerification(this.cbLX, null);
            // 
            // label9
            // 
            this.coreBind.SetDatabasecommand(this.label9, null);
            this.label9.Location = new System.Drawing.Point(6, 100);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(66, 24);
            this.label9.TabIndex = 634;
            this.label9.Text = "钢种";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label9, null);
            // 
            // label6
            // 
            this.coreBind.SetDatabasecommand(this.label6, null);
            this.label6.Location = new System.Drawing.Point(6, 78);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(66, 24);
            this.label6.TabIndex = 630;
            this.label6.Text = "发货单位";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label6, null);
            // 
            // label5
            // 
            this.coreBind.SetDatabasecommand(this.label5, null);
            this.label5.Location = new System.Drawing.Point(6, 8);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(66, 24);
            this.label5.TabIndex = 628;
            this.label5.Text = "订单号";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label5, null);
            // 
            // cbWLMC
            // 
            this.coreBind.SetDatabasecommand(this.cbWLMC, null);
            this.cbWLMC.FormattingEnabled = true;
            this.cbWLMC.ItemHeight = 12;
            this.cbWLMC.Items.AddRange(new object[] {
            "棒材成品"});
            this.cbWLMC.Location = new System.Drawing.Point(72, 58);
            this.cbWLMC.Name = "cbWLMC";
            this.cbWLMC.Size = new System.Drawing.Size(175, 20);
            this.cbWLMC.TabIndex = 6;
            this.coreBind.SetVerification(this.cbWLMC, null);
            this.cbWLMC.Leave += new System.EventHandler(this.cbWLMC_Leave);
            this.cbWLMC.TextChanged += new System.EventHandler(this.cbWLMC_TextChanged);
            // 
            // cbSHDW
            // 
            this.coreBind.SetDatabasecommand(this.cbSHDW, null);
            this.cbSHDW.FormattingEnabled = true;
            this.cbSHDW.Location = new System.Drawing.Point(353, 80);
            this.cbSHDW.Name = "cbSHDW";
            this.cbSHDW.Size = new System.Drawing.Size(175, 20);
            this.cbSHDW.TabIndex = 9;
            this.coreBind.SetVerification(this.cbSHDW, null);
            this.cbSHDW.Leave += new System.EventHandler(this.cbWLMC_Leave);
            this.cbSHDW.TextChanged += new System.EventHandler(this.cbSHDW_TextChanged);
            // 
            // txtJLY
            // 
            this.txtJLY.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLY, null);
            this.txtJLY.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLY.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLY.Location = new System.Drawing.Point(353, 122);
            this.txtJLY.MaxLength = 8;
            this.txtJLY.Name = "txtJLY";
            this.txtJLY.ReadOnly = true;
            this.txtJLY.Size = new System.Drawing.Size(175, 24);
            this.txtJLY.TabIndex = 16;
            this.coreBind.SetVerification(this.txtJLY, null);
            // 
            // txtZL
            // 
            this.txtZL.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtZL, null);
            this.txtZL.Font = new System.Drawing.Font("宋体", 11F);
            this.txtZL.ForeColor = System.Drawing.Color.Red;
            this.txtZL.Location = new System.Drawing.Point(353, 149);
            this.txtZL.MaxLength = 8;
            this.txtZL.Name = "txtZL";
            this.txtZL.ReadOnly = true;
            this.txtZL.Size = new System.Drawing.Size(80, 24);
            this.txtZL.TabIndex = 18;
            this.coreBind.SetVerification(this.txtZL, null);
            // 
            // txtJLD
            // 
            this.txtJLD.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLD, null);
            this.txtJLD.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLD.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLD.Location = new System.Drawing.Point(69, 123);
            this.txtJLD.MaxLength = 8;
            this.txtJLD.Name = "txtJLD";
            this.txtJLD.ReadOnly = true;
            this.txtJLD.Size = new System.Drawing.Size(112, 24);
            this.txtJLD.TabIndex = 15;
            this.coreBind.SetVerification(this.txtJLD, null);
            // 
            // label21
            // 
            this.coreBind.SetDatabasecommand(this.label21, null);
            this.label21.Location = new System.Drawing.Point(278, 149);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(61, 24);
            this.label21.TabIndex = 619;
            this.label21.Text = "重量(t)";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label21, null);
            // 
            // label17
            // 
            this.coreBind.SetDatabasecommand(this.label17, null);
            this.label17.Location = new System.Drawing.Point(278, 122);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(61, 24);
            this.label17.TabIndex = 617;
            this.label17.Text = "计量员";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label17, null);
            // 
            // label19
            // 
            this.coreBind.SetDatabasecommand(this.label19, null);
            this.label19.Location = new System.Drawing.Point(3, 123);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(66, 24);
            this.label19.TabIndex = 615;
            this.label19.Text = "计量点";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label19, null);
            // 
            // label16
            // 
            this.coreBind.SetDatabasecommand(this.label16, null);
            this.label16.Location = new System.Drawing.Point(272, 78);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(78, 24);
            this.label16.TabIndex = 613;
            this.label16.Text = "收货单位";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label16, null);
            // 
            // label13
            // 
            this.coreBind.SetDatabasecommand(this.label13, null);
            this.label13.Location = new System.Drawing.Point(6, 56);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(66, 24);
            this.label13.TabIndex = 609;
            this.label13.Text = "物料名称";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label13, null);
            // 
            // label10
            // 
            this.coreBind.SetDatabasecommand(this.label10, null);
            this.label10.Location = new System.Drawing.Point(272, 56);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(78, 24);
            this.label10.TabIndex = 606;
            this.label10.Text = "流向";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label10, null);
            // 
            // label8
            // 
            this.coreBind.SetDatabasecommand(this.label8, null);
            this.label8.Location = new System.Drawing.Point(6, 33);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(66, 24);
            this.label8.TabIndex = 602;
            this.label8.Text = "轧制编号";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label8, null);
            // 
            // txtZZBH
            // 
            this.txtZZBH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtZZBH, null);
            this.txtZZBH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtZZBH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtZZBH.Location = new System.Drawing.Point(72, 33);
            this.txtZZBH.MaxLength = 8;
            this.txtZZBH.Name = "txtZZBH";
            this.txtZZBH.Size = new System.Drawing.Size(175, 24);
            this.txtZZBH.TabIndex = 3;
            this.coreBind.SetVerification(this.txtZZBH, null);
            // 
            // label11
            // 
            this.coreBind.SetDatabasecommand(this.label11, null);
            this.label11.Location = new System.Drawing.Point(272, 8);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(78, 24);
            this.label11.TabIndex = 649;
            this.label11.Text = "炉号";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label11, null);
            // 
            // timer1
            // 
            this.timer1.Interval = 2000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // windowDockingArea1
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea1.Location = new System.Drawing.Point(871, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(100, 666);
            this.windowDockingArea1.TabIndex = 13;
            this.coreBind.SetVerification(this.windowDockingArea1, null);
            // 
            // coolIndicator1
            // 
            this.coreBind.SetDatabasecommand(this.coolIndicator1, null);
            this.coolIndicator1.Gradient = true;
            this.coolIndicator1.Location = new System.Drawing.Point(0, 0);
            this.coolIndicator1.Name = "coolIndicator1";
            this.coolIndicator1.Size = new System.Drawing.Size(0, 0);
            this.coolIndicator1.TabIndex = 0;
            this.coolIndicator1.Text = "coolIndicator1";
            this.coreBind.SetVerification(this.coolIndicator1, null);
            // 
            // Weight_BC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 655);
            this.Controls.Add(this._Finishing_HotRolledCoilInfoAutoHideControl);
            this.Controls.Add(this.picFDTP);
            this.Controls.Add(this.panel6);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaTop);
            this.Controls.Add(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaBottom);
            this.Controls.Add(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaLeft);
            this.Controls.Add(this._Finishing_HotRolledCoilInfoUnpinnedTabAreaRight);
            this.coreBind.SetDatabasecommand(this, null);
            this.KeyPreview = true;
            this.Name = "Weight_BC";
            this.Text = "中宽带成品计量";
            this.coreBind.SetVerification(this, null);
            this.Load += new System.EventHandler(this.Weight_BC_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Weight_BC_FormClosed);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Weight_BC_KeyPress);
            this.VoiceC.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this._Finishing_HotRolledCoilInfoAutoHideControl.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.panel17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).EndInit();
            this.panel14.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.panel11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
            this.panel15.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.panel10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
            this.panel16.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtXSZL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).EndInit();
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds_plan)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
            this.panel6.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.panel13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
            this.panel9.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.panel12.ResumeLayout(false);
            this.panel12.PerformLayout();
            this.ResumeLayout(false);

        }
Ejemplo n.º 3
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();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmCodeEditor));
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar2  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar3  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool1     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool  comboBoxTool1  = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.UltraWinToolbars.TextBoxTool   textBoxTool1   = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool20   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2             = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.LabelTool   labelTool4               = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.Appearance                       appearance11         = new Infragistics.Win.Appearance();
     Fireball.Windows.Forms.LineMarginRender           lineMarginRender1    = new Fireball.Windows.Forms.LineMarginRender();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
     this.codeStructTreeView  = new System.Windows.Forms.TreeView();
     this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
     this.toolbarsManager     = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.editor                   = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocument1          = new Fireball.Syntax.SyntaxDocument(this.components);
     this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
     this._frmCodeEditor_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._frmCodeEditorUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
     this.frmCodeEditor_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // codeStructTreeView
     //
     this.codeStructTreeView.AccessibleDescription = null;
     this.codeStructTreeView.AccessibleName        = null;
     resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
     this.codeStructTreeView.BackgroundImage = null;
     this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
     this.codeStructTreeView.Font          = null;
     this.codeStructTreeView.FullRowSelect = true;
     this.codeStructTreeView.HideSelection = false;
     this.codeStructTreeView.ImageList     = this.codeStructImageList;
     this.codeStructTreeView.Name          = "codeStructTreeView";
     this.codeStructTreeView.DoubleClick  += new System.EventHandler(this.codeStructTreeView_DoubleClick);
     //
     // codeStructImageList
     //
     this.codeStructImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
     this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
     this.codeStructImageList.Images.SetKeyName(0, "Struct");
     this.codeStructImageList.Images.SetKeyName(1, "Class");
     this.codeStructImageList.Images.SetKeyName(2, "Enum");
     this.codeStructImageList.Images.SetKeyName(3, "Interface");
     this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
     this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
     this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
     this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
     this.codeStructImageList.Images.SetKeyName(8, "Namespace");
     this.codeStructImageList.Images.SetKeyName(9, "Property");
     this.codeStructImageList.Images.SetKeyName(10, "Event");
     this.codeStructImageList.Images.SetKeyName(11, "Field");
     this.codeStructImageList.Images.SetKeyName(12, "Method");
     this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
     this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
     this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
     this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
     this.codeStructImageList.Images.SetKeyName(17, "Error");
     //
     // toolbarsManager
     //
     this.toolbarsManager.DesignerFlags               = 1;
     this.toolbarsManager.DockWithinContainer         = this;
     this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.toolbarsManager.ImageTransparentColor       = System.Drawing.Color.Fuchsia;
     this.toolbarsManager.ShowFullMenusDelay          = 500;
     this.toolbarsManager.Style  = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn  = 0;
     ultraToolbar1.DockedRow     = 0;
     ultraToolbar1.IsMainMenuBar = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         popupMenuTool2
     });
     resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow    = 1;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool7.InstanceProps.IsFirstInGroup = true;
     buttonTool8.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4,
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool9
     });
     resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
     ultraToolbar3.DockedColumn        = 0;
     ultraToolbar3.DockedRow           = 2;
     comboBoxTool1.InstanceProps.Width = 174;
     ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1,
         comboBoxTool1,
         labelTool2,
         textBoxTool1
     });
     ultraToolbar3.Settings.AllowDockLeft  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
     this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1,
         ultraToolbar2,
         ultraToolbar3
     });
     popupMenuTool3.SharedProps.Caption        = resources.GetString("resource.Caption");
     popupMenuTool3.SharedProps.MergeOrder     = 110;
     popupMenuTool3.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText");
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool10,
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16
     });
     popupMenuTool4.SharedProps.Caption        = resources.GetString("resource.Caption1");
     popupMenuTool4.SharedProps.MergeOrder     = 210;
     popupMenuTool4.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText1");
     buttonTool18.InstanceProps.IsFirstInGroup = true;
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool17,
         buttonTool18,
         buttonTool19
     });
     appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
     resources.ApplyResources(appearance1, "appearance1");
     buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool20.SharedProps.Caption  = resources.GetString("resource.Caption2");
     buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
     resources.ApplyResources(appearance2, "appearance2");
     buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool21.SharedProps.Caption  = resources.GetString("resource.Caption3");
     buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
     appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
     resources.ApplyResources(appearance3, "appearance3");
     buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
     buttonTool22.SharedProps.Caption  = resources.GetString("resource.Caption4");
     buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
     resources.ApplyResources(appearance4, "appearance4");
     buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool23.SharedProps.Caption  = resources.GetString("resource.Caption5");
     buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
     resources.ApplyResources(appearance5, "appearance5");
     buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool24.SharedProps.Caption  = resources.GetString("resource.Caption6");
     buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     buttonTool25.SharedProps.Caption  = resources.GetString("resource.Caption7");
     buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
     appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
     resources.ApplyResources(appearance6, "appearance6");
     buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
     appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
     resources.ApplyResources(appearance7, "appearance7");
     buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
     buttonTool27.SharedProps.Caption  = resources.GetString("resource.Caption9");
     buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
     appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
     resources.ApplyResources(appearance8, "appearance8");
     buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
     buttonTool28.SharedProps.Caption     = resources.GetString("resource.Caption10");
     buttonTool28.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF9;
     buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
     appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
     resources.ApplyResources(appearance9, "appearance9");
     buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
     buttonTool29.SharedProps.Caption      = resources.GetString("resource.Caption11");
     buttonTool29.SharedProps.Shortcut     = System.Windows.Forms.Shortcut.F9;
     buttonTool29.SharedProps.ToolTipText  = resources.GetString("resource.ToolTipText3");
     comboBoxTool2.AutoComplete            = true;
     comboBoxTool2.DropDownStyle           = Infragistics.Win.DropDownStyle.DropDown;
     comboBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption12");
     comboBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF;
     comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
     comboBoxTool2.ValueList = valueList1;
     appearance10.Image      = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
     resources.ApplyResources(appearance10, "appearance10");
     labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
     labelTool3.SharedProps.Caption       = resources.GetString("resource.Caption13");
     textBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption14");
     textBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlG;
     textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
     appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
     resources.ApplyResources(appearance11, "appearance11");
     labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
     labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
     this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool3,
         popupMenuTool4,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         buttonTool26,
         buttonTool27,
         buttonTool28,
         buttonTool29,
         comboBoxTool2,
         labelTool3,
         textBoxTool2,
         labelTool4
     });
     this.toolbarsManager.ToolClick    += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
     this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
     //
     // editor
     //
     this.editor.AccessibleDescription = null;
     this.editor.AccessibleName        = null;
     this.editor.ActiveView            = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.editor.AllowBreakPoints      = false;
     resources.ApplyResources(this.editor, "editor");
     this.editor.AutoListPosition     = null;
     this.editor.AutoListSelectedText = "a123";
     this.editor.AutoListVisible      = false;
     this.editor.BackgroundImage      = null;
     this.editor.BorderStyle          = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
     this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
     this.editor.CopyAsRTF            = false;
     this.editor.Document             = this.syntaxDocument1;
     this.editor.Font                 = null;
     this.editor.FontSize             = 9.5F;
     this.editor.HighLightActiveLine  = true;
     this.editor.InfoTipCount         = 1;
     this.editor.InfoTipPosition      = null;
     this.editor.InfoTipSelectedIndex = 1;
     this.editor.InfoTipVisible       = false;
     lineMarginRender1.Bounds         = new System.Drawing.Rectangle(19, 0, 18, 15);
     this.editor.LineMarginRender     = lineMarginRender1;
     this.editor.LockCursorUpdate     = false;
     this.editor.Name                 = "editor";
     this.editor.Saved                = false;
     this.editor.ShowScopeIndicator   = false;
     this.editor.SmoothScroll         = false;
     this.editor.SplitviewH           = -4;
     this.editor.SplitviewV           = -4;
     this.editor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.editor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     this.editor.SelectionChange     += new System.EventHandler(this.editor_SelectionChange);
     this.editor.CaretChange         += new System.EventHandler(this.editor_CaretChange);
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     this.syntaxDocument1.ModifiedChanged  += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
     //
     // frmCodeEditor_Fill_Panel
     //
     this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
     this.frmCodeEditor_Fill_Panel.AccessibleName        = null;
     resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
     this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
     this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
     this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.frmCodeEditor_Fill_Panel.Font   = null;
     this.frmCodeEditor_Fill_Panel.Name   = "frmCodeEditor_Fill_Panel";
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Left
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Left";
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Right
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Right";
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Top
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Top";
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Bottom
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
     //
     // dockManager
     //
     this.dockManager.CaptionStyle              = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
     dockableControlPane1.Control               = this.codeStructTreeView;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(175, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
     dockableControlPane1.TextTab    = null;
     dockableControlPane1.ToolTipTab = null;
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(175, 414);
     resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
     dockAreaPane1.TextTab    = null;
     dockAreaPane1.ToolTipTab = null;
     this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.dockManager.HostControl     = this;
     this.dockManager.ShowCloseButton = false;
     this.dockManager.WindowStyle     = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _frmCodeEditorUnpinnedTabAreaLeft
     //
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
     this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.Name            = "_frmCodeEditorUnpinnedTabAreaLeft";
     this._frmCodeEditorUnpinnedTabAreaLeft.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaRight
     //
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
     this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaRight.Name            = "_frmCodeEditorUnpinnedTabAreaRight";
     this._frmCodeEditorUnpinnedTabAreaRight.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaTop
     //
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
     this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaTop.Name            = "_frmCodeEditorUnpinnedTabAreaTop";
     this._frmCodeEditorUnpinnedTabAreaTop.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaBottom
     //
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
     this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.Name            = "_frmCodeEditorUnpinnedTabAreaBottom";
     this._frmCodeEditorUnpinnedTabAreaBottom.Owner           = this.dockManager;
     //
     // _frmCodeEditorAutoHideControl
     //
     this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
     this._frmCodeEditorAutoHideControl.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
     this._frmCodeEditorAutoHideControl.BackgroundImage = null;
     this._frmCodeEditorAutoHideControl.Name            = "_frmCodeEditorAutoHideControl";
     this._frmCodeEditorAutoHideControl.Owner           = this.dockManager;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.AccessibleDescription = null;
     this.windowDockingArea1.AccessibleName        = null;
     resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
     this.windowDockingArea1.BackgroundImage = null;
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Name  = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.dockManager;
     //
     // dockableWindow1
     //
     this.dockableWindow1.AccessibleDescription = null;
     this.dockableWindow1.AccessibleName        = null;
     resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
     this.dockableWindow1.BackgroundImage = null;
     this.dockableWindow1.Controls.Add(this.codeStructTreeView);
     this.dockableWindow1.Font  = null;
     this.dockableWindow1.Name  = "dockableWindow1";
     this.dockableWindow1.Owner = this.dockManager;
     //
     // frmCodeEditor
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this._frmCodeEditorAutoHideControl);
     this.Controls.Add(this.frmCodeEditor_Fill_Panel);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
     this.KeyPreview   = true;
     this.Name         = "frmCodeEditor";
     this.Load        += new System.EventHandler(this.frmCodeEditor_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
     this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCodeEditor));
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar3 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool1 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool4 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
            this.codeStructTreeView = new System.Windows.Forms.TreeView();
            this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.editor = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
            this._frmCodeEditor_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._frmCodeEditorUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            this.frmCodeEditor_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.windowDockingArea1.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.SuspendLayout();
            // 
            // codeStructTreeView
            // 
            this.codeStructTreeView.AccessibleDescription = null;
            this.codeStructTreeView.AccessibleName = null;
            resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
            this.codeStructTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
            this.codeStructTreeView.Font = null;
            this.codeStructTreeView.FullRowSelect = true;
            this.codeStructTreeView.HideSelection = false;
            this.codeStructTreeView.ImageList = this.codeStructImageList;
            this.codeStructTreeView.Name = "codeStructTreeView";
            this.codeStructTreeView.DoubleClick += new System.EventHandler(this.codeStructTreeView_DoubleClick);
            // 
            // codeStructImageList
            // 
            this.codeStructImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
            this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.codeStructImageList.Images.SetKeyName(0, "Struct");
            this.codeStructImageList.Images.SetKeyName(1, "Class");
            this.codeStructImageList.Images.SetKeyName(2, "Enum");
            this.codeStructImageList.Images.SetKeyName(3, "Interface");
            this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
            this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
            this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
            this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
            this.codeStructImageList.Images.SetKeyName(8, "Namespace");
            this.codeStructImageList.Images.SetKeyName(9, "Property");
            this.codeStructImageList.Images.SetKeyName(10, "Event");
            this.codeStructImageList.Images.SetKeyName(11, "Field");
            this.codeStructImageList.Images.SetKeyName(12, "Method");
            this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
            this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
            this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
            this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
            this.codeStructImageList.Images.SetKeyName(17, "Error");
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool3.InstanceProps.IsFirstInGroup = true;
            buttonTool7.InstanceProps.IsFirstInGroup = true;
            buttonTool8.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            ultraToolbar3.DockedColumn = 0;
            ultraToolbar3.DockedRow = 2;
            comboBoxTool1.InstanceProps.Width = 174;
            ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            labelTool1,
            comboBoxTool1,
            labelTool2,
            textBoxTool1});
            ultraToolbar3.Settings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
            resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2,
            ultraToolbar3});
            popupMenuTool3.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool3.SharedProps.MergeOrder = 110;
            popupMenuTool3.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool12.InstanceProps.IsFirstInGroup = true;
            buttonTool16.InstanceProps.IsFirstInGroup = true;
            popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13,
            buttonTool14,
            buttonTool15,
            buttonTool16});
            popupMenuTool4.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool4.SharedProps.MergeOrder = 210;
            popupMenuTool4.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            buttonTool18.InstanceProps.IsFirstInGroup = true;
            popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool17,
            buttonTool18,
            buttonTool19});
            appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
            resources.ApplyResources(appearance1, "appearance1");
            buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
            buttonTool20.SharedProps.Caption = resources.GetString("resource.Caption2");
            buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
            resources.ApplyResources(appearance2, "appearance2");
            buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
            resources.ApplyResources(appearance3, "appearance3");
            buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
            appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
            resources.ApplyResources(appearance4, "appearance4");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
            appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
            resources.ApplyResources(appearance5, "appearance5");
            buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption6");
            buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
            buttonTool25.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
            appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
            resources.ApplyResources(appearance6, "appearance6");
            buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
            buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
            appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool27.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool28.SharedProps.Caption = resources.GetString("resource.Caption10");
            buttonTool28.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF9;
            buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool29.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool29.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F9;
            buttonTool29.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            comboBoxTool2.AutoComplete = true;
            comboBoxTool2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDown;
            comboBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption12");
            comboBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
            comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            comboBoxTool2.ValueList = valueList1;
            appearance10.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
            resources.ApplyResources(appearance10, "appearance10");
            labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
            labelTool3.SharedProps.Caption = resources.GetString("resource.Caption13");
            textBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption14");
            textBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlG;
            textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
            resources.ApplyResources(appearance11, "appearance11");
            labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
            labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool3,
            popupMenuTool4,
            buttonTool20,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            buttonTool24,
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            comboBoxTool2,
            labelTool3,
            textBoxTool2,
            labelTool4});
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
            // 
            // editor
            // 
            this.editor.AccessibleDescription = null;
            this.editor.AccessibleName = null;
            this.editor.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.editor.AllowBreakPoints = false;
            resources.ApplyResources(this.editor, "editor");
            this.editor.AutoListPosition = null;
            this.editor.AutoListSelectedText = "a123";
            this.editor.AutoListVisible = false;
            this.editor.BackgroundImage = null;
            this.editor.BorderStyle = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
            this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
            this.editor.CopyAsRTF = false;
            this.editor.Document = this.syntaxDocument1;
            this.editor.Font = null;
            this.editor.FontSize = 9.5F;
            this.editor.HighLightActiveLine = true;
            this.editor.InfoTipCount = 1;
            this.editor.InfoTipPosition = null;
            this.editor.InfoTipSelectedIndex = 1;
            this.editor.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 18, 15);
            this.editor.LineMarginRender = lineMarginRender1;
            this.editor.LockCursorUpdate = false;
            this.editor.Name = "editor";
            this.editor.Saved = false;
            this.editor.ShowScopeIndicator = false;
            this.editor.SmoothScroll = false;
            this.editor.SplitviewH = -4;
            this.editor.SplitviewV = -4;
            this.editor.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.editor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            this.editor.SelectionChange += new System.EventHandler(this.editor_SelectionChange);
            this.editor.CaretChange += new System.EventHandler(this.editor_CaretChange);
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            this.syntaxDocument1.ModifiedChanged += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
            // 
            // frmCodeEditor_Fill_Panel
            // 
            this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
            this.frmCodeEditor_Fill_Panel.AccessibleName = null;
            resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
            this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
            this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
            this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.frmCodeEditor_Fill_Panel.Font = null;
            this.frmCodeEditor_Fill_Panel.Name = "frmCodeEditor_Fill_Panel";
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Left
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.Name = "_frmCodeEditor_Toolbars_Dock_Area_Left";
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Right
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.Name = "_frmCodeEditor_Toolbars_Dock_Area_Right";
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Top
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.Name = "_frmCodeEditor_Toolbars_Dock_Area_Top";
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Bottom
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // dockManager
            // 
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockableControlPane1.Control = this.codeStructTreeView;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(175, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(175, 414);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1});
            this.dockManager.HostControl = this;
            this.dockManager.ShowCloseButton = false;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _frmCodeEditorUnpinnedTabAreaLeft
            // 
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
            this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.Name = "_frmCodeEditorUnpinnedTabAreaLeft";
            this._frmCodeEditorUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaRight
            // 
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
            this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaRight.Name = "_frmCodeEditorUnpinnedTabAreaRight";
            this._frmCodeEditorUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaTop
            // 
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
            this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaTop.Name = "_frmCodeEditorUnpinnedTabAreaTop";
            this._frmCodeEditorUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaBottom
            // 
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
            this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.Name = "_frmCodeEditorUnpinnedTabAreaBottom";
            this._frmCodeEditorUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _frmCodeEditorAutoHideControl
            // 
            this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
            this._frmCodeEditorAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
            this._frmCodeEditorAutoHideControl.BackgroundImage = null;
            this._frmCodeEditorAutoHideControl.Name = "_frmCodeEditorAutoHideControl";
            this._frmCodeEditorAutoHideControl.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow1);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.codeStructTreeView);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // frmCodeEditor
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._frmCodeEditorAutoHideControl);
            this.Controls.Add(this.frmCodeEditor_Fill_Panel);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
            this.KeyPreview = true;
            this.Name = "frmCodeEditor";
            this.Load += new System.EventHandler(this.frmCodeEditor_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.windowDockingArea1.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 5
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.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem4  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem5  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook    scrollBarLook1    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3    = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     System.ComponentModel.ComponentResourceManager      resources            = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     Infragistics.Win.UltraWinDock.DockAreaPane          dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("abbfee7f-a9ff-4712-ab97-14e34adf6f60"));
     Infragistics.Win.UltraWinDock.DockableControlPane   dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("37215f80-390e-4770-89dc-1e109dfb6bb1"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("abbfee7f-a9ff-4712-ab97-14e34adf6f60"), -1);
     this.ultraExplorerBar1                   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraTabbedMdiManager1              = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.ultraStatusBar1                     = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraToolbarsManager1               = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FormMain_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.menuStrip1         = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátChươngTrìnhToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.đổiMậtKhẩuToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.đăngNhậpLạiToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.showMenuToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.đónTiếpToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.đónTiếpBệnhNhânToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.danhSáchBệnhNhânToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.báoCáoThốngKêToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.chọnBáoCáoToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.quảnTrịDanhMụcToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ngườiDùngToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.danhMụcDịchVụToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.danhMụcToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.trợGToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraDockManager1              = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._FormMainUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1             = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AcceptsFocus   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Standard;
     this.ultraExplorerBar1.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.ultraExplorerBar1.BorderStyle   = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
     this.ultraExplorerBar1.ColumnSpacing = 7;
     this.ultraExplorerBar1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.FlatMode      = true;
     ultraExplorerBarItem1.Key            = "dontiep";
     appearance1.Image = global::PhongKham.Resource1.contact_list;
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance1;
     ultraExplorerBarItem1.Text = "Đón tiếp";
     ultraExplorerBarItem2.Key  = "danhsachbn";
     appearance2.Image          = global::PhongKham.Resource1.adreess_book;
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem2.Text = "Danh sách bệnh nhân";
     ultraExplorerBarItem3.Key  = "benhnhandv";
     appearance3.Image          = global::PhongKham.Resource1._7_Giao_KD;
     ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance3;
     ultraExplorerBarItem3.Text = "Danh sách dịch vụ của bệnh nhân";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3
     });
     ultraExplorerBarGroup1.Text = "Bệnh nhân";
     ultraExplorerBarItem4.Key   = "baocao";
     appearance4.Image           = global::PhongKham.Resource1.zoom_in;
     ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance4;
     ultraExplorerBarItem4.Text = "Báo cáo";
     ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem4
     });
     ultraExplorerBarGroup2.Text = "Báo cáo thống kê";
     ultraExplorerBarItem5.Key   = "quantri";
     appearance5.Image           = global::PhongKham.Resource1.users;
     ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarItem5.Text = "Quản trị";
     ultraExplorerBarItem6.Key  = "dichvu";
     appearance6.Image          = global::PhongKham.Resource1.applications;
     ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance6;
     ultraExplorerBarItem6.Text = "Dịch vụ";
     ultraExplorerBarItem7.Key  = "phong";
     appearance7.Image          = global::PhongKham.Resource1.credit_card;
     ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance7;
     ultraExplorerBarItem7.Text = "Phòng";
     ultraExplorerBarItem8.Key  = "bacsi";
     appearance8.Image          = global::PhongKham.Resource1.users11;
     ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance8;
     ultraExplorerBarItem8.Text = "Danh sách bác sĩ";
     ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem5,
         ultraExplorerBarItem6,
         ultraExplorerBarItem7,
         ultraExplorerBarItem8
     });
     ultraExplorerBarGroup3.Text = "Quản trị danh mục";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.GroupSettings.Style        = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     this.ultraExplorerBar1.GroupSpacing               = 20;
     this.ultraExplorerBar1.ImageSizeLarge             = new System.Drawing.Size(48, 48);
     this.ultraExplorerBar1.ImageSizeSmall             = new System.Drawing.Size(48, 48);
     this.ultraExplorerBar1.ImeMode                    = System.Windows.Forms.ImeMode.NoControl;
     this.ultraExplorerBar1.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightImage;
     this.ultraExplorerBar1.Location                   = new System.Drawing.Point(0, 18);
     this.ultraExplorerBar1.Name          = "ultraExplorerBar1";
     scrollBarLook1.ScrollBarArrowStyle   = Infragistics.Win.UltraWinScrollBar.ScrollBarArrowStyle.BothAtEachEnd;
     this.ultraExplorerBar1.ScrollBarLook = scrollBarLook1;
     this.ultraExplorerBar1.Size          = new System.Drawing.Size(228, 334);
     this.ultraExplorerBar1.Style         = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.Listbar;
     this.ultraExplorerBar1.TabIndex      = 28;
     this.ultraExplorerBar1.ViewStyle     = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2003;
     this.ultraExplorerBar1.ItemClick    += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.MdiParent = this;
     //
     // ultraStatusBar1
     //
     this.ultraStatusBar1.Location                     = new System.Drawing.Point(0, 529);
     this.ultraStatusBar1.Name                         = "ultraStatusBar1";
     appearance9.FontData.BoldAsString                 = "False";
     appearance9.TextHAlign                            = Infragistics.Win.HAlign.Center;
     ultraStatusPanel1.Appearance                      = appearance9;
     ultraStatusPanel1.Style                           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
     appearance10.ForeColor                            = System.Drawing.Color.Maroon;
     ultraStatusPanel2.Appearance                      = appearance10;
     ultraStatusPanel2.Key                             = "user";
     appearance11.ForeColor                            = System.Drawing.Color.Maroon;
     ultraStatusPanel2.ProgressBarInfo.Appearance      = appearance11;
     ultraStatusPanel2.Text                            = "Phòng Viện phí ";
     ultraStatusPanel2.Width                           = 600;
     ultraStatusPanel3.DateTimeFormat                  = "dd/MM/yyyy";
     ultraStatusPanel3.MarqueeInfo.IsActive            = true;
     ultraStatusPanel3.MarqueeInfo.MarqueeScrollAmount = 3;
     ultraStatusPanel3.SizingMode                      = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel3.Style                           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel3.Text                            = "MEDINFO Phát triển bởi Cty Cổ phần Thương mại và Kỹ Thuật Hà Nội (HT.,JSC-website" +
                                                         " http://www.ht-jsc.com.vn) và Viện Thông Tin Thư Viện Y Học Trung Ương (website " +
                                                         "http://www.cimsi.org.vn)";
     ultraStatusPanel3.Width = 250;
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.ultraStatusBar1.Size      = new System.Drawing.Size(925, 23);
     this.ultraStatusBar1.TabIndex  = 51;
     this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.VisualStudio2005;
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags       = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this;
     //
     // _FormMain_Toolbars_Dock_Area_Left
     //
     this._FormMain_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormMain_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 0);
     this._FormMain_Toolbars_Dock_Area_Left.Name            = "_FormMain_Toolbars_Dock_Area_Left";
     this._FormMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 529);
     this._FormMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Right
     //
     this._FormMain_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormMain_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(925, 0);
     this._FormMain_Toolbars_Dock_Area_Right.Name            = "_FormMain_Toolbars_Dock_Area_Right";
     this._FormMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 529);
     this._FormMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Top
     //
     this._FormMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FormMain_Toolbars_Dock_Area_Top.Name            = "_FormMain_Toolbars_Dock_Area_Top";
     this._FormMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(925, 0);
     this._FormMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Bottom
     //
     this._FormMain_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormMain_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 529);
     this._FormMain_Toolbars_Dock_Area_Bottom.Name            = "_FormMain_Toolbars_Dock_Area_Bottom";
     this._FormMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(925, 0);
     this._FormMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.viewToolStripMenuItem,
         this.đónTiếpToolStripMenuItem,
         this.báoCáoThốngKêToolStripMenuItem,
         this.quảnTrịDanhMụcToolStripMenuItem,
         this.trợGToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(918, 24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3,
         this.thoátChươngTrìnhToolStripMenuItem1,
         this.đổiMậtKhẩuToolStripMenuItem1,
         this.thoátToolStripMenuItem,
         this.đăngNhậpLạiToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripMenuItem3.Name         = "toolStripMenuItem3";
     this.toolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.toolStripMenuItem3.Size         = new System.Drawing.Size(233, 22);
     this.toolStripMenuItem3.Text         = "Tạo mới người sử dụng";
     this.toolStripMenuItem3.Click       += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // thoátChươngTrìnhToolStripMenuItem1
     //
     this.thoátChươngTrìnhToolStripMenuItem1.Name         = "thoátChươngTrìnhToolStripMenuItem1";
     this.thoátChươngTrìnhToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.thoátChươngTrìnhToolStripMenuItem1.Size         = new System.Drawing.Size(233, 22);
     this.thoátChươngTrìnhToolStripMenuItem1.Text         = "Người sử dụng hiện tại";
     //
     // đổiMậtKhẩuToolStripMenuItem1
     //
     this.đổiMậtKhẩuToolStripMenuItem1.Name = "đổiMậtKhẩuToolStripMenuItem1";
     this.đổiMậtKhẩuToolStripMenuItem1.Size = new System.Drawing.Size(233, 22);
     this.đổiMậtKhẩuToolStripMenuItem1.Text = "Đổi mật khẩu";
     //
     // thoátToolStripMenuItem
     //
     this.thoátToolStripMenuItem.Name   = "thoátToolStripMenuItem";
     this.thoátToolStripMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.thoátToolStripMenuItem.Text   = "Thoát";
     this.thoátToolStripMenuItem.Click += new System.EventHandler(this.thoátToolStripMenuItem_Click);
     //
     // đăngNhậpLạiToolStripMenuItem
     //
     this.đăngNhậpLạiToolStripMenuItem.Name   = "đăngNhậpLạiToolStripMenuItem";
     this.đăngNhậpLạiToolStripMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.đăngNhậpLạiToolStripMenuItem.Text   = "Đăng nhập lại";
     this.đăngNhậpLạiToolStripMenuItem.Click += new System.EventHandler(this.đăngNhậpLạiToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showMenuToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(84, 20);
     this.viewToolStripMenuItem.Text = "Hiển thị menu";
     //
     // showMenuToolStripMenuItem
     //
     this.showMenuToolStripMenuItem.Name   = "showMenuToolStripMenuItem";
     this.showMenuToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.showMenuToolStripMenuItem.Text   = "Show Menu";
     this.showMenuToolStripMenuItem.Click += new System.EventHandler(this.showMenuToolStripMenuItem_Click);
     //
     // đónTiếpToolStripMenuItem
     //
     this.đónTiếpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.đónTiếpBệnhNhânToolStripMenuItem,
         this.danhSáchBệnhNhânToolStripMenuItem,
         this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem
     });
     this.đónTiếpToolStripMenuItem.Name = "đónTiếpToolStripMenuItem";
     this.đónTiếpToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
     this.đónTiếpToolStripMenuItem.Text = "Bệnh nhân";
     //
     // đónTiếpBệnhNhânToolStripMenuItem
     //
     this.đónTiếpBệnhNhânToolStripMenuItem.Name   = "đónTiếpBệnhNhânToolStripMenuItem";
     this.đónTiếpBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.đónTiếpBệnhNhânToolStripMenuItem.Text   = "Đón tiếp";
     this.đónTiếpBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.đónTiếpBệnhNhânToolStripMenuItem_Click);
     //
     // danhSáchBệnhNhânToolStripMenuItem
     //
     this.danhSáchBệnhNhânToolStripMenuItem.Name   = "danhSáchBệnhNhânToolStripMenuItem";
     this.danhSáchBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.danhSáchBệnhNhânToolStripMenuItem.Text   = "Danh sách bệnh nhân";
     this.danhSáchBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.danhSáchBệnhNhânToolStripMenuItem_Click);
     //
     // danhSáchDịchVụCủaBệnhNhânToolStripMenuItem
     //
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Name   = "danhSáchDịchVụCủaBệnhNhânToolStripMenuItem";
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Text   = "Danh sách dịch vụ của bệnh nhân";
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem_Click);
     //
     // báoCáoThốngKêToolStripMenuItem
     //
     this.báoCáoThốngKêToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.chọnBáoCáoToolStripMenuItem
     });
     this.báoCáoThốngKêToolStripMenuItem.Name = "báoCáoThốngKêToolStripMenuItem";
     this.báoCáoThốngKêToolStripMenuItem.Size = new System.Drawing.Size(102, 20);
     this.báoCáoThốngKêToolStripMenuItem.Text = "Báo cáo thống kê";
     //
     // chọnBáoCáoToolStripMenuItem
     //
     this.chọnBáoCáoToolStripMenuItem.Name   = "chọnBáoCáoToolStripMenuItem";
     this.chọnBáoCáoToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     this.chọnBáoCáoToolStripMenuItem.Text   = "Chọn báo cáo";
     this.chọnBáoCáoToolStripMenuItem.Click += new System.EventHandler(this.chọnBáoCáoToolStripMenuItem_Click);
     //
     // quảnTrịDanhMụcToolStripMenuItem
     //
     this.quảnTrịDanhMụcToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ngườiDùngToolStripMenuItem,
         this.danhMụcDịchVụToolStripMenuItem,
         this.danhMụcToolStripMenuItem
     });
     this.quảnTrịDanhMụcToolStripMenuItem.Name = "quảnTrịDanhMụcToolStripMenuItem";
     this.quảnTrịDanhMụcToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.quảnTrịDanhMụcToolStripMenuItem.Text = "Quản trị danh mục";
     //
     // ngườiDùngToolStripMenuItem
     //
     this.ngườiDùngToolStripMenuItem.Name   = "ngườiDùngToolStripMenuItem";
     this.ngườiDùngToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.ngườiDùngToolStripMenuItem.Text   = "Người dùng";
     this.ngườiDùngToolStripMenuItem.Click += new System.EventHandler(this.ngườiDùngToolStripMenuItem_Click);
     //
     // danhMụcDịchVụToolStripMenuItem
     //
     this.danhMụcDịchVụToolStripMenuItem.Name   = "danhMụcDịchVụToolStripMenuItem";
     this.danhMụcDịchVụToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.danhMụcDịchVụToolStripMenuItem.Text   = "Danh mục dịch vụ";
     this.danhMụcDịchVụToolStripMenuItem.Click += new System.EventHandler(this.danhMụcDịchVụToolStripMenuItem_Click);
     //
     // danhMụcToolStripMenuItem
     //
     this.danhMụcToolStripMenuItem.Name   = "danhMụcToolStripMenuItem";
     this.danhMụcToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.danhMụcToolStripMenuItem.Text   = "Danh mục phòng";
     this.danhMụcToolStripMenuItem.Click += new System.EventHandler(this.danhMụcToolStripMenuItem_Click);
     //
     // trợGToolStripMenuItem
     //
     this.trợGToolStripMenuItem.Name = "trợGToolStripMenuItem";
     this.trợGToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.trợGToolStripMenuItem.Text = "Trợ giúp";
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CaptionStyle        = Infragistics.Win.UltraWinDock.CaptionStyle.VSNet;
     dockableControlPane1.Control               = this.ultraExplorerBar1;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 30, 228, 493);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(228, 352);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl        = this;
     this.ultraDockManager1.ShowMaximizeButton = true;
     this.ultraDockManager1.ShowMinimizeButton = true;
     this.ultraDockManager1.WindowStyle        = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _FormMainUnpinnedTabAreaLeft
     //
     this._FormMainUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._FormMainUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 24);
     this._FormMainUnpinnedTabAreaLeft.Name     = "_FormMainUnpinnedTabAreaLeft";
     this._FormMainUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 352);
     this._FormMainUnpinnedTabAreaLeft.TabIndex = 29;
     //
     // _FormMainUnpinnedTabAreaRight
     //
     this._FormMainUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._FormMainUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaRight.Location = new System.Drawing.Point(918, 24);
     this._FormMainUnpinnedTabAreaRight.Name     = "_FormMainUnpinnedTabAreaRight";
     this._FormMainUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 352);
     this._FormMainUnpinnedTabAreaRight.TabIndex = 30;
     //
     // _FormMainUnpinnedTabAreaTop
     //
     this._FormMainUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._FormMainUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 24);
     this._FormMainUnpinnedTabAreaTop.Name     = "_FormMainUnpinnedTabAreaTop";
     this._FormMainUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaTop.Size     = new System.Drawing.Size(918, 0);
     this._FormMainUnpinnedTabAreaTop.TabIndex = 31;
     //
     // _FormMainUnpinnedTabAreaBottom
     //
     this._FormMainUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._FormMainUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 376);
     this._FormMainUnpinnedTabAreaBottom.Name     = "_FormMainUnpinnedTabAreaBottom";
     this._FormMainUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(918, 0);
     this._FormMainUnpinnedTabAreaBottom.TabIndex = 32;
     //
     // _FormMainAutoHideControl
     //
     this._FormMainAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainAutoHideControl.Location = new System.Drawing.Point(0, 0);
     this._FormMainAutoHideControl.Name     = "_FormMainAutoHideControl";
     this._FormMainAutoHideControl.Owner    = this.ultraDockManager1;
     this._FormMainAutoHideControl.Size     = new System.Drawing.Size(0, 0);
     this._FormMainAutoHideControl.TabIndex = 33;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 24);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(233, 352);
     this.windowDockingArea1.TabIndex = 34;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.ultraExplorerBar1);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(228, 352);
     this.dockableWindow1.TabIndex = 0;
     //
     // FormMain
     //
     this.ClientSize = new System.Drawing.Size(918, 376);
     this.Controls.Add(this._FormMainAutoHideControl);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._FormMainUnpinnedTabAreaTop);
     this.Controls.Add(this._FormMainUnpinnedTabAreaBottom);
     this.Controls.Add(this._FormMainUnpinnedTabAreaLeft);
     this.Controls.Add(this._FormMainUnpinnedTabAreaRight);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.KeyPreview     = true;
     this.Name           = "FormMain";
     this.Text           = "Quản lý phòng khám";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.FormMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 6
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.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
     Infragistics.UltraChart.Resources.Appearance.NumericDataPoint numericDataPoint1 = new Infragistics.UltraChart.Resources.Appearance.NumericDataPoint();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     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 appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = 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_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     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 appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarWeigh));
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FF_CLEARVALUE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTSTATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINTFLAG");
     Infragistics.Win.Appearance appearance24 = 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();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QHSP");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("5b8acd7d-e490-4d71-9a76-0e1f5de0745a"));
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("c5b64a87-9b91-46c1-af96-407f0c9a7a68"), new System.Guid("5b8acd7d-e490-4d71-9a76-0e1f5de0745a"), 0, new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f"));
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane4 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("1e06945f-66c7-4bbc-96f6-b60616076aa9"), new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f"), 0, new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657"), -1);
     this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.panelYCSP = new System.Windows.Forms.Panel();
     this.panel16 = new System.Windows.Forms.Panel();
     this.panel20 = new System.Windows.Forms.Panel();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.videoChannel8 = new System.Windows.Forms.PictureBox();
     this.panel15 = new System.Windows.Forms.Panel();
     this.panel19 = new System.Windows.Forms.Panel();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.videoChannel7 = new System.Windows.Forms.PictureBox();
     this.panel22 = new System.Windows.Forms.Panel();
     this.panel18 = new System.Windows.Forms.Panel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.videoChannel6 = new System.Windows.Forms.PictureBox();
     this.panel21 = new System.Windows.Forms.Panel();
     this.panel17 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.videoChannel5 = new System.Windows.Forms.PictureBox();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.picHT = new System.Windows.Forms.PictureBox();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelYYBF = new System.Windows.Forms.Panel();
     this.panel23 = new System.Windows.Forms.Panel();
     this.ultraGrid5 = 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.dataColumn52 = 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.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.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.dataColumn171 = new System.Data.DataColumn();
     this.dataColumn216 = new System.Data.DataColumn();
     this.dataColumn219 = new System.Data.DataColumn();
     this.dataColumn220 = 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.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.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn71 = 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.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn101 = 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.dataColumn113 = new System.Data.DataColumn();
     this.dataColumn114 = new System.Data.DataColumn();
     this.dataColumn115 = new System.Data.DataColumn();
     this.dataColumn176 = new System.Data.DataColumn();
     this.dataColumn177 = new System.Data.DataColumn();
     this.dataColumn178 = new System.Data.DataColumn();
     this.dataColumn179 = new System.Data.DataColumn();
     this.dataColumn180 = new System.Data.DataColumn();
     this.dataColumn181 = new System.Data.DataColumn();
     this.dataColumn182 = new System.Data.DataColumn();
     this.dataColumn183 = new System.Data.DataColumn();
     this.dataColumn184 = new System.Data.DataColumn();
     this.dataColumn185 = new System.Data.DataColumn();
     this.dataColumn186 = new System.Data.DataColumn();
     this.dataColumn187 = new System.Data.DataColumn();
     this.dataColumn188 = new System.Data.DataColumn();
     this.dataColumn189 = new System.Data.DataColumn();
     this.dataColumn204 = new System.Data.DataColumn();
     this.dataColumn205 = new System.Data.DataColumn();
     this.dataColumn206 = new System.Data.DataColumn();
     this.dataColumn207 = new System.Data.DataColumn();
     this.dataColumn208 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     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.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn172 = new System.Data.DataColumn();
     this.dataColumn173 = new System.Data.DataColumn();
     this.dataColumn174 = new System.Data.DataColumn();
     this.dataColumn175 = new System.Data.DataColumn();
     this.dataColumn217 = new System.Data.DataColumn();
     this.dataColumn218 = new System.Data.DataColumn();
     this.dataTable5 = new System.Data.DataTable();
     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.dataTable6 = new System.Data.DataTable();
     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.dataColumn221 = new System.Data.DataColumn();
     this.dataColumn222 = new System.Data.DataColumn();
     this.dataColumn223 = new System.Data.DataColumn();
     this.dataColumn224 = new System.Data.DataColumn();
     this.dataColumn225 = new System.Data.DataColumn();
     this.dataColumn226 = new System.Data.DataColumn();
     this.dataColumn227 = new System.Data.DataColumn();
     this.dataColumn228 = new System.Data.DataColumn();
     this.dataColumn229 = new System.Data.DataColumn();
     this.dataColumn230 = new System.Data.DataColumn();
     this.dataColumn231 = new System.Data.DataColumn();
     this.dataTable7 = new System.Data.DataTable();
     this.dataColumn116 = new System.Data.DataColumn();
     this.dataColumn117 = new System.Data.DataColumn();
     this.dataColumn118 = new System.Data.DataColumn();
     this.dataColumn119 = new System.Data.DataColumn();
     this.dataTable8 = new System.Data.DataTable();
     this.dataColumn120 = new System.Data.DataColumn();
     this.dataColumn121 = new System.Data.DataColumn();
     this.dataColumn122 = new System.Data.DataColumn();
     this.dataTable9 = new System.Data.DataTable();
     this.dataColumn123 = new System.Data.DataColumn();
     this.dataColumn124 = new System.Data.DataColumn();
     this.dataColumn125 = new System.Data.DataColumn();
     this.dataColumn126 = new System.Data.DataColumn();
     this.dataTable10 = new System.Data.DataTable();
     this.dataColumn127 = new System.Data.DataColumn();
     this.dataColumn128 = new System.Data.DataColumn();
     this.dataTable11 = new System.Data.DataTable();
     this.dataColumn129 = new System.Data.DataColumn();
     this.dataColumn130 = new System.Data.DataColumn();
     this.dataColumn131 = new System.Data.DataColumn();
     this.dataColumn132 = new System.Data.DataColumn();
     this.dataColumn133 = new System.Data.DataColumn();
     this.dataColumn134 = new System.Data.DataColumn();
     this.dataColumn135 = new System.Data.DataColumn();
     this.dataColumn136 = new System.Data.DataColumn();
     this.dataColumn137 = new System.Data.DataColumn();
     this.dataColumn138 = new System.Data.DataColumn();
     this.dataColumn139 = new System.Data.DataColumn();
     this.dataColumn140 = new System.Data.DataColumn();
     this.dataColumn141 = new System.Data.DataColumn();
     this.dataColumn142 = new System.Data.DataColumn();
     this.dataColumn143 = new System.Data.DataColumn();
     this.dataColumn144 = new System.Data.DataColumn();
     this.dataColumn145 = new System.Data.DataColumn();
     this.dataColumn146 = new System.Data.DataColumn();
     this.dataColumn147 = new System.Data.DataColumn();
     this.dataColumn148 = new System.Data.DataColumn();
     this.dataColumn149 = new System.Data.DataColumn();
     this.dataColumn150 = new System.Data.DataColumn();
     this.dataColumn151 = new System.Data.DataColumn();
     this.dataColumn152 = new System.Data.DataColumn();
     this.dataColumn153 = new System.Data.DataColumn();
     this.dataColumn154 = new System.Data.DataColumn();
     this.dataColumn155 = new System.Data.DataColumn();
     this.dataColumn156 = new System.Data.DataColumn();
     this.dataColumn157 = new System.Data.DataColumn();
     this.dataColumn158 = new System.Data.DataColumn();
     this.dataColumn159 = new System.Data.DataColumn();
     this.dataColumn160 = new System.Data.DataColumn();
     this.dataColumn161 = new System.Data.DataColumn();
     this.dataColumn162 = new System.Data.DataColumn();
     this.dataColumn163 = new System.Data.DataColumn();
     this.dataColumn164 = new System.Data.DataColumn();
     this.dataColumn165 = new System.Data.DataColumn();
     this.dataColumn166 = new System.Data.DataColumn();
     this.dataColumn167 = new System.Data.DataColumn();
     this.dataColumn168 = new System.Data.DataColumn();
     this.dataColumn169 = new System.Data.DataColumn();
     this.dataColumn170 = new System.Data.DataColumn();
     this.dataColumn190 = new System.Data.DataColumn();
     this.dataColumn191 = new System.Data.DataColumn();
     this.dataColumn192 = new System.Data.DataColumn();
     this.dataColumn193 = new System.Data.DataColumn();
     this.dataColumn194 = new System.Data.DataColumn();
     this.dataColumn195 = new System.Data.DataColumn();
     this.dataColumn196 = new System.Data.DataColumn();
     this.dataColumn197 = new System.Data.DataColumn();
     this.dataColumn198 = new System.Data.DataColumn();
     this.dataColumn199 = new System.Data.DataColumn();
     this.dataColumn200 = new System.Data.DataColumn();
     this.dataColumn201 = new System.Data.DataColumn();
     this.dataColumn202 = new System.Data.DataColumn();
     this.dataColumn203 = new System.Data.DataColumn();
     this.dataColumn209 = new System.Data.DataColumn();
     this.dataColumn210 = new System.Data.DataColumn();
     this.dataColumn211 = new System.Data.DataColumn();
     this.dataColumn212 = new System.Data.DataColumn();
     this.dataColumn213 = new System.Data.DataColumn();
     this.dataColumn214 = new System.Data.DataColumn();
     this.dataColumn215 = new System.Data.DataColumn();
     this.btn5 = new System.Windows.Forms.Button();
     this.btn6 = new System.Windows.Forms.Button();
     this.btn4 = new System.Windows.Forms.Button();
     this.btn3 = new System.Windows.Forms.Button();
     this.btn2 = new System.Windows.Forms.Button();
     this.btn1 = new System.Windows.Forms.Button();
     this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelSPKZ = new System.Windows.Forms.Panel();
     this.buttonSHORT = new System.Windows.Forms.Button();
     this.buttonLENGTH = new System.Windows.Forms.Button();
     this.buttonZOOMIN = new System.Windows.Forms.Button();
     this.buttonZOOMOUT = new System.Windows.Forms.Button();
     this.buttonRIGHTDOWN = new System.Windows.Forms.Button();
     this.buttonLEFTDOWN = new System.Windows.Forms.Button();
     this.buttonRIGHTUP = new System.Windows.Forms.Button();
     this.buttonLEFTUP = new System.Windows.Forms.Button();
     this.button15 = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.buttonRIGHT = new System.Windows.Forms.Button();
     this.buttonLEFT = new System.Windows.Forms.Button();
     this.buttonDOWN = new System.Windows.Forms.Button();
     this.buttonUP = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.panel7 = new System.Windows.Forms.Panel();
     this.ultraGroupBox4 = 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.weighEditorControl1 = new YGJZJL.Car.WeighEditorControl();
     this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.panel8 = new System.Windows.Forms.Panel();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.btnJG = new System.Windows.Forms.Button();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.rtuControl1 = new YGJZJL.Car.RtuControl();
     this.meterControl1 = new YGJZJL.Car.MeterControl();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel14 = new System.Windows.Forms.Panel();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.panel13 = new System.Windows.Forms.Panel();
     this.videoChannel4 = new System.Windows.Forms.PictureBox();
     this.panel12 = new System.Windows.Forms.Panel();
     this.videoChannel3 = new System.Windows.Forms.PictureBox();
     this.panel11 = new System.Windows.Forms.Panel();
     this.videoChannel2 = new System.Windows.Forms.PictureBox();
     this.panel10 = new System.Windows.Forms.Panel();
     this.videoChannel1 = new System.Windows.Forms.PictureBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.txtZZ = new System.Windows.Forms.TextBox();
     this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     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.bigVideoChannel = new System.Windows.Forms.PictureBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel6 = new System.Windows.Forms.Panel();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._FrmBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea4 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.ultraTabPageControl3.SuspendLayout();
     this.panelYCSP.SuspendLayout();
     this.panel16.SuspendLayout();
     this.panel20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel8)).BeginInit();
     this.panel15.SuspendLayout();
     this.panel19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel7)).BeginInit();
     this.panel22.SuspendLayout();
     this.panel18.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel6)).BeginInit();
     this.panel21.SuspendLayout();
     this.panel17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel5)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHT)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.panelYYBF.SuspendLayout();
     this.panel23.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).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.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
     this.panelSPKZ.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
     this.ultraExpandableGroupBox2.SuspendLayout();
     this.ultraExpandableGroupBoxPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel4.SuspendLayout();
     this.panel14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel4)).BeginInit();
     this.panel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel3)).BeginInit();
     this.panel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel2)).BeginInit();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bigVideoChannel)).BeginInit();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._FrmBaseAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.dockableWindow2.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Controls.Add(this.panelYCSP);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl3, null);
     this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 20);
     this.ultraTabPageControl3.Name = "ultraTabPageControl3";
     this.ultraTabPageControl3.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl3, null);
     //
     // panelYCSP
     //
     this.panelYCSP.AutoScroll = true;
     this.panelYCSP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelYCSP.Controls.Add(this.panel16);
     this.panelYCSP.Controls.Add(this.panel15);
     this.panelYCSP.Controls.Add(this.panel22);
     this.panelYCSP.Controls.Add(this.panel21);
     this.coreBind.SetDatabasecommand(this.panelYCSP, null);
     this.panelYCSP.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelYCSP.Location = new System.Drawing.Point(0, 0);
     this.panelYCSP.Name = "panelYCSP";
     this.panelYCSP.Size = new System.Drawing.Size(587, 198);
     this.panelYCSP.TabIndex = 17;
     this.coreBind.SetVerification(this.panelYCSP, null);
     //
     // panel16
     //
     this.panel16.Controls.Add(this.panel20);
     this.panel16.Controls.Add(this.videoChannel8);
     this.coreBind.SetDatabasecommand(this.panel16, null);
     this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel16.Location = new System.Drawing.Point(900, 0);
     this.panel16.Name = "panel16";
     this.panel16.Size = new System.Drawing.Size(300, 181);
     this.panel16.TabIndex = 5;
     this.coreBind.SetVerification(this.panel16, null);
     //
     // panel20
     //
     this.panel20.Controls.Add(this.pictureBox4);
     this.coreBind.SetDatabasecommand(this.panel20, null);
     this.panel20.Location = new System.Drawing.Point(0, 0);
     this.panel20.Name = "panel20";
     this.panel20.Size = new System.Drawing.Size(29, 23);
     this.panel20.TabIndex = 5;
     this.coreBind.SetVerification(this.panel20, null);
     this.panel20.Visible = false;
     //
     // pictureBox4
     //
     this.coreBind.SetDatabasecommand(this.pictureBox4, null);
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox4.Location = new System.Drawing.Point(0, 0);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(29, 23);
     this.pictureBox4.TabIndex = 0;
     this.pictureBox4.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox4, null);
     //
     // videoChannel8
     //
     this.videoChannel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel8, null);
     this.videoChannel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel8.Location = new System.Drawing.Point(0, 0);
     this.videoChannel8.Name = "videoChannel8";
     this.videoChannel8.Size = new System.Drawing.Size(300, 181);
     this.videoChannel8.TabIndex = 2;
     this.videoChannel8.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel8, null);
     this.videoChannel8.DoubleClick += new System.EventHandler(this.videoChannel8_DoubleClick);
     //
     // panel15
     //
     this.panel15.Controls.Add(this.panel19);
     this.panel15.Controls.Add(this.videoChannel7);
     this.coreBind.SetDatabasecommand(this.panel15, null);
     this.panel15.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel15.Location = new System.Drawing.Point(600, 0);
     this.panel15.Name = "panel15";
     this.panel15.Size = new System.Drawing.Size(300, 181);
     this.panel15.TabIndex = 4;
     this.coreBind.SetVerification(this.panel15, null);
     //
     // panel19
     //
     this.panel19.Controls.Add(this.pictureBox3);
     this.coreBind.SetDatabasecommand(this.panel19, null);
     this.panel19.Location = new System.Drawing.Point(0, 0);
     this.panel19.Name = "panel19";
     this.panel19.Size = new System.Drawing.Size(29, 23);
     this.panel19.TabIndex = 5;
     this.coreBind.SetVerification(this.panel19, null);
     this.panel19.Visible = false;
     //
     // pictureBox3
     //
     this.coreBind.SetDatabasecommand(this.pictureBox3, null);
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox3.Location = new System.Drawing.Point(0, 0);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(29, 23);
     this.pictureBox3.TabIndex = 0;
     this.pictureBox3.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox3, null);
     //
     // videoChannel7
     //
     this.videoChannel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel7, null);
     this.videoChannel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel7.Location = new System.Drawing.Point(0, 0);
     this.videoChannel7.Name = "videoChannel7";
     this.videoChannel7.Size = new System.Drawing.Size(300, 181);
     this.videoChannel7.TabIndex = 2;
     this.videoChannel7.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel7, null);
     this.videoChannel7.DoubleClick += new System.EventHandler(this.videoChannel7_DoubleClick);
     //
     // panel22
     //
     this.panel22.Controls.Add(this.panel18);
     this.panel22.Controls.Add(this.videoChannel6);
     this.coreBind.SetDatabasecommand(this.panel22, null);
     this.panel22.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel22.Location = new System.Drawing.Point(300, 0);
     this.panel22.Name = "panel22";
     this.panel22.Size = new System.Drawing.Size(300, 181);
     this.panel22.TabIndex = 3;
     this.coreBind.SetVerification(this.panel22, null);
     //
     // panel18
     //
     this.panel18.Controls.Add(this.pictureBox2);
     this.coreBind.SetDatabasecommand(this.panel18, null);
     this.panel18.Location = new System.Drawing.Point(0, 0);
     this.panel18.Name = "panel18";
     this.panel18.Size = new System.Drawing.Size(29, 23);
     this.panel18.TabIndex = 5;
     this.coreBind.SetVerification(this.panel18, null);
     this.panel18.Visible = false;
     //
     // pictureBox2
     //
     this.coreBind.SetDatabasecommand(this.pictureBox2, null);
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(29, 23);
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox2, null);
     //
     // videoChannel6
     //
     this.videoChannel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel6, null);
     this.videoChannel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel6.Location = new System.Drawing.Point(0, 0);
     this.videoChannel6.Name = "videoChannel6";
     this.videoChannel6.Size = new System.Drawing.Size(300, 181);
     this.videoChannel6.TabIndex = 2;
     this.videoChannel6.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel6, null);
     this.videoChannel6.DoubleClick += new System.EventHandler(this.videoChannel6_DoubleClick);
     this.videoChannel6.Click += new System.EventHandler(this.pictureBox2_Click);
     //
     // panel21
     //
     this.panel21.Controls.Add(this.panel17);
     this.panel21.Controls.Add(this.videoChannel5);
     this.coreBind.SetDatabasecommand(this.panel21, null);
     this.panel21.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel21.Location = new System.Drawing.Point(0, 0);
     this.panel21.Name = "panel21";
     this.panel21.Size = new System.Drawing.Size(300, 181);
     this.panel21.TabIndex = 0;
     this.coreBind.SetVerification(this.panel21, null);
     //
     // panel17
     //
     this.panel17.Controls.Add(this.pictureBox1);
     this.coreBind.SetDatabasecommand(this.panel17, null);
     this.panel17.Location = new System.Drawing.Point(0, 0);
     this.panel17.Name = "panel17";
     this.panel17.Size = new System.Drawing.Size(29, 23);
     this.panel17.TabIndex = 4;
     this.coreBind.SetVerification(this.panel17, null);
     this.panel17.Visible = false;
     //
     // pictureBox1
     //
     this.coreBind.SetDatabasecommand(this.pictureBox1, null);
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(29, 23);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox1, null);
     //
     // videoChannel5
     //
     this.videoChannel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel5, null);
     this.videoChannel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel5.Location = new System.Drawing.Point(0, 0);
     this.videoChannel5.Name = "videoChannel5";
     this.videoChannel5.Size = new System.Drawing.Size(300, 181);
     this.videoChannel5.TabIndex = 3;
     this.videoChannel5.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel5, null);
     this.videoChannel5.DoubleClick += new System.EventHandler(this.videoChannel5_DoubleClick);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraChart1);
     this.ultraTabPageControl2.Controls.Add(this.picHT);
     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(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl2, 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.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart1
     //
     this.ultraChart1.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.ultraChart1.Axis.PE = paintElement1;
     this.ultraChart1.Axis.X.Extent = 5;
     this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.Visible = false;
     this.ultraChart1.Axis.X.LineThickness = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart1.Axis.X.TickmarkPercentage = 5;
     this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible = true;
     this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.Visible = false;
     this.ultraChart1.Axis.X2.LineThickness = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible = false;
     this.ultraChart1.Axis.Y.Extent = 40;
     this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Y.TickmarkInterval = 0.2;
     this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible = true;
     this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.Visible = false;
     this.ultraChart1.Axis.Y2.LineThickness = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval = 50;
     this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible = false;
     this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.Visible = false;
     this.ultraChart1.Axis.Z.LineThickness = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible = false;
     this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.Visible = false;
     this.ultraChart1.Axis.Z2.LineThickness = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible = false;
     this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     numericSeries1.Key = "series1";
     paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     numericDataPoint1.PE = paintElement2;
     numericSeries1.Points.AddRange(new Infragistics.UltraChart.Resources.Appearance.NumericDataPoint[] {
     numericDataPoint1});
     this.ultraChart1.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
     numericSeries1});
     this.ultraChart1.Data.DataMember = "曲线图";
     this.coreBind.SetDatabasecommand(this.ultraChart1, null);
     this.ultraChart1.DataMember = "曲线图";
     this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name = "ultraChart1";
     this.ultraChart1.Size = new System.Drawing.Size(587, 198);
     this.ultraChart1.TabIndex = 3;
     this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart1, null);
     //
     // picHT
     //
     this.coreBind.SetDatabasecommand(this.picHT, null);
     this.picHT.Dock = System.Windows.Forms.DockStyle.Fill;
     this.picHT.Location = new System.Drawing.Point(0, 0);
     this.picHT.Name = "picHT";
     this.picHT.Size = new System.Drawing.Size(587, 198);
     this.picHT.TabIndex = 1;
     this.picHT.TabStop = false;
     this.coreBind.SetVerification(this.picHT, null);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     appearance31.BackColor = System.Drawing.Color.White;
     appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance31;
     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;
     appearance32.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance32;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance33.BackColor2 = System.Drawing.Color.White;
     appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance33.FontData.SizeInPoints = 11F;
     appearance33.FontData.UnderlineAsString = "False";
     appearance33.ForeColor = System.Drawing.Color.Black;
     appearance33.TextHAlignAsString = "Center";
     appearance33.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance33;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance34;
     appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance35;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance36.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance36;
     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(0, 0);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(587, 198);
     this.ultraGrid3.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClick += new System.EventHandler(this.ultraGrid3_DoubleClick);
     //
     // panelYYBF
     //
     this.panelYYBF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelYYBF.Controls.Add(this.panel23);
     this.panelYYBF.Controls.Add(this.btn5);
     this.panelYYBF.Controls.Add(this.btn6);
     this.panelYYBF.Controls.Add(this.btn4);
     this.panelYYBF.Controls.Add(this.btn3);
     this.panelYYBF.Controls.Add(this.btn2);
     this.panelYYBF.Controls.Add(this.btn1);
     this.panelYYBF.Controls.Add(this.ultraGrid4);
     this.coreBind.SetDatabasecommand(this.panelYYBF, null);
     this.panelYYBF.Location = new System.Drawing.Point(0, 28);
     this.panelYYBF.Name = "panelYYBF";
     this.panelYYBF.Size = new System.Drawing.Size(133, 718);
     this.panelYYBF.TabIndex = 8;
     this.panelYYBF.Tag = "";
     this.coreBind.SetVerification(this.panelYYBF, null);
     //
     // panel23
     //
     this.panel23.Controls.Add(this.ultraGrid5);
     this.coreBind.SetDatabasecommand(this.panel23, null);
     this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel23.Location = new System.Drawing.Point(0, 0);
     this.panel23.Name = "panel23";
     this.panel23.Size = new System.Drawing.Size(133, 718);
     this.panel23.TabIndex = 33;
     this.coreBind.SetVerification(this.panel23, null);
     //
     // ultraGrid5
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
     this.ultraGrid5.DataMember = "语音表";
     this.ultraGrid5.DataSource = this.dataSet1;
     appearance19.BackColor = System.Drawing.Color.White;
     appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid5.DisplayLayout.Appearance = appearance19;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.Hidden = true;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4});
     this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
     appearance20.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance20;
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance21.BackColor2 = System.Drawing.Color.White;
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance21.FontData.SizeInPoints = 11F;
     appearance21.FontData.UnderlineAsString = "False";
     appearance21.ForeColor = System.Drawing.Color.Black;
     appearance21.TextHAlignAsString = "Center";
     appearance21.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance21;
     appearance22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance22;
     appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance23.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance23;
     this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance25.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance25.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance25;
     this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid5.Name = "ultraGrid5";
     this.ultraGrid5.Size = new System.Drawing.Size(133, 718);
     this.ultraGrid5.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid5, null);
     this.ultraGrid5.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid5_ClickCell);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3,
     this.dataTable4,
     this.dataTable5,
     this.dataTable6,
     this.dataTable7,
     this.dataTable8,
     this.dataTable9,
     this.dataTable10,
     this.dataTable11});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn52,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70,
     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.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn171,
     this.dataColumn216,
     this.dataColumn219,
     this.dataColumn220});
     this.dataTable1.TableName = "计量点基础表";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "计量点编码";
     this.dataColumn1.ColumnName = "FS_POINTCODE";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "计量点";
     this.dataColumn2.ColumnName = "FS_POINTNAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "接管";
     this.dataColumn3.ColumnName = "XZ";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "接管标志";
     this.dataColumn52.ColumnName = "FS_SIGN";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "仪表类型";
     this.dataColumn63.ColumnName = "FS_METERTYPE";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "仪表参数";
     this.dataColumn64.ColumnName = "FS_METERPARA";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "IP";
     this.dataColumn65.ColumnName = "FS_MOXAIP";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "端口";
     this.dataColumn66.ColumnName = "FS_MOXAPORT";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "VIEDOIP";
     this.dataColumn67.ColumnName = "FS_VIEDOIP";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "录像机端口";
     this.dataColumn68.ColumnName = "FS_VIEDOPORT";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "用户名";
     this.dataColumn69.ColumnName = "FS_VIEDOUSER";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "密码";
     this.dataColumn70.ColumnName = "FS_VIEDOPWD";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "FS_POINTDEPART";
     this.dataColumn72.ColumnName = "FS_POINTDEPART";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "FS_POINTTYPE";
     this.dataColumn73.ColumnName = "FS_POINTTYPE";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "FS_RTUIP";
     this.dataColumn74.ColumnName = "FS_RTUIP";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "FS_RTUPORT";
     this.dataColumn75.ColumnName = "FS_RTUPORT";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "FS_PRINTERIP";
     this.dataColumn76.ColumnName = "FS_PRINTERIP";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "FS_PRINTERNAME";
     this.dataColumn77.ColumnName = "FS_PRINTERNAME";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "FS_PRINTTYPECODE";
     this.dataColumn78.ColumnName = "FS_PRINTTYPECODE";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "FN_USEDPRINTPAPER";
     this.dataColumn79.ColumnName = "FN_USEDPRINTPAPER";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "FN_USEDPRINTINK";
     this.dataColumn80.ColumnName = "FN_USEDPRINTINK";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "FS_LEDIP";
     this.dataColumn81.ColumnName = "FS_LEDIP";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "FS_LEDPORT";
     this.dataColumn82.ColumnName = "FS_LEDPORT";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "FN_VALUE";
     this.dataColumn83.ColumnName = "FN_VALUE";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "FS_ALLOWOTHERTARE";
     this.dataColumn84.ColumnName = "FS_ALLOWOTHERTARE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "FS_DISPLAYPORT";
     this.dataColumn85.ColumnName = "FS_DISPLAYPORT";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "FS_DISPLAYPARA";
     this.dataColumn86.ColumnName = "FS_DISPLAYPARA";
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "FS_READERPORT";
     this.dataColumn87.ColumnName = "FS_READERPORT";
     //
     // dataColumn88
     //
     this.dataColumn88.Caption = "FS_READERPARA";
     this.dataColumn88.ColumnName = "FS_READERPARA";
     //
     // dataColumn89
     //
     this.dataColumn89.Caption = "FS_READERTYPE";
     this.dataColumn89.ColumnName = "FS_READERTYPE";
     //
     // dataColumn90
     //
     this.dataColumn90.Caption = "FS_DISPLAYTYPE";
     this.dataColumn90.ColumnName = "FS_DISPLAYTYPE";
     //
     // dataColumn91
     //
     this.dataColumn91.Caption = "FS_LEDTYPE";
     this.dataColumn91.ColumnName = "FS_LEDTYPE";
     //
     // dataColumn171
     //
     this.dataColumn171.ColumnName = "FF_CLEARVALUE";
     //
     // dataColumn216
     //
     this.dataColumn216.Caption = "计量点状态";
     this.dataColumn216.ColumnName = "FS_POINTSTATE";
     //
     // dataColumn219
     //
     this.dataColumn219.ColumnName = "FS_IP";
     //
     // dataColumn220
     //
     this.dataColumn220.ColumnName = "FN_POINTFLAG";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     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.dataColumn51,
     this.dataColumn71,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn102,
     this.dataColumn101,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112,
     this.dataColumn113,
     this.dataColumn114,
     this.dataColumn115,
     this.dataColumn176,
     this.dataColumn177,
     this.dataColumn178,
     this.dataColumn179,
     this.dataColumn180,
     this.dataColumn181,
     this.dataColumn182,
     this.dataColumn183,
     this.dataColumn184,
     this.dataColumn185,
     this.dataColumn186,
     this.dataColumn187,
     this.dataColumn188,
     this.dataColumn189,
     this.dataColumn204,
     this.dataColumn205,
     this.dataColumn206,
     this.dataColumn207,
     this.dataColumn208});
     this.dataTable2.TableName = "一次计量表";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "作业编号";
     this.dataColumn4.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "预报号";
     this.dataColumn5.ColumnName = "FS_PLANCODE";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "合同号";
     this.dataColumn6.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "合同项目编号";
     this.dataColumn7.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "炉号";
     this.dataColumn8.ColumnName = "FS_STOVENO";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "支数";
     this.dataColumn9.ColumnName = "FN_COUNT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "卡号";
     this.dataColumn10.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "车号";
     this.dataColumn11.ColumnName = "FS_CARNO";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "重量";
     this.dataColumn12.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "计量点";
     this.dataColumn13.ColumnName = "FS_POUND";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "计量员";
     this.dataColumn14.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "计量时间";
     this.dataColumn15.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "班次";
     this.dataColumn16.ColumnName = "FS_SHIFT";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "流向";
     this.dataColumn17.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "发货单位";
     this.dataColumn18.ColumnName = "FS_SENDER";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "收货单位";
     this.dataColumn19.ColumnName = "FS_RECEIVER";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "承运单位";
     this.dataColumn20.ColumnName = "FS_TRANSNO";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "物料名称";
     this.dataColumn51.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "是否异常";
     this.dataColumn71.ColumnName = "FS_YCSFYC";
     //
     // dataColumn94
     //
     this.dataColumn94.Caption = "发货库存点代码";
     this.dataColumn94.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn95
     //
     this.dataColumn95.Caption = "收货库存点代码";
     this.dataColumn95.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn96
     //
     this.dataColumn96.Caption = "磅房编号";
     this.dataColumn96.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn97
     //
     this.dataColumn97.Caption = "预报总重";
     this.dataColumn97.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn98
     //
     this.dataColumn98.Caption = "预报皮重";
     this.dataColumn98.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn99
     //
     this.dataColumn99.Caption = "预报净量";
     this.dataColumn99.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn100
     //
     this.dataColumn100.Caption = "班别";
     this.dataColumn100.ColumnName = "FS_TERM";
     //
     // dataColumn102
     //
     this.dataColumn102.Caption = "发货单位";
     this.dataColumn102.ColumnName = "FS_FHDW";
     //
     // dataColumn101
     //
     this.dataColumn101.Caption = "收货单位";
     this.dataColumn101.ColumnName = "FS_SHDW";
     //
     // dataColumn103
     //
     this.dataColumn103.Caption = "承运单位";
     this.dataColumn103.ColumnName = "FS_CYDW";
     //
     // dataColumn104
     //
     this.dataColumn104.Caption = "流向";
     this.dataColumn104.ColumnName = "FS_LX";
     //
     // dataColumn105
     //
     this.dataColumn105.Caption = "装车入库时间";
     this.dataColumn105.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn106
     //
     this.dataColumn106.Caption = "装车出库时间";
     this.dataColumn106.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn113
     //
     this.dataColumn113.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn114
     //
     this.dataColumn114.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn115
     //
     this.dataColumn115.ColumnName = "FS_MATERIAL";
     //
     // dataColumn176
     //
     this.dataColumn176.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn177
     //
     this.dataColumn177.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn178
     //
     this.dataColumn178.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn179
     //
     this.dataColumn179.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn180
     //
     this.dataColumn180.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn181
     //
     this.dataColumn181.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn182
     //
     this.dataColumn182.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn183
     //
     this.dataColumn183.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn184
     //
     this.dataColumn184.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn185
     //
     this.dataColumn185.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn186
     //
     this.dataColumn186.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn187
     //
     this.dataColumn187.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn188
     //
     this.dataColumn188.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn189
     //
     this.dataColumn189.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn204
     //
     this.dataColumn204.Caption = "应扣量";
     this.dataColumn204.ColumnName = "FS_YKL";
     //
     // dataColumn205
     //
     this.dataColumn205.Caption = "复磅标志";
     this.dataColumn205.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn206
     //
     this.dataColumn206.Caption = "复磅确认时间";
     this.dataColumn206.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn207
     //
     this.dataColumn207.Caption = "复磅确认地点";
     this.dataColumn207.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn208
     //
     this.dataColumn208.Caption = "复磅确认员";
     this.dataColumn208.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn92,
     this.dataColumn93});
     this.dataTable3.TableName = "语音表";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "声音名称";
     this.dataColumn21.ColumnName = "FS_VOICENAME";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "计量类型汽车衡";
     this.dataColumn22.ColumnName = "FS_INSTRTYPE";
     //
     // dataColumn92
     //
     this.dataColumn92.Caption = "描述";
     this.dataColumn92.ColumnName = "FS_MEMO";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "FS_VOICEFILE";
     this.dataColumn93.DataType = typeof(byte[]);
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     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.dataColumn53,
     this.dataColumn172,
     this.dataColumn173,
     this.dataColumn174,
     this.dataColumn175,
     this.dataColumn217,
     this.dataColumn218});
     this.dataTable4.TableName = "预报表";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FS_PLANCODE";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_CARNO";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FS_SENDER";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_MATERIAL";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_RECEIVERFACTORY";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_TRANSNO";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FS_STOVENO";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "期限皮重标志";
     this.dataColumn53.ColumnName = "FS_LEVEL";
     //
     // dataColumn172
     //
     this.dataColumn172.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn173
     //
     this.dataColumn173.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn174
     //
     this.dataColumn174.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn175
     //
     this.dataColumn175.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn217
     //
     this.dataColumn217.Caption = "供应商";
     this.dataColumn217.ColumnName = "FS_PROVIDER";
     //
     // dataColumn218
     //
     this.dataColumn218.ColumnName = "FS_DRIVERREMARK";
     //
     // dataTable5
     //
     this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
     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.dataTable5.TableName = "图片表";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "作业编号";
     this.dataColumn36.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FB_IMAGE1";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "FB_IMAGE2";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FB_IMAGE3";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FB_IMAGE4";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "FB_IMAGE5";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "FB_IMAGE6";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FB_IMAGE7";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FB_IMAGE8";
     //
     // dataColumn45
     //
     this.dataColumn45.ColumnName = "FB_IMAGE9";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FB_IMAGE10";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FB_IMAGE11";
     //
     // dataColumn48
     //
     this.dataColumn48.ColumnName = "FB_IMAGE12";
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FB_IMAGEYCJL";
     //
     // dataColumn50
     //
     this.dataColumn50.ColumnName = "FB_IMAGEECJL";
     //
     // dataTable6
     //
     this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn221,
     this.dataColumn222,
     this.dataColumn223,
     this.dataColumn224,
     this.dataColumn225,
     this.dataColumn226,
     this.dataColumn227,
     this.dataColumn228,
     this.dataColumn229,
     this.dataColumn230,
     this.dataColumn231});
     this.dataTable6.TableName = "曲线图";
     //
     // dataColumn54
     //
     this.dataColumn54.ColumnName = "ZL1";
     this.dataColumn54.DataType = typeof(decimal);
     //
     // dataColumn55
     //
     this.dataColumn55.ColumnName = "ZL2";
     this.dataColumn55.DataType = typeof(decimal);
     //
     // dataColumn56
     //
     this.dataColumn56.ColumnName = "ZL3";
     this.dataColumn56.DataType = typeof(decimal);
     //
     // dataColumn57
     //
     this.dataColumn57.ColumnName = "ZL4";
     this.dataColumn57.DataType = typeof(decimal);
     //
     // dataColumn58
     //
     this.dataColumn58.ColumnName = "ZL5";
     this.dataColumn58.DataType = typeof(decimal);
     //
     // dataColumn59
     //
     this.dataColumn59.ColumnName = "ZL6";
     this.dataColumn59.DataType = typeof(decimal);
     //
     // dataColumn60
     //
     this.dataColumn60.ColumnName = "ZL7";
     this.dataColumn60.DataType = typeof(decimal);
     //
     // dataColumn61
     //
     this.dataColumn61.ColumnName = "ZL8";
     this.dataColumn61.DataType = typeof(decimal);
     //
     // dataColumn62
     //
     this.dataColumn62.ColumnName = "ZL9";
     this.dataColumn62.DataType = typeof(decimal);
     //
     // dataColumn221
     //
     this.dataColumn221.ColumnName = "ZL10";
     //
     // dataColumn222
     //
     this.dataColumn222.ColumnName = "ZL11";
     //
     // dataColumn223
     //
     this.dataColumn223.ColumnName = "ZL12";
     //
     // dataColumn224
     //
     this.dataColumn224.ColumnName = "ZL13";
     //
     // dataColumn225
     //
     this.dataColumn225.ColumnName = "ZL14";
     //
     // dataColumn226
     //
     this.dataColumn226.ColumnName = "ZL15";
     //
     // dataColumn227
     //
     this.dataColumn227.ColumnName = "ZL16";
     //
     // dataColumn228
     //
     this.dataColumn228.ColumnName = "ZL17";
     //
     // dataColumn229
     //
     this.dataColumn229.ColumnName = "ZL18";
     //
     // dataColumn230
     //
     this.dataColumn230.ColumnName = "ZL19";
     //
     // dataColumn231
     //
     this.dataColumn231.ColumnName = "ZL20";
     //
     // dataTable7
     //
     this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn116,
     this.dataColumn117,
     this.dataColumn118,
     this.dataColumn119});
     this.dataTable7.TableName = "物料表";
     //
     // dataColumn116
     //
     this.dataColumn116.ColumnName = "FS_POINTNO";
     //
     // dataColumn117
     //
     this.dataColumn117.ColumnName = "FS_MATERIALNO";
     //
     // dataColumn118
     //
     this.dataColumn118.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn119
     //
     this.dataColumn119.ColumnName = "FN_TIMES";
     //
     // dataTable8
     //
     this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn120,
     this.dataColumn121,
     this.dataColumn122});
     this.dataTable8.TableName = "发货单位表";
     //
     // dataColumn120
     //
     this.dataColumn120.ColumnName = "FS_POINTNO";
     //
     // dataColumn121
     //
     this.dataColumn121.ColumnName = "FS_SUPPLIER";
     //
     // dataColumn122
     //
     this.dataColumn122.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataTable9
     //
     this.dataTable9.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn123,
     this.dataColumn124,
     this.dataColumn125,
     this.dataColumn126});
     this.dataTable9.TableName = "收货单位表";
     //
     // dataColumn123
     //
     this.dataColumn123.ColumnName = "FS_POINTNO";
     //
     // dataColumn124
     //
     this.dataColumn124.ColumnName = "FS_RECEIVER";
     //
     // dataColumn125
     //
     this.dataColumn125.ColumnName = "FS_MEMO";
     //
     // dataColumn126
     //
     this.dataColumn126.ColumnName = "FN_TIMES";
     //
     // dataTable10
     //
     this.dataTable10.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn127,
     this.dataColumn128});
     this.dataTable10.TableName = "承运单位表";
     //
     // dataColumn127
     //
     this.dataColumn127.ColumnName = "FS_TRANSNO";
     //
     // dataColumn128
     //
     this.dataColumn128.ColumnName = "FS_TRANSNAME";
     //
     // dataTable11
     //
     this.dataTable11.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn129,
     this.dataColumn130,
     this.dataColumn131,
     this.dataColumn132,
     this.dataColumn133,
     this.dataColumn134,
     this.dataColumn135,
     this.dataColumn136,
     this.dataColumn137,
     this.dataColumn138,
     this.dataColumn139,
     this.dataColumn140,
     this.dataColumn141,
     this.dataColumn142,
     this.dataColumn143,
     this.dataColumn144,
     this.dataColumn145,
     this.dataColumn146,
     this.dataColumn147,
     this.dataColumn148,
     this.dataColumn149,
     this.dataColumn150,
     this.dataColumn151,
     this.dataColumn152,
     this.dataColumn153,
     this.dataColumn154,
     this.dataColumn155,
     this.dataColumn156,
     this.dataColumn157,
     this.dataColumn158,
     this.dataColumn159,
     this.dataColumn160,
     this.dataColumn161,
     this.dataColumn162,
     this.dataColumn163,
     this.dataColumn164,
     this.dataColumn165,
     this.dataColumn166,
     this.dataColumn167,
     this.dataColumn168,
     this.dataColumn169,
     this.dataColumn170,
     this.dataColumn190,
     this.dataColumn191,
     this.dataColumn192,
     this.dataColumn193,
     this.dataColumn194,
     this.dataColumn195,
     this.dataColumn196,
     this.dataColumn197,
     this.dataColumn198,
     this.dataColumn199,
     this.dataColumn200,
     this.dataColumn201,
     this.dataColumn202,
     this.dataColumn203,
     this.dataColumn209,
     this.dataColumn210,
     this.dataColumn211,
     this.dataColumn212,
     this.dataColumn213,
     this.dataColumn214,
     this.dataColumn215});
     this.dataTable11.TableName = "绑定一次计量表";
     //
     // dataColumn129
     //
     this.dataColumn129.Caption = "作业编号";
     this.dataColumn129.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn130
     //
     this.dataColumn130.Caption = "预报号";
     this.dataColumn130.ColumnName = "FS_PLANCODE";
     //
     // dataColumn131
     //
     this.dataColumn131.Caption = "卡号";
     this.dataColumn131.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn132
     //
     this.dataColumn132.Caption = "车号";
     this.dataColumn132.ColumnName = "FS_CARNO";
     //
     // dataColumn133
     //
     this.dataColumn133.Caption = "合同号";
     this.dataColumn133.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn134
     //
     this.dataColumn134.Caption = "合同项目编号";
     this.dataColumn134.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn135
     //
     this.dataColumn135.Caption = "物资代码";
     this.dataColumn135.ColumnName = "FS_MATERIAL";
     //
     // dataColumn136
     //
     this.dataColumn136.Caption = "物料名称";
     this.dataColumn136.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn137
     //
     this.dataColumn137.Caption = "流向代码";
     this.dataColumn137.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn138
     //
     this.dataColumn138.Caption = "流向";
     this.dataColumn138.ColumnName = "FS_LX";
     //
     // dataColumn139
     //
     this.dataColumn139.Caption = "发货单位代码";
     this.dataColumn139.ColumnName = "FS_SENDER";
     //
     // dataColumn140
     //
     this.dataColumn140.Caption = "发货单位";
     this.dataColumn140.ColumnName = "FS_FHDW";
     //
     // dataColumn141
     //
     this.dataColumn141.Caption = "发货库存点代码";
     this.dataColumn141.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn142
     //
     this.dataColumn142.Caption = "收货工厂代码";
     this.dataColumn142.ColumnName = "FS_RECEIVER";
     //
     // dataColumn143
     //
     this.dataColumn143.Caption = "收货单位";
     this.dataColumn143.ColumnName = "FS_SHDW";
     //
     // dataColumn144
     //
     this.dataColumn144.Caption = "承运方代码";
     this.dataColumn144.ColumnName = "FS_TRANSNO";
     //
     // dataColumn145
     //
     this.dataColumn145.Caption = "承运单位";
     this.dataColumn145.ColumnName = "FS_CYDW";
     //
     // dataColumn146
     //
     this.dataColumn146.Caption = "收货库存点代码";
     this.dataColumn146.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn147
     //
     this.dataColumn147.Caption = "磅房编号";
     this.dataColumn147.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn148
     //
     this.dataColumn148.Caption = "计量点";
     this.dataColumn148.ColumnName = "FS_POUND";
     //
     // dataColumn149
     //
     this.dataColumn149.Caption = "预报总重";
     this.dataColumn149.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn150
     //
     this.dataColumn150.Caption = "预报皮重";
     this.dataColumn150.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn151
     //
     this.dataColumn151.Caption = "预报净量";
     this.dataColumn151.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn152
     //
     this.dataColumn152.Caption = "重量";
     this.dataColumn152.ColumnName = "FN_WEIGHT";
     //
     // dataColumn153
     //
     this.dataColumn153.Caption = "计量员";
     this.dataColumn153.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn154
     //
     this.dataColumn154.Caption = "计量时间";
     this.dataColumn154.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn155
     //
     this.dataColumn155.Caption = "班次";
     this.dataColumn155.ColumnName = "FS_SHIFT";
     //
     // dataColumn156
     //
     this.dataColumn156.Caption = "班别";
     this.dataColumn156.ColumnName = "FS_TERM";
     //
     // dataColumn157
     //
     this.dataColumn157.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn158
     //
     this.dataColumn158.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn159
     //
     this.dataColumn159.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn160
     //
     this.dataColumn160.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataColumn161
     //
     this.dataColumn161.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn162
     //
     this.dataColumn162.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn163
     //
     this.dataColumn163.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn164
     //
     this.dataColumn164.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn165
     //
     this.dataColumn165.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn166
     //
     this.dataColumn166.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn167
     //
     this.dataColumn167.Caption = "是否异常";
     this.dataColumn167.ColumnName = "FS_YCSFYC";
     //
     // dataColumn168
     //
     this.dataColumn168.Caption = "应扣量";
     this.dataColumn168.ColumnName = "FS_YKL";
     //
     // dataColumn169
     //
     this.dataColumn169.Caption = "炉号";
     this.dataColumn169.ColumnName = "FS_STOVENO";
     //
     // dataColumn170
     //
     this.dataColumn170.Caption = "支数";
     this.dataColumn170.ColumnName = "FN_COUNT";
     //
     // dataColumn190
     //
     this.dataColumn190.Caption = "取样时间";
     this.dataColumn190.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn191
     //
     this.dataColumn191.Caption = "取样点";
     this.dataColumn191.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn192
     //
     this.dataColumn192.Caption = "取样确认";
     this.dataColumn192.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn193
     //
     this.dataColumn193.Caption = "卸车员";
     this.dataColumn193.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn194
     //
     this.dataColumn194.Caption = "卸车时间";
     this.dataColumn194.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn195
     //
     this.dataColumn195.Caption = "卸车点";
     this.dataColumn195.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn196
     //
     this.dataColumn196.Caption = "验收员";
     this.dataColumn196.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn197
     //
     this.dataColumn197.Caption = "验收时间";
     this.dataColumn197.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn198
     //
     this.dataColumn198.Caption = "验收点";
     this.dataColumn198.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn199
     //
     this.dataColumn199.Caption = "验收确认";
     this.dataColumn199.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn200
     //
     this.dataColumn200.Caption = "是否取样需要";
     this.dataColumn200.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn201
     //
     this.dataColumn201.Caption = "是否需要验收 ";
     this.dataColumn201.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn202
     //
     this.dataColumn202.Caption = "驾驶员姓名";
     this.dataColumn202.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn203
     //
     this.dataColumn203.Caption = "驾驶员身份证";
     this.dataColumn203.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn209
     //
     this.dataColumn209.Caption = "复磅标记";
     this.dataColumn209.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn210
     //
     this.dataColumn210.Caption = "复磅确认时间";
     this.dataColumn210.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn211
     //
     this.dataColumn211.Caption = "复磅确认地点";
     this.dataColumn211.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn212
     //
     this.dataColumn212.Caption = "复磅确认员";
     this.dataColumn212.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn213
     //
     this.dataColumn213.Caption = "对方净重";
     this.dataColumn213.ColumnName = "FS_DFJZ";
     //
     // dataColumn214
     //
     this.dataColumn214.Caption = "单据编号";
     this.dataColumn214.ColumnName = "FS_BILLNUMBER";
     //
     // dataColumn215
     //
     this.dataColumn215.Caption = "应扣比例";
     this.dataColumn215.ColumnName = "FS_YKBL";
     //
     // btn5
     //
     this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn5, null);
     this.btn5.Location = new System.Drawing.Point(22, 166);
     this.btn5.Name = "btn5";
     this.btn5.Size = new System.Drawing.Size(94, 28);
     this.btn5.TabIndex = 13;
     this.btn5.Text = "称重完成";
     this.btn5.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn5, null);
     //
     // btn6
     //
     this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn6, null);
     this.btn6.Location = new System.Drawing.Point(22, 200);
     this.btn6.Name = "btn6";
     this.btn6.Size = new System.Drawing.Size(94, 39);
     this.btn6.TabIndex = 12;
     this.btn6.Text = "此车无预报请离开秤台";
     this.btn6.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn6, null);
     //
     // btn4
     //
     this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn4, null);
     this.btn4.Location = new System.Drawing.Point(7, 132);
     this.btn4.Name = "btn4";
     this.btn4.Size = new System.Drawing.Size(120, 28);
     this.btn4.TabIndex = 11;
     this.btn4.Text = "单据放倒请放正";
     this.btn4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn4, null);
     //
     // btn3
     //
     this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn3, null);
     this.btn3.Location = new System.Drawing.Point(19, 87);
     this.btn3.Name = "btn3";
     this.btn3.Size = new System.Drawing.Size(99, 39);
     this.btn3.TabIndex = 10;
     this.btn3.Text = " 超出停车线   请后退到停车线";
     this.btn3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn3, null);
     //
     // btn2
     //
     this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn2, null);
     this.btn2.Location = new System.Drawing.Point(7, 54);
     this.btn2.Name = "btn2";
     this.btn2.Size = new System.Drawing.Size(122, 28);
     this.btn2.TabIndex = 9;
     this.btn2.Text = "请放第一次临时磅单";
     this.btn2.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn2, null);
     //
     // btn1
     //
     this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn1, null);
     this.btn1.Location = new System.Drawing.Point(22, 20);
     this.btn1.Name = "btn1";
     this.btn1.Size = new System.Drawing.Size(94, 28);
     this.btn1.TabIndex = 8;
     this.btn1.Text = "请报车号";
     this.btn1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn1, null);
     //
     // ultraGrid4
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid4, null);
     this.ultraGrid4.DataMember = "语音表";
     this.ultraGrid4.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.ultraGrid4.DisplayLayout.Appearance = appearance7;
     ultraGridColumn5.Header.VisiblePosition = 0;
     ultraGridColumn6.Header.VisiblePosition = 1;
     ultraGridColumn7.Header.VisiblePosition = 2;
     ultraGridColumn8.Header.VisiblePosition = 3;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8});
     this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid4.DisplayLayout.InterBandSpacing = 10;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance9.BackColor2 = System.Drawing.Color.White;
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance9.FontData.SizeInPoints = 11F;
     appearance9.FontData.UnderlineAsString = "False";
     appearance9.ForeColor = System.Drawing.Color.Black;
     appearance9.TextHAlignAsString = "Center";
     appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance9;
     appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance10;
     appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid4.DisplayLayout.Override.RowSelectorAppearance = appearance11;
     this.ultraGrid4.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid4.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid4.DisplayLayout.Override.SelectedRowAppearance = appearance12;
     this.ultraGrid4.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid4.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid4.Location = new System.Drawing.Point(0, 469);
     this.ultraGrid4.Name = "ultraGrid4";
     this.ultraGrid4.Size = new System.Drawing.Size(109, 157);
     this.ultraGrid4.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid4, null);
     this.ultraGrid4.Visible = false;
     //
     // panelSPKZ
     //
     this.panelSPKZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelSPKZ.Controls.Add(this.buttonSHORT);
     this.panelSPKZ.Controls.Add(this.buttonLENGTH);
     this.panelSPKZ.Controls.Add(this.buttonZOOMIN);
     this.panelSPKZ.Controls.Add(this.buttonZOOMOUT);
     this.panelSPKZ.Controls.Add(this.buttonRIGHTDOWN);
     this.panelSPKZ.Controls.Add(this.buttonLEFTDOWN);
     this.panelSPKZ.Controls.Add(this.buttonRIGHTUP);
     this.panelSPKZ.Controls.Add(this.buttonLEFTUP);
     this.panelSPKZ.Controls.Add(this.button15);
     this.panelSPKZ.Controls.Add(this.button14);
     this.panelSPKZ.Controls.Add(this.buttonRIGHT);
     this.panelSPKZ.Controls.Add(this.buttonLEFT);
     this.panelSPKZ.Controls.Add(this.buttonDOWN);
     this.panelSPKZ.Controls.Add(this.buttonUP);
     this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
     this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
     this.panelSPKZ.Name = "panelSPKZ";
     this.panelSPKZ.Size = new System.Drawing.Size(132, 718);
     this.panelSPKZ.TabIndex = 2;
     this.coreBind.SetVerification(this.panelSPKZ, null);
     //
     // buttonSHORT
     //
     this.buttonSHORT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonSHORT, null);
     this.buttonSHORT.Location = new System.Drawing.Point(68, 285);
     this.buttonSHORT.Name = "buttonSHORT";
     this.buttonSHORT.Size = new System.Drawing.Size(55, 28);
     this.buttonSHORT.TabIndex = 20;
     this.buttonSHORT.Tag = "7";
     this.buttonSHORT.Text = "调焦-";
     this.buttonSHORT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonSHORT, null);
     this.buttonSHORT.Click += new System.EventHandler(this.buttonSHORT_Click);
     //
     // buttonLENGTH
     //
     this.buttonLENGTH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLENGTH, null);
     this.buttonLENGTH.Location = new System.Drawing.Point(7, 285);
     this.buttonLENGTH.Name = "buttonLENGTH";
     this.buttonLENGTH.Size = new System.Drawing.Size(55, 28);
     this.buttonLENGTH.TabIndex = 19;
     this.buttonLENGTH.Tag = "6";
     this.buttonLENGTH.Text = "调焦+";
     this.buttonLENGTH.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLENGTH, null);
     this.buttonLENGTH.Click += new System.EventHandler(this.buttonLENGTH_Click);
     //
     // buttonZOOMIN
     //
     this.buttonZOOMIN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonZOOMIN, null);
     this.buttonZOOMIN.Location = new System.Drawing.Point(68, 245);
     this.buttonZOOMIN.Name = "buttonZOOMIN";
     this.buttonZOOMIN.Size = new System.Drawing.Size(55, 28);
     this.buttonZOOMIN.TabIndex = 18;
     this.buttonZOOMIN.Tag = "5";
     this.buttonZOOMIN.Text = "变倍-";
     this.buttonZOOMIN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonZOOMIN, null);
     this.buttonZOOMIN.Click += new System.EventHandler(this.buttonZOOMIN_Click);
     //
     // buttonZOOMOUT
     //
     this.buttonZOOMOUT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonZOOMOUT, null);
     this.buttonZOOMOUT.Location = new System.Drawing.Point(7, 245);
     this.buttonZOOMOUT.Name = "buttonZOOMOUT";
     this.buttonZOOMOUT.Size = new System.Drawing.Size(55, 28);
     this.buttonZOOMOUT.TabIndex = 17;
     this.buttonZOOMOUT.Tag = "4";
     this.buttonZOOMOUT.Text = "变倍+";
     this.buttonZOOMOUT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonZOOMOUT, null);
     this.buttonZOOMOUT.Click += new System.EventHandler(this.buttonZOOMOUT_Click);
     //
     // buttonRIGHTDOWN
     //
     this.buttonRIGHTDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHTDOWN, null);
     this.buttonRIGHTDOWN.Location = new System.Drawing.Point(68, 196);
     this.buttonRIGHTDOWN.Name = "buttonRIGHTDOWN";
     this.buttonRIGHTDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHTDOWN.TabIndex = 16;
     this.buttonRIGHTDOWN.Tag = "35";
     this.buttonRIGHTDOWN.Text = "右下";
     this.buttonRIGHTDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHTDOWN, null);
     this.buttonRIGHTDOWN.Click += new System.EventHandler(this.buttonRIGHTDOWN_Click);
     //
     // buttonLEFTDOWN
     //
     this.buttonLEFTDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFTDOWN, null);
     this.buttonLEFTDOWN.Location = new System.Drawing.Point(7, 196);
     this.buttonLEFTDOWN.Name = "buttonLEFTDOWN";
     this.buttonLEFTDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFTDOWN.TabIndex = 15;
     this.buttonLEFTDOWN.Tag = "34";
     this.buttonLEFTDOWN.Text = "左下";
     this.buttonLEFTDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFTDOWN, null);
     this.buttonLEFTDOWN.Click += new System.EventHandler(this.buttonLEFTDOWN_Click);
     //
     // buttonRIGHTUP
     //
     this.buttonRIGHTUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHTUP, null);
     this.buttonRIGHTUP.Location = new System.Drawing.Point(68, 156);
     this.buttonRIGHTUP.Name = "buttonRIGHTUP";
     this.buttonRIGHTUP.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHTUP.TabIndex = 14;
     this.buttonRIGHTUP.Tag = "33";
     this.buttonRIGHTUP.Text = "右上";
     this.buttonRIGHTUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHTUP, null);
     this.buttonRIGHTUP.Click += new System.EventHandler(this.buttonRIGHTUP_Click);
     //
     // buttonLEFTUP
     //
     this.buttonLEFTUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFTUP, null);
     this.buttonLEFTUP.Location = new System.Drawing.Point(7, 156);
     this.buttonLEFTUP.Name = "buttonLEFTUP";
     this.buttonLEFTUP.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFTUP.TabIndex = 13;
     this.buttonLEFTUP.Tag = "32";
     this.buttonLEFTUP.Text = "左上";
     this.buttonLEFTUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFTUP, null);
     this.buttonLEFTUP.Click += new System.EventHandler(this.buttonLEFTUP_Click);
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button15, null);
     this.button15.Location = new System.Drawing.Point(68, 326);
     this.button15.Name = "button15";
     this.button15.Size = new System.Drawing.Size(55, 28);
     this.button15.TabIndex = 12;
     this.button15.Tag = "9";
     this.button15.Text = "光圈-";
     this.button15.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button15, null);
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button14, null);
     this.button14.Location = new System.Drawing.Point(7, 326);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(55, 28);
     this.button14.TabIndex = 11;
     this.button14.Tag = "8";
     this.button14.Text = "光圈+";
     this.button14.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button14, null);
     //
     // buttonRIGHT
     //
     this.buttonRIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHT, null);
     this.buttonRIGHT.Location = new System.Drawing.Point(69, 67);
     this.buttonRIGHT.Name = "buttonRIGHT";
     this.buttonRIGHT.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHT.TabIndex = 10;
     this.buttonRIGHT.Tag = "3";
     this.buttonRIGHT.Text = "右";
     this.buttonRIGHT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHT, null);
     this.buttonRIGHT.Click += new System.EventHandler(this.buttonRIGHT_Click);
     //
     // buttonLEFT
     //
     this.buttonLEFT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFT, null);
     this.buttonLEFT.Location = new System.Drawing.Point(7, 66);
     this.buttonLEFT.Name = "buttonLEFT";
     this.buttonLEFT.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFT.TabIndex = 9;
     this.buttonLEFT.Tag = "2";
     this.buttonLEFT.Text = "左";
     this.buttonLEFT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFT, null);
     this.buttonLEFT.Click += new System.EventHandler(this.buttonLEFT_Click);
     //
     // buttonDOWN
     //
     this.buttonDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonDOWN, null);
     this.buttonDOWN.Location = new System.Drawing.Point(37, 105);
     this.buttonDOWN.Name = "buttonDOWN";
     this.buttonDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonDOWN.TabIndex = 8;
     this.buttonDOWN.Tag = "1";
     this.buttonDOWN.Text = "下";
     this.buttonDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonDOWN, null);
     this.buttonDOWN.Click += new System.EventHandler(this.buttonDOWN_Click);
     //
     // buttonUP
     //
     this.buttonUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonUP, null);
     this.buttonUP.Location = new System.Drawing.Point(37, 28);
     this.buttonUP.Name = "buttonUP";
     this.buttonUP.Size = new System.Drawing.Size(55, 28);
     this.buttonUP.TabIndex = 7;
     this.buttonUP.Tag = "0";
     this.buttonUP.Text = "上";
     this.buttonUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonUP, null);
     this.buttonUP.Click += new System.EventHandler(this.buttonUP_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     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(1007, 746);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.panel3, null);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 28);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1007, 718);
     this.panel3.TabIndex = 1;
     this.coreBind.SetVerification(this.panel3, null);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(412, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(595, 718);
     this.panel4.TabIndex = 1;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Controls.Add(this.ultraGroupBox2);
     this.panel5.Controls.Add(this.ultraExpandableGroupBox1);
     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(595, 718);
     this.panel5.TabIndex = 0;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // panel7
     //
     this.panel7.Controls.Add(this.ultraGroupBox4);
     this.panel7.Controls.Add(this.ultraExpandableGroupBox2);
     this.coreBind.SetDatabasecommand(this.panel7, null);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 138);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(595, 556);
     this.panel7.TabIndex = 1;
     this.coreBind.SetVerification(this.panel7, null);
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.Controls.Add(this.button4);
     this.ultraGroupBox4.Controls.Add(this.button3);
     this.ultraGroupBox4.Controls.Add(this.button2);
     this.ultraGroupBox4.Controls.Add(this.button1);
     this.ultraGroupBox4.Controls.Add(this.weighEditorControl1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(567, 556);
     this.ultraGroupBox4.TabIndex = 1;
     this.ultraGroupBox4.Text = "计量实时信息";
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // 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.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button4.Location = new System.Drawing.Point(508, 260);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(69, 30);
     this.button4.TabIndex = 9;
     this.button4.Text = "补 写";
     this.button4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button4, null);
     this.button4.Click += new System.EventHandler(this.button4_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.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button3.Location = new System.Drawing.Point(589, 344);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(69, 30);
     this.button3.TabIndex = 7;
     this.button3.Text = "打 印";
     this.button3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button3, null);
     this.button3.Visible = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.coreBind.SetDatabasecommand(this.button2, null);
     this.button2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(589, 260);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(88, 30);
     this.button2.TabIndex = 2;
     this.button2.Text = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.button2, null);
     this.button2.Click += new System.EventHandler(this.button2_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.Enabled = false;
     this.button1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(508, 344);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(69, 30);
     this.button1.TabIndex = 6;
     this.button1.Text = "保 存";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Click += new System.EventHandler(this.button1_Click);
     this.button1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.button1_KeyPress);
     //
     // weighEditorControl1
     //
     this.weighEditorControl1.BackColor = System.Drawing.Color.Transparent;
     this.weighEditorControl1.BillNo = "";
     this.weighEditorControl1.CardDedution = "";
     this.weighEditorControl1.CardNo = "";
     this.weighEditorControl1.CardWeightNo = "";
     this.weighEditorControl1.CarNo = "";
     this.weighEditorControl1.Cost = 0;
     this.coreBind.SetDatabasecommand(this.weighEditorControl1, null);
     this.weighEditorControl1.Deduction = 0;
     this.weighEditorControl1.DischargeDepart = "";
     this.weighEditorControl1.DischargeFlag = "";
     this.weighEditorControl1.DischargePlace = "";
     this.weighEditorControl1.Discharger = "";
     this.weighEditorControl1.DischargeTime = "";
     this.weighEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.weighEditorControl1.Flow = "";
     this.weighEditorControl1.GrossWeight = 0;
     this.weighEditorControl1.IFYBFirst = false;
     this.weighEditorControl1.IsMultiMaterials = false;
     this.weighEditorControl1.IsNeedDischarge = false;
     this.weighEditorControl1.IsTermTare = false;
     this.weighEditorControl1.Location = new System.Drawing.Point(3, 18);
     this.weighEditorControl1.Material = "";
     this.weighEditorControl1.MaterialName = "";
     this.weighEditorControl1.Name = "weighEditorControl1";
     this.weighEditorControl1.NetWeight = 0;
     this.weighEditorControl1.OrderNo = "";
     this.weighEditorControl1.OrderSeq = "";
     this.weighEditorControl1.PointCode = "";
     this.weighEditorControl1.PointName = "";
     this.weighEditorControl1.QuickPlan = "";
     this.weighEditorControl1.ReceiveCompany = "";
     this.weighEditorControl1.ReceiveCompanyName = "";
     this.weighEditorControl1.Remark = "";
     this.weighEditorControl1.SendCompany = "";
     this.weighEditorControl1.SendCompanyName = "";
     this.weighEditorControl1.SenderGrosssWeight = 0;
     this.weighEditorControl1.SenderTareWeight = 0;
     this.weighEditorControl1.SenderWeight = 0;
     this.weighEditorControl1.SendPlace = "";
     this.weighEditorControl1.Size = new System.Drawing.Size(561, 535);
     this.weighEditorControl1.StoveCount1 = 0;
     this.weighEditorControl1.StoveCount2 = 0;
     this.weighEditorControl1.StoveCount3 = 0;
     this.weighEditorControl1.StoveNo1 = "";
     this.weighEditorControl1.StoveNo2 = "";
     this.weighEditorControl1.StoveNo3 = "";
     this.weighEditorControl1.TabIndex = 0;
     this.weighEditorControl1.TareWeight = 0;
     this.weighEditorControl1.TermTareType = YGJZJL.Car.TermTares.Hours24;
     this.weighEditorControl1.TransCompany = "";
     this.weighEditorControl1.TransCompanyName = "";
     this.weighEditorControl1.TransPlanNo = "";
     this.coreBind.SetVerification(this.weighEditorControl1, null);
     this.weighEditorControl1.Weigher = "";
     this.weighEditorControl1.WeighGroup = "";
     this.weighEditorControl1.WeighShift = "";
     this.weighEditorControl1.WeighStatus = "";
     this.weighEditorControl1.WeightType = -1;
     //
     // ultraExpandableGroupBox2
     //
     this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel3);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox2, null);
     this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.ultraExpandableGroupBox2.Expanded = false;
     this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(200, 556);
     this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftInsideBorder;
     this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(567, 0);
     this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
     this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(28, 556);
     this.ultraExpandableGroupBox2.TabIndex = 2;
     this.ultraExpandableGroupBox2.Text = "计量点信息1";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox2, null);
     this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel3
     //
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraGrid2);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.panel8);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel3, null);
     this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel3.Name = "ultraExpandableGroupBoxPanel3";
     this.ultraExpandableGroupBoxPanel3.Size = new System.Drawing.Size(177, 550);
     this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel3, null);
     this.ultraExpandableGroupBoxPanel3.Visible = false;
     //
     // ultraGrid2
     //
     this.ultraGrid2.ContextMenuStrip = this.contextMenuStrip1;
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "计量点基础表";
     this.ultraGrid2.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.ultraGrid2.DisplayLayout.Appearance = appearance1;
     ultraGridColumn9.Header.VisiblePosition = 1;
     ultraGridColumn9.Hidden = true;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn10.Header.VisiblePosition = 2;
     ultraGridColumn10.Width = 118;
     ultraGridColumn11.Header.VisiblePosition = 0;
     ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn11.Width = 45;
     ultraGridColumn12.Header.VisiblePosition = 3;
     ultraGridColumn12.Hidden = true;
     ultraGridColumn13.Header.VisiblePosition = 4;
     ultraGridColumn13.Hidden = true;
     ultraGridColumn14.Header.VisiblePosition = 5;
     ultraGridColumn14.Hidden = true;
     ultraGridColumn15.Header.VisiblePosition = 6;
     ultraGridColumn15.Hidden = true;
     ultraGridColumn16.Header.VisiblePosition = 7;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 8;
     ultraGridColumn17.Hidden = true;
     ultraGridColumn18.Header.VisiblePosition = 9;
     ultraGridColumn18.Hidden = true;
     ultraGridColumn19.Header.VisiblePosition = 10;
     ultraGridColumn19.Hidden = true;
     ultraGridColumn20.Header.VisiblePosition = 11;
     ultraGridColumn20.Hidden = true;
     ultraGridColumn21.Header.VisiblePosition = 12;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn22.Header.VisiblePosition = 13;
     ultraGridColumn22.Hidden = true;
     ultraGridColumn23.Header.VisiblePosition = 14;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn24.Header.VisiblePosition = 15;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn25.Header.VisiblePosition = 16;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn26.Header.VisiblePosition = 17;
     ultraGridColumn26.Hidden = true;
     ultraGridColumn27.Header.VisiblePosition = 18;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn28.Header.VisiblePosition = 19;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn29.Header.VisiblePosition = 20;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn30.Header.VisiblePosition = 21;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn31.Header.VisiblePosition = 22;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn32.Header.VisiblePosition = 23;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn33.Header.VisiblePosition = 24;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn34.Header.VisiblePosition = 25;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn35.Header.VisiblePosition = 26;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn36.Header.VisiblePosition = 27;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn37.Header.VisiblePosition = 28;
     ultraGridColumn37.Hidden = true;
     ultraGridColumn38.Header.VisiblePosition = 29;
     ultraGridColumn38.Hidden = true;
     ultraGridColumn39.Header.VisiblePosition = 30;
     ultraGridColumn39.Hidden = true;
     ultraGridColumn40.Header.VisiblePosition = 31;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn41.Header.VisiblePosition = 32;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn42.Header.VisiblePosition = 33;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn43.Header.VisiblePosition = 34;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn44.Header.VisiblePosition = 35;
     ultraGridColumn44.Hidden = true;
     ultraGridBand3.Columns.AddRange(new object[] {
     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});
     ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance24.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.ultraGrid2.DisplayLayout.CaptionAppearance = appearance24;
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance2;
     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.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
     appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.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.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance5;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid2.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.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance6;
     this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     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.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(177, 495);
     this.ultraGrid2.TabIndex = 4;
     this.ultraGrid2.Text = "计量点信息";
     this.coreBind.SetVerification(this.ultraGrid2, null);
     this.ultraGrid2.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid2_DoubleClickRow);
     //
     // contextMenuStrip1
     //
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.toolStripMenuItem2,
     this.toolStripMenuItem3,
     this.toolStripMenuItem4,
     this.toolStripMenuItem5});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(145, 114);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
     this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem1.Text = "接管";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem2.Text = "取消";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem3.Text = "全选(已接管)";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem4.Text = "全选(未接管)";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem5.Text = "取消选择";
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.panel8.Controls.Add(this.btnRefresh);
     this.panel8.Controls.Add(this.btnJG);
     this.coreBind.SetDatabasecommand(this.panel8, null);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel8.Location = new System.Drawing.Point(0, 495);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(177, 55);
     this.panel8.TabIndex = 5;
     this.coreBind.SetVerification(this.panel8, null);
     //
     // btnRefresh
     //
     this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnRefresh, null);
     this.btnRefresh.Location = new System.Drawing.Point(97, 14);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(69, 28);
     this.btnRefresh.TabIndex = 6;
     this.btnRefresh.Text = "刷 新";
     this.btnRefresh.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnRefresh, null);
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnJG
     //
     this.btnJG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnJG, null);
     this.btnJG.Location = new System.Drawing.Point(14, 14);
     this.btnJG.Name = "btnJG";
     this.btnJG.Size = new System.Drawing.Size(69, 28);
     this.btnJG.TabIndex = 5;
     this.btnJG.Text = "接 管";
     this.btnJG.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnJG, null);
     this.btnJG.Click += new System.EventHandler(this.btnJG_Click);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.rtuControl1);
     this.ultraGroupBox2.Controls.Add(this.meterControl1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(595, 138);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "仪表参数";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // rtuControl1
     //
     this.rtuControl1.BackColor = System.Drawing.Color.Transparent;
     this.rtuControl1.BackInfreredRadio = YGJZJL.Car.InfraredRadioStatus.Connected;
     this.coreBind.SetDatabasecommand(this.rtuControl1, null);
     this.rtuControl1.FrontInfraredRadio = YGJZJL.Car.InfraredRadioStatus.Connected;
     this.rtuControl1.Light = YGJZJL.Car.LightStatus.Closed;
     this.rtuControl1.Location = new System.Drawing.Point(436, 27);
     this.rtuControl1.Name = "rtuControl1";
     this.rtuControl1.Ring = YGJZJL.Car.RingStatus.Stop;
     this.rtuControl1.ShowRestartControl = true;
     this.rtuControl1.Size = new System.Drawing.Size(389, 96);
     this.rtuControl1.TabIndex = 1;
     this.rtuControl1.TrafficLight = YGJZJL.Car.TrafficLightStatus.Green;
     this.coreBind.SetVerification(this.rtuControl1, null);
     //
     // meterControl1
     //
     this.meterControl1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.meterControl1, null);
     this.meterControl1.Location = new System.Drawing.Point(24, 38);
     this.meterControl1.Name = "meterControl1";
     this.meterControl1.Size = new System.Drawing.Size(383, 72);
     this.meterControl1.Status = YGJZJL.Car.MeterStatus.UnConnect;
     this.meterControl1.TabIndex = 0;
     this.coreBind.SetVerification(this.meterControl1, null);
     this.meterControl1.Weight = 0;
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel4);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.Expanded = false;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(595, 240);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 694);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(595, 24);
     this.ultraExpandableGroupBox1.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel4
     //
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.panel14);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel4, null);
     this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel4.Name = "ultraExpandableGroupBoxPanel4";
     this.ultraExpandableGroupBoxPanel4.Size = new System.Drawing.Size(589, 219);
     this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel4, null);
     this.ultraExpandableGroupBoxPanel4.Visible = false;
     //
     // panel14
     //
     this.panel14.Controls.Add(this.ultraTabControl1);
     this.coreBind.SetDatabasecommand(this.panel14, null);
     this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel14.Location = new System.Drawing.Point(0, 0);
     this.panel14.Name = "panel14";
     this.panel14.Size = new System.Drawing.Size(589, 219);
     this.panel14.TabIndex = 0;
     this.coreBind.SetVerification(this.panel14, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
     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(589, 219);
     this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Flat;
     this.ultraTabControl1.TabIndex = 1;
     ultraTab2.TabPage = this.ultraTabPageControl3;
     ultraTab2.Text = "计量点图像";
     ultraTab3.TabPage = this.ultraTabPageControl2;
     ultraTab3.Text = "重量曲线图";
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text = "计量称重信息";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab2,
     ultraTab3,
     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(587, 198);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.panel9);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(412, 718);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "视频监控区域";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // panel9
     //
     this.panel9.AutoScroll = true;
     this.panel9.BackColor = System.Drawing.SystemColors.Control;
     this.panel9.Controls.Add(this.panel13);
     this.panel9.Controls.Add(this.panel12);
     this.panel9.Controls.Add(this.panel11);
     this.panel9.Controls.Add(this.panel10);
     this.coreBind.SetDatabasecommand(this.panel9, null);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(3, 18);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(406, 697);
     this.panel9.TabIndex = 0;
     this.coreBind.SetVerification(this.panel9, null);
     //
     // panel13
     //
     this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel13.Controls.Add(this.videoChannel4);
     this.coreBind.SetDatabasecommand(this.panel13, null);
     this.panel13.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel13.Location = new System.Drawing.Point(0, 720);
     this.panel13.Name = "panel13";
     this.panel13.Size = new System.Drawing.Size(389, 240);
     this.panel13.TabIndex = 3;
     this.coreBind.SetVerification(this.panel13, null);
     //
     // videoChannel4
     //
     this.videoChannel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel4, null);
     this.videoChannel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel4.Location = new System.Drawing.Point(0, 0);
     this.videoChannel4.Name = "videoChannel4";
     this.videoChannel4.Size = new System.Drawing.Size(387, 238);
     this.videoChannel4.TabIndex = 1;
     this.videoChannel4.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel4, null);
     this.videoChannel4.DoubleClick += new System.EventHandler(this.videoChannel4_DoubleClick);
     //
     // panel12
     //
     this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel12.Controls.Add(this.videoChannel3);
     this.coreBind.SetDatabasecommand(this.panel12, null);
     this.panel12.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel12.Location = new System.Drawing.Point(0, 480);
     this.panel12.Name = "panel12";
     this.panel12.Size = new System.Drawing.Size(389, 240);
     this.panel12.TabIndex = 2;
     this.coreBind.SetVerification(this.panel12, null);
     //
     // videoChannel3
     //
     this.videoChannel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel3, null);
     this.videoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel3.Location = new System.Drawing.Point(0, 0);
     this.videoChannel3.Name = "videoChannel3";
     this.videoChannel3.Size = new System.Drawing.Size(387, 238);
     this.videoChannel3.TabIndex = 1;
     this.videoChannel3.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel3, null);
     this.videoChannel3.DoubleClick += new System.EventHandler(this.videoChannel3_DoubleClick);
     //
     // panel11
     //
     this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel11.Controls.Add(this.videoChannel2);
     this.coreBind.SetDatabasecommand(this.panel11, null);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel11.Location = new System.Drawing.Point(0, 240);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(389, 240);
     this.panel11.TabIndex = 1;
     this.coreBind.SetVerification(this.panel11, null);
     //
     // videoChannel2
     //
     this.videoChannel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel2, null);
     this.videoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel2.Location = new System.Drawing.Point(0, 0);
     this.videoChannel2.Name = "videoChannel2";
     this.videoChannel2.Size = new System.Drawing.Size(387, 238);
     this.videoChannel2.TabIndex = 1;
     this.videoChannel2.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel2, null);
     this.videoChannel2.DoubleClick += new System.EventHandler(this.videoChannel2_DoubleClick);
     //
     // panel10
     //
     this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel10.Controls.Add(this.videoChannel1);
     this.coreBind.SetDatabasecommand(this.panel10, null);
     this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(389, 240);
     this.panel10.TabIndex = 0;
     this.coreBind.SetVerification(this.panel10, null);
     //
     // videoChannel1
     //
     this.videoChannel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel1, null);
     this.videoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel1.Location = new System.Drawing.Point(0, 0);
     this.videoChannel1.Name = "videoChannel1";
     this.videoChannel1.Size = new System.Drawing.Size(387, 238);
     this.videoChannel1.TabIndex = 0;
     this.videoChannel1.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel1, null);
     this.videoChannel1.DoubleClick += new System.EventHandler(this.videoChannel1_DoubleClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Controls.Add(this.txtZZ);
     this.panel2.Controls.Add(this.ultraCheckEditor1);
     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(1007, 28);
     this.panel2.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.coreBind.SetDatabasecommand(this.numericUpDown1, null);
     this.numericUpDown1.Location = new System.Drawing.Point(589, 3);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.numericUpDown1.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     -2147483648});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.ReadOnly = true;
     this.numericUpDown1.Size = new System.Drawing.Size(40, 21);
     this.numericUpDown1.TabIndex = 11;
     this.numericUpDown1.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.coreBind.SetVerification(this.numericUpDown1, null);
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged_1);
     //
     // txtZZ
     //
     this.coreBind.SetDatabasecommand(this.txtZZ, null);
     this.txtZZ.Location = new System.Drawing.Point(141, 3);
     this.txtZZ.Name = "txtZZ";
     this.txtZZ.ReadOnly = true;
     this.txtZZ.Size = new System.Drawing.Size(51, 21);
     this.txtZZ.TabIndex = 1;
     this.coreBind.SetVerification(this.txtZZ, null);
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.ultraCheckEditor1.BackColorInternal = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.coreBind.SetDatabasecommand(this.ultraCheckEditor1, null);
     this.ultraCheckEditor1.Location = new System.Drawing.Point(514, 4);
     this.ultraCheckEditor1.Name = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size = new System.Drawing.Size(72, 20);
     this.ultraCheckEditor1.TabIndex = 10;
     this.ultraCheckEditor1.Text = "自动打印";
     this.coreBind.SetVerification(this.ultraCheckEditor1, 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, 0);
     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;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(392, 382);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(486, 44);
     controlContainerTool3.ControlName = "txtZZ";
     controlContainerTool3.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.InstanceProps.Width = 122;
     buttonTool19.InstanceProps.IsFirstInGroup = true;
     buttonTool20.InstanceProps.IsFirstInGroup = true;
     controlContainerTool1.ControlName = "ultraCheckEditor1";
     controlContainerTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.ControlName = "numericUpDown1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool8,
     controlContainerTool3,
     buttonTool17,
     buttonTool19,
     buttonTool20,
     controlContainerTool1,
     controlContainerTool4,
     buttonTool21,
     buttonTool22});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     buttonTool23.SharedPropsInternal.Caption = "打开对讲";
     buttonTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool6.ControlName = "txtZZ";
     controlContainerTool6.SharedPropsInternal.Caption = "剩余纸张数";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.SharedPropsInternal.Width = 122;
     buttonTool24.SharedPropsInternal.Caption = "换纸";
     buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool26.SharedPropsInternal.Caption = "切换视频";
     buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool27.SharedPropsInternal.Caption = "查看/关闭一次计量图像";
     buttonTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool28.SharedPropsInternal.Caption = "磅单打印";
     buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "校秤";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool30.SharedPropsInternal.Caption = "长期预报查询";
     buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Caption = "ControlContainerTool1";
     controlContainerTool5.ControlName = "ultraCheckEditor1";
     controlContainerTool5.SharedPropsInternal.Caption = "ControlContainerTool2";
     controlContainerTool7.ControlName = "numericUpDown1";
     controlContainerTool7.SharedPropsInternal.Caption = "ControlContainerTool3";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool23,
     controlContainerTool6,
     buttonTool24,
     buttonTool26,
     buttonTool27,
     buttonTool28,
     buttonTool29,
     buttonTool30,
     controlContainerTool2,
     controlContainerTool5,
     controlContainerTool7});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _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(1007, 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, 0);
     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(1007, 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, 28);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1007, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // bigVideoChannel
     //
     this.coreBind.SetDatabasecommand(this.bigVideoChannel, null);
     this.bigVideoChannel.Location = new System.Drawing.Point(0, 18);
     this.bigVideoChannel.Name = "bigVideoChannel";
     this.bigVideoChannel.Size = new System.Drawing.Size(20, 21);
     this.bigVideoChannel.TabIndex = 2;
     this.bigVideoChannel.TabStop = false;
     this.coreBind.SetVerification(this.bigVideoChannel, null);
     this.bigVideoChannel.Visible = false;
     this.bigVideoChannel.DoubleClick += new System.EventHandler(this.bigVideoChannel_DoubleClick);
     this.bigVideoChannel.MouseLeave += new System.EventHandler(this.bigVideoChannel_MouseLeave);
     this.bigVideoChannel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseMove);
     this.bigVideoChannel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseDown);
     this.bigVideoChannel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseUp);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel6);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel1, null);
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(877, 163);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel1, null);
     //
     // panel6
     //
     this.coreBind.SetDatabasecommand(this.panel6, null);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(877, 163);
     this.panel6.TabIndex = 0;
     this.coreBind.SetVerification(this.panel6, null);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(200, 100);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Visible = false;
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CompressUnpinnedTabs = false;
     dockAreaPane1.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockAreaPane1.DockedBefore = new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6");
     dockAreaPane1.FloatingLocation = new System.Drawing.Point(707, 475);
     dockAreaPane1.Size = new System.Drawing.Size(100, 100);
     dockAreaPane2.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockAreaPane2.DockedBefore = new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f");
     dockAreaPane2.FloatingLocation = new System.Drawing.Point(707, 475);
     dockableControlPane1.Control = this.panelYYBF;
     dockableControlPane1.FlyoutSize = new System.Drawing.Size(133, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(271, 38, 136, 579);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "语音播报";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane1});
     dockAreaPane2.Size = new System.Drawing.Size(100, 746);
     dockAreaPane3.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.VerticalSplit;
     dockAreaPane3.DockedBefore = new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657");
     dockAreaPane3.FloatingLocation = new System.Drawing.Point(762, 483);
     dockAreaPane3.Size = new System.Drawing.Size(100, 100);
     dockAreaPane4.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.VerticalSplit;
     dockAreaPane4.FloatingLocation = new System.Drawing.Point(762, 483);
     dockableControlPane2.Control = this.panelSPKZ;
     dockableControlPane2.FlyoutSize = new System.Drawing.Size(132, -1);
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(161, 33, 131, 579);
     dockableControlPane2.Pinned = false;
     dockableControlPane2.Size = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text = "视频控制";
     dockAreaPane4.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane2});
     dockAreaPane4.Size = new System.Drawing.Size(100, 746);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
     dockAreaPane1,
     dockAreaPane2,
     dockAreaPane3,
     dockAreaPane4});
     this.ultraDockManager1.HostControl = this;
     this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _FrmBaseUnpinnedTabAreaLeft
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaLeft, null);
     this._FrmBaseUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this._FrmBaseUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._FrmBaseUnpinnedTabAreaLeft.Name = "_FrmBaseUnpinnedTabAreaLeft";
     this._FrmBaseUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 746);
     this._FrmBaseUnpinnedTabAreaLeft.TabIndex = 3;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaLeft, null);
     //
     // _FrmBaseUnpinnedTabAreaRight
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaRight, null);
     this._FrmBaseUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
     this._FrmBaseUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
     this._FrmBaseUnpinnedTabAreaRight.Name = "_FrmBaseUnpinnedTabAreaRight";
     this._FrmBaseUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 746);
     this._FrmBaseUnpinnedTabAreaRight.TabIndex = 4;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaRight, null);
     //
     // _FrmBaseUnpinnedTabAreaTop
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaTop, null);
     this._FrmBaseUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
     this._FrmBaseUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._FrmBaseUnpinnedTabAreaTop.Name = "_FrmBaseUnpinnedTabAreaTop";
     this._FrmBaseUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
     this._FrmBaseUnpinnedTabAreaTop.TabIndex = 5;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaTop, null);
     //
     // _FrmBaseUnpinnedTabAreaBottom
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaBottom, null);
     this._FrmBaseUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this._FrmBaseUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 746);
     this._FrmBaseUnpinnedTabAreaBottom.Name = "_FrmBaseUnpinnedTabAreaBottom";
     this._FrmBaseUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
     this._FrmBaseUnpinnedTabAreaBottom.TabIndex = 6;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaBottom, null);
     //
     // _FrmBaseAutoHideControl
     //
     this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow1);
     this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow2);
     this.coreBind.SetDatabasecommand(this._FrmBaseAutoHideControl, null);
     this._FrmBaseAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseAutoHideControl.Location = new System.Drawing.Point(989, 0);
     this._FrmBaseAutoHideControl.Name = "_FrmBaseAutoHideControl";
     this._FrmBaseAutoHideControl.Owner = this.ultraDockManager1;
     this._FrmBaseAutoHideControl.Size = new System.Drawing.Size(18, 746);
     this._FrmBaseAutoHideControl.TabIndex = 7;
     this.coreBind.SetVerification(this._FrmBaseAutoHideControl, null);
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.panelYYBF);
     this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
     this.dockableWindow1.Location = new System.Drawing.Point(5, 0);
     this.dockableWindow1.Name = "dockableWindow1";
     this.dockableWindow1.Owner = this.ultraDockManager1;
     this.dockableWindow1.Size = new System.Drawing.Size(133, 746);
     this.dockableWindow1.TabIndex = 10;
     this.coreBind.SetVerification(this.dockableWindow1, null);
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.panelSPKZ);
     this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
     this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
     this.dockableWindow2.Name = "dockableWindow2";
     this.dockableWindow2.Owner = this.ultraDockManager1;
     this.dockableWindow2.Size = new System.Drawing.Size(132, 746);
     this.dockableWindow2.TabIndex = 11;
     this.coreBind.SetVerification(this.dockableWindow2, null);
     //
     // windowDockingArea3
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea3, null);
     this.windowDockingArea3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.windowDockingArea3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea3.Location = new System.Drawing.Point(4, 4);
     this.windowDockingArea3.Name = "windowDockingArea3";
     this.windowDockingArea3.Owner = this.ultraDockManager1;
     this.windowDockingArea3.Size = new System.Drawing.Size(100, 100);
     this.windowDockingArea3.TabIndex = 0;
     this.coreBind.SetVerification(this.windowDockingArea3, null);
     //
     // windowDockingArea4
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea4, null);
     this.windowDockingArea4.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea4.Location = new System.Drawing.Point(1144, 0);
     this.windowDockingArea4.Name = "windowDockingArea4";
     this.windowDockingArea4.Owner = this.ultraDockManager1;
     this.windowDockingArea4.Size = new System.Drawing.Size(105, 746);
     this.windowDockingArea4.TabIndex = 9;
     this.coreBind.SetVerification(this.windowDockingArea4, null);
     //
     // windowDockingArea2
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
     this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea2.Location = new System.Drawing.Point(1165, 0);
     this.windowDockingArea2.Name = "windowDockingArea2";
     this.windowDockingArea2.Owner = this.ultraDockManager1;
     this.windowDockingArea2.Size = new System.Drawing.Size(100, 100);
     this.windowDockingArea2.TabIndex = 8;
     this.coreBind.SetVerification(this.windowDockingArea2, null);
     //
     // windowDockingArea1
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
     this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(4, 4);
     this.windowDockingArea1.Name = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.ultraDockManager1;
     this.windowDockingArea1.Size = new System.Drawing.Size(105, 746);
     this.windowDockingArea1.TabIndex = 0;
     this.coreBind.SetVerification(this.windowDockingArea1, null);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 60000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // CarWeigh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 746);
     this.Controls.Add(this._FrmBaseAutoHideControl);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bigVideoChannel);
     this.Controls.Add(this.windowDockingArea4);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaTop);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaBottom);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaLeft);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaRight);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "CarWeigh";
     this.Tag = "CarWeigh";
     this.Text = "CarWeigh";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.CarWeigh_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CarWeigh_FormClosing);
     this.ultraTabPageControl3.ResumeLayout(false);
     this.panelYCSP.ResumeLayout(false);
     this.panel16.ResumeLayout(false);
     this.panel20.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel8)).EndInit();
     this.panel15.ResumeLayout(false);
     this.panel19.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel7)).EndInit();
     this.panel22.ResumeLayout(false);
     this.panel18.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel6)).EndInit();
     this.panel21.ResumeLayout(false);
     this.panel17.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel5)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHT)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.panelYYBF.ResumeLayout(false);
     this.panel23.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).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.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
     this.panelSPKZ.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
     this.ultraExpandableGroupBox2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
     this.panel14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel4)).EndInit();
     this.panel12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel3)).EndInit();
     this.panel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel2)).EndInit();
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bigVideoChannel)).EndInit();
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._FrmBaseAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.dockableWindow2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Main menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool5 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Standard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool6 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool7 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool8 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool9 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool1 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool2 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool13 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool14 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool15 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFileTreeUtilities");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool48 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool49 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool50 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool16 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool57 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool17 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool60 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool61 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool62 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool63 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool64 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool65 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool66 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool67 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool68 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool69 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCascade");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool70 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileHorizontally");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool71 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileVertically");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool72 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCloseAllWindows");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool73 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("f1b5fe4c-95a1-4084-b23d-287e5c9cff7c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"), -1);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b392acbd-4f00-4990-bb65-5442d800f52d"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane3 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("d0cfd240-485d-4799-9759-13b2b02b0090"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"), -1);
            this.tpOutput = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.outputBox = new System.Windows.Forms.ListBox();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.errorListGrid = new System.Windows.Forms.DataGridView();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tvSessionStatus = new System.Windows.Forms.TreeView();
            this.sessionStatusImageList = new System.Windows.Forms.ImageList(this.components);
            this.fileTreeView = new System.Windows.Forms.TreeView();
            this.fileTreeImageList = new System.Windows.Forms.ImageList(this.components);
            this.taskManager = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.mainTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._frmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.statusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.toolbarImageList = new System.Windows.Forms.ImageList(this.components);
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._MainFormBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow3 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.tmrUpdateSessionStatus = new System.Windows.Forms.Timer(this.components);
            this.tpOutput.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).BeginInit();
            this.mainTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this._MainFormBaseAutoHideControl.SuspendLayout();
            this.dockableWindow3.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.windowDockingArea1.SuspendLayout();
            this.windowDockingArea2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tpOutput
            // 
            this.tpOutput.AccessibleDescription = null;
            this.tpOutput.AccessibleName = null;
            resources.ApplyResources(this.tpOutput, "tpOutput");
            this.tpOutput.Controls.Add(this.outputBox);
            this.tpOutput.Font = null;
            this.tpOutput.Name = "tpOutput";
            // 
            // outputBox
            // 
            this.outputBox.AccessibleDescription = null;
            this.outputBox.AccessibleName = null;
            resources.ApplyResources(this.outputBox, "outputBox");
            this.outputBox.BackgroundImage = null;
            this.outputBox.Font = null;
            this.outputBox.FormattingEnabled = true;
            this.outputBox.Name = "outputBox";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.AccessibleDescription = null;
            this.ultraTabPageControl1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl1, "ultraTabPageControl1");
            this.ultraTabPageControl1.Controls.Add(this.errorListGrid);
            this.ultraTabPageControl1.Font = null;
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            // 
            // errorListGrid
            // 
            this.errorListGrid.AccessibleDescription = null;
            this.errorListGrid.AccessibleName = null;
            this.errorListGrid.AllowUserToAddRows = false;
            this.errorListGrid.AllowUserToDeleteRows = false;
            resources.ApplyResources(this.errorListGrid, "errorListGrid");
            this.errorListGrid.BackgroundColor = System.Drawing.SystemColors.Window;
            this.errorListGrid.BackgroundImage = null;
            this.errorListGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.errorListGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
            this.errorListGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("SimSun", 9F);
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.errorListGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.errorListGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.errorListGrid.Font = null;
            this.errorListGrid.MultiSelect = false;
            this.errorListGrid.Name = "errorListGrid";
            this.errorListGrid.ReadOnly = true;
            this.errorListGrid.RowHeadersVisible = false;
            this.errorListGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.AccessibleDescription = null;
            this.ultraTabPageControl2.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl2, "ultraTabPageControl2");
            this.ultraTabPageControl2.Controls.Add(this.tvSessionStatus);
            this.ultraTabPageControl2.Font = null;
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            // 
            // tvSessionStatus
            // 
            this.tvSessionStatus.AccessibleDescription = null;
            this.tvSessionStatus.AccessibleName = null;
            resources.ApplyResources(this.tvSessionStatus, "tvSessionStatus");
            this.tvSessionStatus.BackgroundImage = null;
            this.tvSessionStatus.Font = null;
            this.tvSessionStatus.FullRowSelect = true;
            this.tvSessionStatus.ImageList = this.sessionStatusImageList;
            this.tvSessionStatus.Name = "tvSessionStatus";
            this.tvSessionStatus.ShowRootLines = false;
            // 
            // sessionStatusImageList
            // 
            this.sessionStatusImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("sessionStatusImageList.ImageStream")));
            this.sessionStatusImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.sessionStatusImageList.Images.SetKeyName(0, "TimeElapsed");
            this.sessionStatusImageList.Images.SetKeyName(1, "SessionName");
            this.sessionStatusImageList.Images.SetKeyName(2, "LoadedGulus");
            this.sessionStatusImageList.Images.SetKeyName(3, "CompilerType");
            // 
            // fileTreeView
            // 
            this.fileTreeView.AccessibleDescription = null;
            this.fileTreeView.AccessibleName = null;
            this.fileTreeView.AllowDrop = true;
            resources.ApplyResources(this.fileTreeView, "fileTreeView");
            this.fileTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.fileTreeView, "mnuFileTreeUtilities");
            this.fileTreeView.Font = null;
            this.fileTreeView.HideSelection = false;
            this.fileTreeView.ImageList = this.fileTreeImageList;
            this.fileTreeView.Name = "fileTreeView";
            this.fileTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.fileTreeView_BeforeExpand);
            this.fileTreeView.DoubleClick += new System.EventHandler(this.fileTreeView_DoubleClick);
            this.fileTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fileTreeView_MouseDown);
            this.fileTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.fileTreeView_ItemDrag);
            // 
            // fileTreeImageList
            // 
            this.fileTreeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fileTreeImageList.ImageStream")));
            this.fileTreeImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.fileTreeImageList.Images.SetKeyName(0, "FileTreeCategory");
            this.fileTreeImageList.Images.SetKeyName(1, "Desktop");
            this.fileTreeImageList.Images.SetKeyName(2, "MyDocuments");
            this.fileTreeImageList.Images.SetKeyName(3, "Directory");
            this.fileTreeImageList.Images.SetKeyName(4, "VSFolder_open.bmp");
            this.fileTreeImageList.Images.SetKeyName(5, "File");
            this.fileTreeImageList.Images.SetKeyName(6, "FixedDrive");
            this.fileTreeImageList.Images.SetKeyName(7, "RemovableDrive");
            this.fileTreeImageList.Images.SetKeyName(8, "CDROM");
            // 
            // taskManager
            // 
            this.taskManager.AccessibleDescription = null;
            this.taskManager.AccessibleName = null;
            resources.ApplyResources(this.taskManager, "taskManager");
            this.taskManager.Font = null;
            this.taskManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.taskManager.ItemSettings.ShowToolTips = Infragistics.Win.DefaultableBoolean.True;
            this.taskManager.Name = "taskManager";
            this.taskManager.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.taskManager.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.taskManager_ItemClick);
            // 
            // mainTab
            // 
            this.mainTab.AccessibleDescription = null;
            this.mainTab.AccessibleName = null;
            resources.ApplyResources(this.mainTab, "mainTab");
            this.mainTab.BackgroundImage = null;
            this.mainTab.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTab.Controls.Add(this.tpOutput);
            this.mainTab.Controls.Add(this.ultraTabPageControl1);
            this.mainTab.Controls.Add(this.ultraTabPageControl2);
            this.mainTab.Font = null;
            this.mainTab.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.mainTab.Name = "mainTab";
            this.mainTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTab.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
            this.mainTab.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
            resources.ApplyResources(appearance1, "appearance1");
            ultraTab1.Appearance = appearance1;
            ultraTab1.Key = "tbOutput";
            ultraTab1.TabPage = this.tpOutput;
            resources.ApplyResources(ultraTab1, "ultraTab1");
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance2, "appearance2");
            ultraTab2.Appearance = appearance2;
            ultraTab2.Key = "tbErrorList";
            ultraTab2.TabPage = this.ultraTabPageControl1;
            resources.ApplyResources(ultraTab2, "ultraTab2");
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance3, "appearance3");
            ultraTab3.Appearance = appearance3;
            ultraTab3.Key = "tbSessionStatus";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            resources.ApplyResources(ultraTab3, "ultraTab3");
            this.mainTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3});
            this.mainTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2003;
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.AccessibleDescription = null;
            this.ultraTabSharedControlsPage1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabSharedControlsPage1, "ultraTabSharedControlsPage1");
            this.ultraTabSharedControlsPage1.Font = null;
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2,
            popupMenuTool3,
            popupMenuTool4,
            popupMenuTool5});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool1.InstanceProps.IsFirstInGroup = true;
            buttonTool4.InstanceProps.IsFirstInGroup = true;
            buttonTool9.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            popupMenuTool6.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool6.SharedProps.MergeOrder = 100;
            popupMenuTool6.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool13.InstanceProps.IsFirstInGroup = true;
            popupMenuTool6.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13});
            popupMenuTool7.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool7.SharedProps.MergeOrder = 200;
            popupMenuTool7.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            popupMenuTool10.InstanceProps.IsFirstInGroup = true;
            popupMenuTool7.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool14,
            buttonTool15,
            buttonTool16,
            popupMenuTool8,
            popupMenuTool9,
            buttonTool17,
            popupMenuTool10,
            buttonTool18});
            popupMenuTool11.DropDownArrowStyle = Infragistics.Win.UltraWinToolbars.DropDownArrowStyle.Segmented;
            appearance6.Image = ((object)(resources.GetObject("appearance6.Image")));
            resources.ApplyResources(appearance6, "appearance6");
            popupMenuTool11.SharedProps.AppearancesSmall.Appearance = appearance6;
            popupMenuTool11.SharedProps.Caption = resources.GetString("resource.Caption2");
            popupMenuTool11.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            popupMenuTool11.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool19,
            buttonTool20});
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F5;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF5;
            appearance7.Image = ((object)(resources.GetObject("appearance7.Image")));
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            popupMenuTool12.SharedProps.Caption = resources.GetString("resource.Caption6");
            popupMenuTool12.SharedProps.MergeOrder = 400;
            popupMenuTool12.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            popupMenuTool12.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            mdiWindowListTool1});
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool24.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            popupMenuTool13.SharedProps.Caption = resources.GetString("resource.Caption8");
            popupMenuTool13.SharedProps.MergeOrder = 300;
            popupMenuTool13.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText6");
            buttonTool30.InstanceProps.IsFirstInGroup = true;
            popupMenuTool13.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30});
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool31.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool31.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool31.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF;
            buttonTool31.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText7");
            popupMenuTool14.SharedProps.Caption = resources.GetString("resource.Caption10");
            popupMenuTool14.SharedProps.MergeOrder = 500;
            popupMenuTool14.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText8");
            buttonTool37.InstanceProps.IsFirstInGroup = true;
            buttonTool39.InstanceProps.IsFirstInGroup = true;
            popupMenuTool14.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool32,
            buttonTool33,
            buttonTool34,
            buttonTool35,
            buttonTool36,
            buttonTool37,
            buttonTool38,
            buttonTool39});
            buttonTool40.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool40.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF1;
            buttonTool40.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText9");
            popupMenuTool15.SharedProps.Caption = resources.GetString("resource.Caption12");
            buttonTool41.InstanceProps.IsFirstInGroup = true;
            popupMenuTool15.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool41,
            buttonTool42});
            appearance9.Image = ((object)(resources.GetObject("appearance9.Image")));
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool43.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool43.SharedProps.Caption = resources.GetString("resource.Caption13");
            buttonTool43.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
            buttonTool43.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText10");
            appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
            resources.ApplyResources(appearance10, "appearance10");
            buttonTool44.SharedProps.AppearancesSmall.Appearance = appearance10;
            buttonTool44.SharedProps.Caption = resources.GetString("resource.Caption14");
            buttonTool44.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            buttonTool44.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText11");
            appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
            resources.ApplyResources(appearance11, "appearance11");
            buttonTool45.SharedProps.AppearancesSmall.Appearance = appearance11;
            buttonTool45.SharedProps.Caption = resources.GetString("resource.Caption15");
            buttonTool45.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            buttonTool45.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText12");
            appearance12.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FILELIST;
            resources.ApplyResources(appearance12, "appearance12");
            buttonTool46.SharedProps.AppearancesSmall.Appearance = appearance12;
            buttonTool46.SharedProps.Caption = resources.GetString("resource.Caption16");
            buttonTool46.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
            buttonTool46.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText13");
            appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
            resources.ApplyResources(appearance13, "appearance13");
            buttonTool47.SharedProps.AppearancesSmall.Appearance = appearance13;
            buttonTool47.SharedProps.Caption = resources.GetString("resource.Caption17");
            buttonTool47.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText14");
            appearance14.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SCRIPT;
            resources.ApplyResources(appearance14, "appearance14");
            buttonTool48.SharedProps.AppearancesSmall.Appearance = appearance14;
            buttonTool48.SharedProps.Caption = resources.GetString("resource.Caption18");
            buttonTool48.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
            buttonTool48.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText15");
            appearance15.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CONFIGURATION;
            resources.ApplyResources(appearance15, "appearance15");
            buttonTool49.SharedProps.AppearancesSmall.Appearance = appearance15;
            buttonTool49.SharedProps.Caption = resources.GetString("resource.Caption19");
            buttonTool49.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F11;
            buttonTool49.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText16");
            appearance16.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DYNAMICHELP;
            resources.ApplyResources(appearance16, "appearance16");
            buttonTool50.SharedProps.AppearancesSmall.Appearance = appearance16;
            buttonTool50.SharedProps.Caption = resources.GetString("resource.Caption20");
            buttonTool50.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF1;
            buttonTool50.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText17");
            appearance17.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CALCULATOR;
            resources.ApplyResources(appearance17, "appearance17");
            buttonTool51.SharedProps.AppearancesSmall.Appearance = appearance17;
            buttonTool51.SharedProps.Caption = resources.GetString("resource.Caption21");
            buttonTool51.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText18");
            appearance18.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_USERGUIDE;
            resources.ApplyResources(appearance18, "appearance18");
            buttonTool52.SharedProps.AppearancesSmall.Appearance = appearance18;
            buttonTool52.SharedProps.Caption = resources.GetString("resource.Caption22");
            buttonTool52.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F1;
            buttonTool52.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText19");
            buttonTool53.SharedProps.Caption = resources.GetString("resource.Caption23");
            buttonTool53.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText20");
            appearance19.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_HOME;
            resources.ApplyResources(appearance19, "appearance19");
            buttonTool54.SharedProps.AppearancesSmall.Appearance = appearance19;
            buttonTool54.SharedProps.Caption = resources.GetString("resource.Caption24");
            buttonTool54.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText21");
            appearance20.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ASKQUESTION;
            resources.ApplyResources(appearance20, "appearance20");
            buttonTool55.SharedProps.AppearancesSmall.Appearance = appearance20;
            buttonTool55.SharedProps.Caption = resources.GetString("resource.Caption25");
            buttonTool55.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText22");
            appearance21.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_OUTPUT;
            resources.ApplyResources(appearance21, "appearance21");
            popupMenuTool16.SharedProps.AppearancesSmall.Appearance = appearance21;
            popupMenuTool16.SharedProps.Caption = resources.GetString("resource.Caption26");
            popupMenuTool16.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText23");
            popupMenuTool16.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool56,
            buttonTool57});
            appearance22.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance22, "appearance22");
            popupMenuTool17.SharedProps.AppearancesSmall.Appearance = appearance22;
            popupMenuTool17.SharedProps.Caption = resources.GetString("resource.Caption27");
            popupMenuTool17.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText24");
            popupMenuTool17.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool58,
            buttonTool59});
            buttonTool60.SharedProps.Caption = resources.GetString("resource.Caption28");
            buttonTool61.SharedProps.Caption = resources.GetString("resource.Caption29");
            buttonTool62.SharedProps.Caption = resources.GetString("resource.Caption30");
            buttonTool63.SharedProps.Caption = resources.GetString("resource.Caption31");
            appearance23.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance23, "appearance23");
            buttonTool64.SharedProps.AppearancesSmall.Appearance = appearance23;
            buttonTool64.SharedProps.Caption = resources.GetString("resource.Caption32");
            buttonTool64.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText25");
            buttonTool65.SharedProps.Caption = resources.GetString("resource.Caption33");
            buttonTool65.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText26");
            buttonTool66.SharedProps.Caption = resources.GetString("resource.Caption34");
            buttonTool66.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText27");
            buttonTool67.SharedProps.Caption = resources.GetString("resource.Caption35");
            buttonTool67.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText28");
            buttonTool68.SharedProps.Caption = resources.GetString("resource.Caption36");
            buttonTool68.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText29");
            buttonTool69.SharedProps.Caption = resources.GetString("resource.Caption37");
            buttonTool70.SharedProps.Caption = resources.GetString("resource.Caption38");
            buttonTool71.SharedProps.Caption = resources.GetString("resource.Caption39");
            buttonTool72.SharedProps.Caption = resources.GetString("resource.Caption40");
            buttonTool73.SharedProps.Caption = resources.GetString("resource.Caption41");
            buttonTool73.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText30");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool6,
            popupMenuTool7,
            popupMenuTool11,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            popupMenuTool12,
            mdiWindowListTool2,
            buttonTool24,
            popupMenuTool13,
            buttonTool31,
            popupMenuTool14,
            buttonTool40,
            popupMenuTool15,
            buttonTool43,
            buttonTool44,
            buttonTool45,
            buttonTool46,
            buttonTool47,
            buttonTool48,
            buttonTool49,
            buttonTool50,
            buttonTool51,
            buttonTool52,
            buttonTool53,
            buttonTool54,
            buttonTool55,
            popupMenuTool16,
            popupMenuTool17,
            buttonTool60,
            buttonTool61,
            buttonTool62,
            buttonTool63,
            buttonTool64,
            buttonTool65,
            buttonTool66,
            buttonTool67,
            buttonTool68,
            buttonTool69,
            buttonTool70,
            buttonTool71,
            buttonTool72,
            buttonTool73});
            this.toolbarsManager.ToolTipDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolTipDisplayStyle.None;
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            // 
            // _frmMain_Toolbars_Dock_Area_Left
            // 
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Left, "_frmMain_Toolbars_Dock_Area_Left");
            this._frmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Left.Name = "_frmMain_Toolbars_Dock_Area_Left";
            this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Right
            // 
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Right, "_frmMain_Toolbars_Dock_Area_Right");
            this._frmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Right.Name = "_frmMain_Toolbars_Dock_Area_Right";
            this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Top
            // 
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Top, "_frmMain_Toolbars_Dock_Area_Top");
            this._frmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Top.Name = "_frmMain_Toolbars_Dock_Area_Top";
            this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Bottom
            // 
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Bottom, "_frmMain_Toolbars_Dock_Area_Bottom");
            this._frmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Bottom.Name = "_frmMain_Toolbars_Dock_Area_Bottom";
            this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // statusBar
            // 
            this.statusBar.AccessibleDescription = null;
            this.statusBar.AccessibleName = null;
            resources.ApplyResources(this.statusBar, "statusBar");
            this.statusBar.BackgroundImage = null;
            this.statusBar.Font = null;
            this.statusBar.Name = "statusBar";
            ultraStatusPanel1.AccessibleDescription = null;
            ultraStatusPanel1.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel1, "ultraStatusPanel1");
            ultraStatusPanel1.Key = "AutoStatusText";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
            ultraStatusPanel1.Width = 240;
            ultraStatusPanel2.AccessibleDescription = null;
            ultraStatusPanel2.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel2, "ultraStatusPanel2");
            ultraStatusPanel2.Key = "ApplicationInformationCaption";
            ultraStatusPanel2.Width = 210;
            ultraStatusPanel3.AccessibleDescription = null;
            ultraStatusPanel3.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel3, "ultraStatusPanel3");
            ultraStatusPanel3.Key = "ApplicationInformation";
            ultraStatusPanel3.Width = 310;
            ultraStatusPanel4.AccessibleDescription = null;
            ultraStatusPanel4.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel4, "ultraStatusPanel4");
            ultraStatusPanel4.Key = "Progress";
            appearance5.ForeColor = System.Drawing.Color.White;
            resources.ApplyResources(appearance5, "appearance5");
            ultraStatusPanel4.ProgressBarInfo.FillAppearance = appearance5;
            ultraStatusPanel4.ProgressBarInfo.Label = resources.GetString("resource.Label");
            ultraStatusPanel4.ProgressBarInfo.PercentFormat = resources.GetString("resource.PercentFormat");
            ultraStatusPanel4.ProgressBarInfo.Style = Infragistics.Win.UltraWinProgressBar.ProgressBarStyle.SegmentedPartial;
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
            this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4});
            this.statusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2003;
            // 
            // toolbarImageList
            // 
            this.toolbarImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolbarImageList.ImageStream")));
            this.toolbarImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarImageList.Images.SetKeyName(0, "Control_TreeView.bmp");
            // 
            // dockManager
            // 
            this.dockManager.AnimationSpeed = Infragistics.Win.UltraWinDock.AnimationSpeed.StandardSpeedPlus3;
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockAreaPane1.DockedBefore = new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec");
            dockableControlPane1.Control = this.fileTreeView;
            dockableControlPane1.Key = "fileTreeView";
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(144, 54, 146, 322);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            resources.ApplyResources(appearance4, "appearance4");
            dockAreaPane1.Settings.Appearance = appearance4;
            dockAreaPane1.Size = new System.Drawing.Size(194, 338);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            dockAreaPane2.DockedBefore = new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde");
            dockableControlPane2.Control = this.taskManager;
            dockableControlPane2.Key = "guluManager";
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(401, 67, 175, 354);
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane2, "dockableControlPane2");
            dockableControlPane2.TextTab = null;
            dockableControlPane2.ToolTipTab = null;
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(206, 338);
            resources.ApplyResources(dockAreaPane2, "dockAreaPane2");
            dockAreaPane2.TextTab = null;
            dockAreaPane2.ToolTipTab = null;
            dockableControlPane3.Control = this.mainTab;
            dockableControlPane3.FlyoutSize = new System.Drawing.Size(-1, 165);
            dockableControlPane3.Key = "mainTab";
            dockableControlPane3.OriginalControlBounds = new System.Drawing.Rectangle(100, 400, 625, 100);
            dockableControlPane3.Pinned = false;
            dockableControlPane3.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane3, "dockableControlPane3");
            dockableControlPane3.TextTab = null;
            dockableControlPane3.ToolTipTab = null;
            dockAreaPane3.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane3});
            dockAreaPane3.Size = new System.Drawing.Size(432, 157);
            resources.ApplyResources(dockAreaPane3, "dockAreaPane3");
            dockAreaPane3.TextTab = null;
            dockAreaPane3.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2,
            dockAreaPane3});
            this.dockManager.HostControl = this;
            this.dockManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _MainFormBaseUnpinnedTabAreaLeft
            // 
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaLeft, "_MainFormBaseUnpinnedTabAreaLeft");
            this._MainFormBaseUnpinnedTabAreaLeft.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaLeft.Name = "_MainFormBaseUnpinnedTabAreaLeft";
            this._MainFormBaseUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaRight
            // 
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaRight, "_MainFormBaseUnpinnedTabAreaRight");
            this._MainFormBaseUnpinnedTabAreaRight.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaRight.Name = "_MainFormBaseUnpinnedTabAreaRight";
            this._MainFormBaseUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaTop
            // 
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaTop, "_MainFormBaseUnpinnedTabAreaTop");
            this._MainFormBaseUnpinnedTabAreaTop.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaTop.Name = "_MainFormBaseUnpinnedTabAreaTop";
            this._MainFormBaseUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaBottom
            // 
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaBottom, "_MainFormBaseUnpinnedTabAreaBottom");
            this._MainFormBaseUnpinnedTabAreaBottom.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaBottom.Name = "_MainFormBaseUnpinnedTabAreaBottom";
            this._MainFormBaseUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _MainFormBaseAutoHideControl
            // 
            this._MainFormBaseAutoHideControl.AccessibleDescription = null;
            this._MainFormBaseAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseAutoHideControl, "_MainFormBaseAutoHideControl");
            this._MainFormBaseAutoHideControl.BackgroundImage = null;
            this._MainFormBaseAutoHideControl.Controls.Add(this.dockableWindow2);
            this._MainFormBaseAutoHideControl.Name = "_MainFormBaseAutoHideControl";
            this._MainFormBaseAutoHideControl.Owner = this.dockManager;
            // 
            // dockableWindow3
            // 
            this.dockableWindow3.AccessibleDescription = null;
            this.dockableWindow3.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow3, "dockableWindow3");
            this.dockableWindow3.BackgroundImage = null;
            this.dockableWindow3.Controls.Add(this.fileTreeView);
            this.dockableWindow3.Font = null;
            this.dockableWindow3.Name = "dockableWindow3";
            this.dockableWindow3.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.taskManager);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.AccessibleDescription = null;
            this.dockableWindow2.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow2, "dockableWindow2");
            this.dockableWindow2.BackgroundImage = null;
            this.dockableWindow2.Controls.Add(this.mainTab);
            this.dockableWindow2.Font = null;
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow3);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.AccessibleDescription = null;
            this.windowDockingArea2.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea2, "windowDockingArea2");
            this.windowDockingArea2.BackgroundImage = null;
            this.windowDockingArea2.Controls.Add(this.dockableWindow1);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.dockManager;
            // 
            // windowDockingArea3
            // 
            this.windowDockingArea3.AccessibleDescription = null;
            this.windowDockingArea3.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea3, "windowDockingArea3");
            this.windowDockingArea3.BackgroundImage = null;
            this.windowDockingArea3.Name = "windowDockingArea3";
            this.windowDockingArea3.Owner = this.dockManager;
            // 
            // tmrUpdateSessionStatus
            // 
            this.tmrUpdateSessionStatus.Enabled = true;
            this.tmrUpdateSessionStatus.Interval = 800;
            this.tmrUpdateSessionStatus.Tick += new System.EventHandler(this.tmrUpdateSessionStatus_Tick);
            // 
            // frmMain
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._MainFormBaseAutoHideControl);
            this.Controls.Add(this.windowDockingArea3);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaTop);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaBottom);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaLeft);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaRight);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.statusBar);
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.tpOutput.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).EndInit();
            this.mainTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this._MainFormBaseAutoHideControl.ResumeLayout(false);
            this.dockableWindow3.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.windowDockingArea1.ResumeLayout(false);
            this.windowDockingArea2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 8
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance97 = 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_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("物料", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
            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.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("生产单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.Appearance appearance11 = 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();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("承运单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance145 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance146 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance147 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance148 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand5 = new Infragistics.Win.UltraWinGrid.UltraGridBand("供应单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME");
            Infragistics.Win.Appearance appearance149 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance150 = 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 appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand6 = new Infragistics.Win.UltraWinGrid.UltraGridBand("表面级别", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FACELEVEL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = 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.UltraWinGrid.UltraGridBand ultraGridBand7 = new Infragistics.Win.UltraWinGrid.UltraGridBand("表面状态", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FACESTATE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            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.Appearance appearance51 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand8 = new Infragistics.Win.UltraWinGrid.UltraGridBand("备注", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            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 appearance126 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand9 = new Infragistics.Win.UltraWinGrid.UltraGridBand("产品标准", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance130 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance131 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance132 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand10 = new Infragistics.Win.UltraWinGrid.UltraGridBand("规格", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand11 = new Infragistics.Win.UltraWinGrid.UltraGridBand("钢种", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand12 = new Infragistics.Win.UltraWinGrid.UltraGridBand("合同", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand13 = new Infragistics.Win.UltraWinGrid.UltraGridBand("校验员", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand14 = new Infragistics.Win.UltraWinGrid.UltraGridBand("颜色", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COLOR");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand15 = new Infragistics.Win.UltraWinGrid.UltraGridBand("打印物料", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTMATERIAL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            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 appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand16 = new Infragistics.Win.UltraWinGrid.UltraGridBand("收货单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            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 appearance88 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand17 = new Infragistics.Win.UltraWinGrid.UltraGridBand("流向", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FLOW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TIMES");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
            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 appearance93 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand18 = new Infragistics.Win.UltraWinGrid.UltraGridBand("物料", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALGROUP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTUNIT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROUPDESCRIBE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHMANAGE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FROM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_FACTOR");
            Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance66 = 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 appearance116 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand19 = new Infragistics.Win.UltraWinGrid.UltraGridBand("发货单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FH");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FROM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNOBEGIN");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNOEND");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_USERROLES");
            Infragistics.Win.Appearance appearance117 = 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.Appearance appearance121 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance122 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand20 = new Infragistics.Win.UltraWinGrid.UltraGridBand("供应单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GY");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FROM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_USERROLES");
            Infragistics.Win.Appearance appearance123 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance125 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance138 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance151 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance152 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand21 = new Infragistics.Win.UltraWinGrid.UltraGridBand("收货单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SH");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FACTORYNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn87 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn88 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn89 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FROM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn90 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_USERROLES");
            Infragistics.Win.Appearance appearance153 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance154 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance155 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance156 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance171 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand22 = new Infragistics.Win.UltraWinGrid.UltraGridBand("承运单位", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn91 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CY");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn92 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn93 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn94 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FROM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn95 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_USERROLES");
            Infragistics.Win.Appearance appearance174 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance175 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand23 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音基础表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            Infragistics.Win.Appearance appearance111 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance112 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance115 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance109 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance169 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab11 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab9 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab10 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab12 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab13 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab14 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab15 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab16 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab17 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab18 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab19 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab24 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab25 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab26 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab27 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab28 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab21 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab20 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            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 appearance108 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("e897a445-59d3-4ab2-99ec-440d12e4ae28"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("1a83a0b6-bb46-4c7f-adee-b212bbe546b1"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("e897a445-59d3-4ab2-99ec-440d12e4ae28"), -1);
            Infragistics.Win.Appearance appearance173 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("ca204bd4-91e7-4c95-93fd-498b665c9b03"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("e94990a9-374d-4aca-8342-9c847bebebb5"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("ca204bd4-91e7-4c95-93fd-498b665c9b03"), -1);
            Infragistics.Win.Appearance appearance172 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool7 = new Infragistics.Win.UltraWinToolbars.LabelTool("时间");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool8 = new Infragistics.Win.UltraWinToolbars.LabelTool("至");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseManger));
            Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
            Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
            Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
            Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Excel");
            Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
            this.ultraTabPageControl11 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdCarNo = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dataSet1 = new System.Data.DataSet();
            this.BT_POINTCARNO = new System.Data.DataTable();
            this.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn2 = new System.Data.DataColumn();
            this.dataColumn3 = new System.Data.DataColumn();
            this.BT_POINTMATERIAL = new System.Data.DataTable();
            this.dataColumn4 = new System.Data.DataColumn();
            this.dataColumn5 = new System.Data.DataColumn();
            this.dataColumn7 = new System.Data.DataColumn();
            this.dataColumn6 = new System.Data.DataColumn();
            this.BT_POINTSENDER = new System.Data.DataTable();
            this.dataColumn26 = new System.Data.DataColumn();
            this.dataColumn27 = new System.Data.DataColumn();
            this.dataColumn28 = new System.Data.DataColumn();
            this.dataColumn86 = new System.Data.DataColumn();
            this.BT_POINTTRANS = new System.Data.DataTable();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataColumn10 = new System.Data.DataColumn();
            this.dataColumn87 = new System.Data.DataColumn();
            this.BT_POINTSUPPLIER = new System.Data.DataTable();
            this.dataColumn23 = new System.Data.DataColumn();
            this.dataColumn24 = new System.Data.DataColumn();
            this.dataColumn25 = new System.Data.DataColumn();
            this.dataColumn93 = new System.Data.DataColumn();
            this.BT_POINTFACELEVEL = new System.Data.DataTable();
            this.dataColumn14 = new System.Data.DataColumn();
            this.dataColumn15 = new System.Data.DataColumn();
            this.dataColumn16 = new System.Data.DataColumn();
            this.BT_POINTFACESTATE = new System.Data.DataTable();
            this.dataColumn11 = new System.Data.DataColumn();
            this.dataColumn12 = new System.Data.DataColumn();
            this.dataColumn13 = new System.Data.DataColumn();
            this.BT_POINTMEMO = new System.Data.DataTable();
            this.dataColumn17 = new System.Data.DataColumn();
            this.dataColumn18 = new System.Data.DataColumn();
            this.dataColumn19 = new System.Data.DataColumn();
            this.BT_POINTSTANDARD = new System.Data.DataTable();
            this.dataColumn20 = new System.Data.DataColumn();
            this.dataColumn21 = new System.Data.DataColumn();
            this.dataColumn22 = new System.Data.DataColumn();
            this.BT_POINTSPEC = new System.Data.DataTable();
            this.dataColumn32 = new System.Data.DataColumn();
            this.dataColumn33 = new System.Data.DataColumn();
            this.dataColumn34 = new System.Data.DataColumn();
            this.BT_POINTSTEELTYPE = new System.Data.DataTable();
            this.dataColumn29 = new System.Data.DataColumn();
            this.dataColumn30 = new System.Data.DataColumn();
            this.dataColumn31 = new System.Data.DataColumn();
            this.BT_POINTCONTRACT = new System.Data.DataTable();
            this.dataColumn35 = new System.Data.DataColumn();
            this.dataColumn36 = new System.Data.DataColumn();
            this.dataColumn37 = new System.Data.DataColumn();
            this.BT_POINTCHECKER = new System.Data.DataTable();
            this.dataColumn41 = new System.Data.DataColumn();
            this.dataColumn42 = new System.Data.DataColumn();
            this.dataColumn43 = new System.Data.DataColumn();
            this.BT_POINTCOLOR = new System.Data.DataTable();
            this.dataColumn38 = new System.Data.DataColumn();
            this.dataColumn39 = new System.Data.DataColumn();
            this.dataColumn40 = new System.Data.DataColumn();
            this.BT_POINTPRINTMATERIAL = new System.Data.DataTable();
            this.dataColumn44 = new System.Data.DataColumn();
            this.dataColumn45 = new System.Data.DataColumn();
            this.dataColumn46 = new System.Data.DataColumn();
            this.BT_POINTRECEIVER = new System.Data.DataTable();
            this.dataColumn47 = new System.Data.DataColumn();
            this.dataColumn48 = new System.Data.DataColumn();
            this.dataColumn49 = new System.Data.DataColumn();
            this.dataColumn88 = new System.Data.DataColumn();
            this.dataTable17 = new System.Data.DataTable();
            this.dataColumn50 = new System.Data.DataColumn();
            this.dataColumn51 = new System.Data.DataColumn();
            this.dataColumn52 = new System.Data.DataColumn();
            this.dataColumn92 = new System.Data.DataColumn();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdWL = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdSender = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdTran = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdSupply = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl8 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdFaceLevel = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdFaceState = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdDemo = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl12 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdStander = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl13 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdSpec = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl14 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdStelTye = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl15 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdContrat = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl16 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdCheck = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl17 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdColor = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl18 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdPrintMet = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdRecie = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl24 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ulgrdFlow = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl19 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgWLTABLE = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dataSet2 = new System.Data.DataSet();
            this.dataTable19 = new System.Data.DataTable();
            this.dataColumn56 = new System.Data.DataColumn();
            this.dataColumn53 = new System.Data.DataColumn();
            this.dataColumn54 = new System.Data.DataColumn();
            this.dataColumn55 = new System.Data.DataColumn();
            this.dataColumn57 = new System.Data.DataColumn();
            this.dataColumn58 = new System.Data.DataColumn();
            this.dataColumn59 = new System.Data.DataColumn();
            this.dataColumn69 = new System.Data.DataColumn();
            this.dataColumn70 = new System.Data.DataColumn();
            this.dataColumn71 = new System.Data.DataColumn();
            this.dataColumn102 = new System.Data.DataColumn();
            this.dataTable20 = new System.Data.DataTable();
            this.dataColumn60 = new System.Data.DataColumn();
            this.dataColumn61 = new System.Data.DataColumn();
            this.dataColumn62 = 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.dataColumn94 = new System.Data.DataColumn();
            this.dataTable22 = new System.Data.DataTable();
            this.dataColumn66 = new System.Data.DataColumn();
            this.dataColumn67 = new System.Data.DataColumn();
            this.dataColumn68 = new System.Data.DataColumn();
            this.dataColumn77 = new System.Data.DataColumn();
            this.dataColumn78 = new System.Data.DataColumn();
            this.dataColumn95 = new System.Data.DataColumn();
            this.dataTable33 = new System.Data.DataTable();
            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.dataColumn96 = new System.Data.DataColumn();
            this.dataTable18 = new System.Data.DataTable();
            this.dataColumn63 = new System.Data.DataColumn();
            this.dataColumn64 = new System.Data.DataColumn();
            this.dataColumn65 = new System.Data.DataColumn();
            this.dataColumn85 = new System.Data.DataColumn();
            this.dataColumn101 = new System.Data.DataColumn();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn89 = new System.Data.DataColumn();
            this.dataColumn90 = new System.Data.DataColumn();
            this.dataColumn91 = new System.Data.DataColumn();
            this.dataTable2 = new System.Data.DataTable();
            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.ultraGroupBox13 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label47 = new System.Windows.Forms.Label();
            this.txtFACTOR = new System.Windows.Forms.TextBox();
            this.txtWLZMS = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtWLPYZJM = new System.Windows.Forms.TextBox();
            this.txtWLMC = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtWLFROM = new System.Windows.Forms.TextBox();
            this.txtWLTYPE = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtWLZ = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtWLUNIT = new System.Windows.Forms.TextBox();
            this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtWLNO = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.ultraTabPageControl20 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgFHTABLE = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox14 = new Infragistics.Win.Misc.UltraGroupBox();
            this.CKFHUser = new System.Windows.Forms.CheckedListBox();
            this.label35 = new System.Windows.Forms.Label();
            this.txtFHCARNOEND = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.txtFHCARNOBEGIN = new System.Windows.Forms.TextBox();
            this.txtFHCJMS = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtFHFROM = new System.Windows.Forms.TextBox();
            this.txtFHGCDM = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtFHPYZJM = new System.Windows.Forms.TextBox();
            this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label26 = new System.Windows.Forms.Label();
            this.txtFHNO = new System.Windows.Forms.TextBox();
            this.ultraTabPageControl21 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox7 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgGYTABLE = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox15 = new Infragistics.Win.Misc.UltraGroupBox();
            this.CKGYuser = new System.Windows.Forms.CheckedListBox();
            this.label36 = new System.Windows.Forms.Label();
            this.txtGYPYZJM = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.txtGYFROM = new System.Windows.Forms.TextBox();
            this.txtGYNAME = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label27 = new System.Windows.Forms.Label();
            this.txtGYNO = new System.Windows.Forms.TextBox();
            this.ultraTabPageControl22 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox9 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgSHTABLE = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox16 = new Infragistics.Win.Misc.UltraGroupBox();
            this.CKSHuser = new System.Windows.Forms.CheckedListBox();
            this.label37 = new System.Windows.Forms.Label();
            this.txtSHFROM = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.txtSHPYZJM = new System.Windows.Forms.TextBox();
            this.txtSHNAME = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.txtSHFACTNO = new System.Windows.Forms.TextBox();
            this.ultraGroupBox10 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label28 = new System.Windows.Forms.Label();
            this.txtSHNO = new System.Windows.Forms.TextBox();
            this.ultraTabPageControl23 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox11 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgCYTABLE = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox17 = new Infragistics.Win.Misc.UltraGroupBox();
            this.CKCYuser = new System.Windows.Forms.CheckedListBox();
            this.label46 = new System.Windows.Forms.Label();
            this.txtCYFROM = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.txtCYPYZJM = new System.Windows.Forms.TextBox();
            this.txtCYNAME = new System.Windows.Forms.TextBox();
            this.label23 = new System.Windows.Forms.Label();
            this.ultraGroupBox12 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label29 = new System.Windows.Forms.Label();
            this.txtCYNO = new System.Windows.Forms.TextBox();
            this.ultraTabPageControl26 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl25 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox20 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ulgrdVoice = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox21 = new Infragistics.Win.Misc.UltraGroupBox();
            this.cbxPointType = new System.Windows.Forms.ComboBox();
            this.btnOpenVoice = new System.Windows.Forms.Button();
            this.txtVoiceTy = new System.Windows.Forms.TextBox();
            this.label42 = new System.Windows.Forms.Label();
            this.label43 = new System.Windows.Forms.Label();
            this.txtVoiceDe = new System.Windows.Forms.TextBox();
            this.txtVoiceNa = new System.Windows.Forms.TextBox();
            this.label44 = new System.Windows.Forms.Label();
            this.ultraGroupBox22 = new Infragistics.Win.Misc.UltraGroupBox();
            this.label45 = new System.Windows.Forms.Label();
            this.txtVoiceName = new System.Windows.Forms.TextBox();
            this.ulDockXXSET = new Infragistics.Win.Misc.UltraPanel();
            this.ultraCheckEditor16 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor15 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor14 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor13 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor12 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor11 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor10 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor9 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor8 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor7 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor6 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor4 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraCheckEditor0 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ulpanlWLSAP = new Infragistics.Win.Misc.UltraPanel();
            this.ultraGroupBox19 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox18 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtJLMeNoEnd = new System.Windows.Forms.TextBox();
            this.txtJLMeNoSt = new System.Windows.Forms.TextBox();
            this.label34 = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.txtSapMeterialNo = new System.Windows.Forms.TextBox();
            this.label31 = new System.Windows.Forms.Label();
            this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultb = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txt3 = new System.Windows.Forms.TextBox();
            this.label30 = new System.Windows.Forms.Label();
            this.txt2 = new System.Windows.Forms.TextBox();
            this.lb2 = new System.Windows.Forms.Label();
            this.txt1 = new System.Windows.Forms.TextBox();
            this.lb1 = new System.Windows.Forms.Label();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.cbJLD = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultabBASETABLE = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage4 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label38 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label40 = new System.Windows.Forms.Label();
            this.label41 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.ulDockManger = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._FrmBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
            this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
            this.ultabTotal = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
            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.ultraTabPageControl11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdCarNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCARNO)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTMATERIAL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSENDER)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTTRANS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSUPPLIER)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTFACELEVEL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTFACESTATE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTMEMO)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSTANDARD)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSPEC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSTEELTYPE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCONTRACT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCHECKER)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCOLOR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTPRINTMATERIAL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTRECEIVER)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable17)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdWL)).BeginInit();
            this.ultraTabPageControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSender)).BeginInit();
            this.ultraTabPageControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdTran)).BeginInit();
            this.ultraTabPageControl7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSupply)).BeginInit();
            this.ultraTabPageControl8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFaceLevel)).BeginInit();
            this.ultraTabPageControl9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFaceState)).BeginInit();
            this.ultraTabPageControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdDemo)).BeginInit();
            this.ultraTabPageControl12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdStander)).BeginInit();
            this.ultraTabPageControl13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSpec)).BeginInit();
            this.ultraTabPageControl14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdStelTye)).BeginInit();
            this.ultraTabPageControl15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdContrat)).BeginInit();
            this.ultraTabPageControl16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdCheck)).BeginInit();
            this.ultraTabPageControl17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdColor)).BeginInit();
            this.ultraTabPageControl18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdPrintMet)).BeginInit();
            this.ultraTabPageControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdRecie)).BeginInit();
            this.ultraTabPageControl24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFlow)).BeginInit();
            this.ultraTabPageControl19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgWLTABLE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable33)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox13)).BeginInit();
            this.ultraGroupBox13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
            this.ultraGroupBox3.SuspendLayout();
            this.ultraTabPageControl20.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
            this.ultraGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgFHTABLE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).BeginInit();
            this.ultraGroupBox14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
            this.ultraGroupBox6.SuspendLayout();
            this.ultraTabPageControl21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).BeginInit();
            this.ultraGroupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgGYTABLE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).BeginInit();
            this.ultraGroupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
            this.ultraGroupBox8.SuspendLayout();
            this.ultraTabPageControl22.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).BeginInit();
            this.ultraGroupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgSHTABLE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).BeginInit();
            this.ultraGroupBox16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).BeginInit();
            this.ultraGroupBox10.SuspendLayout();
            this.ultraTabPageControl23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).BeginInit();
            this.ultraGroupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgCYTABLE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox17)).BeginInit();
            this.ultraGroupBox17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).BeginInit();
            this.ultraGroupBox12.SuspendLayout();
            this.ultraTabPageControl25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox20)).BeginInit();
            this.ultraGroupBox20.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdVoice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox21)).BeginInit();
            this.ultraGroupBox21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox22)).BeginInit();
            this.ultraGroupBox22.SuspendLayout();
            this.ulDockXXSET.ClientArea.SuspendLayout();
            this.ulDockXXSET.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor0)).BeginInit();
            this.ulpanlWLSAP.ClientArea.SuspendLayout();
            this.ulpanlWLSAP.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).BeginInit();
            this.ultraGroupBox19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox18)).BeginInit();
            this.ultraGroupBox18.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultb)).BeginInit();
            this.ultb.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultabBASETABLE)).BeginInit();
            this.ultabBASETABLE.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ulDockManger)).BeginInit();
            this._FrmBaseAutoHideControl.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.ultraPanel1.ClientArea.SuspendLayout();
            this.ultraPanel1.SuspendLayout();
            this.ultraPanel3.ClientArea.SuspendLayout();
            this.ultraPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultabTotal)).BeginInit();
            this.ultabTotal.SuspendLayout();
            this.ultraPanel2.ClientArea.SuspendLayout();
            this.ultraPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControl11
            // 
            this.ultraTabPageControl11.Controls.Add(this.ulgrdCarNo);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl11, null);
            this.ultraTabPageControl11.Location = new System.Drawing.Point(1, 22);
            this.ultraTabPageControl11.Name = "ultraTabPageControl11";
            this.ultraTabPageControl11.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl11, null);
            // 
            // ulgrdCarNo
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdCarNo, null);
            this.ulgrdCarNo.DataMember = "车号";
            this.ulgrdCarNo.DataSource = this.dataSet1;
            appearance97.BackColor = System.Drawing.Color.White;
            appearance97.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance97.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdCarNo.DisplayLayout.Appearance = appearance97;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3});
            ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdCarNo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ulgrdCarNo.DisplayLayout.InterBandSpacing = 10;
            appearance98.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdCarNo.DisplayLayout.Override.CardAreaAppearance = appearance98;
            this.ulgrdCarNo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance99.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance99.BackColor2 = System.Drawing.Color.White;
            appearance99.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance99.FontData.SizeInPoints = 10F;
            appearance99.ForeColor = System.Drawing.Color.Black;
            appearance99.TextHAlignAsString = "Center";
            appearance99.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdCarNo.DisplayLayout.Override.HeaderAppearance = appearance99;
            appearance100.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdCarNo.DisplayLayout.Override.RowAppearance = appearance100;
            appearance101.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance101.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance101.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdCarNo.DisplayLayout.Override.RowSelectorAppearance = appearance101;
            this.ulgrdCarNo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdCarNo.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdCarNo.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance102.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance102.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance102.ForeColor = System.Drawing.Color.Black;
            this.ulgrdCarNo.DisplayLayout.Override.SelectedRowAppearance = appearance102;
            this.ulgrdCarNo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdCarNo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdCarNo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdCarNo.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdCarNo.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdCarNo.Location = new System.Drawing.Point(0, 0);
            this.ulgrdCarNo.Name = "ulgrdCarNo";
            this.ulgrdCarNo.Size = new System.Drawing.Size(977, 351);
            this.ulgrdCarNo.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdCarNo, null);
            this.ulgrdCarNo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdCarNo_DoubleClickRow);
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
            this.BT_POINTCARNO,
            this.BT_POINTMATERIAL,
            this.BT_POINTSENDER,
            this.BT_POINTTRANS,
            this.BT_POINTSUPPLIER,
            this.BT_POINTFACELEVEL,
            this.BT_POINTFACESTATE,
            this.BT_POINTMEMO,
            this.BT_POINTSTANDARD,
            this.BT_POINTSPEC,
            this.BT_POINTSTEELTYPE,
            this.BT_POINTCONTRACT,
            this.BT_POINTCHECKER,
            this.BT_POINTCOLOR,
            this.BT_POINTPRINTMATERIAL,
            this.BT_POINTRECEIVER,
            this.dataTable17});
            // 
            // BT_POINTCARNO
            // 
            this.BT_POINTCARNO.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2,
            this.dataColumn3});
            this.BT_POINTCARNO.Namespace = "BT_POINTCARNO";
            this.BT_POINTCARNO.TableName = "车号";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "计量点编码";
            this.dataColumn1.ColumnName = "FS_POINTNO";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "车号";
            this.dataColumn2.ColumnName = "FS_CARNO";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "使用次数";
            this.dataColumn3.ColumnName = "FN_TIMES";
            // 
            // BT_POINTMATERIAL
            // 
            this.BT_POINTMATERIAL.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn4,
            this.dataColumn5,
            this.dataColumn7,
            this.dataColumn6});
            this.BT_POINTMATERIAL.Namespace = "BT_POINTMATERIAL";
            this.BT_POINTMATERIAL.TableName = "物料";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "计量点编码";
            this.dataColumn4.ColumnName = "FS_POINTNO";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "物料代码";
            this.dataColumn5.ColumnName = "FS_MATERIALNO";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "使用次数";
            this.dataColumn7.ColumnName = "FN_TIMES";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "物料名称";
            this.dataColumn6.ColumnName = "FS_MATERIALNAME";
            // 
            // BT_POINTSENDER
            // 
            this.BT_POINTSENDER.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn26,
            this.dataColumn27,
            this.dataColumn28,
            this.dataColumn86});
            this.BT_POINTSENDER.Namespace = "BT_POINTSENDER";
            this.BT_POINTSENDER.TableName = "生产单位";
            // 
            // dataColumn26
            // 
            this.dataColumn26.Caption = "计量点编码";
            this.dataColumn26.ColumnName = "FS_POINTNO";
            // 
            // dataColumn27
            // 
            this.dataColumn27.Caption = "发货方代码";
            this.dataColumn27.ColumnName = "FS_SENDER";
            // 
            // dataColumn28
            // 
            this.dataColumn28.Caption = "使用次数";
            this.dataColumn28.ColumnName = "FN_TIMES";
            // 
            // dataColumn86
            // 
            this.dataColumn86.Caption = "发货单位名称";
            this.dataColumn86.ColumnName = "FS_MEMO";
            // 
            // BT_POINTTRANS
            // 
            this.BT_POINTTRANS.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn8,
            this.dataColumn9,
            this.dataColumn10,
            this.dataColumn87});
            this.BT_POINTTRANS.Namespace = "BT_POINTTRANS";
            this.BT_POINTTRANS.TableName = "承运单位";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "磅房代码";
            this.dataColumn8.ColumnName = "FS_POINTNO";
            // 
            // dataColumn9
            // 
            this.dataColumn9.Caption = "承运方代码";
            this.dataColumn9.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "使用次数";
            this.dataColumn10.ColumnName = "FN_TIMES";
            // 
            // dataColumn87
            // 
            this.dataColumn87.Caption = "承运单位名称";
            this.dataColumn87.ColumnName = "FS_TRANSNAME";
            // 
            // BT_POINTSUPPLIER
            // 
            this.BT_POINTSUPPLIER.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn23,
            this.dataColumn24,
            this.dataColumn25,
            this.dataColumn93});
            this.BT_POINTSUPPLIER.Namespace = "BT_POINTSUPPLIER";
            this.BT_POINTSUPPLIER.TableName = "供应单位";
            // 
            // dataColumn23
            // 
            this.dataColumn23.Caption = "磅房代码";
            this.dataColumn23.ColumnName = "FS_POINTNO";
            // 
            // dataColumn24
            // 
            this.dataColumn24.Caption = "供应商代码";
            this.dataColumn24.ColumnName = "FS_SUPPLIER";
            // 
            // dataColumn25
            // 
            this.dataColumn25.Caption = "使用次数";
            this.dataColumn25.ColumnName = "FN_TIMES";
            // 
            // dataColumn93
            // 
            this.dataColumn93.Caption = "供应单位名称";
            this.dataColumn93.ColumnName = "FS_SUPPLIERNAME";
            // 
            // BT_POINTFACELEVEL
            // 
            this.BT_POINTFACELEVEL.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn14,
            this.dataColumn15,
            this.dataColumn16});
            this.BT_POINTFACELEVEL.Namespace = "BT_POINTFACELEVEL";
            this.BT_POINTFACELEVEL.TableName = "表面级别";
            // 
            // dataColumn14
            // 
            this.dataColumn14.Caption = "磅房代码";
            this.dataColumn14.ColumnName = "FS_POINTNO";
            // 
            // dataColumn15
            // 
            this.dataColumn15.Caption = "表面级别";
            this.dataColumn15.ColumnName = "FS_FACELEVEL";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "使用次数";
            this.dataColumn16.ColumnName = "FN_TIMES";
            // 
            // BT_POINTFACESTATE
            // 
            this.BT_POINTFACESTATE.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn11,
            this.dataColumn12,
            this.dataColumn13});
            this.BT_POINTFACESTATE.Namespace = "BT_POINTFACESTATE";
            this.BT_POINTFACESTATE.TableName = "表面状态";
            // 
            // dataColumn11
            // 
            this.dataColumn11.Caption = "磅房代码";
            this.dataColumn11.ColumnName = "FS_POINTNO";
            // 
            // dataColumn12
            // 
            this.dataColumn12.Caption = "表面状态";
            this.dataColumn12.ColumnName = "FS_FACESTATE";
            // 
            // dataColumn13
            // 
            this.dataColumn13.Caption = "使用次数";
            this.dataColumn13.ColumnName = "FN_TIMES";
            // 
            // BT_POINTMEMO
            // 
            this.BT_POINTMEMO.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn17,
            this.dataColumn18,
            this.dataColumn19});
            this.BT_POINTMEMO.Namespace = "BT_POINTMEMO";
            this.BT_POINTMEMO.TableName = "备注";
            // 
            // dataColumn17
            // 
            this.dataColumn17.Caption = "磅房代码";
            this.dataColumn17.ColumnName = "FS_POINTNO";
            // 
            // dataColumn18
            // 
            this.dataColumn18.Caption = "备注";
            this.dataColumn18.ColumnName = "FS_MEMO";
            // 
            // dataColumn19
            // 
            this.dataColumn19.Caption = "使用次数";
            this.dataColumn19.ColumnName = "FN_TIMES";
            // 
            // BT_POINTSTANDARD
            // 
            this.BT_POINTSTANDARD.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn20,
            this.dataColumn21,
            this.dataColumn22});
            this.BT_POINTSTANDARD.Namespace = "BT_POINTSTANDARD";
            this.BT_POINTSTANDARD.TableName = "产品标准";
            // 
            // dataColumn20
            // 
            this.dataColumn20.Caption = "磅房代码";
            this.dataColumn20.ColumnName = "FS_POINTNO";
            // 
            // dataColumn21
            // 
            this.dataColumn21.Caption = "产品标准";
            this.dataColumn21.ColumnName = "FS_STANDARD";
            // 
            // dataColumn22
            // 
            this.dataColumn22.Caption = "使用次数";
            this.dataColumn22.ColumnName = "FN_TIMES";
            // 
            // BT_POINTSPEC
            // 
            this.BT_POINTSPEC.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn32,
            this.dataColumn33,
            this.dataColumn34});
            this.BT_POINTSPEC.Namespace = "BT_POINTSPEC";
            this.BT_POINTSPEC.TableName = "规格";
            // 
            // dataColumn32
            // 
            this.dataColumn32.Caption = "计量点编码";
            this.dataColumn32.ColumnName = "FS_POINTNO";
            // 
            // dataColumn33
            // 
            this.dataColumn33.Caption = "规格";
            this.dataColumn33.ColumnName = "FS_SPEC";
            // 
            // dataColumn34
            // 
            this.dataColumn34.Caption = "使用次数";
            this.dataColumn34.ColumnName = "FN_TIMES";
            // 
            // BT_POINTSTEELTYPE
            // 
            this.BT_POINTSTEELTYPE.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn29,
            this.dataColumn30,
            this.dataColumn31});
            this.BT_POINTSTEELTYPE.Namespace = "BT_POINTSTEELTYPE";
            this.BT_POINTSTEELTYPE.TableName = "钢种";
            // 
            // dataColumn29
            // 
            this.dataColumn29.Caption = "计量点代码";
            this.dataColumn29.ColumnName = "FS_POINTNO";
            // 
            // dataColumn30
            // 
            this.dataColumn30.Caption = "钢种";
            this.dataColumn30.ColumnName = "FS_STEELTYPE";
            // 
            // dataColumn31
            // 
            this.dataColumn31.Caption = "使用次数";
            this.dataColumn31.ColumnName = "FN_TIMES";
            // 
            // BT_POINTCONTRACT
            // 
            this.BT_POINTCONTRACT.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn35,
            this.dataColumn36,
            this.dataColumn37});
            this.BT_POINTCONTRACT.Namespace = "BT_POINTCONTRACT";
            this.BT_POINTCONTRACT.TableName = "合同";
            // 
            // dataColumn35
            // 
            this.dataColumn35.Caption = "磅房代码";
            this.dataColumn35.ColumnName = "FS_POINTNO";
            // 
            // dataColumn36
            // 
            this.dataColumn36.Caption = "合同号";
            this.dataColumn36.ColumnName = "FS_CONTRACT";
            // 
            // dataColumn37
            // 
            this.dataColumn37.Caption = "使用次数";
            this.dataColumn37.ColumnName = "FN_TIMES";
            // 
            // BT_POINTCHECKER
            // 
            this.BT_POINTCHECKER.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn41,
            this.dataColumn42,
            this.dataColumn43});
            this.BT_POINTCHECKER.Namespace = "BT_POINTCHECKER";
            this.BT_POINTCHECKER.TableName = "校验员";
            // 
            // dataColumn41
            // 
            this.dataColumn41.Caption = "磅房代码";
            this.dataColumn41.ColumnName = "FS_POINTNO";
            // 
            // dataColumn42
            // 
            this.dataColumn42.Caption = "检验员";
            this.dataColumn42.ColumnName = "FS_CHECKER";
            // 
            // dataColumn43
            // 
            this.dataColumn43.Caption = "使用次数";
            this.dataColumn43.ColumnName = "FN_TIMES";
            // 
            // BT_POINTCOLOR
            // 
            this.BT_POINTCOLOR.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn38,
            this.dataColumn39,
            this.dataColumn40});
            this.BT_POINTCOLOR.Namespace = "BT_POINTCOLOR";
            this.BT_POINTCOLOR.TableName = "颜色";
            // 
            // dataColumn38
            // 
            this.dataColumn38.Caption = "磅房代码";
            this.dataColumn38.ColumnName = "FS_POINTNO";
            // 
            // dataColumn39
            // 
            this.dataColumn39.Caption = "颜色";
            this.dataColumn39.ColumnName = "FS_COLOR";
            // 
            // dataColumn40
            // 
            this.dataColumn40.Caption = "使用次数";
            this.dataColumn40.ColumnName = "FN_TIMES";
            // 
            // BT_POINTPRINTMATERIAL
            // 
            this.BT_POINTPRINTMATERIAL.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn44,
            this.dataColumn45,
            this.dataColumn46});
            this.BT_POINTPRINTMATERIAL.Namespace = "BT_POINTPRINTMATERIAL";
            this.BT_POINTPRINTMATERIAL.TableName = "打印物料";
            // 
            // dataColumn44
            // 
            this.dataColumn44.Caption = "计量点编号";
            this.dataColumn44.ColumnName = "FS_POINTNO";
            // 
            // dataColumn45
            // 
            this.dataColumn45.Caption = "打印物料名";
            this.dataColumn45.ColumnName = "FS_PRINTMATERIAL";
            // 
            // dataColumn46
            // 
            this.dataColumn46.Caption = "使用次数";
            this.dataColumn46.ColumnName = "FN_TIMES";
            // 
            // BT_POINTRECEIVER
            // 
            this.BT_POINTRECEIVER.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn47,
            this.dataColumn48,
            this.dataColumn49,
            this.dataColumn88});
            this.BT_POINTRECEIVER.Namespace = "BT_POINTRECEIVER";
            this.BT_POINTRECEIVER.TableName = "收货单位";
            // 
            // dataColumn47
            // 
            this.dataColumn47.Caption = "磅房代码";
            this.dataColumn47.ColumnName = "FS_POINTNO";
            // 
            // dataColumn48
            // 
            this.dataColumn48.Caption = "收货方代码";
            this.dataColumn48.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn49
            // 
            this.dataColumn49.Caption = "使用次数";
            this.dataColumn49.ColumnName = "FN_TIMES";
            // 
            // dataColumn88
            // 
            this.dataColumn88.Caption = "收货单位名称";
            this.dataColumn88.ColumnName = "FS_MEMO";
            // 
            // dataTable17
            // 
            this.dataTable17.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn50,
            this.dataColumn51,
            this.dataColumn52,
            this.dataColumn92});
            this.dataTable17.Namespace = "BT_POINTFLOW";
            this.dataTable17.TableName = "流向";
            // 
            // dataColumn50
            // 
            this.dataColumn50.Caption = "计量点编码";
            this.dataColumn50.ColumnName = "FS_POINTNO";
            // 
            // dataColumn51
            // 
            this.dataColumn51.Caption = "流向代码";
            this.dataColumn51.ColumnName = "FS_FLOW";
            // 
            // dataColumn52
            // 
            this.dataColumn52.Caption = "使用次数";
            this.dataColumn52.ColumnName = "FN_TIMES";
            // 
            // dataColumn92
            // 
            this.dataColumn92.Caption = "流向名称";
            this.dataColumn92.ColumnName = "FS_TYPENAME";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.ulgrdWL);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl3, null);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl3, null);
            // 
            // ulgrdWL
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdWL, null);
            this.ulgrdWL.DataMember = "物料";
            this.ulgrdWL.DataSource = this.dataSet1;
            appearance4.BackColor = System.Drawing.Color.White;
            appearance4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdWL.DisplayLayout.Appearance = appearance4;
            ultraGridColumn4.Header.VisiblePosition = 0;
            ultraGridColumn5.Header.VisiblePosition = 1;
            ultraGridColumn6.Header.VisiblePosition = 2;
            ultraGridColumn7.Header.VisiblePosition = 3;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7});
            ultraGridBand2.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdWL.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ulgrdWL.DisplayLayout.InterBandSpacing = 10;
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdWL.DisplayLayout.Override.CardAreaAppearance = appearance5;
            this.ulgrdWL.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance6.BackColor2 = System.Drawing.Color.White;
            appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance6.FontData.SizeInPoints = 10F;
            appearance6.ForeColor = System.Drawing.Color.Black;
            appearance6.TextHAlignAsString = "Center";
            appearance6.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdWL.DisplayLayout.Override.HeaderAppearance = appearance6;
            appearance7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdWL.DisplayLayout.Override.RowAppearance = appearance7;
            appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdWL.DisplayLayout.Override.RowSelectorAppearance = appearance8;
            this.ulgrdWL.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdWL.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdWL.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance9.ForeColor = System.Drawing.Color.Black;
            this.ulgrdWL.DisplayLayout.Override.SelectedRowAppearance = appearance9;
            this.ulgrdWL.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdWL.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdWL.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdWL.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdWL.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdWL.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdWL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdWL.Location = new System.Drawing.Point(0, 0);
            this.ulgrdWL.Name = "ulgrdWL";
            this.ulgrdWL.Size = new System.Drawing.Size(977, 351);
            this.ulgrdWL.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdWL, null);
            this.ulgrdWL.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdWL_DoubleClickRow);
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.ulgrdSender);
            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(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl4, null);
            // 
            // ulgrdSender
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdSender, null);
            this.ulgrdSender.DataMember = "生产单位";
            this.ulgrdSender.DataSource = this.dataSet1;
            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.ulgrdSender.DisplayLayout.Appearance = appearance10;
            ultraGridColumn8.Header.VisiblePosition = 0;
            ultraGridColumn9.Header.VisiblePosition = 1;
            ultraGridColumn10.Header.VisiblePosition = 2;
            ultraGridColumn11.Header.VisiblePosition = 3;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11});
            ultraGridBand3.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdSender.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ulgrdSender.DisplayLayout.InterBandSpacing = 10;
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdSender.DisplayLayout.Override.CardAreaAppearance = appearance11;
            this.ulgrdSender.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance12.BackColor2 = System.Drawing.Color.White;
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance12.FontData.SizeInPoints = 10F;
            appearance12.ForeColor = System.Drawing.Color.Black;
            appearance12.TextHAlignAsString = "Center";
            appearance12.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdSender.DisplayLayout.Override.HeaderAppearance = appearance12;
            appearance13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSender.DisplayLayout.Override.RowAppearance = appearance13;
            appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance14.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdSender.DisplayLayout.Override.RowSelectorAppearance = appearance14;
            this.ulgrdSender.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdSender.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdSender.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance15.ForeColor = System.Drawing.Color.Black;
            this.ulgrdSender.DisplayLayout.Override.SelectedRowAppearance = appearance15;
            this.ulgrdSender.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSender.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdSender.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSender.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSender.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdSender.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdSender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdSender.Location = new System.Drawing.Point(0, 0);
            this.ulgrdSender.Name = "ulgrdSender";
            this.ulgrdSender.Size = new System.Drawing.Size(977, 351);
            this.ulgrdSender.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdSender, null);
            this.ulgrdSender.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdSender_DoubleClickRow);
            // 
            // ultraTabPageControl6
            // 
            this.ultraTabPageControl6.Controls.Add(this.ulgrdTran);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl6, null);
            this.ultraTabPageControl6.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl6.Name = "ultraTabPageControl6";
            this.ultraTabPageControl6.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl6, null);
            // 
            // ulgrdTran
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdTran, null);
            this.ulgrdTran.DataMember = "承运单位";
            this.ulgrdTran.DataSource = this.dataSet1;
            appearance22.BackColor = System.Drawing.Color.White;
            appearance22.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdTran.DisplayLayout.Appearance = appearance22;
            ultraGridColumn12.Header.VisiblePosition = 0;
            ultraGridColumn13.Header.VisiblePosition = 1;
            ultraGridColumn14.Header.VisiblePosition = 2;
            ultraGridColumn15.Header.VisiblePosition = 3;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15});
            ultraGridBand4.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdTran.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ulgrdTran.DisplayLayout.InterBandSpacing = 10;
            appearance23.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdTran.DisplayLayout.Override.CardAreaAppearance = appearance23;
            this.ulgrdTran.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance24.BackColor2 = System.Drawing.Color.White;
            appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance24.FontData.SizeInPoints = 10F;
            appearance24.ForeColor = System.Drawing.Color.Black;
            appearance24.TextHAlignAsString = "Center";
            appearance24.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdTran.DisplayLayout.Override.HeaderAppearance = appearance24;
            appearance145.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdTran.DisplayLayout.Override.RowAppearance = appearance145;
            appearance146.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance146.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance146.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdTran.DisplayLayout.Override.RowSelectorAppearance = appearance146;
            this.ulgrdTran.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdTran.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdTran.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance147.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance147.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance147.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance147.ForeColor = System.Drawing.Color.Black;
            this.ulgrdTran.DisplayLayout.Override.SelectedRowAppearance = appearance147;
            this.ulgrdTran.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdTran.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdTran.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdTran.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdTran.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdTran.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdTran.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdTran.Location = new System.Drawing.Point(0, 0);
            this.ulgrdTran.Name = "ulgrdTran";
            this.ulgrdTran.Size = new System.Drawing.Size(977, 351);
            this.ulgrdTran.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdTran, null);
            this.ulgrdTran.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdTran_DoubleClickRow);
            // 
            // ultraTabPageControl7
            // 
            this.ultraTabPageControl7.Controls.Add(this.ulgrdSupply);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl7, null);
            this.ultraTabPageControl7.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl7.Name = "ultraTabPageControl7";
            this.ultraTabPageControl7.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl7, null);
            // 
            // ulgrdSupply
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdSupply, null);
            this.ulgrdSupply.DataMember = "供应单位";
            this.ulgrdSupply.DataSource = this.dataSet1;
            appearance148.BackColor = System.Drawing.Color.White;
            appearance148.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance148.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdSupply.DisplayLayout.Appearance = appearance148;
            ultraGridColumn16.Header.VisiblePosition = 0;
            ultraGridColumn17.Header.VisiblePosition = 1;
            ultraGridColumn18.Header.VisiblePosition = 2;
            ultraGridColumn19.Header.VisiblePosition = 3;
            ultraGridBand5.Columns.AddRange(new object[] {
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19});
            ultraGridBand5.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdSupply.DisplayLayout.BandsSerializer.Add(ultraGridBand5);
            this.ulgrdSupply.DisplayLayout.InterBandSpacing = 10;
            appearance149.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdSupply.DisplayLayout.Override.CardAreaAppearance = appearance149;
            this.ulgrdSupply.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance150.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance150.BackColor2 = System.Drawing.Color.White;
            appearance150.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance150.FontData.SizeInPoints = 10F;
            appearance150.ForeColor = System.Drawing.Color.Black;
            appearance150.TextHAlignAsString = "Center";
            appearance150.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdSupply.DisplayLayout.Override.HeaderAppearance = appearance150;
            appearance31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSupply.DisplayLayout.Override.RowAppearance = appearance31;
            appearance32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance32.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdSupply.DisplayLayout.Override.RowSelectorAppearance = appearance32;
            this.ulgrdSupply.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdSupply.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdSupply.DisplayLayout.Override.RowSpacingBefore = 2;
            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.ulgrdSupply.DisplayLayout.Override.SelectedRowAppearance = appearance33;
            this.ulgrdSupply.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSupply.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdSupply.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSupply.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSupply.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdSupply.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdSupply.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdSupply.Location = new System.Drawing.Point(0, 0);
            this.ulgrdSupply.Name = "ulgrdSupply";
            this.ulgrdSupply.Size = new System.Drawing.Size(977, 351);
            this.ulgrdSupply.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdSupply, null);
            this.ulgrdSupply.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdSupply_DoubleClickRow);
            // 
            // ultraTabPageControl8
            // 
            this.ultraTabPageControl8.Controls.Add(this.ulgrdFaceLevel);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl8, null);
            this.ultraTabPageControl8.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl8.Name = "ultraTabPageControl8";
            this.ultraTabPageControl8.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl8, null);
            // 
            // ulgrdFaceLevel
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdFaceLevel, null);
            this.ulgrdFaceLevel.DataMember = "表面级别";
            this.ulgrdFaceLevel.DataSource = this.dataSet1;
            appearance34.BackColor = System.Drawing.Color.White;
            appearance34.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdFaceLevel.DisplayLayout.Appearance = appearance34;
            ultraGridColumn20.Header.VisiblePosition = 0;
            ultraGridColumn21.Header.VisiblePosition = 1;
            ultraGridColumn22.Header.VisiblePosition = 2;
            ultraGridBand6.Columns.AddRange(new object[] {
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22});
            ultraGridBand6.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdFaceLevel.DisplayLayout.BandsSerializer.Add(ultraGridBand6);
            this.ulgrdFaceLevel.DisplayLayout.InterBandSpacing = 10;
            appearance35.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdFaceLevel.DisplayLayout.Override.CardAreaAppearance = appearance35;
            this.ulgrdFaceLevel.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance36.BackColor2 = System.Drawing.Color.White;
            appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance36.FontData.SizeInPoints = 10F;
            appearance36.ForeColor = System.Drawing.Color.Black;
            appearance36.TextHAlignAsString = "Center";
            appearance36.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdFaceLevel.DisplayLayout.Override.HeaderAppearance = appearance36;
            appearance43.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFaceLevel.DisplayLayout.Override.RowAppearance = appearance43;
            appearance44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance44.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdFaceLevel.DisplayLayout.Override.RowSelectorAppearance = appearance44;
            this.ulgrdFaceLevel.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdFaceLevel.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdFaceLevel.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance45.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance45.ForeColor = System.Drawing.Color.Black;
            this.ulgrdFaceLevel.DisplayLayout.Override.SelectedRowAppearance = appearance45;
            this.ulgrdFaceLevel.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFaceLevel.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdFaceLevel.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFaceLevel.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFaceLevel.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdFaceLevel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdFaceLevel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdFaceLevel.Location = new System.Drawing.Point(0, 0);
            this.ulgrdFaceLevel.Name = "ulgrdFaceLevel";
            this.ulgrdFaceLevel.Size = new System.Drawing.Size(977, 351);
            this.ulgrdFaceLevel.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdFaceLevel, null);
            this.ulgrdFaceLevel.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdFaceLevel_DoubleClickRow);
            // 
            // ultraTabPageControl9
            // 
            this.ultraTabPageControl9.Controls.Add(this.ulgrdFaceState);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl9, null);
            this.ultraTabPageControl9.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl9.Name = "ultraTabPageControl9";
            this.ultraTabPageControl9.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl9, null);
            // 
            // ulgrdFaceState
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdFaceState, null);
            this.ulgrdFaceState.DataMember = "表面状态";
            this.ulgrdFaceState.DataSource = this.dataSet1;
            appearance46.BackColor = System.Drawing.Color.White;
            appearance46.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdFaceState.DisplayLayout.Appearance = appearance46;
            ultraGridColumn23.Header.VisiblePosition = 0;
            ultraGridColumn24.Header.VisiblePosition = 1;
            ultraGridColumn25.Header.VisiblePosition = 2;
            ultraGridBand7.Columns.AddRange(new object[] {
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25});
            ultraGridBand7.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdFaceState.DisplayLayout.BandsSerializer.Add(ultraGridBand7);
            this.ulgrdFaceState.DisplayLayout.InterBandSpacing = 10;
            appearance47.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdFaceState.DisplayLayout.Override.CardAreaAppearance = appearance47;
            this.ulgrdFaceState.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance48.BackColor2 = System.Drawing.Color.White;
            appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance48.FontData.SizeInPoints = 10F;
            appearance48.ForeColor = System.Drawing.Color.Black;
            appearance48.TextHAlignAsString = "Center";
            appearance48.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdFaceState.DisplayLayout.Override.HeaderAppearance = appearance48;
            appearance49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFaceState.DisplayLayout.Override.RowAppearance = appearance49;
            appearance50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance50.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdFaceState.DisplayLayout.Override.RowSelectorAppearance = appearance50;
            this.ulgrdFaceState.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdFaceState.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdFaceState.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance51.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance51.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance51.ForeColor = System.Drawing.Color.Black;
            this.ulgrdFaceState.DisplayLayout.Override.SelectedRowAppearance = appearance51;
            this.ulgrdFaceState.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFaceState.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdFaceState.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFaceState.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFaceState.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdFaceState.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdFaceState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdFaceState.Location = new System.Drawing.Point(0, 0);
            this.ulgrdFaceState.Name = "ulgrdFaceState";
            this.ulgrdFaceState.Size = new System.Drawing.Size(977, 351);
            this.ulgrdFaceState.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdFaceState, null);
            this.ulgrdFaceState.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdFaceState_DoubleClickRow);
            // 
            // ultraTabPageControl10
            // 
            this.ultraTabPageControl10.Controls.Add(this.ulgrdDemo);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl10, null);
            this.ultraTabPageControl10.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl10.Name = "ultraTabPageControl10";
            this.ultraTabPageControl10.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl10, null);
            // 
            // ulgrdDemo
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdDemo, null);
            this.ulgrdDemo.DataMember = "备注";
            this.ulgrdDemo.DataSource = this.dataSet1;
            appearance52.BackColor = System.Drawing.Color.White;
            appearance52.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdDemo.DisplayLayout.Appearance = appearance52;
            ultraGridColumn26.Header.VisiblePosition = 0;
            ultraGridColumn27.Header.VisiblePosition = 1;
            ultraGridColumn28.Header.VisiblePosition = 2;
            ultraGridBand8.Columns.AddRange(new object[] {
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28});
            ultraGridBand8.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdDemo.DisplayLayout.BandsSerializer.Add(ultraGridBand8);
            this.ulgrdDemo.DisplayLayout.InterBandSpacing = 10;
            appearance53.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdDemo.DisplayLayout.Override.CardAreaAppearance = appearance53;
            this.ulgrdDemo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance54.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance54.BackColor2 = System.Drawing.Color.White;
            appearance54.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance54.FontData.SizeInPoints = 10F;
            appearance54.ForeColor = System.Drawing.Color.Black;
            appearance54.TextHAlignAsString = "Center";
            appearance54.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdDemo.DisplayLayout.Override.HeaderAppearance = appearance54;
            appearance55.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdDemo.DisplayLayout.Override.RowAppearance = appearance55;
            appearance56.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance56.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance56.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdDemo.DisplayLayout.Override.RowSelectorAppearance = appearance56;
            this.ulgrdDemo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdDemo.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdDemo.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance126.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance126.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance126.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance126.ForeColor = System.Drawing.Color.Black;
            this.ulgrdDemo.DisplayLayout.Override.SelectedRowAppearance = appearance126;
            this.ulgrdDemo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdDemo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdDemo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdDemo.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdDemo.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdDemo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdDemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdDemo.Location = new System.Drawing.Point(0, 0);
            this.ulgrdDemo.Name = "ulgrdDemo";
            this.ulgrdDemo.Size = new System.Drawing.Size(977, 351);
            this.ulgrdDemo.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdDemo, null);
            this.ulgrdDemo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdDemo_DoubleClickRow);
            // 
            // ultraTabPageControl12
            // 
            this.ultraTabPageControl12.Controls.Add(this.ulgrdStander);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl12, null);
            this.ultraTabPageControl12.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl12.Name = "ultraTabPageControl12";
            this.ultraTabPageControl12.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl12, null);
            // 
            // ulgrdStander
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdStander, null);
            this.ulgrdStander.DataMember = "产品标准";
            this.ulgrdStander.DataSource = this.dataSet1;
            appearance127.BackColor = System.Drawing.Color.White;
            appearance127.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance127.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdStander.DisplayLayout.Appearance = appearance127;
            ultraGridColumn29.Header.VisiblePosition = 0;
            ultraGridColumn30.Header.VisiblePosition = 1;
            ultraGridColumn31.Header.VisiblePosition = 2;
            ultraGridBand9.Columns.AddRange(new object[] {
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31});
            ultraGridBand9.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdStander.DisplayLayout.BandsSerializer.Add(ultraGridBand9);
            this.ulgrdStander.DisplayLayout.InterBandSpacing = 10;
            appearance128.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdStander.DisplayLayout.Override.CardAreaAppearance = appearance128;
            this.ulgrdStander.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance129.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance129.BackColor2 = System.Drawing.Color.White;
            appearance129.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance129.FontData.SizeInPoints = 10F;
            appearance129.ForeColor = System.Drawing.Color.Black;
            appearance129.TextHAlignAsString = "Center";
            appearance129.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdStander.DisplayLayout.Override.HeaderAppearance = appearance129;
            appearance130.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdStander.DisplayLayout.Override.RowAppearance = appearance130;
            appearance131.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance131.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance131.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdStander.DisplayLayout.Override.RowSelectorAppearance = appearance131;
            this.ulgrdStander.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdStander.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdStander.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance132.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance132.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance132.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance132.ForeColor = System.Drawing.Color.Black;
            this.ulgrdStander.DisplayLayout.Override.SelectedRowAppearance = appearance132;
            this.ulgrdStander.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdStander.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdStander.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdStander.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdStander.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdStander.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdStander.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdStander.Location = new System.Drawing.Point(0, 0);
            this.ulgrdStander.Name = "ulgrdStander";
            this.ulgrdStander.Size = new System.Drawing.Size(977, 351);
            this.ulgrdStander.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdStander, null);
            this.ulgrdStander.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdStander_DoubleClickRow);
            // 
            // ultraTabPageControl13
            // 
            this.ultraTabPageControl13.Controls.Add(this.ulgrdSpec);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl13, null);
            this.ultraTabPageControl13.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl13.Name = "ultraTabPageControl13";
            this.ultraTabPageControl13.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl13, null);
            // 
            // ulgrdSpec
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdSpec, null);
            this.ulgrdSpec.DataMember = "规格";
            this.ulgrdSpec.DataSource = this.dataSet1;
            appearance70.BackColor = System.Drawing.Color.White;
            appearance70.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance70.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdSpec.DisplayLayout.Appearance = appearance70;
            ultraGridColumn32.Header.VisiblePosition = 0;
            ultraGridColumn33.Header.VisiblePosition = 1;
            ultraGridColumn34.Header.VisiblePosition = 2;
            ultraGridBand10.Columns.AddRange(new object[] {
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34});
            ultraGridBand10.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdSpec.DisplayLayout.BandsSerializer.Add(ultraGridBand10);
            this.ulgrdSpec.DisplayLayout.InterBandSpacing = 10;
            appearance71.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdSpec.DisplayLayout.Override.CardAreaAppearance = appearance71;
            this.ulgrdSpec.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance72.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance72.BackColor2 = System.Drawing.Color.White;
            appearance72.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance72.FontData.SizeInPoints = 10F;
            appearance72.ForeColor = System.Drawing.Color.Black;
            appearance72.TextHAlignAsString = "Center";
            appearance72.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdSpec.DisplayLayout.Override.HeaderAppearance = appearance72;
            appearance73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSpec.DisplayLayout.Override.RowAppearance = appearance73;
            appearance74.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance74.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance74.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdSpec.DisplayLayout.Override.RowSelectorAppearance = appearance74;
            this.ulgrdSpec.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdSpec.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdSpec.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance75.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance75.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance75.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance75.ForeColor = System.Drawing.Color.Black;
            this.ulgrdSpec.DisplayLayout.Override.SelectedRowAppearance = appearance75;
            this.ulgrdSpec.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSpec.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdSpec.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdSpec.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdSpec.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdSpec.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdSpec.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdSpec.Location = new System.Drawing.Point(0, 0);
            this.ulgrdSpec.Name = "ulgrdSpec";
            this.ulgrdSpec.Size = new System.Drawing.Size(977, 351);
            this.ulgrdSpec.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdSpec, null);
            this.ulgrdSpec.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdSpec_DoubleClickRow);
            // 
            // ultraTabPageControl14
            // 
            this.ultraTabPageControl14.Controls.Add(this.ulgrdStelTye);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl14, null);
            this.ultraTabPageControl14.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl14.Name = "ultraTabPageControl14";
            this.ultraTabPageControl14.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl14, null);
            // 
            // ulgrdStelTye
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdStelTye, null);
            this.ulgrdStelTye.DataMember = "钢种";
            this.ulgrdStelTye.DataSource = this.dataSet1;
            appearance76.BackColor = System.Drawing.Color.White;
            appearance76.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance76.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdStelTye.DisplayLayout.Appearance = appearance76;
            ultraGridColumn35.Header.VisiblePosition = 0;
            ultraGridColumn36.Header.VisiblePosition = 1;
            ultraGridColumn37.Header.VisiblePosition = 2;
            ultraGridBand11.Columns.AddRange(new object[] {
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37});
            ultraGridBand11.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdStelTye.DisplayLayout.BandsSerializer.Add(ultraGridBand11);
            this.ulgrdStelTye.DisplayLayout.InterBandSpacing = 10;
            appearance77.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdStelTye.DisplayLayout.Override.CardAreaAppearance = appearance77;
            this.ulgrdStelTye.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance78.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance78.BackColor2 = System.Drawing.Color.White;
            appearance78.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance78.FontData.SizeInPoints = 10F;
            appearance78.ForeColor = System.Drawing.Color.Black;
            appearance78.TextHAlignAsString = "Center";
            appearance78.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdStelTye.DisplayLayout.Override.HeaderAppearance = appearance78;
            appearance79.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdStelTye.DisplayLayout.Override.RowAppearance = appearance79;
            appearance80.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance80.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance80.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdStelTye.DisplayLayout.Override.RowSelectorAppearance = appearance80;
            this.ulgrdStelTye.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdStelTye.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdStelTye.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance81.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance81.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance81.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance81.ForeColor = System.Drawing.Color.Black;
            this.ulgrdStelTye.DisplayLayout.Override.SelectedRowAppearance = appearance81;
            this.ulgrdStelTye.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdStelTye.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdStelTye.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdStelTye.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdStelTye.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdStelTye.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdStelTye.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdStelTye.Location = new System.Drawing.Point(0, 0);
            this.ulgrdStelTye.Name = "ulgrdStelTye";
            this.ulgrdStelTye.Size = new System.Drawing.Size(977, 351);
            this.ulgrdStelTye.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdStelTye, null);
            this.ulgrdStelTye.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdStelTye_DoubleClickRow);
            // 
            // ultraTabPageControl15
            // 
            this.ultraTabPageControl15.Controls.Add(this.ulgrdContrat);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl15, null);
            this.ultraTabPageControl15.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl15.Name = "ultraTabPageControl15";
            this.ultraTabPageControl15.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl15, null);
            // 
            // ulgrdContrat
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdContrat, null);
            this.ulgrdContrat.DataMember = "合同";
            this.ulgrdContrat.DataSource = this.dataSet1;
            appearance82.BackColor = System.Drawing.Color.White;
            appearance82.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdContrat.DisplayLayout.Appearance = appearance82;
            ultraGridColumn38.Header.VisiblePosition = 0;
            ultraGridColumn39.Header.VisiblePosition = 1;
            ultraGridColumn40.Header.VisiblePosition = 2;
            ultraGridBand12.Columns.AddRange(new object[] {
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40});
            ultraGridBand12.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdContrat.DisplayLayout.BandsSerializer.Add(ultraGridBand12);
            this.ulgrdContrat.DisplayLayout.InterBandSpacing = 10;
            appearance83.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdContrat.DisplayLayout.Override.CardAreaAppearance = appearance83;
            this.ulgrdContrat.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance84.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance84.BackColor2 = System.Drawing.Color.White;
            appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance84.FontData.SizeInPoints = 10F;
            appearance84.ForeColor = System.Drawing.Color.Black;
            appearance84.TextHAlignAsString = "Center";
            appearance84.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdContrat.DisplayLayout.Override.HeaderAppearance = appearance84;
            appearance85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdContrat.DisplayLayout.Override.RowAppearance = appearance85;
            appearance86.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance86.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdContrat.DisplayLayout.Override.RowSelectorAppearance = appearance86;
            this.ulgrdContrat.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdContrat.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdContrat.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance87.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance87.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance87.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance87.ForeColor = System.Drawing.Color.Black;
            this.ulgrdContrat.DisplayLayout.Override.SelectedRowAppearance = appearance87;
            this.ulgrdContrat.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdContrat.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdContrat.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdContrat.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdContrat.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdContrat.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdContrat.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdContrat.Location = new System.Drawing.Point(0, 0);
            this.ulgrdContrat.Name = "ulgrdContrat";
            this.ulgrdContrat.Size = new System.Drawing.Size(977, 351);
            this.ulgrdContrat.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdContrat, null);
            this.ulgrdContrat.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdContrat_DoubleClickRow);
            // 
            // ultraTabPageControl16
            // 
            this.ultraTabPageControl16.Controls.Add(this.ulgrdCheck);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl16, null);
            this.ultraTabPageControl16.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl16.Name = "ultraTabPageControl16";
            this.ultraTabPageControl16.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl16, null);
            // 
            // ulgrdCheck
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdCheck, null);
            this.ulgrdCheck.DataMember = "校验员";
            this.ulgrdCheck.DataSource = this.dataSet1;
            appearance37.BackColor = System.Drawing.Color.White;
            appearance37.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdCheck.DisplayLayout.Appearance = appearance37;
            ultraGridColumn41.Header.VisiblePosition = 0;
            ultraGridColumn42.Header.VisiblePosition = 1;
            ultraGridColumn43.Header.VisiblePosition = 2;
            ultraGridBand13.Columns.AddRange(new object[] {
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43});
            ultraGridBand13.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdCheck.DisplayLayout.BandsSerializer.Add(ultraGridBand13);
            this.ulgrdCheck.DisplayLayout.InterBandSpacing = 10;
            appearance38.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdCheck.DisplayLayout.Override.CardAreaAppearance = appearance38;
            this.ulgrdCheck.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance39.BackColor2 = System.Drawing.Color.White;
            appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance39.FontData.SizeInPoints = 10F;
            appearance39.ForeColor = System.Drawing.Color.Black;
            appearance39.TextHAlignAsString = "Center";
            appearance39.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdCheck.DisplayLayout.Override.HeaderAppearance = appearance39;
            appearance40.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdCheck.DisplayLayout.Override.RowAppearance = appearance40;
            appearance41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance41.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdCheck.DisplayLayout.Override.RowSelectorAppearance = appearance41;
            this.ulgrdCheck.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdCheck.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdCheck.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance42.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance42.ForeColor = System.Drawing.Color.Black;
            this.ulgrdCheck.DisplayLayout.Override.SelectedRowAppearance = appearance42;
            this.ulgrdCheck.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdCheck.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdCheck.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdCheck.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdCheck.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdCheck.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdCheck.Location = new System.Drawing.Point(0, 0);
            this.ulgrdCheck.Name = "ulgrdCheck";
            this.ulgrdCheck.Size = new System.Drawing.Size(977, 351);
            this.ulgrdCheck.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdCheck, null);
            this.ulgrdCheck.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdCheck_DoubleClickRow);
            // 
            // ultraTabPageControl17
            // 
            this.ultraTabPageControl17.Controls.Add(this.ulgrdColor);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl17, null);
            this.ultraTabPageControl17.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl17.Name = "ultraTabPageControl17";
            this.ultraTabPageControl17.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl17, null);
            // 
            // ulgrdColor
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdColor, null);
            this.ulgrdColor.DataMember = "颜色";
            this.ulgrdColor.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.ulgrdColor.DisplayLayout.Appearance = appearance1;
            ultraGridColumn44.Header.VisiblePosition = 0;
            ultraGridColumn45.Header.VisiblePosition = 1;
            ultraGridColumn46.Header.VisiblePosition = 2;
            ultraGridBand14.Columns.AddRange(new object[] {
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46});
            ultraGridBand14.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdColor.DisplayLayout.BandsSerializer.Add(ultraGridBand14);
            this.ulgrdColor.DisplayLayout.InterBandSpacing = 10;
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdColor.DisplayLayout.Override.CardAreaAppearance = appearance2;
            this.ulgrdColor.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 = 10F;
            appearance3.ForeColor = System.Drawing.Color.Black;
            appearance3.TextHAlignAsString = "Center";
            appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdColor.DisplayLayout.Override.HeaderAppearance = appearance3;
            appearance94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdColor.DisplayLayout.Override.RowAppearance = appearance94;
            appearance95.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance95.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance95.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdColor.DisplayLayout.Override.RowSelectorAppearance = appearance95;
            this.ulgrdColor.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdColor.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdColor.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance96.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance96.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance96.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance96.ForeColor = System.Drawing.Color.Black;
            this.ulgrdColor.DisplayLayout.Override.SelectedRowAppearance = appearance96;
            this.ulgrdColor.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdColor.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdColor.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdColor.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdColor.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdColor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdColor.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdColor.Location = new System.Drawing.Point(0, 0);
            this.ulgrdColor.Name = "ulgrdColor";
            this.ulgrdColor.Size = new System.Drawing.Size(977, 351);
            this.ulgrdColor.TabIndex = 1;
            this.coreBind.SetVerification(this.ulgrdColor, null);
            this.ulgrdColor.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdColor_DoubleClickRow);
            // 
            // ultraTabPageControl18
            // 
            this.ultraTabPageControl18.Controls.Add(this.ulgrdPrintMet);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl18, null);
            this.ultraTabPageControl18.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl18.Name = "ultraTabPageControl18";
            this.ultraTabPageControl18.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl18, null);
            // 
            // ulgrdPrintMet
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdPrintMet, null);
            this.ulgrdPrintMet.DataMember = "打印物料";
            this.ulgrdPrintMet.DataSource = this.dataSet1;
            appearance25.BackColor = System.Drawing.Color.White;
            appearance25.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdPrintMet.DisplayLayout.Appearance = appearance25;
            ultraGridColumn47.Header.VisiblePosition = 0;
            ultraGridColumn48.Header.VisiblePosition = 1;
            ultraGridColumn49.Header.VisiblePosition = 2;
            ultraGridBand15.Columns.AddRange(new object[] {
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49});
            ultraGridBand15.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdPrintMet.DisplayLayout.BandsSerializer.Add(ultraGridBand15);
            this.ulgrdPrintMet.DisplayLayout.InterBandSpacing = 10;
            appearance26.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdPrintMet.DisplayLayout.Override.CardAreaAppearance = appearance26;
            this.ulgrdPrintMet.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance27.BackColor2 = System.Drawing.Color.White;
            appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance27.FontData.SizeInPoints = 10F;
            appearance27.ForeColor = System.Drawing.Color.Black;
            appearance27.TextHAlignAsString = "Center";
            appearance27.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdPrintMet.DisplayLayout.Override.HeaderAppearance = appearance27;
            appearance28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdPrintMet.DisplayLayout.Override.RowAppearance = appearance28;
            appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdPrintMet.DisplayLayout.Override.RowSelectorAppearance = appearance29;
            this.ulgrdPrintMet.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdPrintMet.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdPrintMet.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance30.ForeColor = System.Drawing.Color.Black;
            this.ulgrdPrintMet.DisplayLayout.Override.SelectedRowAppearance = appearance30;
            this.ulgrdPrintMet.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdPrintMet.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdPrintMet.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdPrintMet.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdPrintMet.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdPrintMet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdPrintMet.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdPrintMet.Location = new System.Drawing.Point(0, 0);
            this.ulgrdPrintMet.Name = "ulgrdPrintMet";
            this.ulgrdPrintMet.Size = new System.Drawing.Size(977, 351);
            this.ulgrdPrintMet.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdPrintMet, null);
            this.ulgrdPrintMet.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdPrintMet_DoubleClickRow);
            // 
            // ultraTabPageControl5
            // 
            this.ultraTabPageControl5.Controls.Add(this.ulgrdRecie);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl5, null);
            this.ultraTabPageControl5.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl5.Name = "ultraTabPageControl5";
            this.ultraTabPageControl5.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl5, null);
            // 
            // ulgrdRecie
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdRecie, null);
            this.ulgrdRecie.DataMember = "收货单位";
            this.ulgrdRecie.DataSource = this.dataSet1;
            appearance16.BackColor = System.Drawing.Color.White;
            appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdRecie.DisplayLayout.Appearance = appearance16;
            ultraGridColumn50.Header.VisiblePosition = 0;
            ultraGridColumn51.Header.VisiblePosition = 1;
            ultraGridColumn52.Header.VisiblePosition = 2;
            ultraGridColumn53.Header.VisiblePosition = 3;
            ultraGridBand16.Columns.AddRange(new object[] {
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53});
            ultraGridBand16.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdRecie.DisplayLayout.BandsSerializer.Add(ultraGridBand16);
            this.ulgrdRecie.DisplayLayout.InterBandSpacing = 10;
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdRecie.DisplayLayout.Override.CardAreaAppearance = appearance17;
            this.ulgrdRecie.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance18.BackColor2 = System.Drawing.Color.White;
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance18.FontData.SizeInPoints = 10F;
            appearance18.ForeColor = System.Drawing.Color.Black;
            appearance18.TextHAlignAsString = "Center";
            appearance18.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdRecie.DisplayLayout.Override.HeaderAppearance = appearance18;
            appearance19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdRecie.DisplayLayout.Override.RowAppearance = appearance19;
            appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance20.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdRecie.DisplayLayout.Override.RowSelectorAppearance = appearance20;
            this.ulgrdRecie.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdRecie.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdRecie.DisplayLayout.Override.RowSpacingBefore = 2;
            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.ulgrdRecie.DisplayLayout.Override.SelectedRowAppearance = appearance21;
            this.ulgrdRecie.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdRecie.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdRecie.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdRecie.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdRecie.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdRecie.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdRecie.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdRecie.Location = new System.Drawing.Point(0, 0);
            this.ulgrdRecie.Name = "ulgrdRecie";
            this.ulgrdRecie.Size = new System.Drawing.Size(977, 351);
            this.ulgrdRecie.TabIndex = 2;
            this.coreBind.SetVerification(this.ulgrdRecie, null);
            this.ulgrdRecie.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdRecie_DoubleClickRow);
            // 
            // ultraTabPageControl24
            // 
            this.ultraTabPageControl24.Controls.Add(this.ulgrdFlow);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl24, null);
            this.ultraTabPageControl24.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl24.Name = "ultraTabPageControl24";
            this.ultraTabPageControl24.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabPageControl24, null);
            // 
            // ulgrdFlow
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdFlow, null);
            this.ulgrdFlow.DataMember = "流向";
            this.ulgrdFlow.DataSource = this.dataSet1;
            appearance88.BackColor = System.Drawing.Color.White;
            appearance88.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance88.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdFlow.DisplayLayout.Appearance = appearance88;
            ultraGridColumn54.Header.VisiblePosition = 0;
            ultraGridColumn55.Header.VisiblePosition = 1;
            ultraGridColumn56.Header.VisiblePosition = 2;
            ultraGridColumn57.Header.VisiblePosition = 3;
            ultraGridBand17.Columns.AddRange(new object[] {
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57});
            ultraGridBand17.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdFlow.DisplayLayout.BandsSerializer.Add(ultraGridBand17);
            this.ulgrdFlow.DisplayLayout.InterBandSpacing = 10;
            appearance89.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdFlow.DisplayLayout.Override.CardAreaAppearance = appearance89;
            this.ulgrdFlow.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance90.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance90.BackColor2 = System.Drawing.Color.White;
            appearance90.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance90.FontData.SizeInPoints = 10F;
            appearance90.ForeColor = System.Drawing.Color.Black;
            appearance90.TextHAlignAsString = "Center";
            appearance90.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdFlow.DisplayLayout.Override.HeaderAppearance = appearance90;
            appearance91.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFlow.DisplayLayout.Override.RowAppearance = appearance91;
            appearance92.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance92.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance92.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdFlow.DisplayLayout.Override.RowSelectorAppearance = appearance92;
            this.ulgrdFlow.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ulgrdFlow.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdFlow.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance93.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance93.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance93.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance93.ForeColor = System.Drawing.Color.Black;
            this.ulgrdFlow.DisplayLayout.Override.SelectedRowAppearance = appearance93;
            this.ulgrdFlow.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFlow.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdFlow.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdFlow.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdFlow.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdFlow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdFlow.Location = new System.Drawing.Point(0, 0);
            this.ulgrdFlow.Name = "ulgrdFlow";
            this.ulgrdFlow.Size = new System.Drawing.Size(977, 351);
            this.ulgrdFlow.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgrdFlow, null);
            this.ulgrdFlow.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdFlow_DoubleClickRow);
            // 
            // ultraTabPageControl19
            // 
            this.ultraTabPageControl19.Controls.Add(this.ultraGroupBox4);
            this.ultraTabPageControl19.Controls.Add(this.ultraGroupBox13);
            this.ultraTabPageControl19.Controls.Add(this.ultraGroupBox3);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl19, null);
            this.ultraTabPageControl19.Location = new System.Drawing.Point(1, 22);
            this.ultraTabPageControl19.Name = "ultraTabPageControl19";
            this.ultraTabPageControl19.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl19, null);
            // 
            // ultraGroupBox4
            // 
            this.ultraGroupBox4.Controls.Add(this.ulgWLTABLE);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
            this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox4.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(977, 351);
            this.ultraGroupBox4.TabIndex = 3;
            this.ultraGroupBox4.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox4, null);
            this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgWLTABLE
            // 
            this.coreBind.SetDatabasecommand(this.ulgWLTABLE, null);
            this.ulgWLTABLE.DataMember = "物料";
            this.ulgWLTABLE.DataSource = this.dataSet2;
            appearance64.BackColor = System.Drawing.Color.White;
            appearance64.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance64.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgWLTABLE.DisplayLayout.Appearance = appearance64;
            ultraGridColumn58.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn58.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn58.Header.VisiblePosition = 0;
            ultraGridColumn59.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn59.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn59.Header.VisiblePosition = 1;
            ultraGridColumn60.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn60.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn60.Header.VisiblePosition = 2;
            ultraGridColumn61.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn61.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn61.Header.VisiblePosition = 3;
            ultraGridColumn62.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn62.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn62.Header.VisiblePosition = 4;
            ultraGridColumn63.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn63.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn63.Header.VisiblePosition = 5;
            ultraGridColumn64.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn64.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn64.Header.VisiblePosition = 6;
            ultraGridColumn65.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn65.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn65.Header.VisiblePosition = 7;
            ultraGridColumn66.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn66.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn66.Header.VisiblePosition = 8;
            ultraGridColumn67.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn67.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn67.Header.VisiblePosition = 9;
            ultraGridColumn68.Header.VisiblePosition = 10;
            ultraGridBand18.Columns.AddRange(new object[] {
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67,
            ultraGridColumn68});
            this.ulgWLTABLE.DisplayLayout.BandsSerializer.Add(ultraGridBand18);
            this.ulgWLTABLE.DisplayLayout.InterBandSpacing = 10;
            this.ulgWLTABLE.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgWLTABLE.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgWLTABLE.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance65.BackColor = System.Drawing.Color.Transparent;
            this.ulgWLTABLE.DisplayLayout.Override.CardAreaAppearance = appearance65;
            this.ulgWLTABLE.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgWLTABLE.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgWLTABLE.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance66.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance66.BackColor2 = System.Drawing.Color.White;
            appearance66.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance66.FontData.SizeInPoints = 10F;
            appearance66.ForeColor = System.Drawing.Color.Black;
            appearance66.TextHAlignAsString = "Center";
            appearance66.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgWLTABLE.DisplayLayout.Override.HeaderAppearance = appearance66;
            this.ulgWLTABLE.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance67.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgWLTABLE.DisplayLayout.Override.RowAppearance = appearance67;
            appearance68.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance68.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance68.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgWLTABLE.DisplayLayout.Override.RowSelectorAppearance = appearance68;
            this.ulgWLTABLE.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.ulgWLTABLE.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgWLTABLE.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance69.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance69.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance69.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance69.ForeColor = System.Drawing.Color.Black;
            this.ulgWLTABLE.DisplayLayout.Override.SelectedRowAppearance = appearance69;
            this.ulgWLTABLE.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgWLTABLE.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgWLTABLE.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgWLTABLE.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgWLTABLE.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgWLTABLE.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgWLTABLE.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgWLTABLE.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgWLTABLE.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgWLTABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgWLTABLE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgWLTABLE.Location = new System.Drawing.Point(3, 18);
            this.ulgWLTABLE.Name = "ulgWLTABLE";
            this.ulgWLTABLE.Size = new System.Drawing.Size(971, 330);
            this.ulgWLTABLE.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgWLTABLE, null);
            this.ulgWLTABLE.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgWLTABLE_DoubleClickRow);
            // 
            // dataSet2
            // 
            this.dataSet2.DataSetName = "NewDataSet";
            this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable19,
            this.dataTable20,
            this.dataTable22,
            this.dataTable33,
            this.dataTable18,
            this.dataTable1,
            this.dataTable2});
            // 
            // dataTable19
            // 
            this.dataTable19.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn56,
            this.dataColumn53,
            this.dataColumn54,
            this.dataColumn55,
            this.dataColumn57,
            this.dataColumn58,
            this.dataColumn59,
            this.dataColumn69,
            this.dataColumn70,
            this.dataColumn71,
            this.dataColumn102});
            this.dataTable19.TableName = "物料";
            // 
            // dataColumn56
            // 
            this.dataColumn56.Caption = "物料编号";
            this.dataColumn56.ColumnName = "FS_WL";
            // 
            // dataColumn53
            // 
            this.dataColumn53.Caption = "物料名称";
            this.dataColumn53.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn54
            // 
            this.dataColumn54.Caption = "物料类型";
            this.dataColumn54.ColumnName = "FS_MATERIALTYPE";
            // 
            // dataColumn55
            // 
            this.dataColumn55.Caption = "物料组";
            this.dataColumn55.ColumnName = "FS_MATERIALGROUP";
            // 
            // dataColumn57
            // 
            this.dataColumn57.Caption = "计量单位";
            this.dataColumn57.ColumnName = "FS_WEIGHTUNIT";
            // 
            // dataColumn58
            // 
            this.dataColumn58.Caption = "物料组描述";
            this.dataColumn58.ColumnName = "FS_GROUPDESCRIBE";
            // 
            // dataColumn59
            // 
            this.dataColumn59.Caption = "是否批次管理";
            this.dataColumn59.ColumnName = "FS_BATCHMANAGE";
            // 
            // dataColumn69
            // 
            this.dataColumn69.Caption = "来源";
            this.dataColumn69.ColumnName = "FS_FROM";
            // 
            // dataColumn70
            // 
            this.dataColumn70.Caption = "拼音助记码";
            this.dataColumn70.ColumnName = "FS_HELPCODE";
            // 
            // dataColumn71
            // 
            this.dataColumn71.Caption = "SAP代码";
            this.dataColumn71.ColumnName = "FS_SAPCODE";
            // 
            // dataColumn102
            // 
            this.dataColumn102.Caption = "系数";
            this.dataColumn102.ColumnName = "FN_FACTOR";
            // 
            // dataTable20
            // 
            this.dataTable20.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn60,
            this.dataColumn61,
            this.dataColumn62,
            this.dataColumn72,
            this.dataColumn73,
            this.dataColumn74,
            this.dataColumn75,
            this.dataColumn76,
            this.dataColumn94});
            this.dataTable20.TableName = "发货单位";
            // 
            // dataColumn60
            // 
            this.dataColumn60.Caption = "车间代码";
            this.dataColumn60.ColumnName = "FS_FH";
            // 
            // dataColumn61
            // 
            this.dataColumn61.Caption = "车间描述";
            this.dataColumn61.ColumnName = "FS_MEMO";
            // 
            // dataColumn62
            // 
            this.dataColumn62.Caption = "工厂代码";
            this.dataColumn62.ColumnName = "FS_PLANT";
            // 
            // dataColumn72
            // 
            this.dataColumn72.Caption = "拼音助记码";
            this.dataColumn72.ColumnName = "FS_HELPCODE";
            // 
            // dataColumn73
            // 
            this.dataColumn73.Caption = "来源";
            this.dataColumn73.ColumnName = "FS_FROM";
            // 
            // dataColumn74
            // 
            this.dataColumn74.Caption = "SAP代码";
            this.dataColumn74.ColumnName = "FS_SAPCODE";
            // 
            // dataColumn75
            // 
            this.dataColumn75.Caption = "车证号开始";
            this.dataColumn75.ColumnName = "FS_CARNOBEGIN";
            // 
            // dataColumn76
            // 
            this.dataColumn76.Caption = "车证号结束";
            this.dataColumn76.ColumnName = "FS_CARNOEND";
            // 
            // dataColumn94
            // 
            this.dataColumn94.Caption = "角色分配";
            this.dataColumn94.ColumnName = "FS_USERROLES";
            // 
            // dataTable22
            // 
            this.dataTable22.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn66,
            this.dataColumn67,
            this.dataColumn68,
            this.dataColumn77,
            this.dataColumn78,
            this.dataColumn95});
            this.dataTable22.TableName = "供应单位";
            // 
            // dataColumn66
            // 
            this.dataColumn66.Caption = "供应商代码";
            this.dataColumn66.ColumnName = "FS_GY";
            // 
            // dataColumn67
            // 
            this.dataColumn67.Caption = "供应商名称";
            this.dataColumn67.ColumnName = "FS_SUPPLIERNAME";
            // 
            // dataColumn68
            // 
            this.dataColumn68.Caption = "来源";
            this.dataColumn68.ColumnName = "FS_FROM";
            // 
            // dataColumn77
            // 
            this.dataColumn77.Caption = "拼音助记码";
            this.dataColumn77.ColumnName = "FS_HELPCODE";
            // 
            // dataColumn78
            // 
            this.dataColumn78.Caption = "SAP代码";
            this.dataColumn78.ColumnName = "FS_SAPCODE";
            // 
            // dataColumn95
            // 
            this.dataColumn95.Caption = "角色分配";
            this.dataColumn95.ColumnName = "FS_USERROLES";
            // 
            // dataTable33
            // 
            this.dataTable33.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn79,
            this.dataColumn80,
            this.dataColumn81,
            this.dataColumn82,
            this.dataColumn83,
            this.dataColumn84,
            this.dataColumn96});
            this.dataTable33.TableName = "收货单位";
            // 
            // dataColumn79
            // 
            this.dataColumn79.Caption = "库存点代码";
            this.dataColumn79.ColumnName = "FS_SH";
            // 
            // dataColumn80
            // 
            this.dataColumn80.Caption = "库存点描述";
            this.dataColumn80.ColumnName = "FS_MEMO";
            // 
            // dataColumn81
            // 
            this.dataColumn81.Caption = "工厂代码";
            this.dataColumn81.ColumnName = "FS_FACTORYNO";
            // 
            // dataColumn82
            // 
            this.dataColumn82.Caption = "拼音助记码";
            this.dataColumn82.ColumnName = "FS_HELPCODE";
            // 
            // dataColumn83
            // 
            this.dataColumn83.Caption = "SAP代码";
            this.dataColumn83.ColumnName = "FS_SAPCODE";
            // 
            // dataColumn84
            // 
            this.dataColumn84.Caption = "来源";
            this.dataColumn84.ColumnName = "FS_FROM";
            // 
            // dataColumn96
            // 
            this.dataColumn96.Caption = "角色分配";
            this.dataColumn96.ColumnName = "FS_USERROLES";
            // 
            // dataTable18
            // 
            this.dataTable18.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn63,
            this.dataColumn64,
            this.dataColumn65,
            this.dataColumn85,
            this.dataColumn101});
            this.dataTable18.TableName = "承运单位";
            // 
            // dataColumn63
            // 
            this.dataColumn63.Caption = "承运单位编号";
            this.dataColumn63.ColumnName = "FS_CY";
            // 
            // dataColumn64
            // 
            this.dataColumn64.Caption = "承运单位名称";
            this.dataColumn64.ColumnName = "FS_TRANSNAME";
            // 
            // dataColumn65
            // 
            this.dataColumn65.Caption = "拼音助记码";
            this.dataColumn65.ColumnName = "FS_HELPCODE";
            // 
            // dataColumn85
            // 
            this.dataColumn85.Caption = "来源";
            this.dataColumn85.ColumnName = "FS_FROM";
            // 
            // dataColumn101
            // 
            this.dataColumn101.Caption = "用户角色分配";
            this.dataColumn101.ColumnName = "FS_USERROLES";
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn89,
            this.dataColumn90,
            this.dataColumn91});
            this.dataTable1.TableName = "计量点项目";
            // 
            // dataColumn89
            // 
            this.dataColumn89.Caption = "计量点编码";
            this.dataColumn89.ColumnName = "FS_POINTCODE";
            // 
            // dataColumn90
            // 
            this.dataColumn90.Caption = "计量点子项";
            this.dataColumn90.ColumnName = "FS_POINTITEM";
            // 
            // dataColumn91
            // 
            this.dataColumn91.Caption = "计量点子项状态";
            this.dataColumn91.ColumnName = "FS_POINTITEMSTATE";
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn97,
            this.dataColumn98,
            this.dataColumn99,
            this.dataColumn100});
            this.dataTable2.TableName = "语音基础表";
            // 
            // dataColumn97
            // 
            this.dataColumn97.Caption = "声音名称";
            this.dataColumn97.ColumnName = "FS_VOICENAME";
            // 
            // dataColumn98
            // 
            this.dataColumn98.Caption = "衡器类型代码";
            this.dataColumn98.ColumnName = "FS_INSTRTYPE";
            // 
            // dataColumn99
            // 
            this.dataColumn99.Caption = "声音说明";
            this.dataColumn99.ColumnName = "FS_MEMO";
            // 
            // dataColumn100
            // 
            this.dataColumn100.Caption = "声音文件";
            this.dataColumn100.ColumnName = "FS_VOICEFILE";
            this.dataColumn100.DataType = typeof(byte[]);
            // 
            // ultraGroupBox13
            // 
            this.ultraGroupBox13.Controls.Add(this.label47);
            this.ultraGroupBox13.Controls.Add(this.txtFACTOR);
            this.ultraGroupBox13.Controls.Add(this.txtWLZMS);
            this.ultraGroupBox13.Controls.Add(this.label2);
            this.ultraGroupBox13.Controls.Add(this.txtWLPYZJM);
            this.ultraGroupBox13.Controls.Add(this.txtWLMC);
            this.ultraGroupBox13.Controls.Add(this.label8);
            this.ultraGroupBox13.Controls.Add(this.label3);
            this.ultraGroupBox13.Controls.Add(this.txtWLFROM);
            this.ultraGroupBox13.Controls.Add(this.txtWLTYPE);
            this.ultraGroupBox13.Controls.Add(this.label7);
            this.ultraGroupBox13.Controls.Add(this.label4);
            this.ultraGroupBox13.Controls.Add(this.txtWLZ);
            this.ultraGroupBox13.Controls.Add(this.label6);
            this.ultraGroupBox13.Controls.Add(this.label5);
            this.ultraGroupBox13.Controls.Add(this.txtWLUNIT);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox13, null);
            this.ultraGroupBox13.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox13.Location = new System.Drawing.Point(0, 415);
            this.ultraGroupBox13.Name = "ultraGroupBox13";
            this.ultraGroupBox13.Size = new System.Drawing.Size(977, 99);
            this.ultraGroupBox13.TabIndex = 2;
            this.ultraGroupBox13.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox13, null);
            this.ultraGroupBox13.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // label47
            // 
            this.label47.AutoSize = true;
            this.label47.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label47, null);
            this.label47.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label47.Location = new System.Drawing.Point(868, 38);
            this.label47.Name = "label47";
            this.label47.Size = new System.Drawing.Size(29, 12);
            this.label47.TabIndex = 605;
            this.label47.Text = "系数";
            this.coreBind.SetVerification(this.label47, null);
            // 
            // txtFACTOR
            // 
            this.coreBind.SetDatabasecommand(this.txtFACTOR, null);
            this.txtFACTOR.Location = new System.Drawing.Point(901, 33);
            this.txtFACTOR.Name = "txtFACTOR";
            this.txtFACTOR.Size = new System.Drawing.Size(40, 21);
            this.txtFACTOR.TabIndex = 606;
            this.coreBind.SetVerification(this.txtFACTOR, null);
            // 
            // txtWLZMS
            // 
            this.coreBind.SetDatabasecommand(this.txtWLZMS, null);
            this.txtWLZMS.Location = new System.Drawing.Point(372, 64);
            this.txtWLZMS.Name = "txtWLZMS";
            this.txtWLZMS.Size = new System.Drawing.Size(134, 21);
            this.txtWLZMS.TabIndex = 600;
            this.coreBind.SetVerification(this.txtWLZMS, 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(24, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 591;
            this.label2.Text = "物料名称";
            this.coreBind.SetVerification(this.label2, null);
            // 
            // txtWLPYZJM
            // 
            this.coreBind.SetDatabasecommand(this.txtWLPYZJM, null);
            this.txtWLPYZJM.Location = new System.Drawing.Point(592, 64);
            this.txtWLPYZJM.Name = "txtWLPYZJM";
            this.txtWLPYZJM.Size = new System.Drawing.Size(134, 21);
            this.txtWLPYZJM.TabIndex = 604;
            this.coreBind.SetVerification(this.txtWLPYZJM, null);
            // 
            // txtWLMC
            // 
            this.coreBind.SetDatabasecommand(this.txtWLMC, null);
            this.txtWLMC.Location = new System.Drawing.Point(83, 31);
            this.txtWLMC.Name = "txtWLMC";
            this.txtWLMC.Size = new System.Drawing.Size(643, 21);
            this.txtWLMC.TabIndex = 592;
            this.coreBind.SetVerification(this.txtWLMC, null);
            this.txtWLMC.TextChanged += new System.EventHandler(this.txtWLMC_TextChanged);
            // 
            // 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(519, 69);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 603;
            this.label8.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label8, 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(24, 67);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 593;
            this.label3.Text = "物料类型";
            this.coreBind.SetVerification(this.label3, null);
            // 
            // txtWLFROM
            // 
            this.coreBind.SetDatabasecommand(this.txtWLFROM, null);
            this.txtWLFROM.Location = new System.Drawing.Point(796, 62);
            this.txtWLFROM.Name = "txtWLFROM";
            this.txtWLFROM.Size = new System.Drawing.Size(40, 21);
            this.txtWLFROM.TabIndex = 602;
            this.coreBind.SetVerification(this.txtWLFROM, null);
            // 
            // txtWLTYPE
            // 
            this.coreBind.SetDatabasecommand(this.txtWLTYPE, null);
            this.txtWLTYPE.Location = new System.Drawing.Point(83, 62);
            this.txtWLTYPE.Name = "txtWLTYPE";
            this.txtWLTYPE.Size = new System.Drawing.Size(71, 21);
            this.txtWLTYPE.TabIndex = 594;
            this.coreBind.SetVerification(this.txtWLTYPE, 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(760, 67);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 601;
            this.label7.Text = "来源";
            this.coreBind.SetVerification(this.label7, 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(167, 69);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 595;
            this.label4.Text = "物料组";
            this.coreBind.SetVerification(this.label4, null);
            // 
            // txtWLZ
            // 
            this.coreBind.SetDatabasecommand(this.txtWLZ, null);
            this.txtWLZ.Location = new System.Drawing.Point(220, 64);
            this.txtWLZ.Name = "txtWLZ";
            this.txtWLZ.Size = new System.Drawing.Size(75, 21);
            this.txtWLZ.TabIndex = 596;
            this.coreBind.SetVerification(this.txtWLZ, 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(299, 69);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 599;
            this.label6.Text = "物料组描述";
            this.coreBind.SetVerification(this.label6, 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(737, 38);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 597;
            this.label5.Text = "计量单位";
            this.coreBind.SetVerification(this.label5, null);
            // 
            // txtWLUNIT
            // 
            this.coreBind.SetDatabasecommand(this.txtWLUNIT, null);
            this.txtWLUNIT.Location = new System.Drawing.Point(796, 33);
            this.txtWLUNIT.Name = "txtWLUNIT";
            this.txtWLUNIT.Size = new System.Drawing.Size(40, 21);
            this.txtWLUNIT.TabIndex = 598;
            this.coreBind.SetVerification(this.txtWLUNIT, null);
            // 
            // ultraGroupBox3
            // 
            this.ultraGroupBox3.Controls.Add(this.txtWLNO);
            this.ultraGroupBox3.Controls.Add(this.label25);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
            this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox3.Name = "ultraGroupBox3";
            this.ultraGroupBox3.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox3.TabIndex = 0;
            this.ultraGroupBox3.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox3, null);
            this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // txtWLNO
            // 
            this.coreBind.SetDatabasecommand(this.txtWLNO, null);
            this.txtWLNO.Location = new System.Drawing.Point(93, 30);
            this.txtWLNO.Name = "txtWLNO";
            this.txtWLNO.Size = new System.Drawing.Size(108, 21);
            this.txtWLNO.TabIndex = 606;
            this.coreBind.SetVerification(this.txtWLNO, 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(7, 35);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(53, 12);
            this.label25.TabIndex = 605;
            this.label25.Text = "物料编号";
            this.coreBind.SetVerification(this.label25, null);
            // 
            // ultraTabPageControl20
            // 
            this.ultraTabPageControl20.Controls.Add(this.ultraGroupBox5);
            this.ultraTabPageControl20.Controls.Add(this.ultraGroupBox14);
            this.ultraTabPageControl20.Controls.Add(this.ultraGroupBox6);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl20, null);
            this.ultraTabPageControl20.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl20.Name = "ultraTabPageControl20";
            this.ultraTabPageControl20.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl20, null);
            // 
            // ultraGroupBox5
            // 
            this.ultraGroupBox5.Controls.Add(this.ulgFHTABLE);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox5, null);
            this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox5.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox5.Name = "ultraGroupBox5";
            this.ultraGroupBox5.Size = new System.Drawing.Size(977, 351);
            this.ultraGroupBox5.TabIndex = 5;
            this.ultraGroupBox5.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox5, null);
            this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgFHTABLE
            // 
            this.coreBind.SetDatabasecommand(this.ulgFHTABLE, null);
            this.ulgFHTABLE.DataMember = "发货单位";
            this.ulgFHTABLE.DataSource = this.dataSet2;
            appearance116.BackColor = System.Drawing.Color.White;
            appearance116.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance116.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgFHTABLE.DisplayLayout.Appearance = appearance116;
            ultraGridColumn69.Header.VisiblePosition = 0;
            ultraGridColumn70.Header.VisiblePosition = 1;
            ultraGridColumn71.Header.VisiblePosition = 2;
            ultraGridColumn72.Header.VisiblePosition = 3;
            ultraGridColumn73.Header.VisiblePosition = 4;
            ultraGridColumn74.Header.VisiblePosition = 5;
            ultraGridColumn75.Header.VisiblePosition = 6;
            ultraGridColumn76.Header.VisiblePosition = 7;
            ultraGridColumn77.Header.VisiblePosition = 8;
            ultraGridBand19.Columns.AddRange(new object[] {
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77});
            this.ulgFHTABLE.DisplayLayout.BandsSerializer.Add(ultraGridBand19);
            this.ulgFHTABLE.DisplayLayout.InterBandSpacing = 10;
            this.ulgFHTABLE.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgFHTABLE.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgFHTABLE.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance117.BackColor = System.Drawing.Color.Transparent;
            this.ulgFHTABLE.DisplayLayout.Override.CardAreaAppearance = appearance117;
            this.ulgFHTABLE.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgFHTABLE.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgFHTABLE.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            this.ulgFHTABLE.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance118.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance118.BackColor2 = System.Drawing.Color.White;
            appearance118.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance118.FontData.SizeInPoints = 10F;
            appearance118.ForeColor = System.Drawing.Color.Black;
            appearance118.TextHAlignAsString = "Center";
            appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgFHTABLE.DisplayLayout.Override.HeaderAppearance = appearance118;
            this.ulgFHTABLE.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance119.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgFHTABLE.DisplayLayout.Override.RowAppearance = appearance119;
            appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgFHTABLE.DisplayLayout.Override.RowSelectorAppearance = appearance120;
            this.ulgFHTABLE.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgFHTABLE.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance121.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance121.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance121.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance121.ForeColor = System.Drawing.Color.Black;
            this.ulgFHTABLE.DisplayLayout.Override.SelectedRowAppearance = appearance121;
            this.ulgFHTABLE.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgFHTABLE.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgFHTABLE.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgFHTABLE.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgFHTABLE.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgFHTABLE.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgFHTABLE.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgFHTABLE.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgFHTABLE.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgFHTABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgFHTABLE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgFHTABLE.Location = new System.Drawing.Point(3, 18);
            this.ulgFHTABLE.Name = "ulgFHTABLE";
            this.ulgFHTABLE.Size = new System.Drawing.Size(971, 330);
            this.ulgFHTABLE.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgFHTABLE, null);
            this.ulgFHTABLE.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgFHTABLE_DoubleClickRow);
            // 
            // ultraGroupBox14
            // 
            this.ultraGroupBox14.Controls.Add(this.CKFHUser);
            this.ultraGroupBox14.Controls.Add(this.label35);
            this.ultraGroupBox14.Controls.Add(this.txtFHCARNOEND);
            this.ultraGroupBox14.Controls.Add(this.label14);
            this.ultraGroupBox14.Controls.Add(this.label9);
            this.ultraGroupBox14.Controls.Add(this.txtFHCARNOBEGIN);
            this.ultraGroupBox14.Controls.Add(this.txtFHCJMS);
            this.ultraGroupBox14.Controls.Add(this.label13);
            this.ultraGroupBox14.Controls.Add(this.label10);
            this.ultraGroupBox14.Controls.Add(this.txtFHFROM);
            this.ultraGroupBox14.Controls.Add(this.txtFHGCDM);
            this.ultraGroupBox14.Controls.Add(this.label12);
            this.ultraGroupBox14.Controls.Add(this.label11);
            this.ultraGroupBox14.Controls.Add(this.txtFHPYZJM);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox14, null);
            this.ultraGroupBox14.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox14.Location = new System.Drawing.Point(0, 415);
            this.ultraGroupBox14.Name = "ultraGroupBox14";
            this.ultraGroupBox14.Size = new System.Drawing.Size(977, 99);
            this.ultraGroupBox14.TabIndex = 4;
            this.ultraGroupBox14.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox14, null);
            this.ultraGroupBox14.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // CKFHUser
            // 
            this.coreBind.SetDatabasecommand(this.CKFHUser, null);
            this.CKFHUser.FormattingEnabled = true;
            this.CKFHUser.Location = new System.Drawing.Point(774, 26);
            this.CKFHUser.Name = "CKFHUser";
            this.CKFHUser.Size = new System.Drawing.Size(128, 68);
            this.CKFHUser.TabIndex = 607;
            this.coreBind.SetVerification(this.CKFHUser, 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(717, 32);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(53, 12);
            this.label35.TabIndex = 606;
            this.label35.Text = "角色分配";
            this.coreBind.SetVerification(this.label35, null);
            // 
            // txtFHCARNOEND
            // 
            this.coreBind.SetDatabasecommand(this.txtFHCARNOEND, null);
            this.txtFHCARNOEND.Location = new System.Drawing.Point(556, 58);
            this.txtFHCARNOEND.Name = "txtFHCARNOEND";
            this.txtFHCARNOEND.Size = new System.Drawing.Size(134, 21);
            this.txtFHCARNOEND.TabIndex = 604;
            this.coreBind.SetVerification(this.txtFHCARNOEND, null);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            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(486, 63);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(65, 12);
            this.label14.TabIndex = 603;
            this.label14.Text = "车证号结束";
            this.coreBind.SetVerification(this.label14, 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(19, 32);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 593;
            this.label9.Text = "车间描述";
            this.coreBind.SetVerification(this.label9, null);
            // 
            // txtFHCARNOBEGIN
            // 
            this.coreBind.SetDatabasecommand(this.txtFHCARNOBEGIN, null);
            this.txtFHCARNOBEGIN.Location = new System.Drawing.Point(556, 27);
            this.txtFHCARNOBEGIN.Name = "txtFHCARNOBEGIN";
            this.txtFHCARNOBEGIN.Size = new System.Drawing.Size(134, 21);
            this.txtFHCARNOBEGIN.TabIndex = 602;
            this.coreBind.SetVerification(this.txtFHCARNOBEGIN, null);
            // 
            // txtFHCJMS
            // 
            this.coreBind.SetDatabasecommand(this.txtFHCJMS, null);
            this.txtFHCJMS.Location = new System.Drawing.Point(78, 27);
            this.txtFHCJMS.Name = "txtFHCJMS";
            this.txtFHCJMS.Size = new System.Drawing.Size(134, 21);
            this.txtFHCJMS.TabIndex = 594;
            this.coreBind.SetVerification(this.txtFHCJMS, null);
            this.txtFHCJMS.TextChanged += new System.EventHandler(this.txtFHCJMS_TextChanged_1);
            // 
            // 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(486, 32);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(65, 12);
            this.label13.TabIndex = 601;
            this.label13.Text = "车证号开始";
            this.coreBind.SetVerification(this.label13, 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(19, 63);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 595;
            this.label10.Text = "工厂代码";
            this.coreBind.SetVerification(this.label10, null);
            // 
            // txtFHFROM
            // 
            this.coreBind.SetDatabasecommand(this.txtFHFROM, null);
            this.txtFHFROM.Location = new System.Drawing.Point(304, 58);
            this.txtFHFROM.Name = "txtFHFROM";
            this.txtFHFROM.Size = new System.Drawing.Size(134, 21);
            this.txtFHFROM.TabIndex = 600;
            this.coreBind.SetVerification(this.txtFHFROM, null);
            // 
            // txtFHGCDM
            // 
            this.coreBind.SetDatabasecommand(this.txtFHGCDM, null);
            this.txtFHGCDM.Location = new System.Drawing.Point(78, 58);
            this.txtFHGCDM.Name = "txtFHGCDM";
            this.txtFHGCDM.Size = new System.Drawing.Size(134, 21);
            this.txtFHGCDM.TabIndex = 596;
            this.coreBind.SetVerification(this.txtFHGCDM, 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(269, 63);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(29, 12);
            this.label12.TabIndex = 599;
            this.label12.Text = "来源";
            this.coreBind.SetVerification(this.label12, 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(234, 32);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 597;
            this.label11.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label11, null);
            // 
            // txtFHPYZJM
            // 
            this.coreBind.SetDatabasecommand(this.txtFHPYZJM, null);
            this.txtFHPYZJM.Location = new System.Drawing.Point(304, 27);
            this.txtFHPYZJM.Name = "txtFHPYZJM";
            this.txtFHPYZJM.Size = new System.Drawing.Size(134, 21);
            this.txtFHPYZJM.TabIndex = 598;
            this.coreBind.SetVerification(this.txtFHPYZJM, null);
            // 
            // ultraGroupBox6
            // 
            this.ultraGroupBox6.Controls.Add(this.label26);
            this.ultraGroupBox6.Controls.Add(this.txtFHNO);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox6, null);
            this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox6.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox6.Name = "ultraGroupBox6";
            this.ultraGroupBox6.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox6.TabIndex = 2;
            this.ultraGroupBox6.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox6, null);
            this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // 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(7, 35);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(53, 12);
            this.label26.TabIndex = 605;
            this.label26.Text = "车间代码";
            this.coreBind.SetVerification(this.label26, null);
            // 
            // txtFHNO
            // 
            this.coreBind.SetDatabasecommand(this.txtFHNO, null);
            this.txtFHNO.Location = new System.Drawing.Point(93, 30);
            this.txtFHNO.Name = "txtFHNO";
            this.txtFHNO.Size = new System.Drawing.Size(108, 21);
            this.txtFHNO.TabIndex = 606;
            this.coreBind.SetVerification(this.txtFHNO, null);
            // 
            // ultraTabPageControl21
            // 
            this.ultraTabPageControl21.Controls.Add(this.ultraGroupBox7);
            this.ultraTabPageControl21.Controls.Add(this.ultraGroupBox15);
            this.ultraTabPageControl21.Controls.Add(this.ultraGroupBox8);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl21, null);
            this.ultraTabPageControl21.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl21.Name = "ultraTabPageControl21";
            this.ultraTabPageControl21.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl21, null);
            // 
            // ultraGroupBox7
            // 
            this.ultraGroupBox7.Controls.Add(this.ulgGYTABLE);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox7, null);
            this.ultraGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox7.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox7.Name = "ultraGroupBox7";
            this.ultraGroupBox7.Size = new System.Drawing.Size(977, 351);
            this.ultraGroupBox7.TabIndex = 5;
            this.ultraGroupBox7.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox7, null);
            this.ultraGroupBox7.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgGYTABLE
            // 
            this.coreBind.SetDatabasecommand(this.ulgGYTABLE, null);
            this.ulgGYTABLE.DataMember = "供应单位";
            this.ulgGYTABLE.DataSource = this.dataSet2;
            appearance122.BackColor = System.Drawing.Color.White;
            appearance122.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance122.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgGYTABLE.DisplayLayout.Appearance = appearance122;
            ultraGridColumn78.Header.VisiblePosition = 0;
            ultraGridColumn79.Header.VisiblePosition = 1;
            ultraGridColumn80.Header.VisiblePosition = 2;
            ultraGridColumn81.Header.VisiblePosition = 3;
            ultraGridColumn82.Header.VisiblePosition = 4;
            ultraGridColumn83.Header.VisiblePosition = 5;
            ultraGridBand20.Columns.AddRange(new object[] {
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83});
            this.ulgGYTABLE.DisplayLayout.BandsSerializer.Add(ultraGridBand20);
            this.ulgGYTABLE.DisplayLayout.InterBandSpacing = 10;
            this.ulgGYTABLE.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgGYTABLE.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgGYTABLE.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance123.BackColor = System.Drawing.Color.Transparent;
            this.ulgGYTABLE.DisplayLayout.Override.CardAreaAppearance = appearance123;
            this.ulgGYTABLE.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgGYTABLE.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgGYTABLE.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            this.ulgGYTABLE.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance124.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance124.BackColor2 = System.Drawing.Color.White;
            appearance124.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance124.FontData.SizeInPoints = 10F;
            appearance124.ForeColor = System.Drawing.Color.Black;
            appearance124.TextHAlignAsString = "Center";
            appearance124.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgGYTABLE.DisplayLayout.Override.HeaderAppearance = appearance124;
            this.ulgGYTABLE.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance125.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgGYTABLE.DisplayLayout.Override.RowAppearance = appearance125;
            appearance138.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance138.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance138.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgGYTABLE.DisplayLayout.Override.RowSelectorAppearance = appearance138;
            this.ulgGYTABLE.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgGYTABLE.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance151.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance151.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance151.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance151.ForeColor = System.Drawing.Color.Black;
            this.ulgGYTABLE.DisplayLayout.Override.SelectedRowAppearance = appearance151;
            this.ulgGYTABLE.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgGYTABLE.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgGYTABLE.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgGYTABLE.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgGYTABLE.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgGYTABLE.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgGYTABLE.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgGYTABLE.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgGYTABLE.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgGYTABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgGYTABLE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgGYTABLE.Location = new System.Drawing.Point(3, 18);
            this.ulgGYTABLE.Name = "ulgGYTABLE";
            this.ulgGYTABLE.Size = new System.Drawing.Size(971, 330);
            this.ulgGYTABLE.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgGYTABLE, null);
            this.ulgGYTABLE.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgGYTABLE_DoubleClickRow);
            // 
            // ultraGroupBox15
            // 
            this.ultraGroupBox15.Controls.Add(this.CKGYuser);
            this.ultraGroupBox15.Controls.Add(this.label36);
            this.ultraGroupBox15.Controls.Add(this.txtGYPYZJM);
            this.ultraGroupBox15.Controls.Add(this.label17);
            this.ultraGroupBox15.Controls.Add(this.label15);
            this.ultraGroupBox15.Controls.Add(this.txtGYFROM);
            this.ultraGroupBox15.Controls.Add(this.txtGYNAME);
            this.ultraGroupBox15.Controls.Add(this.label16);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox15, null);
            this.ultraGroupBox15.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox15.Location = new System.Drawing.Point(0, 415);
            this.ultraGroupBox15.Name = "ultraGroupBox15";
            this.ultraGroupBox15.Size = new System.Drawing.Size(977, 99);
            this.ultraGroupBox15.TabIndex = 4;
            this.ultraGroupBox15.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox15, null);
            this.ultraGroupBox15.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // CKGYuser
            // 
            this.coreBind.SetDatabasecommand(this.CKGYuser, null);
            this.CKGYuser.FormattingEnabled = true;
            this.CKGYuser.Location = new System.Drawing.Point(523, 28);
            this.CKGYuser.Name = "CKGYuser";
            this.CKGYuser.Size = new System.Drawing.Size(128, 68);
            this.CKGYuser.TabIndex = 610;
            this.coreBind.SetVerification(this.CKGYuser, 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(464, 36);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(53, 12);
            this.label36.TabIndex = 609;
            this.label36.Text = "角色分配";
            this.coreBind.SetVerification(this.label36, null);
            // 
            // txtGYPYZJM
            // 
            this.coreBind.SetDatabasecommand(this.txtGYPYZJM, null);
            this.txtGYPYZJM.Location = new System.Drawing.Point(297, 33);
            this.txtGYPYZJM.Name = "txtGYPYZJM";
            this.txtGYPYZJM.Size = new System.Drawing.Size(134, 21);
            this.txtGYPYZJM.TabIndex = 608;
            this.coreBind.SetVerification(this.txtGYPYZJM, null);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label17, null);
            this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.Location = new System.Drawing.Point(227, 38);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(65, 12);
            this.label17.TabIndex = 607;
            this.label17.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label17, 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("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.Location = new System.Drawing.Point(16, 38);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 12);
            this.label15.TabIndex = 603;
            this.label15.Text = "供应商名称";
            this.coreBind.SetVerification(this.label15, null);
            // 
            // txtGYFROM
            // 
            this.coreBind.SetDatabasecommand(this.txtGYFROM, null);
            this.txtGYFROM.Location = new System.Drawing.Point(86, 63);
            this.txtGYFROM.Name = "txtGYFROM";
            this.txtGYFROM.Size = new System.Drawing.Size(134, 21);
            this.txtGYFROM.TabIndex = 606;
            this.coreBind.SetVerification(this.txtGYFROM, null);
            // 
            // txtGYNAME
            // 
            this.coreBind.SetDatabasecommand(this.txtGYNAME, null);
            this.txtGYNAME.Location = new System.Drawing.Point(86, 33);
            this.txtGYNAME.Name = "txtGYNAME";
            this.txtGYNAME.Size = new System.Drawing.Size(134, 21);
            this.txtGYNAME.TabIndex = 604;
            this.coreBind.SetVerification(this.txtGYNAME, null);
            this.txtGYNAME.TextChanged += new System.EventHandler(this.txtGYNAME_TextChanged_1);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            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(51, 68);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(29, 12);
            this.label16.TabIndex = 605;
            this.label16.Text = "来源";
            this.coreBind.SetVerification(this.label16, null);
            // 
            // ultraGroupBox8
            // 
            this.ultraGroupBox8.Controls.Add(this.label27);
            this.ultraGroupBox8.Controls.Add(this.txtGYNO);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox8, null);
            this.ultraGroupBox8.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox8.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox8.Name = "ultraGroupBox8";
            this.ultraGroupBox8.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox8.TabIndex = 2;
            this.ultraGroupBox8.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox8, null);
            this.ultraGroupBox8.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // 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(7, 35);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(65, 12);
            this.label27.TabIndex = 609;
            this.label27.Text = "供应商代码";
            this.coreBind.SetVerification(this.label27, null);
            // 
            // txtGYNO
            // 
            this.coreBind.SetDatabasecommand(this.txtGYNO, null);
            this.txtGYNO.Location = new System.Drawing.Point(93, 30);
            this.txtGYNO.Name = "txtGYNO";
            this.txtGYNO.Size = new System.Drawing.Size(108, 21);
            this.txtGYNO.TabIndex = 610;
            this.coreBind.SetVerification(this.txtGYNO, null);
            this.txtGYNO.TextChanged += new System.EventHandler(this.txtGYNO_TextChanged_1);
            // 
            // ultraTabPageControl22
            // 
            this.ultraTabPageControl22.Controls.Add(this.ultraGroupBox9);
            this.ultraTabPageControl22.Controls.Add(this.ultraGroupBox16);
            this.ultraTabPageControl22.Controls.Add(this.ultraGroupBox10);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl22, null);
            this.ultraTabPageControl22.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl22.Name = "ultraTabPageControl22";
            this.ultraTabPageControl22.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl22, null);
            // 
            // ultraGroupBox9
            // 
            this.ultraGroupBox9.Controls.Add(this.ulgSHTABLE);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox9, null);
            this.ultraGroupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox9.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox9.Name = "ultraGroupBox9";
            this.ultraGroupBox9.Size = new System.Drawing.Size(977, 351);
            this.ultraGroupBox9.TabIndex = 5;
            this.ultraGroupBox9.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox9, null);
            this.ultraGroupBox9.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgSHTABLE
            // 
            this.coreBind.SetDatabasecommand(this.ulgSHTABLE, null);
            this.ulgSHTABLE.DataMember = "收货单位";
            this.ulgSHTABLE.DataSource = this.dataSet2;
            appearance152.BackColor = System.Drawing.Color.White;
            appearance152.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance152.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgSHTABLE.DisplayLayout.Appearance = appearance152;
            ultraGridColumn84.Header.VisiblePosition = 0;
            ultraGridColumn85.Header.VisiblePosition = 1;
            ultraGridColumn86.Header.VisiblePosition = 2;
            ultraGridColumn87.Header.VisiblePosition = 3;
            ultraGridColumn88.Header.VisiblePosition = 4;
            ultraGridColumn89.Header.VisiblePosition = 5;
            ultraGridColumn90.Header.VisiblePosition = 6;
            ultraGridBand21.Columns.AddRange(new object[] {
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86,
            ultraGridColumn87,
            ultraGridColumn88,
            ultraGridColumn89,
            ultraGridColumn90});
            this.ulgSHTABLE.DisplayLayout.BandsSerializer.Add(ultraGridBand21);
            this.ulgSHTABLE.DisplayLayout.InterBandSpacing = 10;
            this.ulgSHTABLE.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgSHTABLE.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgSHTABLE.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance153.BackColor = System.Drawing.Color.Transparent;
            this.ulgSHTABLE.DisplayLayout.Override.CardAreaAppearance = appearance153;
            this.ulgSHTABLE.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgSHTABLE.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgSHTABLE.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            this.ulgSHTABLE.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance154.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance154.BackColor2 = System.Drawing.Color.White;
            appearance154.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance154.FontData.SizeInPoints = 10F;
            appearance154.ForeColor = System.Drawing.Color.Black;
            appearance154.TextHAlignAsString = "Center";
            appearance154.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgSHTABLE.DisplayLayout.Override.HeaderAppearance = appearance154;
            this.ulgSHTABLE.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance155.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgSHTABLE.DisplayLayout.Override.RowAppearance = appearance155;
            appearance156.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance156.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance156.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgSHTABLE.DisplayLayout.Override.RowSelectorAppearance = appearance156;
            this.ulgSHTABLE.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgSHTABLE.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance170.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance170.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance170.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance170.ForeColor = System.Drawing.Color.Black;
            this.ulgSHTABLE.DisplayLayout.Override.SelectedRowAppearance = appearance170;
            this.ulgSHTABLE.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgSHTABLE.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgSHTABLE.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgSHTABLE.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgSHTABLE.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgSHTABLE.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgSHTABLE.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgSHTABLE.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgSHTABLE.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgSHTABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgSHTABLE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgSHTABLE.Location = new System.Drawing.Point(3, 18);
            this.ulgSHTABLE.Name = "ulgSHTABLE";
            this.ulgSHTABLE.Size = new System.Drawing.Size(971, 330);
            this.ulgSHTABLE.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgSHTABLE, null);
            this.ulgSHTABLE.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgSHTABLE_DoubleClickRow);
            // 
            // ultraGroupBox16
            // 
            this.ultraGroupBox16.Controls.Add(this.CKSHuser);
            this.ultraGroupBox16.Controls.Add(this.label37);
            this.ultraGroupBox16.Controls.Add(this.txtSHFROM);
            this.ultraGroupBox16.Controls.Add(this.label21);
            this.ultraGroupBox16.Controls.Add(this.label18);
            this.ultraGroupBox16.Controls.Add(this.txtSHPYZJM);
            this.ultraGroupBox16.Controls.Add(this.txtSHNAME);
            this.ultraGroupBox16.Controls.Add(this.label20);
            this.ultraGroupBox16.Controls.Add(this.label19);
            this.ultraGroupBox16.Controls.Add(this.txtSHFACTNO);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox16, null);
            this.ultraGroupBox16.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox16.Location = new System.Drawing.Point(0, 415);
            this.ultraGroupBox16.Name = "ultraGroupBox16";
            this.ultraGroupBox16.Size = new System.Drawing.Size(977, 99);
            this.ultraGroupBox16.TabIndex = 4;
            this.ultraGroupBox16.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox16, null);
            this.ultraGroupBox16.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // CKSHuser
            // 
            this.coreBind.SetDatabasecommand(this.CKSHuser, null);
            this.CKSHuser.FormattingEnabled = true;
            this.CKSHuser.Location = new System.Drawing.Point(528, 25);
            this.CKSHuser.Name = "CKSHuser";
            this.CKSHuser.Size = new System.Drawing.Size(128, 68);
            this.CKSHuser.TabIndex = 618;
            this.coreBind.SetVerification(this.CKSHuser, 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(471, 31);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(53, 12);
            this.label37.TabIndex = 617;
            this.label37.Text = "角色分配";
            this.coreBind.SetVerification(this.label37, null);
            // 
            // txtSHFROM
            // 
            this.coreBind.SetDatabasecommand(this.txtSHFROM, null);
            this.txtSHFROM.Location = new System.Drawing.Point(313, 55);
            this.txtSHFROM.Name = "txtSHFROM";
            this.txtSHFROM.Size = new System.Drawing.Size(134, 21);
            this.txtSHFROM.TabIndex = 616;
            this.coreBind.SetVerification(this.txtSHFROM, 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(279, 60);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(29, 12);
            this.label21.TabIndex = 615;
            this.label21.Text = "来源";
            this.coreBind.SetVerification(this.label21, null);
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label18, null);
            this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label18.Location = new System.Drawing.Point(22, 33);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(65, 12);
            this.label18.TabIndex = 609;
            this.label18.Text = "库存点描述";
            this.coreBind.SetVerification(this.label18, null);
            // 
            // txtSHPYZJM
            // 
            this.coreBind.SetDatabasecommand(this.txtSHPYZJM, null);
            this.txtSHPYZJM.Location = new System.Drawing.Point(313, 28);
            this.txtSHPYZJM.Name = "txtSHPYZJM";
            this.txtSHPYZJM.Size = new System.Drawing.Size(134, 21);
            this.txtSHPYZJM.TabIndex = 614;
            this.coreBind.SetVerification(this.txtSHPYZJM, null);
            // 
            // txtSHNAME
            // 
            this.coreBind.SetDatabasecommand(this.txtSHNAME, null);
            this.txtSHNAME.Location = new System.Drawing.Point(92, 28);
            this.txtSHNAME.Name = "txtSHNAME";
            this.txtSHNAME.Size = new System.Drawing.Size(134, 21);
            this.txtSHNAME.TabIndex = 610;
            this.coreBind.SetVerification(this.txtSHNAME, null);
            this.txtSHNAME.TextChanged += new System.EventHandler(this.txtSHNAME_TextChanged_1);
            // 
            // 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(243, 33);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(65, 12);
            this.label20.TabIndex = 613;
            this.label20.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label20, 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(33, 60);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(53, 12);
            this.label19.TabIndex = 611;
            this.label19.Text = "工厂代码";
            this.coreBind.SetVerification(this.label19, null);
            // 
            // txtSHFACTNO
            // 
            this.coreBind.SetDatabasecommand(this.txtSHFACTNO, null);
            this.txtSHFACTNO.Location = new System.Drawing.Point(92, 55);
            this.txtSHFACTNO.Name = "txtSHFACTNO";
            this.txtSHFACTNO.Size = new System.Drawing.Size(134, 21);
            this.txtSHFACTNO.TabIndex = 612;
            this.coreBind.SetVerification(this.txtSHFACTNO, null);
            // 
            // ultraGroupBox10
            // 
            this.ultraGroupBox10.Controls.Add(this.label28);
            this.ultraGroupBox10.Controls.Add(this.txtSHNO);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox10, null);
            this.ultraGroupBox10.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox10.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox10.Name = "ultraGroupBox10";
            this.ultraGroupBox10.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox10.TabIndex = 2;
            this.ultraGroupBox10.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox10, null);
            this.ultraGroupBox10.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label28, null);
            this.label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label28.Location = new System.Drawing.Point(7, 35);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(65, 12);
            this.label28.TabIndex = 617;
            this.label28.Text = "库存点代码";
            this.coreBind.SetVerification(this.label28, null);
            // 
            // txtSHNO
            // 
            this.coreBind.SetDatabasecommand(this.txtSHNO, null);
            this.txtSHNO.Location = new System.Drawing.Point(93, 30);
            this.txtSHNO.Name = "txtSHNO";
            this.txtSHNO.Size = new System.Drawing.Size(134, 21);
            this.txtSHNO.TabIndex = 618;
            this.coreBind.SetVerification(this.txtSHNO, null);
            // 
            // ultraTabPageControl23
            // 
            this.ultraTabPageControl23.Controls.Add(this.ultraGroupBox11);
            this.ultraTabPageControl23.Controls.Add(this.ultraGroupBox17);
            this.ultraTabPageControl23.Controls.Add(this.ultraGroupBox12);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl23, null);
            this.ultraTabPageControl23.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl23.Name = "ultraTabPageControl23";
            this.ultraTabPageControl23.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl23, null);
            // 
            // ultraGroupBox11
            // 
            this.ultraGroupBox11.Controls.Add(this.ulgCYTABLE);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox11, null);
            this.ultraGroupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox11.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox11.Name = "ultraGroupBox11";
            this.ultraGroupBox11.Size = new System.Drawing.Size(977, 342);
            this.ultraGroupBox11.TabIndex = 5;
            this.ultraGroupBox11.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox11, null);
            this.ultraGroupBox11.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgCYTABLE
            // 
            this.coreBind.SetDatabasecommand(this.ulgCYTABLE, null);
            this.ulgCYTABLE.DataMember = "承运单位";
            this.ulgCYTABLE.DataSource = this.dataSet2;
            appearance171.BackColor = System.Drawing.Color.White;
            appearance171.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance171.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgCYTABLE.DisplayLayout.Appearance = appearance171;
            ultraGridColumn91.Header.VisiblePosition = 0;
            ultraGridColumn92.Header.VisiblePosition = 1;
            ultraGridColumn93.Header.VisiblePosition = 2;
            ultraGridColumn94.Header.VisiblePosition = 3;
            ultraGridColumn95.Header.VisiblePosition = 4;
            ultraGridBand22.Columns.AddRange(new object[] {
            ultraGridColumn91,
            ultraGridColumn92,
            ultraGridColumn93,
            ultraGridColumn94,
            ultraGridColumn95});
            this.ulgCYTABLE.DisplayLayout.BandsSerializer.Add(ultraGridBand22);
            this.ulgCYTABLE.DisplayLayout.InterBandSpacing = 10;
            this.ulgCYTABLE.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgCYTABLE.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgCYTABLE.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance174.BackColor = System.Drawing.Color.Transparent;
            this.ulgCYTABLE.DisplayLayout.Override.CardAreaAppearance = appearance174;
            this.ulgCYTABLE.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgCYTABLE.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgCYTABLE.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            this.ulgCYTABLE.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance175.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance175.BackColor2 = System.Drawing.Color.White;
            appearance175.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance175.FontData.SizeInPoints = 10F;
            appearance175.ForeColor = System.Drawing.Color.Black;
            appearance175.TextHAlignAsString = "Center";
            appearance175.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgCYTABLE.DisplayLayout.Override.HeaderAppearance = appearance175;
            this.ulgCYTABLE.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance176.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgCYTABLE.DisplayLayout.Override.RowAppearance = appearance176;
            appearance177.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance177.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance177.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgCYTABLE.DisplayLayout.Override.RowSelectorAppearance = appearance177;
            this.ulgCYTABLE.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgCYTABLE.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance178.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance178.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance178.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance178.ForeColor = System.Drawing.Color.Black;
            this.ulgCYTABLE.DisplayLayout.Override.SelectedRowAppearance = appearance178;
            this.ulgCYTABLE.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgCYTABLE.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgCYTABLE.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgCYTABLE.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgCYTABLE.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgCYTABLE.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgCYTABLE.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgCYTABLE.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgCYTABLE.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgCYTABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgCYTABLE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgCYTABLE.Location = new System.Drawing.Point(3, 18);
            this.ulgCYTABLE.Name = "ulgCYTABLE";
            this.ulgCYTABLE.Size = new System.Drawing.Size(971, 321);
            this.ulgCYTABLE.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgCYTABLE, null);
            this.ulgCYTABLE.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgCYTABLE_DoubleClickRow);
            // 
            // ultraGroupBox17
            // 
            this.ultraGroupBox17.Controls.Add(this.CKCYuser);
            this.ultraGroupBox17.Controls.Add(this.label46);
            this.ultraGroupBox17.Controls.Add(this.txtCYFROM);
            this.ultraGroupBox17.Controls.Add(this.label24);
            this.ultraGroupBox17.Controls.Add(this.label22);
            this.ultraGroupBox17.Controls.Add(this.txtCYPYZJM);
            this.ultraGroupBox17.Controls.Add(this.txtCYNAME);
            this.ultraGroupBox17.Controls.Add(this.label23);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox17, null);
            this.ultraGroupBox17.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox17.Location = new System.Drawing.Point(0, 406);
            this.ultraGroupBox17.Name = "ultraGroupBox17";
            this.ultraGroupBox17.Size = new System.Drawing.Size(977, 108);
            this.ultraGroupBox17.TabIndex = 4;
            this.ultraGroupBox17.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox17, null);
            this.ultraGroupBox17.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // CKCYuser
            // 
            this.coreBind.SetDatabasecommand(this.CKCYuser, null);
            this.CKCYuser.FormattingEnabled = true;
            this.CKCYuser.Location = new System.Drawing.Point(523, 32);
            this.CKCYuser.Name = "CKCYuser";
            this.CKCYuser.Size = new System.Drawing.Size(128, 68);
            this.CKCYuser.TabIndex = 620;
            this.coreBind.SetVerification(this.CKCYuser, null);
            // 
            // label46
            // 
            this.label46.AutoSize = true;
            this.label46.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label46, null);
            this.label46.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label46.Location = new System.Drawing.Point(466, 38);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(53, 12);
            this.label46.TabIndex = 619;
            this.label46.Text = "角色分配";
            this.coreBind.SetVerification(this.label46, null);
            // 
            // txtCYFROM
            // 
            this.coreBind.SetDatabasecommand(this.txtCYFROM, null);
            this.txtCYFROM.Location = new System.Drawing.Point(315, 32);
            this.txtCYFROM.Name = "txtCYFROM";
            this.txtCYFROM.Size = new System.Drawing.Size(134, 21);
            this.txtCYFROM.TabIndex = 616;
            this.coreBind.SetVerification(this.txtCYFROM, 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(266, 37);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(29, 12);
            this.label24.TabIndex = 615;
            this.label24.Text = "来源";
            this.coreBind.SetVerification(this.label24, 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(9, 37);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(77, 12);
            this.label22.TabIndex = 611;
            this.label22.Text = "承运单位名称";
            this.coreBind.SetVerification(this.label22, null);
            // 
            // txtCYPYZJM
            // 
            this.coreBind.SetDatabasecommand(this.txtCYPYZJM, null);
            this.txtCYPYZJM.Location = new System.Drawing.Point(91, 59);
            this.txtCYPYZJM.Name = "txtCYPYZJM";
            this.txtCYPYZJM.Size = new System.Drawing.Size(134, 21);
            this.txtCYPYZJM.TabIndex = 614;
            this.coreBind.SetVerification(this.txtCYPYZJM, null);
            // 
            // txtCYNAME
            // 
            this.coreBind.SetDatabasecommand(this.txtCYNAME, null);
            this.txtCYNAME.Location = new System.Drawing.Point(91, 32);
            this.txtCYNAME.Name = "txtCYNAME";
            this.txtCYNAME.Size = new System.Drawing.Size(134, 21);
            this.txtCYNAME.TabIndex = 612;
            this.coreBind.SetVerification(this.txtCYNAME, null);
            this.txtCYNAME.TextChanged += new System.EventHandler(this.txtCYNAME_TextChanged_1);
            // 
            // 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(20, 64);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(65, 12);
            this.label23.TabIndex = 613;
            this.label23.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label23, null);
            // 
            // ultraGroupBox12
            // 
            this.ultraGroupBox12.Controls.Add(this.label29);
            this.ultraGroupBox12.Controls.Add(this.txtCYNO);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox12, null);
            this.ultraGroupBox12.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox12.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox12.Name = "ultraGroupBox12";
            this.ultraGroupBox12.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox12.TabIndex = 2;
            this.ultraGroupBox12.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox12, null);
            this.ultraGroupBox12.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label29, null);
            this.label29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label29.Location = new System.Drawing.Point(7, 35);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(77, 12);
            this.label29.TabIndex = 617;
            this.label29.Text = "承运单位名称";
            this.coreBind.SetVerification(this.label29, null);
            // 
            // txtCYNO
            // 
            this.coreBind.SetDatabasecommand(this.txtCYNO, null);
            this.txtCYNO.Location = new System.Drawing.Point(93, 30);
            this.txtCYNO.Name = "txtCYNO";
            this.txtCYNO.Size = new System.Drawing.Size(134, 21);
            this.txtCYNO.TabIndex = 618;
            this.coreBind.SetVerification(this.txtCYNO, null);
            // 
            // ultraTabPageControl26
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl26, null);
            this.ultraTabPageControl26.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl26.Name = "ultraTabPageControl26";
            this.ultraTabPageControl26.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl26, null);
            // 
            // ultraTabPageControl25
            // 
            this.ultraTabPageControl25.Controls.Add(this.ultraGroupBox20);
            this.ultraTabPageControl25.Controls.Add(this.ultraGroupBox21);
            this.ultraTabPageControl25.Controls.Add(this.ultraGroupBox22);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl25, null);
            this.ultraTabPageControl25.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl25.Name = "ultraTabPageControl25";
            this.ultraTabPageControl25.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabPageControl25, null);
            // 
            // ultraGroupBox20
            // 
            this.ultraGroupBox20.Controls.Add(this.ulgrdVoice);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox20, null);
            this.ultraGroupBox20.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox20.Location = new System.Drawing.Point(0, 64);
            this.ultraGroupBox20.Name = "ultraGroupBox20";
            this.ultraGroupBox20.Size = new System.Drawing.Size(977, 351);
            this.ultraGroupBox20.TabIndex = 8;
            this.ultraGroupBox20.Text = "查询数据";
            this.coreBind.SetVerification(this.ultraGroupBox20, null);
            this.ultraGroupBox20.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ulgrdVoice
            // 
            this.coreBind.SetDatabasecommand(this.ulgrdVoice, null);
            this.ulgrdVoice.DataMember = "语音基础表";
            this.ulgrdVoice.DataSource = this.dataSet2;
            appearance110.BackColor = System.Drawing.Color.White;
            appearance110.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance110.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulgrdVoice.DisplayLayout.Appearance = appearance110;
            ultraGridColumn96.Header.VisiblePosition = 0;
            ultraGridColumn97.Header.VisiblePosition = 1;
            ultraGridColumn98.Header.VisiblePosition = 2;
            ultraGridColumn99.Header.VisiblePosition = 3;
            ultraGridColumn99.Hidden = true;
            ultraGridBand23.Columns.AddRange(new object[] {
            ultraGridColumn96,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99});
            this.ulgrdVoice.DisplayLayout.BandsSerializer.Add(ultraGridBand23);
            this.ulgrdVoice.DisplayLayout.InterBandSpacing = 10;
            this.ulgrdVoice.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ulgrdVoice.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ulgrdVoice.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance111.BackColor = System.Drawing.Color.Transparent;
            this.ulgrdVoice.DisplayLayout.Override.CardAreaAppearance = appearance111;
            this.ulgrdVoice.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ulgrdVoice.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ulgrdVoice.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance112.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance112.BackColor2 = System.Drawing.Color.White;
            appearance112.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance112.FontData.SizeInPoints = 10F;
            appearance112.ForeColor = System.Drawing.Color.Black;
            appearance112.TextHAlignAsString = "Center";
            appearance112.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ulgrdVoice.DisplayLayout.Override.HeaderAppearance = appearance112;
            this.ulgrdVoice.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance113.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdVoice.DisplayLayout.Override.RowAppearance = appearance113;
            appearance114.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance114.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance114.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ulgrdVoice.DisplayLayout.Override.RowSelectorAppearance = appearance114;
            this.ulgrdVoice.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ulgrdVoice.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance115.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance115.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance115.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance115.ForeColor = System.Drawing.Color.Black;
            this.ulgrdVoice.DisplayLayout.Override.SelectedRowAppearance = appearance115;
            this.ulgrdVoice.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdVoice.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ulgrdVoice.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ulgrdVoice.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ulgrdVoice.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ulgrdVoice.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ulgrdVoice.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ulgrdVoice.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ulgrdVoice.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ulgrdVoice.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulgrdVoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ulgrdVoice.Location = new System.Drawing.Point(3, 18);
            this.ulgrdVoice.Name = "ulgrdVoice";
            this.ulgrdVoice.Size = new System.Drawing.Size(971, 330);
            this.ulgrdVoice.TabIndex = 3;
            this.coreBind.SetVerification(this.ulgrdVoice, null);
            this.ulgrdVoice.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgrdVoice_DoubleClickRow);
            // 
            // ultraGroupBox21
            // 
            this.ultraGroupBox21.Controls.Add(this.cbxPointType);
            this.ultraGroupBox21.Controls.Add(this.btnOpenVoice);
            this.ultraGroupBox21.Controls.Add(this.txtVoiceTy);
            this.ultraGroupBox21.Controls.Add(this.label42);
            this.ultraGroupBox21.Controls.Add(this.label43);
            this.ultraGroupBox21.Controls.Add(this.txtVoiceDe);
            this.ultraGroupBox21.Controls.Add(this.txtVoiceNa);
            this.ultraGroupBox21.Controls.Add(this.label44);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox21, null);
            this.ultraGroupBox21.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox21.Location = new System.Drawing.Point(0, 415);
            this.ultraGroupBox21.Name = "ultraGroupBox21";
            this.ultraGroupBox21.Size = new System.Drawing.Size(977, 99);
            this.ultraGroupBox21.TabIndex = 7;
            this.ultraGroupBox21.Text = "修改数据项";
            this.coreBind.SetVerification(this.ultraGroupBox21, null);
            this.ultraGroupBox21.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // cbxPointType
            // 
            this.coreBind.SetDatabasecommand(this.cbxPointType, null);
            this.cbxPointType.FormattingEnabled = true;
            this.cbxPointType.Location = new System.Drawing.Point(593, 33);
            this.cbxPointType.Name = "cbxPointType";
            this.cbxPointType.Size = new System.Drawing.Size(161, 20);
            this.cbxPointType.TabIndex = 620;
            this.coreBind.SetVerification(this.cbxPointType, null);
            this.cbxPointType.SelectedIndexChanged += new System.EventHandler(this.cbxPointType_SelectedIndexChanged);
            // 
            // btnOpenVoice
            // 
            this.coreBind.SetDatabasecommand(this.btnOpenVoice, null);
            this.btnOpenVoice.Location = new System.Drawing.Point(419, 27);
            this.btnOpenVoice.Name = "btnOpenVoice";
            this.btnOpenVoice.Size = new System.Drawing.Size(89, 30);
            this.btnOpenVoice.TabIndex = 619;
            this.btnOpenVoice.Text = "打开声音文件";
            this.btnOpenVoice.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.btnOpenVoice, null);
            this.btnOpenVoice.Click += new System.EventHandler(this.btnVoiceOpen_Click);
            // 
            // txtVoiceTy
            // 
            this.coreBind.SetDatabasecommand(this.txtVoiceTy, null);
            this.txtVoiceTy.Location = new System.Drawing.Point(649, 32);
            this.txtVoiceTy.Name = "txtVoiceTy";
            this.txtVoiceTy.Size = new System.Drawing.Size(60, 21);
            this.txtVoiceTy.TabIndex = 616;
            this.coreBind.SetVerification(this.txtVoiceTy, null);
            this.txtVoiceTy.Visible = false;
            this.txtVoiceTy.TextChanged += new System.EventHandler(this.txtVoiceTy_TextChanged);
            // 
            // 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(513, 37);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(77, 12);
            this.label42.TabIndex = 615;
            this.label42.Text = "衡器类型代码";
            this.coreBind.SetVerification(this.label42, 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(31, 37);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(53, 12);
            this.label43.TabIndex = 611;
            this.label43.Text = "声音名称";
            this.coreBind.SetVerification(this.label43, null);
            // 
            // txtVoiceDe
            // 
            this.coreBind.SetDatabasecommand(this.txtVoiceDe, null);
            this.txtVoiceDe.Location = new System.Drawing.Point(91, 59);
            this.txtVoiceDe.Name = "txtVoiceDe";
            this.txtVoiceDe.Size = new System.Drawing.Size(453, 21);
            this.txtVoiceDe.TabIndex = 614;
            this.coreBind.SetVerification(this.txtVoiceDe, null);
            // 
            // txtVoiceNa
            // 
            this.coreBind.SetDatabasecommand(this.txtVoiceNa, null);
            this.txtVoiceNa.Location = new System.Drawing.Point(91, 32);
            this.txtVoiceNa.Name = "txtVoiceNa";
            this.txtVoiceNa.Size = new System.Drawing.Size(322, 21);
            this.txtVoiceNa.TabIndex = 612;
            this.coreBind.SetVerification(this.txtVoiceNa, null);
            // 
            // 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(31, 64);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(53, 12);
            this.label44.TabIndex = 613;
            this.label44.Text = "声音说明";
            this.coreBind.SetVerification(this.label44, null);
            // 
            // ultraGroupBox22
            // 
            this.ultraGroupBox22.Controls.Add(this.label45);
            this.ultraGroupBox22.Controls.Add(this.txtVoiceName);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox22, null);
            this.ultraGroupBox22.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox22.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox22.Name = "ultraGroupBox22";
            this.ultraGroupBox22.Size = new System.Drawing.Size(977, 64);
            this.ultraGroupBox22.TabIndex = 6;
            this.ultraGroupBox22.Text = "查询条件";
            this.coreBind.SetVerification(this.ultraGroupBox22, null);
            this.ultraGroupBox22.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // 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(7, 35);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(53, 12);
            this.label45.TabIndex = 617;
            this.label45.Text = "声音名称";
            this.coreBind.SetVerification(this.label45, null);
            // 
            // txtVoiceName
            // 
            this.coreBind.SetDatabasecommand(this.txtVoiceName, null);
            this.txtVoiceName.Location = new System.Drawing.Point(93, 30);
            this.txtVoiceName.Name = "txtVoiceName";
            this.txtVoiceName.Size = new System.Drawing.Size(134, 21);
            this.txtVoiceName.TabIndex = 618;
            this.coreBind.SetVerification(this.txtVoiceName, null);
            // 
            // ulDockXXSET
            // 
            appearance109.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance109.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulDockXXSET.Appearance = appearance109;
            // 
            // ulDockXXSET.ClientArea
            // 
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor16);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor15);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor14);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor13);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor12);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor11);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor10);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor9);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor8);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor7);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor6);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor5);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor4);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor3);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor2);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor1);
            this.ulDockXXSET.ClientArea.Controls.Add(this.ultraCheckEditor0);
            this.coreBind.SetDatabasecommand(this.ulDockXXSET.ClientArea, null);
            this.coreBind.SetVerification(this.ulDockXXSET.ClientArea, null);
            this.coreBind.SetDatabasecommand(this.ulDockXXSET, null);
            this.ulDockXXSET.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulDockXXSET.Location = new System.Drawing.Point(0, 0);
            this.ulDockXXSET.Name = "ulDockXXSET";
            this.ulDockXXSET.Size = new System.Drawing.Size(189, 587);
            this.ulDockXXSET.TabIndex = 3;
            this.coreBind.SetVerification(this.ulDockXXSET, null);
            // 
            // ultraCheckEditor16
            // 
            this.ultraCheckEditor16.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor16.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor16.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor16, null);
            this.ultraCheckEditor16.Location = new System.Drawing.Point(28, 490);
            this.ultraCheckEditor16.Name = "ultraCheckEditor16";
            this.ultraCheckEditor16.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor16.TabIndex = 16;
            this.ultraCheckEditor16.Text = "流向";
            this.coreBind.SetVerification(this.ultraCheckEditor16, null);
            // 
            // ultraCheckEditor15
            // 
            this.ultraCheckEditor15.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor15.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor15.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor15, null);
            this.ultraCheckEditor15.Location = new System.Drawing.Point(28, 462);
            this.ultraCheckEditor15.Name = "ultraCheckEditor15";
            this.ultraCheckEditor15.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor15.TabIndex = 15;
            this.ultraCheckEditor15.Text = "收货单位";
            this.coreBind.SetVerification(this.ultraCheckEditor15, null);
            // 
            // ultraCheckEditor14
            // 
            this.ultraCheckEditor14.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor14.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor14.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor14, null);
            this.ultraCheckEditor14.Location = new System.Drawing.Point(28, 432);
            this.ultraCheckEditor14.Name = "ultraCheckEditor14";
            this.ultraCheckEditor14.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor14.TabIndex = 14;
            this.ultraCheckEditor14.Text = "打印物料";
            this.coreBind.SetVerification(this.ultraCheckEditor14, null);
            // 
            // ultraCheckEditor13
            // 
            this.ultraCheckEditor13.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor13.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor13.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor13, null);
            this.ultraCheckEditor13.Location = new System.Drawing.Point(28, 402);
            this.ultraCheckEditor13.Name = "ultraCheckEditor13";
            this.ultraCheckEditor13.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor13.TabIndex = 13;
            this.ultraCheckEditor13.Text = "颜色";
            this.coreBind.SetVerification(this.ultraCheckEditor13, null);
            // 
            // ultraCheckEditor12
            // 
            this.ultraCheckEditor12.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor12.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor12.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor12, null);
            this.ultraCheckEditor12.Location = new System.Drawing.Point(28, 372);
            this.ultraCheckEditor12.Name = "ultraCheckEditor12";
            this.ultraCheckEditor12.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor12.TabIndex = 12;
            this.ultraCheckEditor12.Text = "检验员";
            this.coreBind.SetVerification(this.ultraCheckEditor12, null);
            // 
            // ultraCheckEditor11
            // 
            this.ultraCheckEditor11.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor11.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor11.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor11, null);
            this.ultraCheckEditor11.Location = new System.Drawing.Point(28, 342);
            this.ultraCheckEditor11.Name = "ultraCheckEditor11";
            this.ultraCheckEditor11.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor11.TabIndex = 11;
            this.ultraCheckEditor11.Text = "合同";
            this.coreBind.SetVerification(this.ultraCheckEditor11, null);
            // 
            // ultraCheckEditor10
            // 
            this.ultraCheckEditor10.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor10.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor10.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor10, null);
            this.ultraCheckEditor10.Location = new System.Drawing.Point(28, 312);
            this.ultraCheckEditor10.Name = "ultraCheckEditor10";
            this.ultraCheckEditor10.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor10.TabIndex = 10;
            this.ultraCheckEditor10.Text = "钢种";
            this.coreBind.SetVerification(this.ultraCheckEditor10, null);
            // 
            // ultraCheckEditor9
            // 
            this.ultraCheckEditor9.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor9.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor9.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor9, null);
            this.ultraCheckEditor9.Location = new System.Drawing.Point(28, 282);
            this.ultraCheckEditor9.Name = "ultraCheckEditor9";
            this.ultraCheckEditor9.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor9.TabIndex = 9;
            this.ultraCheckEditor9.Text = "规格";
            this.coreBind.SetVerification(this.ultraCheckEditor9, null);
            // 
            // ultraCheckEditor8
            // 
            this.ultraCheckEditor8.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor8.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor8.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor8, null);
            this.ultraCheckEditor8.Location = new System.Drawing.Point(28, 252);
            this.ultraCheckEditor8.Name = "ultraCheckEditor8";
            this.ultraCheckEditor8.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor8.TabIndex = 8;
            this.ultraCheckEditor8.Text = "产品标准";
            this.coreBind.SetVerification(this.ultraCheckEditor8, null);
            // 
            // ultraCheckEditor7
            // 
            this.ultraCheckEditor7.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor7.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor7.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor7, null);
            this.ultraCheckEditor7.Location = new System.Drawing.Point(28, 222);
            this.ultraCheckEditor7.Name = "ultraCheckEditor7";
            this.ultraCheckEditor7.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor7.TabIndex = 7;
            this.ultraCheckEditor7.Text = "备注";
            this.coreBind.SetVerification(this.ultraCheckEditor7, null);
            // 
            // ultraCheckEditor6
            // 
            this.ultraCheckEditor6.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor6.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor6.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor6, null);
            this.ultraCheckEditor6.Location = new System.Drawing.Point(28, 192);
            this.ultraCheckEditor6.Name = "ultraCheckEditor6";
            this.ultraCheckEditor6.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor6.TabIndex = 6;
            this.ultraCheckEditor6.Text = "表面状态";
            this.coreBind.SetVerification(this.ultraCheckEditor6, null);
            // 
            // ultraCheckEditor5
            // 
            this.ultraCheckEditor5.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor5.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor5.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor5, null);
            this.ultraCheckEditor5.Location = new System.Drawing.Point(28, 162);
            this.ultraCheckEditor5.Name = "ultraCheckEditor5";
            this.ultraCheckEditor5.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor5.TabIndex = 5;
            this.ultraCheckEditor5.Text = "表面级别";
            this.coreBind.SetVerification(this.ultraCheckEditor5, null);
            // 
            // ultraCheckEditor4
            // 
            this.ultraCheckEditor4.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor4.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor4.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor4, null);
            this.ultraCheckEditor4.Location = new System.Drawing.Point(28, 132);
            this.ultraCheckEditor4.Name = "ultraCheckEditor4";
            this.ultraCheckEditor4.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor4.TabIndex = 4;
            this.ultraCheckEditor4.Text = "供应单位";
            this.coreBind.SetVerification(this.ultraCheckEditor4, null);
            // 
            // ultraCheckEditor3
            // 
            this.ultraCheckEditor3.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor3.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor3.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor3, null);
            this.ultraCheckEditor3.Location = new System.Drawing.Point(28, 102);
            this.ultraCheckEditor3.Name = "ultraCheckEditor3";
            this.ultraCheckEditor3.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor3.TabIndex = 3;
            this.ultraCheckEditor3.Text = "承运单位";
            this.coreBind.SetVerification(this.ultraCheckEditor3, null);
            // 
            // ultraCheckEditor2
            // 
            this.ultraCheckEditor2.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor2.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor2, null);
            this.ultraCheckEditor2.Location = new System.Drawing.Point(28, 72);
            this.ultraCheckEditor2.Name = "ultraCheckEditor2";
            this.ultraCheckEditor2.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor2.TabIndex = 2;
            this.ultraCheckEditor2.Text = "生产单位";
            this.coreBind.SetVerification(this.ultraCheckEditor2, null);
            // 
            // ultraCheckEditor1
            // 
            this.ultraCheckEditor1.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor1.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor1, null);
            this.ultraCheckEditor1.Location = new System.Drawing.Point(28, 42);
            this.ultraCheckEditor1.Name = "ultraCheckEditor1";
            this.ultraCheckEditor1.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor1.TabIndex = 1;
            this.ultraCheckEditor1.Text = "物料";
            this.coreBind.SetVerification(this.ultraCheckEditor1, null);
            // 
            // ultraCheckEditor0
            // 
            this.ultraCheckEditor0.BackColor = System.Drawing.Color.Transparent;
            this.ultraCheckEditor0.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraCheckEditor0.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007ScrollbarButton;
            this.coreBind.SetDatabasecommand(this.ultraCheckEditor0, null);
            this.ultraCheckEditor0.Location = new System.Drawing.Point(28, 12);
            this.ultraCheckEditor0.Name = "ultraCheckEditor0";
            this.ultraCheckEditor0.Size = new System.Drawing.Size(141, 30);
            this.ultraCheckEditor0.TabIndex = 0;
            this.ultraCheckEditor0.Text = "车号";
            this.coreBind.SetVerification(this.ultraCheckEditor0, null);
            // 
            // ulpanlWLSAP
            // 
            appearance169.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance169.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ulpanlWLSAP.Appearance = appearance169;
            // 
            // ulpanlWLSAP.ClientArea
            // 
            this.ulpanlWLSAP.ClientArea.Controls.Add(this.ultraGroupBox19);
            this.ulpanlWLSAP.ClientArea.Controls.Add(this.ultraGroupBox18);
            this.coreBind.SetDatabasecommand(this.ulpanlWLSAP.ClientArea, null);
            this.coreBind.SetVerification(this.ulpanlWLSAP.ClientArea, null);
            this.coreBind.SetDatabasecommand(this.ulpanlWLSAP, null);
            this.ulpanlWLSAP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ulpanlWLSAP.Location = new System.Drawing.Point(0, 0);
            this.ulpanlWLSAP.Name = "ulpanlWLSAP";
            this.ulpanlWLSAP.Size = new System.Drawing.Size(168, 587);
            this.ulpanlWLSAP.TabIndex = 15;
            this.coreBind.SetVerification(this.ulpanlWLSAP, null);
            // 
            // ultraGroupBox19
            // 
            this.ultraGroupBox19.Controls.Add(this.ultraButton3);
            this.ultraGroupBox19.Controls.Add(this.ultraButton2);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox19, null);
            this.ultraGroupBox19.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox19.Location = new System.Drawing.Point(0, 274);
            this.ultraGroupBox19.Name = "ultraGroupBox19";
            this.ultraGroupBox19.Size = new System.Drawing.Size(168, 313);
            this.ultraGroupBox19.TabIndex = 2;
            this.ultraGroupBox19.Text = "其它基础表SAP下载";
            this.coreBind.SetVerification(this.ultraGroupBox19, null);
            this.ultraGroupBox19.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraButton3
            // 
            this.coreBind.SetDatabasecommand(this.ultraButton3, null);
            this.ultraButton3.Location = new System.Drawing.Point(30, 68);
            this.ultraButton3.Name = "ultraButton3";
            this.ultraButton3.Size = new System.Drawing.Size(111, 28);
            this.ultraButton3.TabIndex = 2;
            this.ultraButton3.Text = "收货单位SAP下载";
            this.coreBind.SetVerification(this.ultraButton3, null);
            this.ultraButton3.Click += new System.EventHandler(this.ultraButton3_Click);
            // 
            // ultraButton2
            // 
            this.coreBind.SetDatabasecommand(this.ultraButton2, null);
            this.ultraButton2.Location = new System.Drawing.Point(30, 34);
            this.ultraButton2.Name = "ultraButton2";
            this.ultraButton2.Size = new System.Drawing.Size(111, 28);
            this.ultraButton2.TabIndex = 1;
            this.ultraButton2.Text = "发货单位SAP下载";
            this.coreBind.SetVerification(this.ultraButton2, null);
            this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
            // 
            // ultraGroupBox18
            // 
            this.ultraGroupBox18.Controls.Add(this.txtJLMeNoEnd);
            this.ultraGroupBox18.Controls.Add(this.txtJLMeNoSt);
            this.ultraGroupBox18.Controls.Add(this.label34);
            this.ultraGroupBox18.Controls.Add(this.label33);
            this.ultraGroupBox18.Controls.Add(this.label32);
            this.ultraGroupBox18.Controls.Add(this.txtSapMeterialNo);
            this.ultraGroupBox18.Controls.Add(this.label31);
            this.ultraGroupBox18.Controls.Add(this.ultraButton1);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox18, null);
            this.ultraGroupBox18.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox18.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox18.Name = "ultraGroupBox18";
            this.ultraGroupBox18.Size = new System.Drawing.Size(168, 274);
            this.ultraGroupBox18.TabIndex = 1;
            this.ultraGroupBox18.Text = "物料基础表SAP下载";
            this.coreBind.SetVerification(this.ultraGroupBox18, null);
            this.ultraGroupBox18.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // txtJLMeNoEnd
            // 
            this.coreBind.SetDatabasecommand(this.txtJLMeNoEnd, null);
            this.txtJLMeNoEnd.Location = new System.Drawing.Point(33, 180);
            this.txtJLMeNoEnd.Name = "txtJLMeNoEnd";
            this.txtJLMeNoEnd.Size = new System.Drawing.Size(108, 21);
            this.txtJLMeNoEnd.TabIndex = 598;
            this.coreBind.SetVerification(this.txtJLMeNoEnd, null);
            // 
            // txtJLMeNoSt
            // 
            this.coreBind.SetDatabasecommand(this.txtJLMeNoSt, null);
            this.txtJLMeNoSt.Location = new System.Drawing.Point(33, 145);
            this.txtJLMeNoSt.Name = "txtJLMeNoSt";
            this.txtJLMeNoSt.Size = new System.Drawing.Size(108, 21);
            this.txtJLMeNoSt.TabIndex = 597;
            this.coreBind.SetVerification(this.txtJLMeNoSt, null);
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label34, null);
            this.label34.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label34.Location = new System.Drawing.Point(7, 183);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(29, 12);
            this.label34.TabIndex = 596;
            this.label34.Text = "到:";
            this.coreBind.SetVerification(this.label34, null);
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label33, null);
            this.label33.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label33.Location = new System.Drawing.Point(7, 148);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(29, 12);
            this.label33.TabIndex = 595;
            this.label33.Text = "从:";
            this.coreBind.SetVerification(this.label33, null);
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label32, null);
            this.label32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label32.Location = new System.Drawing.Point(10, 117);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(155, 12);
            this.label32.TabIndex = 593;
            this.label32.Text = "按计量物料编号从SAP更新:";
            this.coreBind.SetVerification(this.label32, null);
            // 
            // txtSapMeterialNo
            // 
            this.coreBind.SetDatabasecommand(this.txtSapMeterialNo, null);
            this.txtSapMeterialNo.Location = new System.Drawing.Point(12, 64);
            this.txtSapMeterialNo.Name = "txtSapMeterialNo";
            this.txtSapMeterialNo.Size = new System.Drawing.Size(141, 21);
            this.txtSapMeterialNo.TabIndex = 592;
            this.coreBind.SetVerification(this.txtSapMeterialNo, null);
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label31, null);
            this.label31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label31.Location = new System.Drawing.Point(10, 44);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(119, 12);
            this.label31.TabIndex = 591;
            this.label31.Text = "按SAP物料编号下载:";
            this.coreBind.SetVerification(this.label31, null);
            // 
            // ultraButton1
            // 
            this.coreBind.SetDatabasecommand(this.ultraButton1, null);
            this.ultraButton1.Location = new System.Drawing.Point(30, 235);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(111, 28);
            this.ultraButton1.TabIndex = 0;
            this.ultraButton1.Text = "物料SAP更新";
            this.coreBind.SetVerification(this.ultraButton1, null);
            this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ultb);
            this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox2);
            this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
            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(979, 537);
            this.coreBind.SetVerification(this.ultraTabPageControl1, null);
            // 
            // ultb
            // 
            this.ultb.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.None;
            this.ultb.Controls.Add(this.ultraTabSharedControlsPage2);
            this.ultb.Controls.Add(this.ultraTabPageControl3);
            this.ultb.Controls.Add(this.ultraTabPageControl4);
            this.ultb.Controls.Add(this.ultraTabPageControl5);
            this.ultb.Controls.Add(this.ultraTabPageControl6);
            this.ultb.Controls.Add(this.ultraTabPageControl7);
            this.ultb.Controls.Add(this.ultraTabPageControl8);
            this.ultb.Controls.Add(this.ultraTabPageControl9);
            this.ultb.Controls.Add(this.ultraTabPageControl10);
            this.ultb.Controls.Add(this.ultraTabPageControl11);
            this.ultb.Controls.Add(this.ultraTabPageControl12);
            this.ultb.Controls.Add(this.ultraTabPageControl13);
            this.ultb.Controls.Add(this.ultraTabPageControl14);
            this.ultb.Controls.Add(this.ultraTabPageControl15);
            this.ultb.Controls.Add(this.ultraTabPageControl16);
            this.ultb.Controls.Add(this.ultraTabPageControl17);
            this.ultb.Controls.Add(this.ultraTabPageControl18);
            this.ultb.Controls.Add(this.ultraTabPageControl24);
            this.coreBind.SetDatabasecommand(this.ultb, null);
            this.ultb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultb.Location = new System.Drawing.Point(0, 61);
            this.ultb.Name = "ultb";
            this.ultb.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.ultb.Size = new System.Drawing.Size(979, 374);
            this.ultb.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Office2007Ribbon;
            this.ultb.TabIndex = 3;
            ultraTab11.Key = "车号";
            ultraTab11.TabPage = this.ultraTabPageControl11;
            ultraTab11.Text = "车号";
            ultraTab1.Key = "物料";
            ultraTab1.TabPage = this.ultraTabPageControl3;
            ultraTab1.Text = "物料";
            ultraTab2.Key = "生产单位";
            ultraTab2.TabPage = this.ultraTabPageControl4;
            ultraTab2.Text = "生产单位";
            ultraTab4.Key = "承运单位";
            ultraTab4.TabPage = this.ultraTabPageControl6;
            ultraTab4.Text = "承运单位";
            ultraTab7.Key = "供应单位";
            ultraTab7.TabPage = this.ultraTabPageControl7;
            ultraTab7.Text = "供应单位";
            ultraTab8.Key = "表面级别";
            ultraTab8.TabPage = this.ultraTabPageControl8;
            ultraTab8.Text = "表面级别";
            ultraTab9.Key = "表面状态";
            ultraTab9.TabPage = this.ultraTabPageControl9;
            ultraTab9.Text = "表面状态";
            ultraTab10.Key = "备注";
            ultraTab10.TabPage = this.ultraTabPageControl10;
            ultraTab10.Text = "备注";
            ultraTab12.Key = "产品标准";
            ultraTab12.TabPage = this.ultraTabPageControl12;
            ultraTab12.Text = "产品标准";
            ultraTab13.Key = "规格";
            ultraTab13.TabPage = this.ultraTabPageControl13;
            ultraTab13.Text = "规格";
            ultraTab14.Key = "钢种";
            ultraTab14.TabPage = this.ultraTabPageControl14;
            ultraTab14.Text = "钢种";
            ultraTab15.Key = "合同";
            ultraTab15.TabPage = this.ultraTabPageControl15;
            ultraTab15.Text = "合同";
            ultraTab16.Key = "检验员";
            ultraTab16.TabPage = this.ultraTabPageControl16;
            ultraTab16.Text = "检验员";
            ultraTab17.Key = "颜色";
            ultraTab17.TabPage = this.ultraTabPageControl17;
            ultraTab17.Text = "颜色";
            ultraTab18.Key = "打印物料";
            ultraTab18.TabPage = this.ultraTabPageControl18;
            ultraTab18.Text = "打印物料";
            ultraTab3.Key = "收货单位";
            ultraTab3.TabPage = this.ultraTabPageControl5;
            ultraTab3.Text = "收货单位";
            ultraTab19.Key = "流向";
            ultraTab19.TabPage = this.ultraTabPageControl24;
            ultraTab19.Text = "流向";
            this.ultb.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab11,
            ultraTab1,
            ultraTab2,
            ultraTab4,
            ultraTab7,
            ultraTab8,
            ultraTab9,
            ultraTab10,
            ultraTab12,
            ultraTab13,
            ultraTab14,
            ultraTab15,
            ultraTab16,
            ultraTab17,
            ultraTab18,
            ultraTab3,
            ultraTab19});
            this.ultb.TextOrientation = Infragistics.Win.UltraWinTabs.TextOrientation.Horizontal;
            this.coreBind.SetVerification(this.ultb, null);
            this.ultb.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
            // 
            // ultraTabSharedControlsPage2
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage2, null);
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(977, 351);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage2, null);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.Controls.Add(this.txt3);
            this.ultraGroupBox2.Controls.Add(this.label30);
            this.ultraGroupBox2.Controls.Add(this.txt2);
            this.ultraGroupBox2.Controls.Add(this.lb2);
            this.ultraGroupBox2.Controls.Add(this.txt1);
            this.ultraGroupBox2.Controls.Add(this.lb1);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox2.Location = new System.Drawing.Point(0, 435);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(979, 102);
            this.ultraGroupBox2.TabIndex = 2;
            this.ultraGroupBox2.Text = "修改项目";
            this.coreBind.SetVerification(this.ultraGroupBox2, null);
            this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // txt3
            // 
            this.coreBind.SetDatabasecommand(this.txt3, null);
            this.txt3.Location = new System.Drawing.Point(439, 49);
            this.txt3.Name = "txt3";
            this.txt3.Size = new System.Drawing.Size(93, 21);
            this.txt3.TabIndex = 14;
            this.coreBind.SetVerification(this.txt3, null);
            this.txt3.Visible = false;
            // 
            // 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("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label30.Location = new System.Drawing.Point(369, 54);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(65, 12);
            this.label30.TabIndex = 13;
            this.label30.Text = "存修改编号";
            this.coreBind.SetVerification(this.label30, null);
            this.label30.Visible = false;
            // 
            // txt2
            // 
            this.coreBind.SetDatabasecommand(this.txt2, null);
            this.txt2.Location = new System.Drawing.Point(260, 49);
            this.txt2.Name = "txt2";
            this.txt2.Size = new System.Drawing.Size(93, 21);
            this.txt2.TabIndex = 12;
            this.coreBind.SetVerification(this.txt2, null);
            // 
            // lb2
            // 
            this.lb2.AutoSize = true;
            this.lb2.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.lb2, null);
            this.lb2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb2.Location = new System.Drawing.Point(194, 54);
            this.lb2.Name = "lb2";
            this.lb2.Size = new System.Drawing.Size(53, 12);
            this.lb2.TabIndex = 11;
            this.lb2.Text = "物料编码";
            this.coreBind.SetVerification(this.lb2, null);
            // 
            // txt1
            // 
            this.coreBind.SetDatabasecommand(this.txt1, null);
            this.txt1.Location = new System.Drawing.Point(75, 49);
            this.txt1.Name = "txt1";
            this.txt1.Size = new System.Drawing.Size(93, 21);
            this.txt1.TabIndex = 10;
            this.coreBind.SetVerification(this.txt1, null);
            // 
            // lb1
            // 
            this.lb1.AutoSize = true;
            this.lb1.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.lb1, null);
            this.lb1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb1.Location = new System.Drawing.Point(9, 54);
            this.lb1.Name = "lb1";
            this.lb1.Size = new System.Drawing.Size(53, 12);
            this.lb1.TabIndex = 9;
            this.lb1.Text = "物料编码";
            this.coreBind.SetVerification(this.lb1, null);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.cbJLD);
            this.ultraGroupBox1.Controls.Add(this.label1);
            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(979, 61);
            this.ultraGroupBox1.TabIndex = 0;
            this.ultraGroupBox1.Text = "选择条件";
            this.coreBind.SetVerification(this.ultraGroupBox1, null);
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // cbJLD
            // 
            this.cbJLD.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbJLD, null);
            this.cbJLD.FormattingEnabled = true;
            this.cbJLD.Location = new System.Drawing.Point(75, 26);
            this.cbJLD.Name = "cbJLD";
            this.cbJLD.Size = new System.Drawing.Size(126, 20);
            this.cbJLD.TabIndex = 590;
            this.coreBind.SetVerification(this.cbJLD, null);
            this.cbJLD.SelectedValueChanged += new System.EventHandler(this.cbJLD_SelectedValueChanged);
            // 
            // 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(9, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 7;
            this.label1.Text = "计量点代码";
            this.coreBind.SetVerification(this.label1, null);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ultabBASETABLE);
            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(979, 537);
            this.coreBind.SetVerification(this.ultraTabPageControl2, null);
            // 
            // ultabBASETABLE
            // 
            this.ultabBASETABLE.Controls.Add(this.ultraTabSharedControlsPage3);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl19);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl20);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl21);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl22);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl23);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl25);
            this.ultabBASETABLE.Controls.Add(this.ultraTabPageControl26);
            this.coreBind.SetDatabasecommand(this.ultabBASETABLE, null);
            this.ultabBASETABLE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultabBASETABLE.Location = new System.Drawing.Point(0, 0);
            this.ultabBASETABLE.Name = "ultabBASETABLE";
            this.ultabBASETABLE.SharedControlsPage = this.ultraTabSharedControlsPage3;
            this.ultabBASETABLE.Size = new System.Drawing.Size(979, 537);
            this.ultabBASETABLE.TabIndex = 0;
            ultraTab24.Key = "QueryWLTableData";
            ultraTab24.TabPage = this.ultraTabPageControl19;
            ultraTab24.Text = "物料基础表";
            ultraTab25.Key = "QueryFHTableData";
            ultraTab25.TabPage = this.ultraTabPageControl20;
            ultraTab25.Text = "发货单位基础表";
            ultraTab25.Visible = false;
            ultraTab26.Key = "QueryGYTableData";
            ultraTab26.TabPage = this.ultraTabPageControl21;
            ultraTab26.Text = "供应单位基础表";
            ultraTab27.Key = "QuerySHTableData";
            ultraTab27.TabPage = this.ultraTabPageControl22;
            ultraTab27.Text = "收货单位基础表";
            ultraTab28.Key = "QueryCYTableData";
            ultraTab28.TabPage = this.ultraTabPageControl23;
            ultraTab28.Text = "承运单位基础表";
            ultraTab21.TabPage = this.ultraTabPageControl26;
            ultraTab21.Text = "tab1";
            ultraTab21.Visible = false;
            ultraTab20.Key = "QueryVoiceTableData";
            ultraTab20.TabPage = this.ultraTabPageControl25;
            ultraTab20.Text = "语音基础表";
            this.ultabBASETABLE.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab24,
            ultraTab25,
            ultraTab26,
            ultraTab27,
            ultraTab28,
            ultraTab21,
            ultraTab20});
            this.coreBind.SetVerification(this.ultabBASETABLE, null);
            this.ultabBASETABLE.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
            this.ultabBASETABLE.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultabBASETABLE_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage3
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage3, null);
            this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
            this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(977, 514);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage3, null);
            // 
            // ultraTabControl3
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabControl3, null);
            this.ultraTabControl3.Location = new System.Drawing.Point(0, 0);
            this.ultraTabControl3.Name = "ultraTabControl3";
            this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage4;
            this.ultraTabControl3.Size = new System.Drawing.Size(200, 100);
            this.ultraTabControl3.TabIndex = 0;
            this.coreBind.SetVerification(this.ultraTabControl3, null);
            // 
            // ultraTabSharedControlsPage4
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage4, null);
            this.ultraTabSharedControlsPage4.Location = new System.Drawing.Point(1, 20);
            this.ultraTabSharedControlsPage4.Name = "ultraTabSharedControlsPage4";
            this.ultraTabSharedControlsPage4.Size = new System.Drawing.Size(196, 77);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage4, null);
            // 
            // ultraGrid1
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
            this.ultraGrid1.DataMember = "承运单位";
            this.ultraGrid1.DataSource = this.dataSet2;
            appearance103.BackColor = System.Drawing.Color.White;
            appearance103.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance103.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid1.DisplayLayout.Appearance = appearance103;
            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;
            appearance104.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance104;
            this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance105.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance105.BackColor2 = System.Drawing.Color.White;
            appearance105.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance105.FontData.SizeInPoints = 10F;
            appearance105.ForeColor = System.Drawing.Color.Black;
            appearance105.TextHAlignAsString = "Center";
            appearance105.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance105;
            this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance106.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance106;
            appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance107.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance107;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance108.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
            appearance108.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
            appearance108.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance108.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance108;
            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.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(971, 343);
            this.ultraGrid1.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid1, null);
            // 
            // textBox1
            // 
            this.coreBind.SetDatabasecommand(this.textBox1, null);
            this.textBox1.Location = new System.Drawing.Point(315, 32);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(134, 21);
            this.textBox1.TabIndex = 616;
            this.coreBind.SetVerification(this.textBox1, 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(266, 37);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(29, 12);
            this.label38.TabIndex = 615;
            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(9, 37);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(77, 12);
            this.label39.TabIndex = 611;
            this.label39.Text = "承运单位名称";
            this.coreBind.SetVerification(this.label39, null);
            // 
            // textBox2
            // 
            this.coreBind.SetDatabasecommand(this.textBox2, null);
            this.textBox2.Location = new System.Drawing.Point(91, 59);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(134, 21);
            this.textBox2.TabIndex = 614;
            this.coreBind.SetVerification(this.textBox2, null);
            // 
            // textBox3
            // 
            this.coreBind.SetDatabasecommand(this.textBox3, null);
            this.textBox3.Location = new System.Drawing.Point(91, 32);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(134, 21);
            this.textBox3.TabIndex = 612;
            this.coreBind.SetVerification(this.textBox3, 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(20, 64);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(65, 12);
            this.label40.TabIndex = 613;
            this.label40.Text = "拼音助记码";
            this.coreBind.SetVerification(this.label40, 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(7, 35);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(77, 12);
            this.label41.TabIndex = 617;
            this.label41.Text = "承运单位名称";
            this.coreBind.SetVerification(this.label41, null);
            // 
            // textBox4
            // 
            this.coreBind.SetDatabasecommand(this.textBox4, null);
            this.textBox4.Location = new System.Drawing.Point(93, 30);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(134, 21);
            this.textBox4.TabIndex = 618;
            this.coreBind.SetVerification(this.textBox4, null);
            // 
            // ulDockManger
            // 
            this.ulDockManger.AnimationSpeed = Infragistics.Win.UltraWinDock.AnimationSpeed.StandardSpeedPlus2;
            this.ulDockManger.AutoHideDelay = 300;
            dockAreaPane1.DockedBefore = new System.Guid("ca204bd4-91e7-4c95-93fd-498b665c9b03");
            dockableControlPane1.Control = this.ulDockXXSET;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(189, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(441, 32, 199, 212);
            dockableControlPane1.Pinned = false;
            appearance173.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance173.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            dockableControlPane1.Settings.Appearance = appearance173;
            dockableControlPane1.Settings.ShowCaption = Infragistics.Win.DefaultableBoolean.False;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "信息点设置";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(95, 532);
            dockableControlPane2.Control = this.ulpanlWLSAP;
            dockableControlPane2.FlyoutSize = new System.Drawing.Size(168, -1);
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(4, 90, 163, 196);
            dockableControlPane2.Pinned = false;
            appearance172.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance172.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            dockableControlPane2.Settings.Appearance = appearance172;
            dockableControlPane2.Settings.ShowCaption = Infragistics.Win.DefaultableBoolean.False;
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            dockableControlPane2.Text = "SAP更新基础信息";
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(95, 532);
            this.ulDockManger.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2});
            this.ulDockManger.HostControl = this;
            this.ulDockManger.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2007;
            // 
            // _FrmBaseUnpinnedTabAreaLeft
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaLeft, null);
            this._FrmBaseUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._FrmBaseUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._FrmBaseUnpinnedTabAreaLeft.Name = "_FrmBaseUnpinnedTabAreaLeft";
            this._FrmBaseUnpinnedTabAreaLeft.Owner = this.ulDockManger;
            this._FrmBaseUnpinnedTabAreaLeft.Size = new System.Drawing.Size(21, 587);
            this._FrmBaseUnpinnedTabAreaLeft.TabIndex = 16;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaLeft, null);
            // 
            // _FrmBaseUnpinnedTabAreaRight
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaRight, null);
            this._FrmBaseUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._FrmBaseUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaRight.Location = new System.Drawing.Point(1002, 0);
            this._FrmBaseUnpinnedTabAreaRight.Name = "_FrmBaseUnpinnedTabAreaRight";
            this._FrmBaseUnpinnedTabAreaRight.Owner = this.ulDockManger;
            this._FrmBaseUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 587);
            this._FrmBaseUnpinnedTabAreaRight.TabIndex = 17;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaRight, null);
            // 
            // _FrmBaseUnpinnedTabAreaTop
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaTop, null);
            this._FrmBaseUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._FrmBaseUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaTop.Location = new System.Drawing.Point(21, 0);
            this._FrmBaseUnpinnedTabAreaTop.Name = "_FrmBaseUnpinnedTabAreaTop";
            this._FrmBaseUnpinnedTabAreaTop.Owner = this.ulDockManger;
            this._FrmBaseUnpinnedTabAreaTop.Size = new System.Drawing.Size(981, 0);
            this._FrmBaseUnpinnedTabAreaTop.TabIndex = 18;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaTop, null);
            // 
            // _FrmBaseUnpinnedTabAreaBottom
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaBottom, null);
            this._FrmBaseUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._FrmBaseUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaBottom.Location = new System.Drawing.Point(21, 587);
            this._FrmBaseUnpinnedTabAreaBottom.Name = "_FrmBaseUnpinnedTabAreaBottom";
            this._FrmBaseUnpinnedTabAreaBottom.Owner = this.ulDockManger;
            this._FrmBaseUnpinnedTabAreaBottom.Size = new System.Drawing.Size(981, 0);
            this._FrmBaseUnpinnedTabAreaBottom.TabIndex = 19;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaBottom, null);
            // 
            // _FrmBaseAutoHideControl
            // 
            this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow1);
            this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow2);
            this.coreBind.SetDatabasecommand(this._FrmBaseAutoHideControl, null);
            this._FrmBaseAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseAutoHideControl.Location = new System.Drawing.Point(21, 0);
            this._FrmBaseAutoHideControl.Name = "_FrmBaseAutoHideControl";
            this._FrmBaseAutoHideControl.Owner = this.ulDockManger;
            this._FrmBaseAutoHideControl.Size = new System.Drawing.Size(23, 587);
            this._FrmBaseAutoHideControl.TabIndex = 20;
            this.coreBind.SetVerification(this._FrmBaseAutoHideControl, null);
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.ulDockXXSET);
            this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
            this.dockableWindow1.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.ulDockManger;
            this.dockableWindow1.Size = new System.Drawing.Size(189, 587);
            this.dockableWindow1.TabIndex = 24;
            this.coreBind.SetVerification(this.dockableWindow1, null);
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.ulpanlWLSAP);
            this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
            this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ulDockManger;
            this.dockableWindow2.Size = new System.Drawing.Size(168, 587);
            this.dockableWindow2.TabIndex = 25;
            this.coreBind.SetVerification(this.dockableWindow2, null);
            // 
            // windowDockingArea1
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Left;
            this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea1.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ulDockManger;
            this.windowDockingArea1.Size = new System.Drawing.Size(100, 532);
            this.windowDockingArea1.TabIndex = 21;
            this.coreBind.SetVerification(this.windowDockingArea1, null);
            // 
            // windowDockingArea2
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Left;
            this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea2.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ulDockManger;
            this.windowDockingArea2.Size = new System.Drawing.Size(100, 532);
            this.windowDockingArea2.TabIndex = 22;
            this.coreBind.SetVerification(this.windowDockingArea2, null);
            // 
            // ultraPanel1
            // 
            // 
            // ultraPanel1.ClientArea
            // 
            this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
            this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
            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(21, 0);
            this.ultraPanel1.Name = "ultraPanel1";
            this.ultraPanel1.Size = new System.Drawing.Size(981, 587);
            this.ultraPanel1.TabIndex = 23;
            this.coreBind.SetVerification(this.ultraPanel1, null);
            // 
            // ultraPanel3
            // 
            // 
            // ultraPanel3.ClientArea
            // 
            this.ultraPanel3.ClientArea.Controls.Add(this.ultabTotal);
            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.Fill;
            this.ultraPanel3.Location = new System.Drawing.Point(0, 27);
            this.ultraPanel3.Name = "ultraPanel3";
            this.ultraPanel3.Size = new System.Drawing.Size(981, 560);
            this.ultraPanel3.TabIndex = 1;
            this.coreBind.SetVerification(this.ultraPanel3, null);
            // 
            // ultabTotal
            // 
            this.ultabTotal.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultabTotal.Controls.Add(this.ultraTabPageControl1);
            this.ultabTotal.Controls.Add(this.ultraTabPageControl2);
            this.coreBind.SetDatabasecommand(this.ultabTotal, null);
            this.ultabTotal.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultabTotal.Location = new System.Drawing.Point(0, 0);
            this.ultabTotal.Name = "ultabTotal";
            this.ultabTotal.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultabTotal.Size = new System.Drawing.Size(981, 560);
            this.ultabTotal.TabIndex = 1;
            ultraTab5.TabPage = this.ultraTabPageControl1;
            ultraTab5.Text = "计量点信息管理";
            ultraTab6.TabPage = this.ultraTabPageControl2;
            ultraTab6.Text = "基础表维护";
            this.ultabTotal.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab5,
            ultraTab6});
            this.coreBind.SetVerification(this.ultabTotal, null);
            this.ultabTotal.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(979, 537);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
            // 
            // ultraPanel2
            // 
            // 
            // ultraPanel2.ClientArea
            // 
            this.ultraPanel2.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
            this.ultraPanel2.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
            this.ultraPanel2.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
            this.ultraPanel2.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
            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.Top;
            this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
            this.ultraPanel2.Name = "ultraPanel2";
            this.ultraPanel2.Size = new System.Drawing.Size(981, 27);
            this.ultraPanel2.TabIndex = 0;
            this.coreBind.SetVerification(this.ultraPanel2, 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(981, 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.Office2007;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.FloatingLocation = new System.Drawing.Point(382, 388);
            ultraToolbar1.FloatingSize = new System.Drawing.Size(349, 44);
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5});
            ultraToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            labelTool7.SharedPropsInternal.Caption = "校秤时间  从";
            labelTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            labelTool8.SharedPropsInternal.Caption = "至";
            labelTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool7.ControlName = "dateTimePicker1";
            controlContainerTool7.SharedPropsInternal.Caption = "ControlContainerTool1";
            controlContainerTool7.SharedPropsInternal.Width = 84;
            controlContainerTool8.ControlName = "dateTimePicker2";
            controlContainerTool8.SharedPropsInternal.Caption = "ControlContainerTool2";
            controlContainerTool8.SharedPropsInternal.Width = 86;
            appearance57.Image = ((object)(resources.GetObject("appearance57.Image")));
            buttonTool16.SharedPropsInternal.AppearancesLarge.Appearance = appearance57;
            appearance58.Image = ((object)(resources.GetObject("appearance58.Image")));
            buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance58;
            buttonTool16.SharedPropsInternal.Caption = "查询";
            buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance59.Image = ((object)(resources.GetObject("appearance59.Image")));
            buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance59;
            buttonTool17.SharedPropsInternal.Caption = "修改";
            buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance60.Image = ((object)(resources.GetObject("appearance60.Image")));
            buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance60;
            buttonTool18.SharedPropsInternal.Caption = "增加";
            buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance61.Image = ((object)(resources.GetObject("appearance61.Image")));
            buttonTool19.SharedPropsInternal.AppearancesSmall.Appearance = appearance61;
            buttonTool19.SharedPropsInternal.Caption = "删除";
            buttonTool19.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance62.Image = ((object)(resources.GetObject("appearance62.Image")));
            buttonTool20.SharedPropsInternal.AppearancesSmall.Appearance = appearance62;
            buttonTool20.SharedPropsInternal.Caption = "导出";
            buttonTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            labelTool7,
            labelTool8,
            controlContainerTool7,
            controlContainerTool8,
            buttonTool16,
            buttonTool17,
            buttonTool18,
            buttonTool19,
            buttonTool20});
            this.ultraToolbarsManager1.ToolTipDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolTipDisplayStyle.Standard;
            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)(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(981, 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)(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, 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, 27);
            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(981, 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, 27);
            this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
            // 
            // BaseManger
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1002, 587);
            this.Controls.Add(this._FrmBaseAutoHideControl);
            this.Controls.Add(this.ultraPanel1);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaTop);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaBottom);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaLeft);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaRight);
            this.coreBind.SetDatabasecommand(this, null);
            this.Name = "BaseManger";
            this.Text = "BaseManger";
            this.coreBind.SetVerification(this, null);
            this.Load += new System.EventHandler(this.BaseManger_Load);
            this.ultraTabPageControl11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdCarNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCARNO)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTMATERIAL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSENDER)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTTRANS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSUPPLIER)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTFACELEVEL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTFACESTATE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTMEMO)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSTANDARD)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSPEC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTSTEELTYPE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCONTRACT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCHECKER)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTCOLOR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTPRINTMATERIAL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BT_POINTRECEIVER)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable17)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdWL)).EndInit();
            this.ultraTabPageControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSender)).EndInit();
            this.ultraTabPageControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdTran)).EndInit();
            this.ultraTabPageControl7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSupply)).EndInit();
            this.ultraTabPageControl8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFaceLevel)).EndInit();
            this.ultraTabPageControl9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFaceState)).EndInit();
            this.ultraTabPageControl10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdDemo)).EndInit();
            this.ultraTabPageControl12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdStander)).EndInit();
            this.ultraTabPageControl13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdSpec)).EndInit();
            this.ultraTabPageControl14.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdStelTye)).EndInit();
            this.ultraTabPageControl15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdContrat)).EndInit();
            this.ultraTabPageControl16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdCheck)).EndInit();
            this.ultraTabPageControl17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdColor)).EndInit();
            this.ultraTabPageControl18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdPrintMet)).EndInit();
            this.ultraTabPageControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdRecie)).EndInit();
            this.ultraTabPageControl24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdFlow)).EndInit();
            this.ultraTabPageControl19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgWLTABLE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable33)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox13)).EndInit();
            this.ultraGroupBox13.ResumeLayout(false);
            this.ultraGroupBox13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
            this.ultraGroupBox3.ResumeLayout(false);
            this.ultraGroupBox3.PerformLayout();
            this.ultraTabPageControl20.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
            this.ultraGroupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgFHTABLE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).EndInit();
            this.ultraGroupBox14.ResumeLayout(false);
            this.ultraGroupBox14.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
            this.ultraGroupBox6.ResumeLayout(false);
            this.ultraGroupBox6.PerformLayout();
            this.ultraTabPageControl21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).EndInit();
            this.ultraGroupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgGYTABLE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).EndInit();
            this.ultraGroupBox15.ResumeLayout(false);
            this.ultraGroupBox15.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
            this.ultraGroupBox8.ResumeLayout(false);
            this.ultraGroupBox8.PerformLayout();
            this.ultraTabPageControl22.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).EndInit();
            this.ultraGroupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgSHTABLE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).EndInit();
            this.ultraGroupBox16.ResumeLayout(false);
            this.ultraGroupBox16.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).EndInit();
            this.ultraGroupBox10.ResumeLayout(false);
            this.ultraGroupBox10.PerformLayout();
            this.ultraTabPageControl23.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).EndInit();
            this.ultraGroupBox11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgCYTABLE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox17)).EndInit();
            this.ultraGroupBox17.ResumeLayout(false);
            this.ultraGroupBox17.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).EndInit();
            this.ultraGroupBox12.ResumeLayout(false);
            this.ultraGroupBox12.PerformLayout();
            this.ultraTabPageControl25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox20)).EndInit();
            this.ultraGroupBox20.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ulgrdVoice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox21)).EndInit();
            this.ultraGroupBox21.ResumeLayout(false);
            this.ultraGroupBox21.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox22)).EndInit();
            this.ultraGroupBox22.ResumeLayout(false);
            this.ultraGroupBox22.PerformLayout();
            this.ulDockXXSET.ClientArea.ResumeLayout(false);
            this.ulDockXXSET.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor0)).EndInit();
            this.ulpanlWLSAP.ClientArea.ResumeLayout(false);
            this.ulpanlWLSAP.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).EndInit();
            this.ultraGroupBox19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox18)).EndInit();
            this.ultraGroupBox18.ResumeLayout(false);
            this.ultraGroupBox18.PerformLayout();
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultb)).EndInit();
            this.ultb.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.ultraGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.ultraGroupBox1.PerformLayout();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultabBASETABLE)).EndInit();
            this.ultabBASETABLE.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ulDockManger)).EndInit();
            this._FrmBaseAutoHideControl.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.ultraPanel1.ClientArea.ResumeLayout(false);
            this.ultraPanel1.ResumeLayout(false);
            this.ultraPanel3.ClientArea.ResumeLayout(false);
            this.ultraPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultabTotal)).EndInit();
            this.ultabTotal.ResumeLayout(false);
            this.ultraPanel2.ClientArea.ResumeLayout(false);
            this.ultraPanel2.ResumeLayout(false);
            ((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.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("5f628d65-7e27-4bd7-b132-df4821d0d998"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("5a3f84d3-49cd-40a8-8098-2d3389ac232a"), new System.Guid("3916061f-1766-489e-9a93-990e3fdc5808"), 0, new System.Guid("5f628d65-7e27-4bd7-b132-df4821d0d998"), 0);
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("7a781dfb-c005-4b7a-bbb9-4def5343bd0c"), new System.Guid("47d493b0-aa29-44b5-b4cf-eec04c99e91d"), 0, new System.Guid("5f628d65-7e27-4bd7-b132-df4821d0d998"), 1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("3916061f-1766-489e-9a93-990e3fdc5808"));
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("47d493b0-aa29-44b5-b4cf-eec04c99e91d"));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistSeriesView));
            this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
            this.HistSeriesChart = new SI.Strategy.SeasonalityAnalysis.HistSeriesChartView();
            this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._HistSeriesViewUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._HistSeriesViewUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._HistSeriesViewUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._HistSeriesViewUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._HistSeriesViewAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.pbAdd = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ultraPanel1.ClientArea.SuspendLayout();
            this.ultraPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this.windowDockingArea2.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraPanel1
            // 
            // 
            // ultraPanel1.ClientArea
            // 
            this.ultraPanel1.ClientArea.Controls.Add(this.pbAdd);
            this.ultraPanel1.Location = new System.Drawing.Point(0, 18);
            this.ultraPanel1.Name = "ultraPanel1";
            this.ultraPanel1.Size = new System.Drawing.Size(609, 29);
            this.ultraPanel1.TabIndex = 5;
            // 
            // HistSeriesChart
            // 
            this.HistSeriesChart.Location = new System.Drawing.Point(0, 18);
            this.HistSeriesChart.Name = "HistSeriesChart";
            this.HistSeriesChart.Size = new System.Drawing.Size(609, 472);
            this.HistSeriesChart.TabIndex = 6;            
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            dockAreaPane1.DockedBefore = new System.Guid("3916061f-1766-489e-9a93-990e3fdc5808");
            dockableControlPane1.Control = this.ultraPanel1;
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 606, 57);
            dockableControlPane1.Size = new System.Drawing.Size(509, 17);
            dockableControlPane1.Text = "Menu";
            dockableControlPane2.Control = this.HistSeriesChart;
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(4, 83, 498, 385);
            dockableControlPane2.Size = new System.Drawing.Size(100, 181);
            dockableControlPane2.Text = "Chart";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1,
            dockableControlPane2});
            dockAreaPane1.SelectedTabIndex = 1;
            dockAreaPane1.Size = new System.Drawing.Size(609, 542);
            dockAreaPane1.UnfilledSize = new System.Drawing.Size(100, 542);
            dockAreaPane2.DockedBefore = new System.Guid("47d493b0-aa29-44b5-b4cf-eec04c99e91d");
            dockAreaPane2.Size = new System.Drawing.Size(509, 542);
            dockAreaPane2.UnfilledSize = new System.Drawing.Size(100, 100);
            dockAreaPane3.Size = new System.Drawing.Size(609, 474);
            dockAreaPane3.UnfilledSize = new System.Drawing.Size(100, 542);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2,
            dockAreaPane3});
            this.ultraDockManager1.HostControl = this;
            this.ultraDockManager1.LayoutStyle = Infragistics.Win.UltraWinDock.DockAreaLayoutStyle.FillContainer;
            // 
            // _HistSeriesViewUnpinnedTabAreaLeft
            // 
            this._HistSeriesViewUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._HistSeriesViewUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._HistSeriesViewUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._HistSeriesViewUnpinnedTabAreaLeft.Name = "_HistSeriesViewUnpinnedTabAreaLeft";
            this._HistSeriesViewUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._HistSeriesViewUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 542);
            this._HistSeriesViewUnpinnedTabAreaLeft.TabIndex = 0;
            // 
            // _HistSeriesViewUnpinnedTabAreaRight
            // 
            this._HistSeriesViewUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._HistSeriesViewUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._HistSeriesViewUnpinnedTabAreaRight.Location = new System.Drawing.Point(609, 0);
            this._HistSeriesViewUnpinnedTabAreaRight.Name = "_HistSeriesViewUnpinnedTabAreaRight";
            this._HistSeriesViewUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._HistSeriesViewUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 542);
            this._HistSeriesViewUnpinnedTabAreaRight.TabIndex = 1;
            // 
            // _HistSeriesViewUnpinnedTabAreaTop
            // 
            this._HistSeriesViewUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._HistSeriesViewUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._HistSeriesViewUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._HistSeriesViewUnpinnedTabAreaTop.Name = "_HistSeriesViewUnpinnedTabAreaTop";
            this._HistSeriesViewUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._HistSeriesViewUnpinnedTabAreaTop.Size = new System.Drawing.Size(609, 0);
            this._HistSeriesViewUnpinnedTabAreaTop.TabIndex = 2;
            // 
            // _HistSeriesViewUnpinnedTabAreaBottom
            // 
            this._HistSeriesViewUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._HistSeriesViewUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._HistSeriesViewUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 542);
            this._HistSeriesViewUnpinnedTabAreaBottom.Name = "_HistSeriesViewUnpinnedTabAreaBottom";
            this._HistSeriesViewUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._HistSeriesViewUnpinnedTabAreaBottom.Size = new System.Drawing.Size(609, 0);
            this._HistSeriesViewUnpinnedTabAreaBottom.TabIndex = 3;
            // 
            // _HistSeriesViewAutoHideControl
            // 
            this._HistSeriesViewAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._HistSeriesViewAutoHideControl.Location = new System.Drawing.Point(0, 0);
            this._HistSeriesViewAutoHideControl.Name = "_HistSeriesViewAutoHideControl";
            this._HistSeriesViewAutoHideControl.Owner = this.ultraDockManager1;
            this._HistSeriesViewAutoHideControl.Size = new System.Drawing.Size(0, 0);
            this._HistSeriesViewAutoHideControl.TabIndex = 4;
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.Controls.Add(this.dockableWindow1);
            this.windowDockingArea2.Controls.Add(this.dockableWindow2);
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowDockingArea2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea2.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ultraDockManager1;
            this.windowDockingArea2.Size = new System.Drawing.Size(609, 542);
            this.windowDockingArea2.TabIndex = 0;
            // 
            // windowDockingArea3
            // 
            this.windowDockingArea3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowDockingArea3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea3.Location = new System.Drawing.Point(4, 4);
            this.windowDockingArea3.Name = "windowDockingArea3";
            this.windowDockingArea3.Owner = this.ultraDockManager1;
            this.windowDockingArea3.Size = new System.Drawing.Size(509, 542);
            this.windowDockingArea3.TabIndex = 0;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowDockingArea1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea1.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(609, 474);
            this.windowDockingArea1.TabIndex = 7;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.ultraPanel1);
            this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.ultraDockManager1;
            this.dockableWindow1.Size = new System.Drawing.Size(609, 47);
            this.dockableWindow1.TabIndex = 5;
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.HistSeriesChart);
            this.dockableWindow2.Location = new System.Drawing.Point(0, 52);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(609, 490);
            this.dockableWindow2.TabIndex = 6;
            // 
            // pbAdd
            // 
            this.pbAdd.BorderShadowColor = System.Drawing.Color.Empty;
            this.pbAdd.Image = ((object)(resources.GetObject("pbAdd.Image")));
            this.pbAdd.Location = new System.Drawing.Point(3, 3);
            this.pbAdd.Name = "pbAdd";
            this.pbAdd.Size = new System.Drawing.Size(20, 20);
            this.pbAdd.TabIndex = 15;
            // 
            // HistSeriesView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._HistSeriesViewAutoHideControl);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this._HistSeriesViewUnpinnedTabAreaBottom);
            this.Controls.Add(this._HistSeriesViewUnpinnedTabAreaTop);
            this.Controls.Add(this._HistSeriesViewUnpinnedTabAreaRight);
            this.Controls.Add(this._HistSeriesViewUnpinnedTabAreaLeft);
            this.Name = "HistSeriesView";
            this.Size = new System.Drawing.Size(609, 542);
            this.ultraPanel1.ClientArea.ResumeLayout(false);
            this.ultraPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this.windowDockingArea2.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.dockableWindow2.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.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("546afc74-61f8-4a66-92ed-15001f87a51c"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("5c94ebce-e52c-4fc9-8b07-9abef6a974df"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("546afc74-61f8-4a66-92ed-15001f87a51c"), -1);
     this.panelMainLeft              = new System.Windows.Forms.Panel();
     this.ultraExplorerBarLeft       = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this._MainUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MainUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MainUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MainUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.timer1                        = new System.Windows.Forms.Timer(this.components);
     this.ultraDockManager1             = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._FrmMainUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmMainUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmMainUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmMainUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmMainAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow2               = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea1            = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.toolStripStatusLabelBottom1   = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStripBottom             = new System.Windows.Forms.StatusStrip();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.excelPatchToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.reportSetupToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraTabbedMdiManager1        = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.LoginInfoToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.updateInfoToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.programInfoToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.homeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.manualToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1               = new System.Windows.Forms.SplitContainer();
     this.menuStripTop                  = new System.Windows.Forms.MenuStrip();
     this.panelMainLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBarLeft)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this.dockableWindow2.SuspendLayout();
     this.windowDockingArea1.SuspendLayout();
     this.statusStripBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.SuspendLayout();
     this.menuStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMainLeft
     //
     this.panelMainLeft.Controls.Add(this.ultraExplorerBarLeft);
     this.panelMainLeft.Location = new System.Drawing.Point(0, 18);
     this.panelMainLeft.Name     = "panelMainLeft";
     this.panelMainLeft.Size     = new System.Drawing.Size(182, 665);
     this.panelMainLeft.TabIndex = 0;
     //
     // ultraExplorerBarLeft
     //
     this.ultraExplorerBarLeft.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExplorerBarLeft.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.ultraExplorerBarLeft.Location   = new System.Drawing.Point(0, 0);
     this.ultraExplorerBarLeft.Name       = "ultraExplorerBarLeft";
     this.ultraExplorerBarLeft.Size       = new System.Drawing.Size(182, 665);
     this.ultraExplorerBarLeft.TabIndex   = 0;
     this.ultraExplorerBarLeft.ViewStyle  = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.ultraExplorerBarLeft.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBarLeft_ItemClick);
     //
     // _MainUnpinnedTabAreaLeft
     //
     this._MainUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._MainUnpinnedTabAreaLeft.Name     = "_MainUnpinnedTabAreaLeft";
     this._MainUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 0);
     this._MainUnpinnedTabAreaLeft.TabIndex = 6;
     //
     // _MainUnpinnedTabAreaRight
     //
     this._MainUnpinnedTabAreaRight.Location = new System.Drawing.Point(0, 0);
     this._MainUnpinnedTabAreaRight.Name     = "_MainUnpinnedTabAreaRight";
     this._MainUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 0);
     this._MainUnpinnedTabAreaRight.TabIndex = 7;
     //
     // _MainUnpinnedTabAreaTop
     //
     this._MainUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._MainUnpinnedTabAreaTop.Name     = "_MainUnpinnedTabAreaTop";
     this._MainUnpinnedTabAreaTop.Size     = new System.Drawing.Size(0, 0);
     this._MainUnpinnedTabAreaTop.TabIndex = 4;
     //
     // _MainUnpinnedTabAreaBottom
     //
     this._MainUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 0);
     this._MainUnpinnedTabAreaBottom.Name     = "_MainUnpinnedTabAreaBottom";
     this._MainUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(0, 0);
     this._MainUnpinnedTabAreaBottom.TabIndex = 5;
     //
     // ultraDockManager1
     //
     dockableControlPane1.Control = this.panelMainLeft;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(86, 122, 200, 100);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "panelMainLeft";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(182, 683);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl     = this;
     this.ultraDockManager1.ShowCloseButton = false;
     //
     // _FrmMainUnpinnedTabAreaLeft
     //
     this._FrmMainUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._FrmMainUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._FrmMainUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 24);
     this._FrmMainUnpinnedTabAreaLeft.Name     = "_FrmMainUnpinnedTabAreaLeft";
     this._FrmMainUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._FrmMainUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 683);
     this._FrmMainUnpinnedTabAreaLeft.TabIndex = 8;
     //
     // _FrmMainUnpinnedTabAreaRight
     //
     this._FrmMainUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._FrmMainUnpinnedTabAreaRight.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._FrmMainUnpinnedTabAreaRight.Location = new System.Drawing.Point(1245, 24);
     this._FrmMainUnpinnedTabAreaRight.Name     = "_FrmMainUnpinnedTabAreaRight";
     this._FrmMainUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._FrmMainUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 683);
     this._FrmMainUnpinnedTabAreaRight.TabIndex = 9;
     //
     // _FrmMainUnpinnedTabAreaTop
     //
     this._FrmMainUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._FrmMainUnpinnedTabAreaTop.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._FrmMainUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 24);
     this._FrmMainUnpinnedTabAreaTop.Name     = "_FrmMainUnpinnedTabAreaTop";
     this._FrmMainUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._FrmMainUnpinnedTabAreaTop.Size     = new System.Drawing.Size(1245, 0);
     this._FrmMainUnpinnedTabAreaTop.TabIndex = 10;
     //
     // _FrmMainUnpinnedTabAreaBottom
     //
     this._FrmMainUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._FrmMainUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._FrmMainUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 707);
     this._FrmMainUnpinnedTabAreaBottom.Name     = "_FrmMainUnpinnedTabAreaBottom";
     this._FrmMainUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._FrmMainUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(1245, 0);
     this._FrmMainUnpinnedTabAreaBottom.TabIndex = 11;
     //
     // _FrmMainAutoHideControl
     //
     this._FrmMainAutoHideControl.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this._FrmMainAutoHideControl.Location = new System.Drawing.Point(1037, 24);
     this._FrmMainAutoHideControl.Name     = "_FrmMainAutoHideControl";
     this._FrmMainAutoHideControl.Owner    = this.ultraDockManager1;
     this._FrmMainAutoHideControl.Size     = new System.Drawing.Size(187, 683);
     this._FrmMainAutoHideControl.TabIndex = 12;
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.panelMainLeft);
     this.dockableWindow2.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow2.Name     = "dockableWindow2";
     this.dockableWindow2.Owner    = this.ultraDockManager1;
     this.dockableWindow2.Size     = new System.Drawing.Size(182, 683);
     this.dockableWindow2.TabIndex = 19;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow2);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 24);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(187, 683);
     this.windowDockingArea1.TabIndex = 13;
     //
     // toolStripStatusLabelBottom1
     //
     this.toolStripStatusLabelBottom1.AutoToolTip = true;
     this.toolStripStatusLabelBottom1.Font        = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabelBottom1.Name        = "toolStripStatusLabelBottom1";
     this.toolStripStatusLabelBottom1.Size        = new System.Drawing.Size(0, 17);
     this.toolStripStatusLabelBottom1.ToolTipText = "Click = Refresh";
     //
     // statusStripBottom
     //
     this.statusStripBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabelBottom1
     });
     this.statusStripBottom.Location         = new System.Drawing.Point(0, 707);
     this.statusStripBottom.Name             = "statusStripBottom";
     this.statusStripBottom.ShowItemToolTips = true;
     this.statusStripBottom.Size             = new System.Drawing.Size(1245, 22);
     this.statusStripBottom.TabIndex         = 17;
     this.statusStripBottom.Text             = "statusStrip1";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(159, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(156, 6);
     //
     // excelPatchToolStripMenuItem
     //
     this.excelPatchToolStripMenuItem.Name = "excelPatchToolStripMenuItem";
     this.excelPatchToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.excelPatchToolStripMenuItem.Text = "Excel Patch";
     //
     // reportSetupToolStripMenuItem
     //
     this.reportSetupToolStripMenuItem.Name = "reportSetupToolStripMenuItem";
     this.reportSetupToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.reportSetupToolStripMenuItem.Text = "Report Setup";
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.MdiParent    = this;
     this.ultraTabbedMdiManager1.ViewStyle    = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.ultraTabbedMdiManager1.TabSelected += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.ultraTabbedMdiManager1_TabSelected);
     //
     // LoginInfoToolStripMenuItem
     //
     this.LoginInfoToolStripMenuItem.Name = "LoginInfoToolStripMenuItem";
     this.LoginInfoToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.LoginInfoToolStripMenuItem.Text = "Login Info";
     //
     // updateInfoToolStripMenuItem
     //
     this.updateInfoToolStripMenuItem.Name = "updateInfoToolStripMenuItem";
     this.updateInfoToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.updateInfoToolStripMenuItem.Text = "Update Info.";
     //
     // programInfoToolStripMenuItem
     //
     this.programInfoToolStripMenuItem.Name = "programInfoToolStripMenuItem";
     this.programInfoToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.programInfoToolStripMenuItem.Text = "Program Info.";
     //
     // homeToolStripMenuItem
     //
     this.homeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.programInfoToolStripMenuItem,
         this.updateInfoToolStripMenuItem,
         this.manualToolStripMenuItem,
         this.LoginInfoToolStripMenuItem,
         this.reportSetupToolStripMenuItem,
         this.excelPatchToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.homeToolStripMenuItem.Name = "homeToolStripMenuItem";
     this.homeToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.homeToolStripMenuItem.Text = "Home";
     //
     // manualToolStripMenuItem
     //
     this.manualToolStripMenuItem.Name = "manualToolStripMenuItem";
     this.manualToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.manualToolStripMenuItem.Text = "Manual";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(187, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.splitContainer1.Panel2MinSize    = 0;
     this.splitContainer1.Size             = new System.Drawing.Size(1058, 683);
     this.splitContainer1.SplitterDistance = 451;
     this.splitContainer1.TabIndex         = 18;
     //
     // menuStripTop
     //
     this.menuStripTop.BackColor = System.Drawing.Color.SteelBlue;
     this.menuStripTop.Font      = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
     this.menuStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.homeToolStripMenuItem
     });
     this.menuStripTop.Location = new System.Drawing.Point(0, 0);
     this.menuStripTop.Name     = "menuStripTop";
     this.menuStripTop.Size     = new System.Drawing.Size(1245, 24);
     this.menuStripTop.TabIndex = 15;
     this.menuStripTop.Text     = "menuStrip1";
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1245, 729);
     this.Controls.Add(this._FrmMainAutoHideControl);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this._MainUnpinnedTabAreaTop);
     this.Controls.Add(this._MainUnpinnedTabAreaBottom);
     this.Controls.Add(this._MainUnpinnedTabAreaLeft);
     this.Controls.Add(this._MainUnpinnedTabAreaRight);
     this.Controls.Add(this._FrmMainUnpinnedTabAreaRight);
     this.Controls.Add(this._FrmMainUnpinnedTabAreaLeft);
     this.Controls.Add(this._FrmMainUnpinnedTabAreaTop);
     this.Controls.Add(this._FrmMainUnpinnedTabAreaBottom);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this.menuStripTop);
     this.Controls.Add(this.statusStripBottom);
     this.Name  = "FrmMain";
     this.Load += new System.EventHandler(this.FrmMain_Load);
     this.panelMainLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBarLeft)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this.dockableWindow2.ResumeLayout(false);
     this.windowDockingArea1.ResumeLayout(false);
     this.statusStripBottom.ResumeLayout(false);
     this.statusStripBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.menuStripTop.ResumeLayout(false);
     this.menuStripTop.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("0da254c1-31a3-405f-a281-05bd1b227034"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("ce52614f-c634-42b0-8790-54e0c10eef4a"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("0da254c1-31a3-405f-a281-05bd1b227034"), -1);
     this.ultraButton1      = new Infragistics.Win.Misc.UltraButton();
     this.panel1            = new System.Windows.Forms.Panel();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._vodExplorerUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._vodExplorerUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._vodExplorerUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._vodExplorerUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._vodExplorerAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._vodExplorerAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraButton1
     //
     this.ultraButton1.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraButton1.Location = new System.Drawing.Point(0, 32);
     this.ultraButton1.Name     = "ultraButton1";
     this.ultraButton1.Size     = new System.Drawing.Size(544, 75);
     this.ultraButton1.TabIndex = 6;
     this.ultraButton1.Text     = "返回";
     this.ultraButton1.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // panel1
     //
     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(544, 372);
     this.panel1.TabIndex = 7;
     //
     // ultraDockManager1
     //
     dockableControlPane1.Control               = this.ultraButton1;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(-1, 107);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(208, 272, 128, 37);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Settings.AllowClose      = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockAsTab  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDragging   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMaximize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMinimize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowResize     = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Size    = new System.Drawing.Size(100, 100);
     dockableControlPane1.TextTab = "返回";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Settings.AllowClose      = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDockAsTab  = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowDragging   = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowMaximize   = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowMinimize   = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Settings.AllowResize     = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane1.Size = new System.Drawing.Size(544, 95);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl = this;
     //
     // _vodExplorerUnpinnedTabAreaLeft
     //
     this._vodExplorerUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._vodExplorerUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._vodExplorerUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._vodExplorerUnpinnedTabAreaLeft.Name     = "_vodExplorerUnpinnedTabAreaLeft";
     this._vodExplorerUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._vodExplorerUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 411);
     this._vodExplorerUnpinnedTabAreaLeft.TabIndex = 8;
     //
     // _vodExplorerUnpinnedTabAreaRight
     //
     this._vodExplorerUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._vodExplorerUnpinnedTabAreaRight.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._vodExplorerUnpinnedTabAreaRight.Location = new System.Drawing.Point(544, 0);
     this._vodExplorerUnpinnedTabAreaRight.Name     = "_vodExplorerUnpinnedTabAreaRight";
     this._vodExplorerUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._vodExplorerUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 411);
     this._vodExplorerUnpinnedTabAreaRight.TabIndex = 9;
     //
     // _vodExplorerUnpinnedTabAreaTop
     //
     this._vodExplorerUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._vodExplorerUnpinnedTabAreaTop.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._vodExplorerUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._vodExplorerUnpinnedTabAreaTop.Name     = "_vodExplorerUnpinnedTabAreaTop";
     this._vodExplorerUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._vodExplorerUnpinnedTabAreaTop.Size     = new System.Drawing.Size(544, 0);
     this._vodExplorerUnpinnedTabAreaTop.TabIndex = 10;
     //
     // _vodExplorerUnpinnedTabAreaBottom
     //
     this._vodExplorerUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._vodExplorerUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._vodExplorerUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 372);
     this._vodExplorerUnpinnedTabAreaBottom.Name     = "_vodExplorerUnpinnedTabAreaBottom";
     this._vodExplorerUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._vodExplorerUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(544, 39);
     this._vodExplorerUnpinnedTabAreaBottom.TabIndex = 11;
     //
     // _vodExplorerAutoHideControl
     //
     this._vodExplorerAutoHideControl.Controls.Add(this.dockableWindow1);
     this._vodExplorerAutoHideControl.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._vodExplorerAutoHideControl.Location = new System.Drawing.Point(0, 422);
     this._vodExplorerAutoHideControl.Name     = "_vodExplorerAutoHideControl";
     this._vodExplorerAutoHideControl.Owner    = this.ultraDockManager1;
     this._vodExplorerAutoHideControl.Size     = new System.Drawing.Size(544, 0);
     this._vodExplorerAutoHideControl.TabIndex = 12;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.ultraButton1);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 5);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(544, 107);
     this.dockableWindow1.TabIndex = 14;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.windowDockingArea1.Font     = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 272);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(544, 100);
     this.windowDockingArea1.TabIndex = 13;
     //
     // vodExplorer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(14, 31);
     this.ClientSize        = new System.Drawing.Size(544, 411);
     this.ControlBox        = false;
     this.Controls.Add(this._vodExplorerAutoHideControl);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._vodExplorerUnpinnedTabAreaTop);
     this.Controls.Add(this._vodExplorerUnpinnedTabAreaBottom);
     this.Controls.Add(this._vodExplorerUnpinnedTabAreaLeft);
     this.Controls.Add(this._vodExplorerUnpinnedTabAreaRight);
     this.Font            = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "vodExplorer";
     this.Text            = "vodExplorer";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.vodExplorer_Load);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.vodExplorer_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._vodExplorerAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
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.Appearance appearance31 = 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_PLANCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTITEM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LX");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FHDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CYDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUNDTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUND");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TERM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADINSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADOUTSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADSTOREPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADSTOREPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FIRSTLABELID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADINSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADOUTSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YCSFYC");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFSAMPLING");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFACCEPT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERIDCARD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DFJZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLNUMBER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = 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.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            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 appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            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 appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QHSP");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn87 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn88 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn89 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn90 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn91 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn92 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn93 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn94 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn95 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn100 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FF_CLEARVALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTSTATE");
            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.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("32d14a8b-0181-4ead-8b7c-2bf841e5b2f4"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("77136960-0f57-42d8-b935-2ea6dbebbbfe"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("32d14a8b-0181-4ead-8b7c-2bf841e5b2f4"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("413b1f55-3871-4022-81b9-b73a24cd10e7"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567"), -1);
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeighMeasureInfo));
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panelYCSP = new System.Windows.Forms.Panel();
            this.panel22 = new System.Windows.Forms.Panel();
            this.VideoChannel5 = new System.Windows.Forms.PictureBox();
            this.panel25 = new System.Windows.Forms.Panel();
            this.VideoChannel6 = new System.Windows.Forms.PictureBox();
            this.panel21 = new System.Windows.Forms.Panel();
            this.VideoChannel4 = new System.Windows.Forms.PictureBox();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            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.dataColumn52 = 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.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.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.dataColumn171 = new System.Data.DataColumn();
            this.dataColumn216 = 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.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.dataColumn51 = new System.Data.DataColumn();
            this.dataColumn71 = 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.dataColumn102 = new System.Data.DataColumn();
            this.dataColumn101 = 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.dataColumn113 = new System.Data.DataColumn();
            this.dataColumn114 = new System.Data.DataColumn();
            this.dataColumn115 = new System.Data.DataColumn();
            this.dataColumn176 = new System.Data.DataColumn();
            this.dataColumn177 = new System.Data.DataColumn();
            this.dataColumn178 = new System.Data.DataColumn();
            this.dataColumn179 = new System.Data.DataColumn();
            this.dataColumn180 = new System.Data.DataColumn();
            this.dataColumn181 = new System.Data.DataColumn();
            this.dataColumn182 = new System.Data.DataColumn();
            this.dataColumn183 = new System.Data.DataColumn();
            this.dataColumn184 = new System.Data.DataColumn();
            this.dataColumn185 = new System.Data.DataColumn();
            this.dataColumn186 = new System.Data.DataColumn();
            this.dataColumn187 = new System.Data.DataColumn();
            this.dataColumn188 = new System.Data.DataColumn();
            this.dataColumn189 = new System.Data.DataColumn();
            this.dataColumn204 = new System.Data.DataColumn();
            this.dataColumn205 = new System.Data.DataColumn();
            this.dataColumn206 = new System.Data.DataColumn();
            this.dataColumn207 = new System.Data.DataColumn();
            this.dataColumn208 = new System.Data.DataColumn();
            this.dataTable3 = new System.Data.DataTable();
            this.dataColumn21 = new System.Data.DataColumn();
            this.dataColumn22 = new System.Data.DataColumn();
            this.dataColumn92 = new System.Data.DataColumn();
            this.dataColumn93 = new System.Data.DataColumn();
            this.dataTable4 = new System.Data.DataTable();
            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.dataColumn53 = new System.Data.DataColumn();
            this.dataColumn172 = new System.Data.DataColumn();
            this.dataColumn173 = new System.Data.DataColumn();
            this.dataColumn174 = new System.Data.DataColumn();
            this.dataColumn175 = new System.Data.DataColumn();
            this.dataColumn217 = new System.Data.DataColumn();
            this.dataColumn218 = new System.Data.DataColumn();
            this.dataTable5 = new System.Data.DataTable();
            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.dataTable6 = new System.Data.DataTable();
            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.dataTable7 = new System.Data.DataTable();
            this.dataColumn116 = new System.Data.DataColumn();
            this.dataColumn117 = new System.Data.DataColumn();
            this.dataColumn118 = new System.Data.DataColumn();
            this.dataColumn119 = new System.Data.DataColumn();
            this.dataTable8 = new System.Data.DataTable();
            this.dataColumn120 = new System.Data.DataColumn();
            this.dataColumn121 = new System.Data.DataColumn();
            this.dataColumn122 = new System.Data.DataColumn();
            this.dataTable9 = new System.Data.DataTable();
            this.dataColumn123 = new System.Data.DataColumn();
            this.dataColumn124 = new System.Data.DataColumn();
            this.dataColumn125 = new System.Data.DataColumn();
            this.dataColumn126 = new System.Data.DataColumn();
            this.dataTable10 = new System.Data.DataTable();
            this.dataColumn127 = new System.Data.DataColumn();
            this.dataColumn128 = new System.Data.DataColumn();
            this.dataTable11 = new System.Data.DataTable();
            this.dataColumn129 = new System.Data.DataColumn();
            this.dataColumn130 = new System.Data.DataColumn();
            this.dataColumn131 = new System.Data.DataColumn();
            this.dataColumn132 = new System.Data.DataColumn();
            this.dataColumn133 = new System.Data.DataColumn();
            this.dataColumn134 = new System.Data.DataColumn();
            this.dataColumn135 = new System.Data.DataColumn();
            this.dataColumn136 = new System.Data.DataColumn();
            this.dataColumn137 = new System.Data.DataColumn();
            this.dataColumn138 = new System.Data.DataColumn();
            this.dataColumn139 = new System.Data.DataColumn();
            this.dataColumn140 = new System.Data.DataColumn();
            this.dataColumn141 = new System.Data.DataColumn();
            this.dataColumn142 = new System.Data.DataColumn();
            this.dataColumn143 = new System.Data.DataColumn();
            this.dataColumn144 = new System.Data.DataColumn();
            this.dataColumn145 = new System.Data.DataColumn();
            this.dataColumn146 = new System.Data.DataColumn();
            this.dataColumn147 = new System.Data.DataColumn();
            this.dataColumn148 = new System.Data.DataColumn();
            this.dataColumn149 = new System.Data.DataColumn();
            this.dataColumn150 = new System.Data.DataColumn();
            this.dataColumn151 = new System.Data.DataColumn();
            this.dataColumn152 = new System.Data.DataColumn();
            this.dataColumn153 = new System.Data.DataColumn();
            this.dataColumn154 = new System.Data.DataColumn();
            this.dataColumn155 = new System.Data.DataColumn();
            this.dataColumn156 = new System.Data.DataColumn();
            this.dataColumn157 = new System.Data.DataColumn();
            this.dataColumn158 = new System.Data.DataColumn();
            this.dataColumn159 = new System.Data.DataColumn();
            this.dataColumn160 = new System.Data.DataColumn();
            this.dataColumn161 = new System.Data.DataColumn();
            this.dataColumn162 = new System.Data.DataColumn();
            this.dataColumn163 = new System.Data.DataColumn();
            this.dataColumn164 = new System.Data.DataColumn();
            this.dataColumn165 = new System.Data.DataColumn();
            this.dataColumn166 = new System.Data.DataColumn();
            this.dataColumn167 = new System.Data.DataColumn();
            this.dataColumn168 = new System.Data.DataColumn();
            this.dataColumn169 = new System.Data.DataColumn();
            this.dataColumn170 = new System.Data.DataColumn();
            this.dataColumn190 = new System.Data.DataColumn();
            this.dataColumn191 = new System.Data.DataColumn();
            this.dataColumn192 = new System.Data.DataColumn();
            this.dataColumn193 = new System.Data.DataColumn();
            this.dataColumn194 = new System.Data.DataColumn();
            this.dataColumn195 = new System.Data.DataColumn();
            this.dataColumn196 = new System.Data.DataColumn();
            this.dataColumn197 = new System.Data.DataColumn();
            this.dataColumn198 = new System.Data.DataColumn();
            this.dataColumn199 = new System.Data.DataColumn();
            this.dataColumn200 = new System.Data.DataColumn();
            this.dataColumn201 = new System.Data.DataColumn();
            this.dataColumn202 = new System.Data.DataColumn();
            this.dataColumn203 = new System.Data.DataColumn();
            this.dataColumn209 = new System.Data.DataColumn();
            this.dataColumn210 = new System.Data.DataColumn();
            this.dataColumn211 = new System.Data.DataColumn();
            this.dataColumn212 = new System.Data.DataColumn();
            this.dataColumn213 = new System.Data.DataColumn();
            this.dataColumn214 = new System.Data.DataColumn();
            this.dataColumn215 = new System.Data.DataColumn();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.picHT = new System.Windows.Forms.PictureBox();
            this.panelYYBF = new System.Windows.Forms.Panel();
            this.panel23 = new System.Windows.Forms.Panel();
            this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.btn5 = new System.Windows.Forms.Button();
            this.btn6 = new System.Windows.Forms.Button();
            this.btn4 = new System.Windows.Forms.Button();
            this.btn3 = new System.Windows.Forms.Button();
            this.btn2 = new System.Windows.Forms.Button();
            this.btn1 = new System.Windows.Forms.Button();
            this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panelSPKZ = new System.Windows.Forms.Panel();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            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.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chb_AutoInfrared = new System.Windows.Forms.CheckBox();
            this.txtZZ = 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.txtTDL = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.VideoChannel8 = new System.Windows.Forms.PictureBox();
            this.VideoChannel7 = new System.Windows.Forms.PictureBox();
            this.VideoChannel3 = new System.Windows.Forms.PictureBox();
            this.VideoChannel2 = new System.Windows.Forms.PictureBox();
            this.VideoChannel1 = new System.Windows.Forms.PictureBox();
            this.panel6 = new System.Windows.Forms.Panel();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.button9 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.txtXSZL = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.StatusBack = new YGJZJL.Car.CoolInfraredRay();
            this.StatusFront = new YGJZJL.Car.CoolInfraredRay();
            this.StatusLight = new YGJZJL.Car.CoolIndicator();
            this.StatusRedGreen = new YGJZJL.Car.CoolIndicator();
            this.btnHDHW = new System.Windows.Forms.Button();
            this.btnQDHW = new System.Windows.Forms.Button();
            this.btnZMDKG = new System.Windows.Forms.Button();
            this.btnHL = new System.Windows.Forms.Button();
            this.btnQL = new System.Windows.Forms.Button();
            this.lbWD = new System.Windows.Forms.Label();
            this.lbYS = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panel8 = new System.Windows.Forms.Panel();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.panel11 = new System.Windows.Forms.Panel();
            this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panel10 = new System.Windows.Forms.Panel();
            this.btnBC = new System.Windows.Forms.Button();
            this.btnGPBC = new System.Windows.Forms.Button();
            this.btnSD = new System.Windows.Forms.Button();
            this.btnDS = new System.Windows.Forms.Button();
            this.button16 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.panel9 = new System.Windows.Forms.Panel();
            this.cbProvider = new System.Windows.Forms.ComboBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.tbBZ = new System.Windows.Forms.TextBox();
            this.label29 = new System.Windows.Forms.Label();
            this.button18 = new System.Windows.Forms.Button();
            this.label28 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.tbCharge = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tbReceiverPlace = new System.Windows.Forms.TextBox();
            this.tbSenderPlace = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.txtPJBH = new System.Windows.Forms.TextBox();
            this.txtHTXMH = new System.Windows.Forms.ComboBox();
            this.txtDFJZ = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.btnFHDW = new System.Windows.Forms.Button();
            this.btnSHDW = new System.Windows.Forms.Button();
            this.btnCYDW = new System.Windows.Forms.Button();
            this.btnWLMC = new System.Windows.Forms.Button();
            this.txtYKL = new System.Windows.Forms.TextBox();
            this.txtZL = new System.Windows.Forms.TextBox();
            this.txtPZ = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtJZ = new System.Windows.Forms.TextBox();
            this.txtMZ = new System.Windows.Forms.TextBox();
            this.txtZS3 = new System.Windows.Forms.TextBox();
            this.txtZS2 = new System.Windows.Forms.TextBox();
            this.txtZS = new System.Windows.Forms.TextBox();
            this.chbSFYC = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtBC = new System.Windows.Forms.TextBox();
            this.cbJLLX = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.chbQXPZ = new System.Windows.Forms.CheckBox();
            this.cbCH = new System.Windows.Forms.ComboBox();
            this.cbCH1 = new System.Windows.Forms.ComboBox();
            this.cbWLMC = new System.Windows.Forms.ComboBox();
            this.cbSHDW = new System.Windows.Forms.ComboBox();
            this.cbCYDW = new System.Windows.Forms.ComboBox();
            this.txtJLY = new System.Windows.Forms.TextBox();
            this.cbFHDW = new System.Windows.Forms.ComboBox();
            this.cbLX = new System.Windows.Forms.ComboBox();
            this.txtJLD = new System.Windows.Forms.TextBox();
            this.label26 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtLH = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtHTH = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.txtCZH = new System.Windows.Forms.TextBox();
            this.txtCarNo = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.cbLS = new System.Windows.Forms.ComboBox();
            this.label23 = new System.Windows.Forms.Label();
            this.txtLH3 = new System.Windows.Forms.TextBox();
            this.txtLH2 = new System.Windows.Forms.TextBox();
            this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._WeighMeasureInfoUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.panel38 = new System.Windows.Forms.Panel();
            this.pictureBox38 = new System.Windows.Forms.PictureBox();
            this.panel37 = new System.Windows.Forms.Panel();
            this.pictureBox37 = new System.Windows.Forms.PictureBox();
            this.panel36 = new System.Windows.Forms.Panel();
            this.pictureBox36 = new System.Windows.Forms.PictureBox();
            this.panel33 = new System.Windows.Forms.Panel();
            this.pictureBox33 = new System.Windows.Forms.PictureBox();
            this.panel32 = new System.Windows.Forms.Panel();
            this.pictureBox32 = new System.Windows.Forms.PictureBox();
            this.panel31 = new System.Windows.Forms.Panel();
            this.pictureBox31 = new System.Windows.Forms.PictureBox();
            this.panel18 = new System.Windows.Forms.Panel();
            this.pictureBox16 = new System.Windows.Forms.PictureBox();
            this.panel19 = new System.Windows.Forms.Panel();
            this.pictureBox17 = new System.Windows.Forms.PictureBox();
            this.picFDTP = new System.Windows.Forms.PictureBox();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.panelYCJL = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.ultraChart2 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.pictureBox10 = new System.Windows.Forms.PictureBox();
            this.panel13 = new System.Windows.Forms.Panel();
            this.pictureBox11 = new System.Windows.Forms.PictureBox();
            this.panel14 = new System.Windows.Forms.Panel();
            this.pictureBox12 = new System.Windows.Forms.PictureBox();
            this.panel15 = new System.Windows.Forms.Panel();
            this.pictureBox13 = new System.Windows.Forms.PictureBox();
            this.panel16 = new System.Windows.Forms.Panel();
            this.pictureBox14 = new System.Windows.Forms.PictureBox();
            this.panel17 = new System.Windows.Forms.Panel();
            this.pictureBox15 = new System.Windows.Forms.PictureBox();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.ultraTabPageControl3.SuspendLayout();
            this.panelYCSP.SuspendLayout();
            this.panel22.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel5)).BeginInit();
            this.panel25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel6)).BeginInit();
            this.panel21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).BeginInit();
            this.ultraTabPageControl1.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.dataTable3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHT)).BeginInit();
            this.panelYYBF.SuspendLayout();
            this.panel23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
            this.panelSPKZ.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
            this.panel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            this.panel7.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            this.panel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            this.panel10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            this.panel9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this._WeighMeasureInfoAutoHideControl.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.panel38.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).BeginInit();
            this.panel37.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).BeginInit();
            this.panel36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).BeginInit();
            this.panel33.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).BeginInit();
            this.panel32.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).BeginInit();
            this.panel31.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).BeginInit();
            this.panel18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
            this.panel19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
            this.panelYCJL.SuspendLayout();
            this.panel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
            this.panel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
            this.panel14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
            this.panel15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
            this.panel16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
            this.panel17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.panelYCSP);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl3, null);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 20);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl3, null);
            // 
            // panelYCSP
            // 
            this.panelYCSP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYCSP.Controls.Add(this.panel22);
            this.panelYCSP.Controls.Add(this.panel25);
            this.panelYCSP.Controls.Add(this.panel21);
            this.coreBind.SetDatabasecommand(this.panelYCSP, null);
            this.panelYCSP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelYCSP.Location = new System.Drawing.Point(0, 0);
            this.panelYCSP.Name = "panelYCSP";
            this.panelYCSP.Size = new System.Drawing.Size(741, 153);
            this.panelYCSP.TabIndex = 17;
            this.coreBind.SetVerification(this.panelYCSP, null);
            // 
            // panel22
            // 
            this.panel22.Controls.Add(this.VideoChannel5);
            this.coreBind.SetDatabasecommand(this.panel22, null);
            this.panel22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel22.Location = new System.Drawing.Point(240, 0);
            this.panel22.Name = "panel22";
            this.panel22.Size = new System.Drawing.Size(262, 153);
            this.panel22.TabIndex = 3;
            this.coreBind.SetVerification(this.panel22, null);
            // 
            // VideoChannel5
            // 
            this.VideoChannel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel5, null);
            this.VideoChannel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel5.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel5.Name = "VideoChannel5";
            this.VideoChannel5.Size = new System.Drawing.Size(262, 153);
            this.VideoChannel5.TabIndex = 3;
            this.VideoChannel5.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel5, null);
            this.VideoChannel5.Click += new System.EventHandler(this.VideoChannel5_Click);
            // 
            // panel25
            // 
            this.panel25.Controls.Add(this.VideoChannel6);
            this.coreBind.SetDatabasecommand(this.panel25, null);
            this.panel25.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel25.Location = new System.Drawing.Point(502, 0);
            this.panel25.Name = "panel25";
            this.panel25.Size = new System.Drawing.Size(239, 153);
            this.panel25.TabIndex = 1;
            this.coreBind.SetVerification(this.panel25, null);
            // 
            // VideoChannel6
            // 
            this.VideoChannel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel6, null);
            this.VideoChannel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel6.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel6.Name = "VideoChannel6";
            this.VideoChannel6.Size = new System.Drawing.Size(239, 153);
            this.VideoChannel6.TabIndex = 3;
            this.VideoChannel6.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel6, null);
            this.VideoChannel6.Click += new System.EventHandler(this.VideoChannel6_Click);
            // 
            // panel21
            // 
            this.panel21.Controls.Add(this.VideoChannel4);
            this.coreBind.SetDatabasecommand(this.panel21, null);
            this.panel21.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel21.Location = new System.Drawing.Point(0, 0);
            this.panel21.Name = "panel21";
            this.panel21.Size = new System.Drawing.Size(240, 153);
            this.panel21.TabIndex = 0;
            this.coreBind.SetVerification(this.panel21, null);
            // 
            // VideoChannel4
            // 
            this.VideoChannel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel4, null);
            this.VideoChannel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel4.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel4.Name = "VideoChannel4";
            this.VideoChannel4.Size = new System.Drawing.Size(240, 153);
            this.VideoChannel4.TabIndex = 2;
            this.VideoChannel4.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel4, null);
            this.VideoChannel4.Click += new System.EventHandler(this.VideoChannel4_Click);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl1, null);
            // 
            // ultraGrid3
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
            this.ultraGrid3.DataMember = "绑定一次计量表";
            this.ultraGrid3.DataSource = this.dataSet1;
            appearance31.BackColor = System.Drawing.Color.White;
            appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid3.DisplayLayout.Appearance = appearance31;
            ultraGridColumn1.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn4.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn4.Header.VisiblePosition = 3;
            ultraGridColumn5.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn5.Header.VisiblePosition = 58;
            ultraGridColumn6.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn6.Header.VisiblePosition = 59;
            ultraGridColumn7.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn7.Header.VisiblePosition = 4;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn8.Header.VisiblePosition = 5;
            ultraGridColumn9.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn10.Header.VisiblePosition = 8;
            ultraGridColumn11.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn12.Header.VisiblePosition = 10;
            ultraGridColumn13.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn13.Header.VisiblePosition = 11;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn14.Header.VisiblePosition = 12;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn15.Header.VisiblePosition = 13;
            ultraGridColumn16.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn16.Header.VisiblePosition = 14;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn17.Header.VisiblePosition = 15;
            ultraGridColumn18.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn18.Header.VisiblePosition = 16;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn19.Header.VisiblePosition = 17;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn20.Header.VisiblePosition = 18;
            ultraGridColumn21.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn21.Header.VisiblePosition = 19;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn22.Header.VisiblePosition = 20;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn23.Header.VisiblePosition = 21;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn24.Header.VisiblePosition = 6;
            ultraGridColumn25.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn25.Header.VisiblePosition = 22;
            ultraGridColumn26.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn26.Header.VisiblePosition = 23;
            ultraGridColumn27.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn27.Header.VisiblePosition = 24;
            ultraGridColumn28.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn28.Header.VisiblePosition = 29;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn29.Header.VisiblePosition = 30;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn30.Header.VisiblePosition = 31;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn31.Header.VisiblePosition = 32;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn32.Header.VisiblePosition = 33;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn33.Header.VisiblePosition = 34;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn34.Header.VisiblePosition = 35;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn35.Header.VisiblePosition = 36;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn36.Header.VisiblePosition = 37;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn37.Header.VisiblePosition = 38;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn38.Header.VisiblePosition = 39;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn39.Header.VisiblePosition = 28;
            ultraGridColumn40.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn40.Header.VisiblePosition = 27;
            ultraGridColumn41.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn41.Header.VisiblePosition = 25;
            ultraGridColumn42.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn42.Header.VisiblePosition = 26;
            ultraGridColumn43.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn43.Header.VisiblePosition = 40;
            ultraGridColumn44.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn44.Header.VisiblePosition = 41;
            ultraGridColumn45.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn45.Header.VisiblePosition = 42;
            ultraGridColumn46.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn46.Header.VisiblePosition = 43;
            ultraGridColumn47.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn47.Header.VisiblePosition = 44;
            ultraGridColumn48.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn48.Header.VisiblePosition = 45;
            ultraGridColumn49.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn49.Header.VisiblePosition = 46;
            ultraGridColumn50.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn50.Header.VisiblePosition = 47;
            ultraGridColumn51.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn51.Header.VisiblePosition = 48;
            ultraGridColumn52.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn52.Header.VisiblePosition = 49;
            ultraGridColumn53.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn53.Header.VisiblePosition = 50;
            ultraGridColumn54.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn54.Header.VisiblePosition = 51;
            ultraGridColumn55.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn55.Header.VisiblePosition = 52;
            ultraGridColumn56.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn56.Header.VisiblePosition = 53;
            ultraGridColumn57.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn57.Header.VisiblePosition = 54;
            ultraGridColumn58.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn58.Header.VisiblePosition = 55;
            ultraGridColumn58.Hidden = true;
            ultraGridColumn59.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn59.Header.VisiblePosition = 56;
            ultraGridColumn59.Hidden = true;
            ultraGridColumn60.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn60.Header.VisiblePosition = 57;
            ultraGridColumn60.Hidden = true;
            ultraGridColumn61.Header.VisiblePosition = 60;
            ultraGridColumn62.Header.VisiblePosition = 61;
            ultraGridColumn63.Header.VisiblePosition = 62;
            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});
            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;
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance32;
            this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ultraGrid3.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
            appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance33.BackColor2 = System.Drawing.Color.White;
            appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance33.FontData.SizeInPoints = 11F;
            appearance33.FontData.UnderlineAsString = "False";
            appearance33.ForeColor = System.Drawing.Color.Black;
            appearance33.TextHAlignAsString = "Center";
            appearance33.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance33;
            this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance34;
            appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance35;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance36.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance36;
            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(0, 0);
            this.ultraGrid3.Name = "ultraGrid3";
            this.ultraGrid3.Size = new System.Drawing.Size(741, 153);
            this.ultraGrid3.TabIndex = 3;
            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,
            this.dataTable3,
            this.dataTable4,
            this.dataTable5,
            this.dataTable6,
            this.dataTable7,
            this.dataTable8,
            this.dataTable9,
            this.dataTable10,
            this.dataTable11});
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2,
            this.dataColumn3,
            this.dataColumn52,
            this.dataColumn63,
            this.dataColumn64,
            this.dataColumn65,
            this.dataColumn66,
            this.dataColumn67,
            this.dataColumn68,
            this.dataColumn69,
            this.dataColumn70,
            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.dataColumn88,
            this.dataColumn89,
            this.dataColumn90,
            this.dataColumn91,
            this.dataColumn171,
            this.dataColumn216});
            this.dataTable1.TableName = "计量点基础表";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "计量点编码";
            this.dataColumn1.ColumnName = "FS_POINTCODE";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "计量点";
            this.dataColumn2.ColumnName = "FS_POINTNAME";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "接管";
            this.dataColumn3.ColumnName = "XZ";
            // 
            // dataColumn52
            // 
            this.dataColumn52.Caption = "标志";
            this.dataColumn52.ColumnName = "FS_SIGN";
            // 
            // dataColumn63
            // 
            this.dataColumn63.Caption = "仪表类型";
            this.dataColumn63.ColumnName = "FS_METERTYPE";
            // 
            // dataColumn64
            // 
            this.dataColumn64.Caption = "仪表参数";
            this.dataColumn64.ColumnName = "FS_METERPARA";
            // 
            // dataColumn65
            // 
            this.dataColumn65.Caption = "IP";
            this.dataColumn65.ColumnName = "FS_MOXAIP";
            // 
            // dataColumn66
            // 
            this.dataColumn66.Caption = "端口";
            this.dataColumn66.ColumnName = "FS_MOXAPORT";
            // 
            // dataColumn67
            // 
            this.dataColumn67.Caption = "VIEDOIP";
            this.dataColumn67.ColumnName = "FS_VIEDOIP";
            // 
            // dataColumn68
            // 
            this.dataColumn68.Caption = "录像机端口";
            this.dataColumn68.ColumnName = "FS_VIEDOPORT";
            // 
            // dataColumn69
            // 
            this.dataColumn69.Caption = "用户名";
            this.dataColumn69.ColumnName = "FS_VIEDOUSER";
            // 
            // dataColumn70
            // 
            this.dataColumn70.Caption = "密码";
            this.dataColumn70.ColumnName = "FS_VIEDOPWD";
            // 
            // dataColumn72
            // 
            this.dataColumn72.Caption = "FS_POINTDEPART";
            this.dataColumn72.ColumnName = "FS_POINTDEPART";
            // 
            // dataColumn73
            // 
            this.dataColumn73.Caption = "FS_POINTTYPE";
            this.dataColumn73.ColumnName = "FS_POINTTYPE";
            // 
            // dataColumn74
            // 
            this.dataColumn74.Caption = "FS_RTUIP";
            this.dataColumn74.ColumnName = "FS_RTUIP";
            // 
            // dataColumn75
            // 
            this.dataColumn75.Caption = "FS_RTUPORT";
            this.dataColumn75.ColumnName = "FS_RTUPORT";
            // 
            // dataColumn76
            // 
            this.dataColumn76.Caption = "FS_PRINTERIP";
            this.dataColumn76.ColumnName = "FS_PRINTERIP";
            // 
            // dataColumn77
            // 
            this.dataColumn77.Caption = "FS_PRINTERNAME";
            this.dataColumn77.ColumnName = "FS_PRINTERNAME";
            // 
            // dataColumn78
            // 
            this.dataColumn78.Caption = "FS_PRINTTYPECODE";
            this.dataColumn78.ColumnName = "FS_PRINTTYPECODE";
            // 
            // dataColumn79
            // 
            this.dataColumn79.Caption = "FN_USEDPRINTPAPER";
            this.dataColumn79.ColumnName = "FN_USEDPRINTPAPER";
            // 
            // dataColumn80
            // 
            this.dataColumn80.Caption = "FN_USEDPRINTINK";
            this.dataColumn80.ColumnName = "FN_USEDPRINTINK";
            // 
            // dataColumn81
            // 
            this.dataColumn81.Caption = "FS_LEDIP";
            this.dataColumn81.ColumnName = "FS_LEDIP";
            // 
            // dataColumn82
            // 
            this.dataColumn82.Caption = "FS_LEDPORT";
            this.dataColumn82.ColumnName = "FS_LEDPORT";
            // 
            // dataColumn83
            // 
            this.dataColumn83.Caption = "FN_VALUE";
            this.dataColumn83.ColumnName = "FN_VALUE";
            // 
            // dataColumn84
            // 
            this.dataColumn84.Caption = "FS_ALLOWOTHERTARE";
            this.dataColumn84.ColumnName = "FS_ALLOWOTHERTARE";
            // 
            // dataColumn85
            // 
            this.dataColumn85.Caption = "FS_DISPLAYPORT";
            this.dataColumn85.ColumnName = "FS_DISPLAYPORT";
            // 
            // dataColumn86
            // 
            this.dataColumn86.Caption = "FS_DISPLAYPARA";
            this.dataColumn86.ColumnName = "FS_DISPLAYPARA";
            // 
            // dataColumn87
            // 
            this.dataColumn87.Caption = "FS_READERPORT";
            this.dataColumn87.ColumnName = "FS_READERPORT";
            // 
            // dataColumn88
            // 
            this.dataColumn88.Caption = "FS_READERPARA";
            this.dataColumn88.ColumnName = "FS_READERPARA";
            // 
            // dataColumn89
            // 
            this.dataColumn89.Caption = "FS_READERTYPE";
            this.dataColumn89.ColumnName = "FS_READERTYPE";
            // 
            // dataColumn90
            // 
            this.dataColumn90.Caption = "FS_DISPLAYTYPE";
            this.dataColumn90.ColumnName = "FS_DISPLAYTYPE";
            // 
            // dataColumn91
            // 
            this.dataColumn91.Caption = "FS_LEDTYPE";
            this.dataColumn91.ColumnName = "FS_LEDTYPE";
            // 
            // dataColumn171
            // 
            this.dataColumn171.ColumnName = "FF_CLEARVALUE";
            // 
            // dataColumn216
            // 
            this.dataColumn216.Caption = "计量点状态";
            this.dataColumn216.ColumnName = "FS_POINTSTATE";
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            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.dataColumn51,
            this.dataColumn71,
            this.dataColumn94,
            this.dataColumn95,
            this.dataColumn96,
            this.dataColumn97,
            this.dataColumn98,
            this.dataColumn99,
            this.dataColumn100,
            this.dataColumn102,
            this.dataColumn101,
            this.dataColumn103,
            this.dataColumn104,
            this.dataColumn105,
            this.dataColumn106,
            this.dataColumn107,
            this.dataColumn108,
            this.dataColumn109,
            this.dataColumn110,
            this.dataColumn111,
            this.dataColumn112,
            this.dataColumn113,
            this.dataColumn114,
            this.dataColumn115,
            this.dataColumn176,
            this.dataColumn177,
            this.dataColumn178,
            this.dataColumn179,
            this.dataColumn180,
            this.dataColumn181,
            this.dataColumn182,
            this.dataColumn183,
            this.dataColumn184,
            this.dataColumn185,
            this.dataColumn186,
            this.dataColumn187,
            this.dataColumn188,
            this.dataColumn189,
            this.dataColumn204,
            this.dataColumn205,
            this.dataColumn206,
            this.dataColumn207,
            this.dataColumn208});
            this.dataTable2.TableName = "一次计量表";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "作业编号";
            this.dataColumn4.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "预报号";
            this.dataColumn5.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "合同号";
            this.dataColumn6.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "合同项目编号";
            this.dataColumn7.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "炉号";
            this.dataColumn8.ColumnName = "FS_STOVENO";
            // 
            // dataColumn9
            // 
            this.dataColumn9.Caption = "支数";
            this.dataColumn9.ColumnName = "FN_COUNT";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "卡号";
            this.dataColumn10.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn11
            // 
            this.dataColumn11.Caption = "车号";
            this.dataColumn11.ColumnName = "FS_CARNO";
            // 
            // dataColumn12
            // 
            this.dataColumn12.Caption = "重量";
            this.dataColumn12.ColumnName = "FN_WEIGHT";
            // 
            // dataColumn13
            // 
            this.dataColumn13.Caption = "计量点";
            this.dataColumn13.ColumnName = "FS_POUND";
            // 
            // dataColumn14
            // 
            this.dataColumn14.Caption = "计量员";
            this.dataColumn14.ColumnName = "FS_WEIGHTER";
            // 
            // dataColumn15
            // 
            this.dataColumn15.Caption = "计量时间";
            this.dataColumn15.ColumnName = "FD_WEIGHTTIME";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "班次";
            this.dataColumn16.ColumnName = "FS_SHIFT";
            // 
            // dataColumn17
            // 
            this.dataColumn17.Caption = "流向";
            this.dataColumn17.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn18
            // 
            this.dataColumn18.Caption = "发货单位";
            this.dataColumn18.ColumnName = "FS_SENDER";
            // 
            // dataColumn19
            // 
            this.dataColumn19.Caption = "收货单位";
            this.dataColumn19.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn20
            // 
            this.dataColumn20.Caption = "承运单位";
            this.dataColumn20.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn51
            // 
            this.dataColumn51.Caption = "物料名称";
            this.dataColumn51.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn71
            // 
            this.dataColumn71.Caption = "是否异常";
            this.dataColumn71.ColumnName = "FS_YCSFYC";
            // 
            // dataColumn94
            // 
            this.dataColumn94.Caption = "发货库存点代码";
            this.dataColumn94.ColumnName = "FS_SENDERSTORE";
            // 
            // dataColumn95
            // 
            this.dataColumn95.Caption = "收货库存点代码";
            this.dataColumn95.ColumnName = "FS_RECEIVERSTORE";
            // 
            // dataColumn96
            // 
            this.dataColumn96.Caption = "磅房编号";
            this.dataColumn96.ColumnName = "FS_POUNDTYPE";
            // 
            // dataColumn97
            // 
            this.dataColumn97.Caption = "预报总重";
            this.dataColumn97.ColumnName = "FN_SENDGROSSWEIGHT";
            // 
            // dataColumn98
            // 
            this.dataColumn98.Caption = "预报皮重";
            this.dataColumn98.ColumnName = "FN_SENDTAREWEIGHT";
            // 
            // dataColumn99
            // 
            this.dataColumn99.Caption = "预报净量";
            this.dataColumn99.ColumnName = "FN_SENDNETWEIGHT";
            // 
            // dataColumn100
            // 
            this.dataColumn100.Caption = "班别";
            this.dataColumn100.ColumnName = "FS_TERM";
            // 
            // dataColumn102
            // 
            this.dataColumn102.Caption = "发货单位";
            this.dataColumn102.ColumnName = "FS_FHDW";
            // 
            // dataColumn101
            // 
            this.dataColumn101.Caption = "收货单位";
            this.dataColumn101.ColumnName = "FS_SHDW";
            // 
            // dataColumn103
            // 
            this.dataColumn103.Caption = "承运单位";
            this.dataColumn103.ColumnName = "FS_CYDW";
            // 
            // dataColumn104
            // 
            this.dataColumn104.Caption = "流向";
            this.dataColumn104.ColumnName = "FS_LX";
            // 
            // dataColumn105
            // 
            this.dataColumn105.Caption = "装车入库时间";
            this.dataColumn105.ColumnName = "FD_LOADINSTORETIME";
            // 
            // dataColumn106
            // 
            this.dataColumn106.Caption = "装车出库时间";
            this.dataColumn106.ColumnName = "FD_LOADOUTSTORETIME";
            // 
            // dataColumn107
            // 
            this.dataColumn107.ColumnName = "FS_UNLOADFLAG";
            // 
            // dataColumn108
            // 
            this.dataColumn108.ColumnName = "FS_UNLOADSTOREPERSON";
            // 
            // dataColumn109
            // 
            this.dataColumn109.ColumnName = "FS_LOADFLAG";
            // 
            // dataColumn110
            // 
            this.dataColumn110.ColumnName = "FS_LOADSTOREPERSON";
            // 
            // dataColumn111
            // 
            this.dataColumn111.ColumnName = "FS_SAMPLEPERSON";
            // 
            // dataColumn112
            // 
            this.dataColumn112.ColumnName = "FS_FIRSTLABELID";
            // 
            // dataColumn113
            // 
            this.dataColumn113.ColumnName = "FD_UNLOADINSTORETIME";
            // 
            // dataColumn114
            // 
            this.dataColumn114.ColumnName = "FD_UNLOADOUTSTORETIME";
            // 
            // dataColumn115
            // 
            this.dataColumn115.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn176
            // 
            this.dataColumn176.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn177
            // 
            this.dataColumn177.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn178
            // 
            this.dataColumn178.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn179
            // 
            this.dataColumn179.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn180
            // 
            this.dataColumn180.ColumnName = "FD_SAMPLETIME";
            // 
            // dataColumn181
            // 
            this.dataColumn181.ColumnName = "FS_SAMPLEPLACE";
            // 
            // dataColumn182
            // 
            this.dataColumn182.ColumnName = "FS_SAMPLEFLAG";
            // 
            // dataColumn183
            // 
            this.dataColumn183.ColumnName = "FS_UNLOADPERSON";
            // 
            // dataColumn184
            // 
            this.dataColumn184.ColumnName = "FD_UNLOADTIME";
            // 
            // dataColumn185
            // 
            this.dataColumn185.ColumnName = "FS_UNLOADPLACE";
            // 
            // dataColumn186
            // 
            this.dataColumn186.ColumnName = "FS_CHECKPERSON";
            // 
            // dataColumn187
            // 
            this.dataColumn187.ColumnName = "FD_CHECKTIME";
            // 
            // dataColumn188
            // 
            this.dataColumn188.ColumnName = "FS_CHECKPLACE";
            // 
            // dataColumn189
            // 
            this.dataColumn189.ColumnName = "FS_CHECKFLAG";
            // 
            // dataColumn204
            // 
            this.dataColumn204.Caption = "应扣量";
            this.dataColumn204.ColumnName = "FS_YKL";
            // 
            // dataColumn205
            // 
            this.dataColumn205.Caption = "复磅标志";
            this.dataColumn205.ColumnName = "FS_REWEIGHTFLAG";
            // 
            // dataColumn206
            // 
            this.dataColumn206.Caption = "复磅确认时间";
            this.dataColumn206.ColumnName = "FD_REWEIGHTTIME";
            // 
            // dataColumn207
            // 
            this.dataColumn207.Caption = "复磅确认地点";
            this.dataColumn207.ColumnName = "FS_REWEIGHTPLACE";
            // 
            // dataColumn208
            // 
            this.dataColumn208.Caption = "复磅确认员";
            this.dataColumn208.ColumnName = "FS_REWEIGHTPERSON";
            // 
            // dataTable3
            // 
            this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn21,
            this.dataColumn22,
            this.dataColumn92,
            this.dataColumn93});
            this.dataTable3.TableName = "语音表";
            // 
            // dataColumn21
            // 
            this.dataColumn21.Caption = "声音名称";
            this.dataColumn21.ColumnName = "FS_VOICENAME";
            // 
            // dataColumn22
            // 
            this.dataColumn22.Caption = "计量类型汽车衡";
            this.dataColumn22.ColumnName = "FS_INSTRTYPE";
            // 
            // dataColumn92
            // 
            this.dataColumn92.Caption = "描述";
            this.dataColumn92.ColumnName = "FS_MEMO";
            // 
            // dataColumn93
            // 
            this.dataColumn93.Caption = "声音文件内容";
            this.dataColumn93.ColumnName = "FS_VOICEFILE";
            this.dataColumn93.DataType = typeof(byte[]);
            // 
            // dataTable4
            // 
            this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
            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.dataColumn53,
            this.dataColumn172,
            this.dataColumn173,
            this.dataColumn174,
            this.dataColumn175,
            this.dataColumn217,
            this.dataColumn218});
            this.dataTable4.TableName = "预报表";
            // 
            // dataColumn23
            // 
            this.dataColumn23.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn24
            // 
            this.dataColumn24.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn25
            // 
            this.dataColumn25.ColumnName = "FS_CARNO";
            // 
            // dataColumn26
            // 
            this.dataColumn26.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn27
            // 
            this.dataColumn27.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn28
            // 
            this.dataColumn28.ColumnName = "FS_SENDER";
            // 
            // dataColumn29
            // 
            this.dataColumn29.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn30
            // 
            this.dataColumn30.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn31
            // 
            this.dataColumn31.ColumnName = "FS_RECEIVERFACTORY";
            // 
            // dataColumn32
            // 
            this.dataColumn32.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn33
            // 
            this.dataColumn33.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn34
            // 
            this.dataColumn34.ColumnName = "FS_STOVENO";
            // 
            // dataColumn35
            // 
            this.dataColumn35.ColumnName = "FN_BILLETCOUNT";
            // 
            // dataColumn53
            // 
            this.dataColumn53.Caption = "期限皮重标志";
            this.dataColumn53.ColumnName = "FS_LEVEL";
            // 
            // dataColumn172
            // 
            this.dataColumn172.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn173
            // 
            this.dataColumn173.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn174
            // 
            this.dataColumn174.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn175
            // 
            this.dataColumn175.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn217
            // 
            this.dataColumn217.Caption = "供应商";
            this.dataColumn217.ColumnName = "FS_PROVIDER";
            // 
            // dataColumn218
            // 
            this.dataColumn218.ColumnName = "FS_DRIVERREMARK";
            // 
            // dataTable5
            // 
            this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
            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.dataTable5.TableName = "图片表";
            // 
            // dataColumn36
            // 
            this.dataColumn36.Caption = "作业编号";
            this.dataColumn36.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn37
            // 
            this.dataColumn37.ColumnName = "FB_IMAGE1";
            // 
            // dataColumn38
            // 
            this.dataColumn38.ColumnName = "FB_IMAGE2";
            // 
            // dataColumn39
            // 
            this.dataColumn39.ColumnName = "FB_IMAGE3";
            // 
            // dataColumn40
            // 
            this.dataColumn40.ColumnName = "FB_IMAGE4";
            // 
            // dataColumn41
            // 
            this.dataColumn41.ColumnName = "FB_IMAGE5";
            // 
            // dataColumn42
            // 
            this.dataColumn42.ColumnName = "FB_IMAGE6";
            // 
            // dataColumn43
            // 
            this.dataColumn43.ColumnName = "FB_IMAGE7";
            // 
            // dataColumn44
            // 
            this.dataColumn44.ColumnName = "FB_IMAGE8";
            // 
            // dataColumn45
            // 
            this.dataColumn45.ColumnName = "FB_IMAGE9";
            // 
            // dataColumn46
            // 
            this.dataColumn46.ColumnName = "FB_IMAGE10";
            // 
            // dataColumn47
            // 
            this.dataColumn47.ColumnName = "FB_IMAGE11";
            // 
            // dataColumn48
            // 
            this.dataColumn48.ColumnName = "FB_IMAGE12";
            // 
            // dataColumn49
            // 
            this.dataColumn49.ColumnName = "FB_IMAGEYCJL";
            // 
            // dataColumn50
            // 
            this.dataColumn50.ColumnName = "FB_IMAGEECJL";
            // 
            // dataTable6
            // 
            this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn54,
            this.dataColumn55,
            this.dataColumn56,
            this.dataColumn57,
            this.dataColumn58,
            this.dataColumn59,
            this.dataColumn60,
            this.dataColumn61,
            this.dataColumn62});
            this.dataTable6.TableName = "曲线图";
            // 
            // dataColumn54
            // 
            this.dataColumn54.ColumnName = "ZL1";
            this.dataColumn54.DataType = typeof(decimal);
            // 
            // dataColumn55
            // 
            this.dataColumn55.ColumnName = "ZL2";
            this.dataColumn55.DataType = typeof(decimal);
            // 
            // dataColumn56
            // 
            this.dataColumn56.ColumnName = "ZL3";
            this.dataColumn56.DataType = typeof(decimal);
            // 
            // dataColumn57
            // 
            this.dataColumn57.ColumnName = "ZL4";
            this.dataColumn57.DataType = typeof(decimal);
            // 
            // dataColumn58
            // 
            this.dataColumn58.ColumnName = "ZL5";
            this.dataColumn58.DataType = typeof(decimal);
            // 
            // dataColumn59
            // 
            this.dataColumn59.ColumnName = "ZL6";
            this.dataColumn59.DataType = typeof(decimal);
            // 
            // dataColumn60
            // 
            this.dataColumn60.ColumnName = "ZL7";
            this.dataColumn60.DataType = typeof(decimal);
            // 
            // dataColumn61
            // 
            this.dataColumn61.ColumnName = "ZL8";
            this.dataColumn61.DataType = typeof(decimal);
            // 
            // dataColumn62
            // 
            this.dataColumn62.ColumnName = "ZL9";
            this.dataColumn62.DataType = typeof(decimal);
            // 
            // dataTable7
            // 
            this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn116,
            this.dataColumn117,
            this.dataColumn118,
            this.dataColumn119});
            this.dataTable7.TableName = "物料表";
            // 
            // dataColumn116
            // 
            this.dataColumn116.ColumnName = "FS_POINTNO";
            // 
            // dataColumn117
            // 
            this.dataColumn117.ColumnName = "FS_MATERIALNO";
            // 
            // dataColumn118
            // 
            this.dataColumn118.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn119
            // 
            this.dataColumn119.ColumnName = "FN_TIMES";
            // 
            // dataTable8
            // 
            this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn120,
            this.dataColumn121,
            this.dataColumn122});
            this.dataTable8.TableName = "发货单位表";
            // 
            // dataColumn120
            // 
            this.dataColumn120.ColumnName = "FS_POINTNO";
            // 
            // dataColumn121
            // 
            this.dataColumn121.ColumnName = "FS_SUPPLIER";
            // 
            // dataColumn122
            // 
            this.dataColumn122.ColumnName = "FS_SUPPLIERNAME";
            // 
            // dataTable9
            // 
            this.dataTable9.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn123,
            this.dataColumn124,
            this.dataColumn125,
            this.dataColumn126});
            this.dataTable9.TableName = "收货单位表";
            // 
            // dataColumn123
            // 
            this.dataColumn123.ColumnName = "FS_POINTNO";
            // 
            // dataColumn124
            // 
            this.dataColumn124.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn125
            // 
            this.dataColumn125.ColumnName = "FS_MEMO";
            // 
            // dataColumn126
            // 
            this.dataColumn126.ColumnName = "FN_TIMES";
            // 
            // dataTable10
            // 
            this.dataTable10.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn127,
            this.dataColumn128});
            this.dataTable10.TableName = "承运单位表";
            // 
            // dataColumn127
            // 
            this.dataColumn127.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn128
            // 
            this.dataColumn128.ColumnName = "FS_TRANSNAME";
            // 
            // dataTable11
            // 
            this.dataTable11.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn129,
            this.dataColumn130,
            this.dataColumn131,
            this.dataColumn132,
            this.dataColumn133,
            this.dataColumn134,
            this.dataColumn135,
            this.dataColumn136,
            this.dataColumn137,
            this.dataColumn138,
            this.dataColumn139,
            this.dataColumn140,
            this.dataColumn141,
            this.dataColumn142,
            this.dataColumn143,
            this.dataColumn144,
            this.dataColumn145,
            this.dataColumn146,
            this.dataColumn147,
            this.dataColumn148,
            this.dataColumn149,
            this.dataColumn150,
            this.dataColumn151,
            this.dataColumn152,
            this.dataColumn153,
            this.dataColumn154,
            this.dataColumn155,
            this.dataColumn156,
            this.dataColumn157,
            this.dataColumn158,
            this.dataColumn159,
            this.dataColumn160,
            this.dataColumn161,
            this.dataColumn162,
            this.dataColumn163,
            this.dataColumn164,
            this.dataColumn165,
            this.dataColumn166,
            this.dataColumn167,
            this.dataColumn168,
            this.dataColumn169,
            this.dataColumn170,
            this.dataColumn190,
            this.dataColumn191,
            this.dataColumn192,
            this.dataColumn193,
            this.dataColumn194,
            this.dataColumn195,
            this.dataColumn196,
            this.dataColumn197,
            this.dataColumn198,
            this.dataColumn199,
            this.dataColumn200,
            this.dataColumn201,
            this.dataColumn202,
            this.dataColumn203,
            this.dataColumn209,
            this.dataColumn210,
            this.dataColumn211,
            this.dataColumn212,
            this.dataColumn213,
            this.dataColumn214,
            this.dataColumn215});
            this.dataTable11.TableName = "绑定一次计量表";
            // 
            // dataColumn129
            // 
            this.dataColumn129.Caption = "作业编号";
            this.dataColumn129.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn130
            // 
            this.dataColumn130.Caption = "预报号";
            this.dataColumn130.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn131
            // 
            this.dataColumn131.Caption = "卡号";
            this.dataColumn131.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn132
            // 
            this.dataColumn132.Caption = "车号";
            this.dataColumn132.ColumnName = "FS_CARNO";
            // 
            // dataColumn133
            // 
            this.dataColumn133.Caption = "合同号";
            this.dataColumn133.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn134
            // 
            this.dataColumn134.Caption = "合同项目编号";
            this.dataColumn134.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn135
            // 
            this.dataColumn135.Caption = "物资代码";
            this.dataColumn135.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn136
            // 
            this.dataColumn136.Caption = "物料名称";
            this.dataColumn136.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn137
            // 
            this.dataColumn137.Caption = "流向代码";
            this.dataColumn137.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn138
            // 
            this.dataColumn138.Caption = "流向";
            this.dataColumn138.ColumnName = "FS_LX";
            // 
            // dataColumn139
            // 
            this.dataColumn139.Caption = "发货单位代码";
            this.dataColumn139.ColumnName = "FS_SENDER";
            // 
            // dataColumn140
            // 
            this.dataColumn140.Caption = "发货单位";
            this.dataColumn140.ColumnName = "FS_FHDW";
            // 
            // dataColumn141
            // 
            this.dataColumn141.Caption = "发货库存点代码";
            this.dataColumn141.ColumnName = "FS_SENDERSTORE";
            // 
            // dataColumn142
            // 
            this.dataColumn142.Caption = "收货工厂代码";
            this.dataColumn142.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn143
            // 
            this.dataColumn143.Caption = "收货单位";
            this.dataColumn143.ColumnName = "FS_SHDW";
            // 
            // dataColumn144
            // 
            this.dataColumn144.Caption = "承运方代码";
            this.dataColumn144.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn145
            // 
            this.dataColumn145.Caption = "承运单位";
            this.dataColumn145.ColumnName = "FS_CYDW";
            // 
            // dataColumn146
            // 
            this.dataColumn146.Caption = "收货库存点代码";
            this.dataColumn146.ColumnName = "FS_RECEIVERSTORE";
            // 
            // dataColumn147
            // 
            this.dataColumn147.Caption = "磅房编号";
            this.dataColumn147.ColumnName = "FS_POUNDTYPE";
            // 
            // dataColumn148
            // 
            this.dataColumn148.Caption = "计量点";
            this.dataColumn148.ColumnName = "FS_POUND";
            // 
            // dataColumn149
            // 
            this.dataColumn149.Caption = "预报总重";
            this.dataColumn149.ColumnName = "FN_SENDGROSSWEIGHT";
            // 
            // dataColumn150
            // 
            this.dataColumn150.Caption = "预报皮重";
            this.dataColumn150.ColumnName = "FN_SENDTAREWEIGHT";
            // 
            // dataColumn151
            // 
            this.dataColumn151.Caption = "预报净量";
            this.dataColumn151.ColumnName = "FN_SENDNETWEIGHT";
            // 
            // dataColumn152
            // 
            this.dataColumn152.Caption = "重量";
            this.dataColumn152.ColumnName = "FN_WEIGHT";
            // 
            // dataColumn153
            // 
            this.dataColumn153.Caption = "计量员";
            this.dataColumn153.ColumnName = "FS_WEIGHTER";
            // 
            // dataColumn154
            // 
            this.dataColumn154.Caption = "计量时间";
            this.dataColumn154.ColumnName = "FD_WEIGHTTIME";
            // 
            // dataColumn155
            // 
            this.dataColumn155.Caption = "班次";
            this.dataColumn155.ColumnName = "FS_SHIFT";
            // 
            // dataColumn156
            // 
            this.dataColumn156.Caption = "班别";
            this.dataColumn156.ColumnName = "FS_TERM";
            // 
            // dataColumn157
            // 
            this.dataColumn157.ColumnName = "FD_LOADINSTORETIME";
            // 
            // dataColumn158
            // 
            this.dataColumn158.ColumnName = "FD_LOADOUTSTORETIME";
            // 
            // dataColumn159
            // 
            this.dataColumn159.ColumnName = "FS_UNLOADFLAG";
            // 
            // dataColumn160
            // 
            this.dataColumn160.ColumnName = "FS_UNLOADSTOREPERSON";
            // 
            // dataColumn161
            // 
            this.dataColumn161.ColumnName = "FS_LOADFLAG";
            // 
            // dataColumn162
            // 
            this.dataColumn162.ColumnName = "FS_LOADSTOREPERSON";
            // 
            // dataColumn163
            // 
            this.dataColumn163.ColumnName = "FS_SAMPLEPERSON";
            // 
            // dataColumn164
            // 
            this.dataColumn164.ColumnName = "FS_FIRSTLABELID";
            // 
            // dataColumn165
            // 
            this.dataColumn165.ColumnName = "FD_UNLOADINSTORETIME";
            // 
            // dataColumn166
            // 
            this.dataColumn166.ColumnName = "FD_UNLOADOUTSTORETIME";
            // 
            // dataColumn167
            // 
            this.dataColumn167.Caption = "是否异常";
            this.dataColumn167.ColumnName = "FS_YCSFYC";
            // 
            // dataColumn168
            // 
            this.dataColumn168.Caption = "应扣量";
            this.dataColumn168.ColumnName = "FS_YKL";
            // 
            // dataColumn169
            // 
            this.dataColumn169.Caption = "炉号";
            this.dataColumn169.ColumnName = "FS_STOVENO";
            // 
            // dataColumn170
            // 
            this.dataColumn170.Caption = "支数";
            this.dataColumn170.ColumnName = "FN_COUNT";
            // 
            // dataColumn190
            // 
            this.dataColumn190.Caption = "取样时间";
            this.dataColumn190.ColumnName = "FD_SAMPLETIME";
            // 
            // dataColumn191
            // 
            this.dataColumn191.Caption = "取样点";
            this.dataColumn191.ColumnName = "FS_SAMPLEPLACE";
            // 
            // dataColumn192
            // 
            this.dataColumn192.Caption = "取样确认";
            this.dataColumn192.ColumnName = "FS_SAMPLEFLAG";
            // 
            // dataColumn193
            // 
            this.dataColumn193.Caption = "卸车员";
            this.dataColumn193.ColumnName = "FS_UNLOADPERSON";
            // 
            // dataColumn194
            // 
            this.dataColumn194.Caption = "卸车时间";
            this.dataColumn194.ColumnName = "FD_UNLOADTIME";
            // 
            // dataColumn195
            // 
            this.dataColumn195.Caption = "卸车点";
            this.dataColumn195.ColumnName = "FS_UNLOADPLACE";
            // 
            // dataColumn196
            // 
            this.dataColumn196.Caption = "验收员";
            this.dataColumn196.ColumnName = "FS_CHECKPERSON";
            // 
            // dataColumn197
            // 
            this.dataColumn197.Caption = "验收时间";
            this.dataColumn197.ColumnName = "FD_CHECKTIME";
            // 
            // dataColumn198
            // 
            this.dataColumn198.Caption = "验收点";
            this.dataColumn198.ColumnName = "FS_CHECKPLACE";
            // 
            // dataColumn199
            // 
            this.dataColumn199.Caption = "验收确认";
            this.dataColumn199.ColumnName = "FS_CHECKFLAG";
            // 
            // dataColumn200
            // 
            this.dataColumn200.Caption = "是否取样需要";
            this.dataColumn200.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn201
            // 
            this.dataColumn201.Caption = "是否需要验收 ";
            this.dataColumn201.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn202
            // 
            this.dataColumn202.Caption = "驾驶员姓名";
            this.dataColumn202.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn203
            // 
            this.dataColumn203.Caption = "驾驶员身份证";
            this.dataColumn203.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn209
            // 
            this.dataColumn209.Caption = "复磅标记";
            this.dataColumn209.ColumnName = "FS_REWEIGHTFLAG";
            // 
            // dataColumn210
            // 
            this.dataColumn210.Caption = "复磅确认时间";
            this.dataColumn210.ColumnName = "FD_REWEIGHTTIME";
            // 
            // dataColumn211
            // 
            this.dataColumn211.Caption = "复磅确认地点";
            this.dataColumn211.ColumnName = "FS_REWEIGHTPLACE";
            // 
            // dataColumn212
            // 
            this.dataColumn212.Caption = "复磅确认员";
            this.dataColumn212.ColumnName = "FS_REWEIGHTPERSON";
            // 
            // dataColumn213
            // 
            this.dataColumn213.Caption = "对方净重";
            this.dataColumn213.ColumnName = "FS_DFJZ";
            // 
            // dataColumn214
            // 
            this.dataColumn214.Caption = "单据编号";
            this.dataColumn214.ColumnName = "FS_BILLNUMBER";
            // 
            // dataColumn215
            // 
            this.dataColumn215.Caption = "应扣比例";
            this.dataColumn215.ColumnName = "FS_YKBL";
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ultraChart1);
            this.ultraTabPageControl2.Controls.Add(this.picHT);
            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(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl2, 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.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            // 
            // ultraChart1
            // 
            this.ultraChart1.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.ultraChart1.Axis.PE = paintElement1;
            this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible = false;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = false;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = false;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y.TickmarkInterval = 50;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval = 50;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = false;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.coreBind.SetDatabasecommand(this.ultraChart1, null);
            this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(741, 153);
            this.ultraChart1.TabIndex = 3;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.coreBind.SetVerification(this.ultraChart1, null);
            this.ultraChart1.ChartDataClicked += new Infragistics.UltraChart.Shared.Events.ChartDataClickedEventHandler(this.ultraChart1_ChartDataClicked);
            // 
            // picHT
            // 
            this.coreBind.SetDatabasecommand(this.picHT, null);
            this.picHT.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picHT.Location = new System.Drawing.Point(0, 0);
            this.picHT.Name = "picHT";
            this.picHT.Size = new System.Drawing.Size(741, 153);
            this.picHT.TabIndex = 1;
            this.picHT.TabStop = false;
            this.coreBind.SetVerification(this.picHT, null);
            // 
            // panelYYBF
            // 
            this.panelYYBF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYYBF.Controls.Add(this.panel23);
            this.panelYYBF.Controls.Add(this.btn5);
            this.panelYYBF.Controls.Add(this.btn6);
            this.panelYYBF.Controls.Add(this.btn4);
            this.panelYYBF.Controls.Add(this.btn3);
            this.panelYYBF.Controls.Add(this.btn2);
            this.panelYYBF.Controls.Add(this.btn1);
            this.panelYYBF.Controls.Add(this.ultraGrid4);
            this.coreBind.SetDatabasecommand(this.panelYYBF, null);
            this.panelYYBF.Location = new System.Drawing.Point(0, 28);
            this.panelYYBF.Name = "panelYYBF";
            this.panelYYBF.Size = new System.Drawing.Size(136, 579);
            this.panelYYBF.TabIndex = 0;
            this.panelYYBF.Tag = "";
            this.coreBind.SetVerification(this.panelYYBF, null);
            // 
            // panel23
            // 
            this.panel23.Controls.Add(this.ultraGrid5);
            this.coreBind.SetDatabasecommand(this.panel23, null);
            this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel23.Location = new System.Drawing.Point(0, 0);
            this.panel23.Name = "panel23";
            this.panel23.Size = new System.Drawing.Size(136, 579);
            this.panel23.TabIndex = 33;
            this.coreBind.SetVerification(this.panel23, null);
            // 
            // ultraGrid5
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
            this.ultraGrid5.DataMember = "语音表";
            this.ultraGrid5.DataSource = this.dataSet1;
            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.ultraGrid5.DisplayLayout.Appearance = appearance13;
            ultraGridColumn64.Header.VisiblePosition = 0;
            ultraGridColumn65.Header.VisiblePosition = 1;
            ultraGridColumn65.Hidden = true;
            ultraGridColumn66.Header.VisiblePosition = 2;
            ultraGridColumn66.Hidden = true;
            ultraGridColumn67.Header.VisiblePosition = 3;
            ultraGridColumn67.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67});
            this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance14;
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance15.BackColor2 = System.Drawing.Color.White;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance15.FontData.SizeInPoints = 11F;
            appearance15.FontData.UnderlineAsString = "False";
            appearance15.ForeColor = System.Drawing.Color.Black;
            appearance15.TextHAlignAsString = "Center";
            appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance15;
            appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.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.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance17;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance18.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance18;
            this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid5.Name = "ultraGrid5";
            this.ultraGrid5.Size = new System.Drawing.Size(136, 579);
            this.ultraGrid5.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid5, null);
            this.ultraGrid5.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid5_ClickCell);
            // 
            // btn5
            // 
            this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn5, null);
            this.btn5.Location = new System.Drawing.Point(22, 166);
            this.btn5.Name = "btn5";
            this.btn5.Size = new System.Drawing.Size(94, 28);
            this.btn5.TabIndex = 13;
            this.btn5.Text = "称重完成";
            this.btn5.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn5, null);
            // 
            // btn6
            // 
            this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn6, null);
            this.btn6.Location = new System.Drawing.Point(22, 200);
            this.btn6.Name = "btn6";
            this.btn6.Size = new System.Drawing.Size(94, 39);
            this.btn6.TabIndex = 12;
            this.btn6.Text = "此车无预报请离开秤台";
            this.btn6.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn6, null);
            // 
            // btn4
            // 
            this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn4, null);
            this.btn4.Location = new System.Drawing.Point(7, 132);
            this.btn4.Name = "btn4";
            this.btn4.Size = new System.Drawing.Size(120, 28);
            this.btn4.TabIndex = 11;
            this.btn4.Text = "单据放倒请放正";
            this.btn4.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn4, null);
            // 
            // btn3
            // 
            this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn3, null);
            this.btn3.Location = new System.Drawing.Point(19, 87);
            this.btn3.Name = "btn3";
            this.btn3.Size = new System.Drawing.Size(99, 39);
            this.btn3.TabIndex = 10;
            this.btn3.Text = " 超出停车线   请后退到停车线";
            this.btn3.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn3, null);
            // 
            // btn2
            // 
            this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn2, null);
            this.btn2.Location = new System.Drawing.Point(7, 54);
            this.btn2.Name = "btn2";
            this.btn2.Size = new System.Drawing.Size(122, 28);
            this.btn2.TabIndex = 9;
            this.btn2.Text = "请放第一次临时磅单";
            this.btn2.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn2, null);
            // 
            // btn1
            // 
            this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn1, null);
            this.btn1.Location = new System.Drawing.Point(22, 20);
            this.btn1.Name = "btn1";
            this.btn1.Size = new System.Drawing.Size(94, 28);
            this.btn1.TabIndex = 8;
            this.btn1.Text = "请报车号";
            this.btn1.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn1, null);
            this.btn1.Click += new System.EventHandler(this.btn1_Click);
            // 
            // ultraGrid4
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid4, null);
            this.ultraGrid4.DataMember = "语音表";
            this.ultraGrid4.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.ultraGrid4.DisplayLayout.Appearance = appearance7;
            ultraGridColumn68.Header.VisiblePosition = 0;
            ultraGridColumn69.Header.VisiblePosition = 1;
            ultraGridColumn70.Header.VisiblePosition = 2;
            ultraGridColumn71.Header.VisiblePosition = 3;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71});
            this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ultraGrid4.DisplayLayout.InterBandSpacing = 10;
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance8;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance9.BackColor2 = System.Drawing.Color.White;
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance9.FontData.SizeInPoints = 11F;
            appearance9.FontData.UnderlineAsString = "False";
            appearance9.ForeColor = System.Drawing.Color.Black;
            appearance9.TextHAlignAsString = "Center";
            appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance9;
            appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance10;
            appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid4.DisplayLayout.Override.RowSelectorAppearance = appearance11;
            this.ultraGrid4.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid4.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance12.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid4.DisplayLayout.Override.SelectedRowAppearance = appearance12;
            this.ultraGrid4.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid4.Location = new System.Drawing.Point(0, 469);
            this.ultraGrid4.Name = "ultraGrid4";
            this.ultraGrid4.Size = new System.Drawing.Size(109, 157);
            this.ultraGrid4.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid4, null);
            this.ultraGrid4.Visible = false;
            // 
            // panelSPKZ
            // 
            this.panelSPKZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelSPKZ.Controls.Add(this.button5);
            this.panelSPKZ.Controls.Add(this.button6);
            this.panelSPKZ.Controls.Add(this.button7);
            this.panelSPKZ.Controls.Add(this.button8);
            this.panelSPKZ.Controls.Add(this.button4);
            this.panelSPKZ.Controls.Add(this.button3);
            this.panelSPKZ.Controls.Add(this.button2);
            this.panelSPKZ.Controls.Add(this.button1);
            this.panelSPKZ.Controls.Add(this.button15);
            this.panelSPKZ.Controls.Add(this.button14);
            this.panelSPKZ.Controls.Add(this.button13);
            this.panelSPKZ.Controls.Add(this.button12);
            this.panelSPKZ.Controls.Add(this.button11);
            this.panelSPKZ.Controls.Add(this.button10);
            this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
            this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
            this.panelSPKZ.Name = "panelSPKZ";
            this.panelSPKZ.Size = new System.Drawing.Size(131, 579);
            this.panelSPKZ.TabIndex = 1;
            this.coreBind.SetVerification(this.panelSPKZ, null);
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button5, null);
            this.button5.Location = new System.Drawing.Point(68, 285);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(55, 28);
            this.button5.TabIndex = 20;
            this.button5.Tag = "7";
            this.button5.Text = "调焦-";
            this.button5.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button5, null);
            this.button5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button6
            // 
            this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button6, null);
            this.button6.Location = new System.Drawing.Point(7, 285);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(55, 28);
            this.button6.TabIndex = 19;
            this.button6.Tag = "6";
            this.button6.Text = "调焦+";
            this.button6.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button6, null);
            this.button6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button7
            // 
            this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button7, null);
            this.button7.Location = new System.Drawing.Point(68, 245);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(55, 28);
            this.button7.TabIndex = 18;
            this.button7.Tag = "5";
            this.button7.Text = "变倍-";
            this.button7.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button7, null);
            this.button7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button8
            // 
            this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button8, null);
            this.button8.Location = new System.Drawing.Point(7, 245);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(55, 28);
            this.button8.TabIndex = 17;
            this.button8.Tag = "4";
            this.button8.Text = "变倍+";
            this.button8.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button8, null);
            this.button8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button8.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // 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(68, 196);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(55, 28);
            this.button4.TabIndex = 16;
            this.button4.Tag = "35";
            this.button4.Text = "右下";
            this.button4.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button4, null);
            this.button4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // 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(7, 196);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(55, 28);
            this.button3.TabIndex = 15;
            this.button3.Tag = "34";
            this.button3.Text = "左下";
            this.button3.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button3, null);
            this.button3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // 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(68, 156);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(55, 28);
            this.button2.TabIndex = 14;
            this.button2.Tag = "33";
            this.button2.Text = "右上";
            this.button2.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button2, null);
            this.button2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // 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(7, 156);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(55, 28);
            this.button1.TabIndex = 13;
            this.button1.Tag = "32";
            this.button1.Text = "左上";
            this.button1.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button1, null);
            this.button1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button15
            // 
            this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button15, null);
            this.button15.Location = new System.Drawing.Point(68, 326);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(55, 28);
            this.button15.TabIndex = 12;
            this.button15.Tag = "9";
            this.button15.Text = "光圈-";
            this.button15.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button15, null);
            this.button15.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button15.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button14
            // 
            this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button14, null);
            this.button14.Location = new System.Drawing.Point(7, 326);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(55, 28);
            this.button14.TabIndex = 11;
            this.button14.Tag = "8";
            this.button14.Text = "光圈+";
            this.button14.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button14, null);
            this.button14.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button14.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button13
            // 
            this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button13, null);
            this.button13.Location = new System.Drawing.Point(69, 67);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(55, 28);
            this.button13.TabIndex = 10;
            this.button13.Tag = "3";
            this.button13.Text = "右";
            this.button13.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button13, null);
            this.button13.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button13.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button12
            // 
            this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button12, null);
            this.button12.Location = new System.Drawing.Point(7, 66);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(55, 28);
            this.button12.TabIndex = 9;
            this.button12.Tag = "2";
            this.button12.Text = "左";
            this.button12.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button12, null);
            this.button12.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button12.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button11
            // 
            this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button11, null);
            this.button11.Location = new System.Drawing.Point(37, 105);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(55, 28);
            this.button11.TabIndex = 8;
            this.button11.Tag = "1";
            this.button11.Text = "下";
            this.button11.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button11, null);
            this.button11.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button11.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button10
            // 
            this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button10, null);
            this.button10.Location = new System.Drawing.Point(37, 28);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(55, 28);
            this.button10.TabIndex = 7;
            this.button10.Tag = "0";
            this.button10.Text = "上";
            this.button10.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button10, null);
            this.button10.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button10.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chb_AutoInfrared);
            this.panel1.Controls.Add(this.txtZZ);
            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(1007, 27);
            this.panel1.TabIndex = 0;
            this.coreBind.SetVerification(this.panel1, null);
            // 
            // chb_AutoInfrared
            // 
            this.chb_AutoInfrared.AutoSize = true;
            this.chb_AutoInfrared.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.coreBind.SetDatabasecommand(this.chb_AutoInfrared, null);
            this.chb_AutoInfrared.Location = new System.Drawing.Point(555, 5);
            this.chb_AutoInfrared.Name = "chb_AutoInfrared";
            this.chb_AutoInfrared.Size = new System.Drawing.Size(96, 16);
            this.chb_AutoInfrared.TabIndex = 604;
            this.chb_AutoInfrared.Text = "自动红外检测";
            this.chb_AutoInfrared.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.chb_AutoInfrared, null);
            // 
            // txtZZ
            // 
            this.coreBind.SetDatabasecommand(this.txtZZ, null);
            this.txtZZ.Location = new System.Drawing.Point(142, 3);
            this.txtZZ.Name = "txtZZ";
            this.txtZZ.ReadOnly = true;
            this.txtZZ.Size = new System.Drawing.Size(51, 21);
            this.txtZZ.TabIndex = 0;
            this.coreBind.SetVerification(this.txtZZ, 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(1007, 1);
            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)(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, 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, 1);
            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(392, 382);
            ultraToolbar1.FloatingSize = new System.Drawing.Size(486, 44);
            controlContainerTool3.ControlName = "txtZZ";
            controlContainerTool3.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.InstanceProps.Width = 122;
            buttonTool19.InstanceProps.IsFirstInGroup = true;
            buttonTool20.InstanceProps.IsFirstInGroup = true;
            buttonTool21.InstanceProps.IsFirstInGroup = true;
            controlContainerTool1.ControlName = "chb_AutoInfrared";
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool8,
            controlContainerTool3,
            buttonTool17,
            buttonTool19,
            buttonTool20,
            buttonTool21,
            controlContainerTool1,
            buttonTool22});
            ultraToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            buttonTool23.SharedPropsInternal.Caption = "打开对讲";
            buttonTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool6.ControlName = "txtZZ";
            controlContainerTool6.SharedPropsInternal.Caption = "剩余纸张数";
            controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            controlContainerTool6.SharedPropsInternal.Width = 122;
            buttonTool24.SharedPropsInternal.Caption = "换纸";
            buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool26.SharedPropsInternal.Caption = "切换视频";
            buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool27.SharedPropsInternal.Caption = "查看/关闭一次计量图像";
            buttonTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool28.SharedPropsInternal.Caption = "磅单打印";
            buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool29.SharedPropsInternal.Caption = "校秤";
            buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool30.SharedPropsInternal.Caption = "钢坯查询";
            buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            controlContainerTool2.ControlName = "chb_AutoInfrared";
            controlContainerTool2.SharedPropsInternal.Caption = "ControlContainerTool1";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool23,
            controlContainerTool6,
            buttonTool24,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30,
            controlContainerTool2});
            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(1007, 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, 1);
            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(1007, 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)(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(1007, 0);
            this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
            // 
            // txtTDL
            // 
            this.coreBind.SetDatabasecommand(this.txtTDL, null);
            this.txtTDL.Location = new System.Drawing.Point(38, 33);
            this.txtTDL.Name = "txtTDL";
            this.txtTDL.ReadOnly = true;
            this.txtTDL.Size = new System.Drawing.Size(51, 21);
            this.txtTDL.TabIndex = 5;
            this.coreBind.SetVerification(this.txtTDL, null);
            this.txtTDL.Visible = false;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel2.Controls.Add(this.panel3);
            this.coreBind.SetDatabasecommand(this.panel2, null);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 27);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(264, 580);
            this.panel2.TabIndex = 1;
            this.coreBind.SetVerification(this.panel2, null);
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel3.Controls.Add(this.VideoChannel8);
            this.panel3.Controls.Add(this.VideoChannel7);
            this.panel3.Controls.Add(this.VideoChannel3);
            this.panel3.Controls.Add(this.VideoChannel2);
            this.panel3.Controls.Add(this.VideoChannel1);
            this.coreBind.SetDatabasecommand(this.panel3, null);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(264, 580);
            this.panel3.TabIndex = 0;
            this.coreBind.SetVerification(this.panel3, null);
            // 
            // VideoChannel8
            // 
            this.VideoChannel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel8, null);
            this.VideoChannel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel8.Location = new System.Drawing.Point(0, 772);
            this.VideoChannel8.Name = "VideoChannel8";
            this.VideoChannel8.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel8.TabIndex = 4;
            this.VideoChannel8.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel8, null);
            this.VideoChannel8.Click += new System.EventHandler(this.VideoChannel8_Click);
            // 
            // VideoChannel7
            // 
            this.VideoChannel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel7, null);
            this.VideoChannel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel7.Location = new System.Drawing.Point(0, 579);
            this.VideoChannel7.Name = "VideoChannel7";
            this.VideoChannel7.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel7.TabIndex = 3;
            this.VideoChannel7.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel7, null);
            this.VideoChannel7.Click += new System.EventHandler(this.VideoChannel7_Click);
            // 
            // VideoChannel3
            // 
            this.VideoChannel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
            this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel3.Location = new System.Drawing.Point(0, 386);
            this.VideoChannel3.Name = "VideoChannel3";
            this.VideoChannel3.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel3.TabIndex = 2;
            this.VideoChannel3.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel3, null);
            this.VideoChannel3.Click += new System.EventHandler(this.VideoChannel3_Click);
            // 
            // VideoChannel2
            // 
            this.VideoChannel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
            this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel2.Location = new System.Drawing.Point(0, 193);
            this.VideoChannel2.Name = "VideoChannel2";
            this.VideoChannel2.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel2.TabIndex = 1;
            this.VideoChannel2.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel2, null);
            this.VideoChannel2.Click += new System.EventHandler(this.VideoChannel2_Click);
            // 
            // VideoChannel1
            // 
            this.VideoChannel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
            this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel1.Name = "VideoChannel1";
            this.VideoChannel1.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel1.TabIndex = 0;
            this.VideoChannel1.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel1, null);
            this.VideoChannel1.Click += new System.EventHandler(this.VideoChannel1_Click);
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.ultraTabControl1);
            this.coreBind.SetDatabasecommand(this.panel6, null);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel6.Location = new System.Drawing.Point(264, 427);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(743, 180);
            this.panel6.TabIndex = 2;
            this.coreBind.SetVerification(this.panel6, null);
            // 
            // ultraTabControl1
            // 
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
            this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
            this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraTabControl1.Location = new System.Drawing.Point(0, 6);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultraTabControl1.Size = new System.Drawing.Size(743, 174);
            this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Flat;
            this.ultraTabControl1.TabIndex = 0;
            ultraTab2.TabPage = this.ultraTabPageControl3;
            ultraTab2.Text = "计量点图像";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "计量称重信息";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = "重量曲线图";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab1,
            ultraTab3});
            this.coreBind.SetVerification(this.ultraTabControl1, null);
            // 
            // 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(741, 153);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
            // 
            // panel7
            // 
            this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel7.Controls.Add(this.txtTDL);
            this.panel7.Controls.Add(this.button9);
            this.panel7.Controls.Add(this.textBox1);
            this.panel7.Controls.Add(this.txtXSZL);
            this.panel7.Controls.Add(this.groupBox1);
            this.panel7.Controls.Add(this.btnQL);
            this.panel7.Controls.Add(this.lbWD);
            this.panel7.Controls.Add(this.lbYS);
            this.panel7.Controls.Add(this.label2);
            this.coreBind.SetDatabasecommand(this.panel7, null);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel7.Location = new System.Drawing.Point(264, 27);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(743, 97);
            this.panel7.TabIndex = 3;
            this.coreBind.SetVerification(this.panel7, null);
            // 
            // button9
            // 
            this.coreBind.SetDatabasecommand(this.button9, null);
            this.button9.Location = new System.Drawing.Point(306, 82);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(75, 23);
            this.button9.TabIndex = 572;
            this.button9.Text = "Test";
            this.button9.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button9, null);
            this.button9.Visible = false;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // textBox1
            // 
            this.coreBind.SetDatabasecommand(this.textBox1, null);
            this.textBox1.Location = new System.Drawing.Point(265, 3);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(43, 21);
            this.textBox1.TabIndex = 571;
            this.coreBind.SetVerification(this.textBox1, null);
            this.textBox1.Visible = false;
            // 
            // txtXSZL
            // 
            this.txtXSZL.BackColor = System.Drawing.SystemColors.WindowText;
            this.coreBind.SetDatabasecommand(this.txtXSZL, null);
            this.txtXSZL.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtXSZL.ForeColor = System.Drawing.Color.Lime;
            this.txtXSZL.Location = new System.Drawing.Point(14, 18);
            this.txtXSZL.MaxLength = 8;
            this.txtXSZL.Multiline = true;
            this.txtXSZL.Name = "txtXSZL";
            this.txtXSZL.Size = new System.Drawing.Size(238, 68);
            this.txtXSZL.TabIndex = 570;
            this.txtXSZL.Text = "0.00";
            this.txtXSZL.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.coreBind.SetVerification(this.txtXSZL, null);
            this.txtXSZL.TextChanged += new System.EventHandler(this.txtXSZL_TextChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.StatusBack);
            this.groupBox1.Controls.Add(this.StatusFront);
            this.groupBox1.Controls.Add(this.StatusLight);
            this.groupBox1.Controls.Add(this.StatusRedGreen);
            this.groupBox1.Controls.Add(this.btnHDHW);
            this.groupBox1.Controls.Add(this.btnQDHW);
            this.groupBox1.Controls.Add(this.btnZMDKG);
            this.groupBox1.Controls.Add(this.btnHL);
            this.coreBind.SetDatabasecommand(this.groupBox1, null);
            this.groupBox1.Location = new System.Drawing.Point(413, 5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(312, 89);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "控制";
            this.coreBind.SetVerification(this.groupBox1, null);
            // 
            // StatusBack
            // 
            this.StatusBack.Connected = true;
            this.coreBind.SetDatabasecommand(this.StatusBack, null);
            this.StatusBack.LineWidth = 4;
            this.StatusBack.Location = new System.Drawing.Point(144, 53);
            this.StatusBack.Name = "StatusBack";
            this.StatusBack.Size = new System.Drawing.Size(32, 32);
            this.StatusBack.TabIndex = 17;
            this.StatusBack.Text = "coolInfraredRay2";
            this.coreBind.SetVerification(this.StatusBack, null);
            // 
            // StatusFront
            // 
            this.StatusFront.Connected = true;
            this.coreBind.SetDatabasecommand(this.StatusFront, null);
            this.StatusFront.LineWidth = 4;
            this.StatusFront.Location = new System.Drawing.Point(144, 14);
            this.StatusFront.Name = "StatusFront";
            this.StatusFront.Size = new System.Drawing.Size(32, 32);
            this.StatusFront.TabIndex = 16;
            this.StatusFront.Text = "coolInfraredRay1";
            this.coreBind.SetVerification(this.StatusFront, null);
            // 
            // StatusLight
            // 
            this.coreBind.SetDatabasecommand(this.StatusLight, null);
            this.StatusLight.Gradient = true;
            this.StatusLight.Location = new System.Drawing.Point(24, 53);
            this.StatusLight.Name = "StatusLight";
            this.StatusLight.Size = new System.Drawing.Size(32, 32);
            this.StatusLight.TabIndex = 13;
            this.StatusLight.Text = "coolIndicator2";
            this.coreBind.SetVerification(this.StatusLight, null);
            // 
            // StatusRedGreen
            // 
            this.coreBind.SetDatabasecommand(this.StatusRedGreen, null);
            this.StatusRedGreen.Gradient = true;
            this.StatusRedGreen.Location = new System.Drawing.Point(24, 13);
            this.StatusRedGreen.Name = "StatusRedGreen";
            this.StatusRedGreen.Size = new System.Drawing.Size(32, 32);
            this.StatusRedGreen.TabIndex = 12;
            this.StatusRedGreen.Text = "coolIndicator1";
            this.coreBind.SetVerification(this.StatusRedGreen, null);
            // 
            // btnHDHW
            // 
            this.btnHDHW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnHDHW, null);
            this.btnHDHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnHDHW.Location = new System.Drawing.Point(204, 51);
            this.btnHDHW.Name = "btnHDHW";
            this.btnHDHW.Size = new System.Drawing.Size(73, 34);
            this.btnHDHW.TabIndex = 11;
            this.btnHDHW.Text = "后端红外";
            this.btnHDHW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnHDHW, null);
            // 
            // btnQDHW
            // 
            this.btnQDHW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnQDHW, null);
            this.btnQDHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnQDHW.Location = new System.Drawing.Point(204, 13);
            this.btnQDHW.Name = "btnQDHW";
            this.btnQDHW.Size = new System.Drawing.Size(73, 34);
            this.btnQDHW.TabIndex = 10;
            this.btnQDHW.Text = "前端红外";
            this.btnQDHW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQDHW, null);
            // 
            // btnZMDKG
            // 
            this.btnZMDKG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnZMDKG, null);
            this.btnZMDKG.Location = new System.Drawing.Point(81, 55);
            this.btnZMDKG.Name = "btnZMDKG";
            this.btnZMDKG.Size = new System.Drawing.Size(43, 28);
            this.btnZMDKG.TabIndex = 7;
            this.btnZMDKG.Text = "开/关";
            this.btnZMDKG.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnZMDKG, null);
            this.btnZMDKG.Click += new System.EventHandler(this.btnZMDKG_Click);
            // 
            // btnHL
            // 
            this.btnHL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnHL, null);
            this.btnHL.Location = new System.Drawing.Point(81, 18);
            this.btnHL.Name = "btnHL";
            this.btnHL.Size = new System.Drawing.Size(43, 28);
            this.btnHL.TabIndex = 6;
            this.btnHL.Text = "红/绿";
            this.btnHL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnHL, null);
            this.btnHL.Click += new System.EventHandler(this.btnHL_Click);
            // 
            // btnQL
            // 
            this.btnQL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnQL, null);
            this.btnQL.Location = new System.Drawing.Point(294, 56);
            this.btnQL.Name = "btnQL";
            this.btnQL.Size = new System.Drawing.Size(105, 28);
            this.btnQL.TabIndex = 4;
            this.btnQL.Text = "仪表清零";
            this.btnQL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQL, null);
            this.btnQL.Click += new System.EventHandler(this.btnQL_Click);
            // 
            // lbWD
            // 
            this.lbWD.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.lbWD, null);
            this.lbWD.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbWD.Location = new System.Drawing.Point(315, 26);
            this.lbWD.Name = "lbWD";
            this.lbWD.Size = new System.Drawing.Size(76, 21);
            this.lbWD.TabIndex = 3;
            this.lbWD.Text = "不稳定";
            this.coreBind.SetVerification(this.lbWD, null);
            this.lbWD.TextChanged += new System.EventHandler(this.lbWD_TextChanged);
            // 
            // lbYS
            // 
            this.coreBind.SetDatabasecommand(this.lbYS, null);
            this.lbYS.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbYS.ForeColor = System.Drawing.Color.Red;
            this.lbYS.Location = new System.Drawing.Point(292, 23);
            this.lbYS.Name = "lbYS";
            this.lbYS.Size = new System.Drawing.Size(28, 28);
            this.lbYS.TabIndex = 2;
            this.lbYS.Text = "●";
            this.lbYS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.lbYS, null);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label2, null);
            this.label2.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(247, 33);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 56);
            this.label2.TabIndex = 1;
            this.label2.Text = "t";
            this.coreBind.SetVerification(this.label2, null);
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.ultraGroupBox2);
            this.panel8.Controls.Add(this.panel10);
            this.panel8.Controls.Add(this.ultraGroupBox1);
            this.coreBind.SetDatabasecommand(this.panel8, null);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(264, 124);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(743, 303);
            this.panel8.TabIndex = 4;
            this.coreBind.SetVerification(this.panel8, null);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox2.Controls.Add(this.panel11);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox2.Location = new System.Drawing.Point(479, 0);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(264, 252);
            this.ultraGroupBox2.TabIndex = 2;
            this.ultraGroupBox2.Text = "计量点接管信息";
            this.coreBind.SetVerification(this.ultraGroupBox2, null);
            this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // panel11
            // 
            this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel11.Controls.Add(this.ultraGrid2);
            this.panel11.Controls.Add(this.ultraGrid1);
            this.coreBind.SetDatabasecommand(this.panel11, null);
            this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel11.Location = new System.Drawing.Point(3, 20);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(257, 229);
            this.panel11.TabIndex = 0;
            this.coreBind.SetVerification(this.panel11, null);
            // 
            // ultraGrid2
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
            this.ultraGrid2.DataMember = "计量点基础表";
            this.ultraGrid2.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.ultraGrid2.DisplayLayout.Appearance = appearance1;
            ultraGridColumn72.Header.VisiblePosition = 1;
            ultraGridColumn72.Hidden = true;
            ultraGridColumn73.Header.VisiblePosition = 2;
            ultraGridColumn73.Width = 118;
            ultraGridColumn74.Header.VisiblePosition = 0;
            ultraGridColumn74.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn74.Width = 45;
            ultraGridColumn75.Header.VisiblePosition = 3;
            ultraGridColumn75.Hidden = true;
            ultraGridColumn76.Header.VisiblePosition = 4;
            ultraGridColumn76.Hidden = true;
            ultraGridColumn77.Header.VisiblePosition = 5;
            ultraGridColumn77.Hidden = true;
            ultraGridColumn78.Header.VisiblePosition = 6;
            ultraGridColumn78.Hidden = true;
            ultraGridColumn79.Header.VisiblePosition = 7;
            ultraGridColumn79.Hidden = true;
            ultraGridColumn80.Header.VisiblePosition = 8;
            ultraGridColumn80.Hidden = true;
            ultraGridColumn81.Header.VisiblePosition = 9;
            ultraGridColumn81.Hidden = true;
            ultraGridColumn82.Header.VisiblePosition = 10;
            ultraGridColumn82.Hidden = true;
            ultraGridColumn83.Header.VisiblePosition = 11;
            ultraGridColumn83.Hidden = true;
            ultraGridColumn84.Header.VisiblePosition = 12;
            ultraGridColumn84.Hidden = true;
            ultraGridColumn85.Header.VisiblePosition = 13;
            ultraGridColumn85.Hidden = true;
            ultraGridColumn86.Header.VisiblePosition = 14;
            ultraGridColumn86.Hidden = true;
            ultraGridColumn87.Header.VisiblePosition = 15;
            ultraGridColumn87.Hidden = true;
            ultraGridColumn88.Header.VisiblePosition = 16;
            ultraGridColumn88.Hidden = true;
            ultraGridColumn89.Header.VisiblePosition = 17;
            ultraGridColumn89.Hidden = true;
            ultraGridColumn90.Header.VisiblePosition = 18;
            ultraGridColumn90.Hidden = true;
            ultraGridColumn91.Header.VisiblePosition = 19;
            ultraGridColumn91.Hidden = true;
            ultraGridColumn92.Header.VisiblePosition = 20;
            ultraGridColumn92.Hidden = true;
            ultraGridColumn93.Header.VisiblePosition = 21;
            ultraGridColumn93.Hidden = true;
            ultraGridColumn94.Header.VisiblePosition = 22;
            ultraGridColumn94.Hidden = true;
            ultraGridColumn95.Header.VisiblePosition = 23;
            ultraGridColumn95.Hidden = true;
            ultraGridColumn96.Header.VisiblePosition = 24;
            ultraGridColumn96.Hidden = true;
            ultraGridColumn97.Header.VisiblePosition = 25;
            ultraGridColumn97.Hidden = true;
            ultraGridColumn98.Header.VisiblePosition = 26;
            ultraGridColumn98.Hidden = true;
            ultraGridColumn99.Header.VisiblePosition = 27;
            ultraGridColumn99.Hidden = true;
            ultraGridColumn100.Header.VisiblePosition = 28;
            ultraGridColumn100.Hidden = true;
            ultraGridColumn101.Header.VisiblePosition = 29;
            ultraGridColumn101.Hidden = true;
            ultraGridColumn102.Header.VisiblePosition = 30;
            ultraGridColumn102.Hidden = true;
            ultraGridColumn103.Header.VisiblePosition = 31;
            ultraGridColumn103.Hidden = true;
            ultraGridColumn104.Header.VisiblePosition = 32;
            ultraGridColumn104.Hidden = true;
            ultraGridColumn105.Header.VisiblePosition = 33;
            ultraGridColumn105.Hidden = true;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77,
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86,
            ultraGridColumn87,
            ultraGridColumn88,
            ultraGridColumn89,
            ultraGridColumn90,
            ultraGridColumn91,
            ultraGridColumn92,
            ultraGridColumn93,
            ultraGridColumn94,
            ultraGridColumn95,
            ultraGridColumn96,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99,
            ultraGridColumn100,
            ultraGridColumn101,
            ultraGridColumn102,
            ultraGridColumn103,
            ultraGridColumn104,
            ultraGridColumn105});
            ultraGridBand4.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
            this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance2;
            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.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
            appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.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.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance5;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid2.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.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance6;
            this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            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.Name = "ultraGrid2";
            this.ultraGrid2.Size = new System.Drawing.Size(253, 225);
            this.ultraGrid2.TabIndex = 1;
            this.coreBind.SetVerification(this.ultraGrid2, null);
            this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
            this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
            this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
            // 
            // ultraGrid1
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
            this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid1.Name = "ultraGrid1";
            this.ultraGrid1.Size = new System.Drawing.Size(253, 225);
            this.ultraGrid1.TabIndex = 0;
            this.coreBind.SetVerification(this.ultraGrid1, null);
            // 
            // panel10
            // 
            this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel10.Controls.Add(this.btnBC);
            this.panel10.Controls.Add(this.btnGPBC);
            this.panel10.Controls.Add(this.btnSD);
            this.panel10.Controls.Add(this.btnDS);
            this.panel10.Controls.Add(this.button16);
            this.panel10.Controls.Add(this.button17);
            this.coreBind.SetDatabasecommand(this.panel10, null);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel10.Location = new System.Drawing.Point(479, 252);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(264, 51);
            this.panel10.TabIndex = 1;
            this.coreBind.SetVerification(this.panel10, null);
            // 
            // btnBC
            // 
            this.btnBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnBC, null);
            this.btnBC.Location = new System.Drawing.Point(116, 10);
            this.btnBC.Name = "btnBC";
            this.btnBC.Size = new System.Drawing.Size(62, 32);
            this.btnBC.TabIndex = 25;
            this.btnBC.Text = "保存";
            this.btnBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnBC, null);
            this.btnBC.Click += new System.EventHandler(this.btnBC_Click);
            // 
            // btnGPBC
            // 
            this.btnGPBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnGPBC, null);
            this.btnGPBC.Location = new System.Drawing.Point(116, 10);
            this.btnGPBC.Name = "btnGPBC";
            this.btnGPBC.Size = new System.Drawing.Size(62, 32);
            this.btnGPBC.TabIndex = 27;
            this.btnGPBC.Text = "钢坯保存";
            this.btnGPBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnGPBC, null);
            this.btnGPBC.Click += new System.EventHandler(this.btnGPBC_Click);
            // 
            // btnSD
            // 
            this.btnSD.BackColor = System.Drawing.Color.Violet;
            this.coreBind.SetDatabasecommand(this.btnSD, null);
            this.btnSD.Location = new System.Drawing.Point(24, 10);
            this.btnSD.Name = "btnSD";
            this.btnSD.Size = new System.Drawing.Size(66, 32);
            this.btnSD.TabIndex = 26;
            this.btnSD.Text = "打开设备";
            this.btnSD.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnSD, null);
            this.btnSD.Click += new System.EventHandler(this.btnSD_Click);
            // 
            // btnDS
            // 
            this.btnDS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnDS, null);
            this.btnDS.Location = new System.Drawing.Point(69, 10);
            this.btnDS.Name = "btnDS";
            this.btnDS.Size = new System.Drawing.Size(52, 32);
            this.btnDS.TabIndex = 23;
            this.btnDS.Text = "读数";
            this.btnDS.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnDS, null);
            this.btnDS.Visible = false;
            this.btnDS.Click += new System.EventHandler(this.btnDS_Click);
            // 
            // button16
            // 
            this.coreBind.SetDatabasecommand(this.button16, null);
            this.button16.Location = new System.Drawing.Point(2, 4);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(26, 39);
            this.button16.TabIndex = 707;
            this.button16.Text = "16";
            this.button16.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button16, null);
            this.button16.Visible = false;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // button17
            // 
            this.coreBind.SetDatabasecommand(this.button17, null);
            this.button17.Location = new System.Drawing.Point(175, 4);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(23, 38);
            this.button17.TabIndex = 708;
            this.button17.Text = "17";
            this.button17.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button17, null);
            this.button17.Visible = false;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox1.Controls.Add(this.panel9);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(479, 303);
            this.ultraGroupBox1.TabIndex = 0;
            this.ultraGroupBox1.Text = "预报和称重信息";
            this.coreBind.SetVerification(this.ultraGroupBox1, null);
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // panel9
            // 
            this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel9.Controls.Add(this.cbProvider);
            this.panel9.Controls.Add(this.label17);
            this.panel9.Controls.Add(this.label19);
            this.panel9.Controls.Add(this.tbBZ);
            this.panel9.Controls.Add(this.label29);
            this.panel9.Controls.Add(this.button18);
            this.panel9.Controls.Add(this.label28);
            this.panel9.Controls.Add(this.label27);
            this.panel9.Controls.Add(this.tbCharge);
            this.panel9.Controls.Add(this.label25);
            this.panel9.Controls.Add(this.label7);
            this.panel9.Controls.Add(this.tbReceiverPlace);
            this.panel9.Controls.Add(this.tbSenderPlace);
            this.panel9.Controls.Add(this.label24);
            this.panel9.Controls.Add(this.txtPJBH);
            this.panel9.Controls.Add(this.txtHTXMH);
            this.panel9.Controls.Add(this.txtDFJZ);
            this.panel9.Controls.Add(this.label22);
            this.panel9.Controls.Add(this.btnFHDW);
            this.panel9.Controls.Add(this.btnSHDW);
            this.panel9.Controls.Add(this.btnCYDW);
            this.panel9.Controls.Add(this.btnWLMC);
            this.panel9.Controls.Add(this.txtYKL);
            this.panel9.Controls.Add(this.txtZL);
            this.panel9.Controls.Add(this.txtPZ);
            this.panel9.Controls.Add(this.label18);
            this.panel9.Controls.Add(this.label4);
            this.panel9.Controls.Add(this.label3);
            this.panel9.Controls.Add(this.txtJZ);
            this.panel9.Controls.Add(this.txtMZ);
            this.panel9.Controls.Add(this.txtZS3);
            this.panel9.Controls.Add(this.txtZS2);
            this.panel9.Controls.Add(this.txtZS);
            this.panel9.Controls.Add(this.chbSFYC);
            this.panel9.Controls.Add(this.label1);
            this.panel9.Controls.Add(this.txtBC);
            this.panel9.Controls.Add(this.cbJLLX);
            this.panel9.Controls.Add(this.label12);
            this.panel9.Controls.Add(this.chbQXPZ);
            this.panel9.Controls.Add(this.cbCH);
            this.panel9.Controls.Add(this.cbCH1);
            this.panel9.Controls.Add(this.cbWLMC);
            this.panel9.Controls.Add(this.cbSHDW);
            this.panel9.Controls.Add(this.cbCYDW);
            this.panel9.Controls.Add(this.txtJLY);
            this.panel9.Controls.Add(this.cbFHDW);
            this.panel9.Controls.Add(this.cbLX);
            this.panel9.Controls.Add(this.txtJLD);
            this.panel9.Controls.Add(this.label26);
            this.panel9.Controls.Add(this.label21);
            this.panel9.Controls.Add(this.label16);
            this.panel9.Controls.Add(this.label14);
            this.panel9.Controls.Add(this.label15);
            this.panel9.Controls.Add(this.label11);
            this.panel9.Controls.Add(this.label13);
            this.panel9.Controls.Add(this.label10);
            this.panel9.Controls.Add(this.txtLH);
            this.panel9.Controls.Add(this.label8);
            this.panel9.Controls.Add(this.txtHTH);
            this.panel9.Controls.Add(this.label6);
            this.panel9.Controls.Add(this.label5);
            this.panel9.Controls.Add(this.label9);
            this.panel9.Controls.Add(this.txtCZH);
            this.panel9.Controls.Add(this.txtCarNo);
            this.panel9.Controls.Add(this.label20);
            this.panel9.Controls.Add(this.cbLS);
            this.panel9.Controls.Add(this.label23);
            this.panel9.Controls.Add(this.txtLH3);
            this.panel9.Controls.Add(this.txtLH2);
            this.coreBind.SetDatabasecommand(this.panel9, null);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(3, 20);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(472, 280);
            this.panel9.TabIndex = 0;
            this.coreBind.SetVerification(this.panel9, null);
            // 
            // cbProvider
            // 
            this.cbProvider.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbProvider, null);
            this.cbProvider.DataSource = this.dataSet1;
            this.cbProvider.DisplayMember = "发货单位表.FS_SUPPLIERNAME";
            this.cbProvider.FormattingEnabled = true;
            this.cbProvider.Location = new System.Drawing.Point(60, 165);
            this.cbProvider.Name = "cbProvider";
            this.cbProvider.Size = new System.Drawing.Size(132, 20);
            this.cbProvider.TabIndex = 712;
            this.cbProvider.ValueMember = "发货单位表.FS_SUPPLIER";
            this.coreBind.SetVerification(this.cbProvider, null);
            this.cbProvider.SelectedIndexChanged += new System.EventHandler(this.cbProvider_SelectedIndexChanged);
            this.cbProvider.Leave += new System.EventHandler(this.cbProvider_Leave);
            this.cbProvider.TextChanged += new System.EventHandler(this.cbProvider_TextChanged);
            // 
            // 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(250, 261);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 718;
            this.label17.Text = "计量员";
            this.coreBind.SetVerification(this.label17, null);
            // 
            // 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(130, 261);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(41, 12);
            this.label19.TabIndex = 717;
            this.label19.Text = "计量点";
            this.coreBind.SetVerification(this.label19, null);
            // 
            // tbBZ
            // 
            this.tbBZ.BackColor = System.Drawing.SystemColors.Window;
            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.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbBZ.Location = new System.Drawing.Point(291, 164);
            this.tbBZ.MaxLength = 20;
            this.tbBZ.Multiline = true;
            this.tbBZ.Name = "tbBZ";
            this.tbBZ.Size = new System.Drawing.Size(166, 21);
            this.tbBZ.TabIndex = 715;
            this.coreBind.SetVerification(this.tbBZ, null);
            // 
            // label29
            // 
            this.coreBind.SetDatabasecommand(this.label29, null);
            this.label29.Location = new System.Drawing.Point(232, 163);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(59, 24);
            this.label29.TabIndex = 716;
            this.label29.Text = "备注";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label29, null);
            // 
            // button18
            // 
            this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button18, null);
            this.button18.Location = new System.Drawing.Point(192, 163);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(25, 21);
            this.button18.TabIndex = 714;
            this.button18.Tag = "Provider";
            this.button18.Text = "..";
            this.button18.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button18, null);
            this.button18.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // label28
            // 
            this.coreBind.SetDatabasecommand(this.label28, null);
            this.label28.Location = new System.Drawing.Point(2, 163);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(58, 24);
            this.label28.TabIndex = 713;
            this.label28.Text = "供应单位";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label28, null);
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label27, null);
            this.label27.Location = new System.Drawing.Point(141, 193);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(53, 12);
            this.label27.TabIndex = 711;
            this.label27.Text = "费用(元)";
            this.coreBind.SetVerification(this.label27, null);
            // 
            // tbCharge
            // 
            this.coreBind.SetDatabasecommand(this.tbCharge, null);
            this.tbCharge.Enabled = false;
            this.tbCharge.Location = new System.Drawing.Point(194, 187);
            this.tbCharge.Name = "tbCharge";
            this.tbCharge.Size = new System.Drawing.Size(55, 21);
            this.tbCharge.TabIndex = 710;
            this.tbCharge.Text = "0";
            this.coreBind.SetVerification(this.tbCharge, null);
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label25, null);
            this.label25.Location = new System.Drawing.Point(232, 146);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(53, 12);
            this.label25.TabIndex = 706;
            this.label25.Text = "卸货地点";
            this.coreBind.SetVerification(this.label25, 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(224, 55);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 705;
            this.label7.Text = "合同项目号";
            this.coreBind.SetVerification(this.label7, null);
            // 
            // tbReceiverPlace
            // 
            this.tbReceiverPlace.BackColor = System.Drawing.SystemColors.Window;
            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.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbReceiverPlace.Location = new System.Drawing.Point(291, 141);
            this.tbReceiverPlace.MaxLength = 20;
            this.tbReceiverPlace.Multiline = true;
            this.tbReceiverPlace.Name = "tbReceiverPlace";
            this.tbReceiverPlace.Size = new System.Drawing.Size(166, 21);
            this.tbReceiverPlace.TabIndex = 703;
            this.coreBind.SetVerification(this.tbReceiverPlace, null);
            // 
            // tbSenderPlace
            // 
            this.tbSenderPlace.BackColor = System.Drawing.SystemColors.Window;
            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.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbSenderPlace.Location = new System.Drawing.Point(60, 141);
            this.tbSenderPlace.MaxLength = 20;
            this.tbSenderPlace.Multiline = true;
            this.tbSenderPlace.Name = "tbSenderPlace";
            this.tbSenderPlace.Size = new System.Drawing.Size(157, 21);
            this.tbSenderPlace.TabIndex = 701;
            this.coreBind.SetVerification(this.tbSenderPlace, null);
            // 
            // label24
            // 
            this.coreBind.SetDatabasecommand(this.label24, null);
            this.label24.Location = new System.Drawing.Point(2, 141);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(59, 24);
            this.label24.TabIndex = 702;
            this.label24.Text = "发货地点";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label24, null);
            // 
            // txtPJBH
            // 
            this.txtPJBH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtPJBH, null);
            this.txtPJBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPJBH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtPJBH.Location = new System.Drawing.Point(60, 232);
            this.txtPJBH.MaxLength = 20;
            this.txtPJBH.Multiline = true;
            this.txtPJBH.Name = "txtPJBH";
            this.txtPJBH.Size = new System.Drawing.Size(132, 21);
            this.txtPJBH.TabIndex = 694;
            this.coreBind.SetVerification(this.txtPJBH, null);
            // 
            // txtHTXMH
            // 
            this.coreBind.SetDatabasecommand(this.txtHTXMH, null);
            this.txtHTXMH.FormattingEnabled = true;
            this.txtHTXMH.Location = new System.Drawing.Point(291, 51);
            this.txtHTXMH.Name = "txtHTXMH";
            this.txtHTXMH.Size = new System.Drawing.Size(69, 20);
            this.txtHTXMH.TabIndex = 700;
            this.coreBind.SetVerification(this.txtHTXMH, null);
            // 
            // txtDFJZ
            // 
            this.txtDFJZ.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDFJZ, null);
            this.txtDFJZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDFJZ.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDFJZ.Location = new System.Drawing.Point(60, 256);
            this.txtDFJZ.MaxLength = 10;
            this.txtDFJZ.Multiline = true;
            this.txtDFJZ.Name = "txtDFJZ";
            this.txtDFJZ.Size = new System.Drawing.Size(69, 21);
            this.txtDFJZ.TabIndex = 696;
            this.coreBind.SetVerification(this.txtDFJZ, null);
            // 
            // label22
            // 
            this.coreBind.SetDatabasecommand(this.label22, null);
            this.label22.Location = new System.Drawing.Point(1, 255);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(59, 24);
            this.label22.TabIndex = 697;
            this.label22.Text = "对方净重";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label22, null);
            // 
            // btnFHDW
            // 
            this.btnFHDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnFHDW, null);
            this.btnFHDW.Location = new System.Drawing.Point(192, 119);
            this.btnFHDW.Name = "btnFHDW";
            this.btnFHDW.Size = new System.Drawing.Size(25, 21);
            this.btnFHDW.TabIndex = 693;
            this.btnFHDW.Tag = "Sender";
            this.btnFHDW.Text = "..";
            this.btnFHDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnFHDW, null);
            this.btnFHDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnSHDW
            // 
            this.btnSHDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnSHDW, null);
            this.btnSHDW.Location = new System.Drawing.Point(436, 119);
            this.btnSHDW.Name = "btnSHDW";
            this.btnSHDW.Size = new System.Drawing.Size(25, 21);
            this.btnSHDW.TabIndex = 692;
            this.btnSHDW.Tag = "Receiver";
            this.btnSHDW.Text = "..";
            this.btnSHDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnSHDW, null);
            this.btnSHDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnCYDW
            // 
            this.btnCYDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnCYDW, null);
            this.btnCYDW.Location = new System.Drawing.Point(436, 97);
            this.btnCYDW.Name = "btnCYDW";
            this.btnCYDW.Size = new System.Drawing.Size(25, 21);
            this.btnCYDW.TabIndex = 691;
            this.btnCYDW.Tag = "Trans";
            this.btnCYDW.Text = "..";
            this.btnCYDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnCYDW, null);
            this.btnCYDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnWLMC
            // 
            this.btnWLMC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnWLMC, null);
            this.btnWLMC.Location = new System.Drawing.Point(436, 74);
            this.btnWLMC.Name = "btnWLMC";
            this.btnWLMC.Size = new System.Drawing.Size(25, 21);
            this.btnWLMC.TabIndex = 690;
            this.btnWLMC.Tag = "Material";
            this.btnWLMC.Text = "..";
            this.btnWLMC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnWLMC, null);
            this.btnWLMC.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // txtYKL
            // 
            this.coreBind.SetDatabasecommand(this.txtYKL, null);
            this.txtYKL.Location = new System.Drawing.Point(345, 187);
            this.txtYKL.Name = "txtYKL";
            this.txtYKL.ReadOnly = true;
            this.txtYKL.Size = new System.Drawing.Size(66, 21);
            this.txtYKL.TabIndex = 612;
            this.coreBind.SetVerification(this.txtYKL, null);
            // 
            // txtZL
            // 
            this.txtZL.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtZL, null);
            this.txtZL.Location = new System.Drawing.Point(242, 232);
            this.txtZL.Name = "txtZL";
            this.txtZL.ReadOnly = true;
            this.txtZL.Size = new System.Drawing.Size(80, 21);
            this.txtZL.TabIndex = 611;
            this.coreBind.SetVerification(this.txtZL, null);
            // 
            // txtPZ
            // 
            this.txtPZ.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtPZ, null);
            this.txtPZ.Location = new System.Drawing.Point(194, 209);
            this.txtPZ.Name = "txtPZ";
            this.txtPZ.ReadOnly = true;
            this.txtPZ.Size = new System.Drawing.Size(80, 21);
            this.txtPZ.TabIndex = 606;
            this.coreBind.SetVerification(this.txtPZ, null);
            // 
            // label18
            // 
            this.coreBind.SetDatabasecommand(this.label18, null);
            this.label18.Location = new System.Drawing.Point(284, 209);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 24);
            this.label18.TabIndex = 610;
            this.label18.Text = "净量(t)";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label18, null);
            // 
            // label4
            // 
            this.coreBind.SetDatabasecommand(this.label4, null);
            this.label4.Location = new System.Drawing.Point(140, 209);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 24);
            this.label4.TabIndex = 609;
            this.label4.Text = "皮重(t)";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label4, null);
            // 
            // label3
            // 
            this.coreBind.SetDatabasecommand(this.label3, null);
            this.label3.Location = new System.Drawing.Point(2, 209);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(58, 24);
            this.label3.TabIndex = 608;
            this.label3.Text = "毛重(t)";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label3, null);
            // 
            // txtJZ
            // 
            this.txtJZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.coreBind.SetDatabasecommand(this.txtJZ, null);
            this.txtJZ.Location = new System.Drawing.Point(345, 209);
            this.txtJZ.Name = "txtJZ";
            this.txtJZ.ReadOnly = true;
            this.txtJZ.Size = new System.Drawing.Size(112, 21);
            this.txtJZ.TabIndex = 607;
            this.coreBind.SetVerification(this.txtJZ, null);
            // 
            // txtMZ
            // 
            this.txtMZ.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtMZ, null);
            this.txtMZ.Location = new System.Drawing.Point(60, 209);
            this.txtMZ.Name = "txtMZ";
            this.txtMZ.ReadOnly = true;
            this.txtMZ.Size = new System.Drawing.Size(78, 21);
            this.txtMZ.TabIndex = 605;
            this.coreBind.SetVerification(this.txtMZ, null);
            // 
            // txtZS3
            // 
            this.coreBind.SetDatabasecommand(this.txtZS3, null);
            this.txtZS3.Location = new System.Drawing.Point(166, 74);
            this.txtZS3.Name = "txtZS3";
            this.txtZS3.Size = new System.Drawing.Size(51, 21);
            this.txtZS3.TabIndex = 604;
            this.coreBind.SetVerification(this.txtZS3, null);
            // 
            // txtZS2
            // 
            this.coreBind.SetDatabasecommand(this.txtZS2, null);
            this.txtZS2.Location = new System.Drawing.Point(113, 74);
            this.txtZS2.Name = "txtZS2";
            this.txtZS2.Size = new System.Drawing.Size(51, 21);
            this.txtZS2.TabIndex = 603;
            this.coreBind.SetVerification(this.txtZS2, null);
            // 
            // txtZS
            // 
            this.coreBind.SetDatabasecommand(this.txtZS, null);
            this.txtZS.Location = new System.Drawing.Point(60, 74);
            this.txtZS.Name = "txtZS";
            this.txtZS.Size = new System.Drawing.Size(51, 21);
            this.txtZS.TabIndex = 602;
            this.coreBind.SetVerification(this.txtZS, null);
            // 
            // chbSFYC
            // 
            this.coreBind.SetDatabasecommand(this.chbSFYC, null);
            this.chbSFYC.ForeColor = System.Drawing.Color.Red;
            this.chbSFYC.Location = new System.Drawing.Point(415, 186);
            this.chbSFYC.Name = "chbSFYC";
            this.chbSFYC.Size = new System.Drawing.Size(49, 28);
            this.chbSFYC.TabIndex = 26;
            this.chbSFYC.Text = "异常";
            this.chbSFYC.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.chbSFYC, null);
            // 
            // label1
            // 
            this.coreBind.SetDatabasecommand(this.label1, null);
            this.label1.Location = new System.Drawing.Point(277, 187);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 24);
            this.label1.TabIndex = 600;
            this.label1.Text = "应扣量(Kg)";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label1, null);
            // 
            // txtBC
            // 
            this.txtBC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBC, null);
            this.txtBC.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBC.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBC.Location = new System.Drawing.Point(405, 256);
            this.txtBC.MaxLength = 8;
            this.txtBC.Multiline = true;
            this.txtBC.Name = "txtBC";
            this.txtBC.ReadOnly = true;
            this.txtBC.Size = new System.Drawing.Size(52, 21);
            this.txtBC.TabIndex = 19;
            this.coreBind.SetVerification(this.txtBC, null);
            // 
            // cbJLLX
            // 
            this.coreBind.SetDatabasecommand(this.cbJLLX, null);
            this.cbJLLX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbJLLX.FormattingEnabled = true;
            this.cbJLLX.Items.AddRange(new object[] {
            "",
            "外协",
            "复磅",
            "退货过磅"});
            this.cbJLLX.Location = new System.Drawing.Point(60, 187);
            this.cbJLLX.Name = "cbJLLX";
            this.cbJLLX.Size = new System.Drawing.Size(78, 20);
            this.cbJLLX.TabIndex = 20;
            this.coreBind.SetVerification(this.cbJLLX, null);
            this.cbJLLX.SelectedIndexChanged += new System.EventHandler(this.cbJLLX_SelectedIndexChanged);
            // 
            // label12
            // 
            this.coreBind.SetDatabasecommand(this.label12, null);
            this.label12.Location = new System.Drawing.Point(2, 187);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(58, 24);
            this.label12.TabIndex = 598;
            this.label12.Text = "计量类型";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label12, null);
            // 
            // chbQXPZ
            // 
            this.chbQXPZ.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.chbQXPZ, null);
            this.chbQXPZ.Location = new System.Drawing.Point(366, 51);
            this.chbQXPZ.Name = "chbQXPZ";
            this.chbQXPZ.Size = new System.Drawing.Size(96, 16);
            this.chbQXPZ.TabIndex = 22;
            this.chbQXPZ.Text = "保存期限皮重";
            this.chbQXPZ.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.chbQXPZ, null);
            // 
            // cbCH
            // 
            this.coreBind.SetDatabasecommand(this.cbCH, null);
            this.cbCH.FormattingEnabled = true;
            this.cbCH.Location = new System.Drawing.Point(291, 2);
            this.cbCH.Name = "cbCH";
            this.cbCH.Size = new System.Drawing.Size(47, 20);
            this.cbCH.TabIndex = 2;
            this.coreBind.SetVerification(this.cbCH, null);
            this.cbCH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbCH_KeyPress);
            // 
            // cbCH1
            // 
            this.coreBind.SetDatabasecommand(this.cbCH1, null);
            this.cbCH1.FormattingEnabled = true;
            this.cbCH1.Location = new System.Drawing.Point(337, 2);
            this.cbCH1.Name = "cbCH1";
            this.cbCH1.Size = new System.Drawing.Size(124, 20);
            this.cbCH1.TabIndex = 3;
            this.coreBind.SetVerification(this.cbCH1, null);
            this.cbCH1.Leave += new System.EventHandler(this.cbCH1_Leave);
            this.cbCH1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbCH1_KeyPress);
            // 
            // cbWLMC
            // 
            this.cbWLMC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbWLMC, null);
            this.cbWLMC.DataSource = this.dataSet1;
            this.cbWLMC.DisplayMember = "物料表.FS_MATERIALNAME";
            this.cbWLMC.FormattingEnabled = true;
            this.cbWLMC.Location = new System.Drawing.Point(291, 74);
            this.cbWLMC.Name = "cbWLMC";
            this.cbWLMC.Size = new System.Drawing.Size(145, 20);
            this.cbWLMC.TabIndex = 12;
            this.cbWLMC.ValueMember = "物料表.FS_MATERIALNO";
            this.coreBind.SetVerification(this.cbWLMC, null);
            this.cbWLMC.Leave += new System.EventHandler(this.cbWLMC_Leave);
            this.cbWLMC.TextChanged += new System.EventHandler(this.cbWLMC_TextChanged);
            // 
            // cbSHDW
            // 
            this.cbSHDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbSHDW, null);
            this.cbSHDW.DataSource = this.dataSet1;
            this.cbSHDW.DisplayMember = "收货单位表.FS_MEMO";
            this.cbSHDW.FormattingEnabled = true;
            this.cbSHDW.Location = new System.Drawing.Point(291, 119);
            this.cbSHDW.Name = "cbSHDW";
            this.cbSHDW.Size = new System.Drawing.Size(145, 20);
            this.cbSHDW.TabIndex = 16;
            this.cbSHDW.ValueMember = "收货单位表.FS_RECEIVER";
            this.coreBind.SetVerification(this.cbSHDW, null);
            this.cbSHDW.Leave += new System.EventHandler(this.cbSHDW_Leave);
            this.cbSHDW.TextChanged += new System.EventHandler(this.cbSHDW_TextChanged);
            // 
            // cbCYDW
            // 
            this.cbCYDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbCYDW, null);
            this.cbCYDW.DataSource = this.dataSet1;
            this.cbCYDW.DisplayMember = "承运单位表.FS_TRANSNAME";
            this.cbCYDW.FormattingEnabled = true;
            this.cbCYDW.Location = new System.Drawing.Point(291, 97);
            this.cbCYDW.Name = "cbCYDW";
            this.cbCYDW.Size = new System.Drawing.Size(145, 20);
            this.cbCYDW.TabIndex = 14;
            this.cbCYDW.ValueMember = "承运单位表.FS_TRANSNO";
            this.coreBind.SetVerification(this.cbCYDW, null);
            this.cbCYDW.Leave += new System.EventHandler(this.cbCYDW_Leave);
            this.cbCYDW.TextChanged += new System.EventHandler(this.cbCYDW_TextChanged);
            // 
            // txtJLY
            // 
            this.txtJLY.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLY, null);
            this.txtJLY.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLY.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLY.Location = new System.Drawing.Point(291, 256);
            this.txtJLY.MaxLength = 8;
            this.txtJLY.Multiline = true;
            this.txtJLY.Name = "txtJLY";
            this.txtJLY.ReadOnly = true;
            this.txtJLY.Size = new System.Drawing.Size(74, 21);
            this.txtJLY.TabIndex = 18;
            this.coreBind.SetVerification(this.txtJLY, null);
            // 
            // cbFHDW
            // 
            this.cbFHDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbFHDW, null);
            this.cbFHDW.DataSource = this.dataSet1;
            this.cbFHDW.DisplayMember = "发货单位表.FS_SUPPLIERNAME";
            this.cbFHDW.FormattingEnabled = true;
            this.cbFHDW.Location = new System.Drawing.Point(60, 119);
            this.cbFHDW.Name = "cbFHDW";
            this.cbFHDW.Size = new System.Drawing.Size(132, 20);
            this.cbFHDW.TabIndex = 15;
            this.cbFHDW.ValueMember = "发货单位表.FS_SUPPLIER";
            this.coreBind.SetVerification(this.cbFHDW, null);
            this.cbFHDW.Leave += new System.EventHandler(this.cbFHDW_Leave);
            this.cbFHDW.TextChanged += new System.EventHandler(this.cbFHDW_TextChanged);
            // 
            // cbLX
            // 
            this.cbLX.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbLX.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbLX, null);
            this.cbLX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLX.FormattingEnabled = true;
            this.cbLX.Location = new System.Drawing.Point(60, 97);
            this.cbLX.Name = "cbLX";
            this.cbLX.Size = new System.Drawing.Size(157, 20);
            this.cbLX.TabIndex = 13;
            this.coreBind.SetVerification(this.cbLX, null);
            // 
            // txtJLD
            // 
            this.txtJLD.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLD, null);
            this.txtJLD.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLD.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLD.Location = new System.Drawing.Point(174, 256);
            this.txtJLD.MaxLength = 8;
            this.txtJLD.Multiline = true;
            this.txtJLD.Name = "txtJLD";
            this.txtJLD.ReadOnly = true;
            this.txtJLD.Size = new System.Drawing.Size(73, 21);
            this.txtJLD.TabIndex = 17;
            this.coreBind.SetVerification(this.txtJLD, null);
            // 
            // label26
            // 
            this.coreBind.SetDatabasecommand(this.label26, null);
            this.label26.Location = new System.Drawing.Point(366, 255);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(42, 24);
            this.label26.TabIndex = 589;
            this.label26.Text = "班次";
            this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label26, null);
            // 
            // label21
            // 
            this.coreBind.SetDatabasecommand(this.label21, null);
            this.label21.Location = new System.Drawing.Point(192, 232);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(59, 24);
            this.label21.TabIndex = 587;
            this.label21.Text = "重量(t)";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label21, null);
            // 
            // label16
            // 
            this.coreBind.SetDatabasecommand(this.label16, null);
            this.label16.Location = new System.Drawing.Point(223, 97);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(71, 24);
            this.label16.TabIndex = 581;
            this.label16.Text = "承运单位";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label16, null);
            // 
            // label14
            // 
            this.coreBind.SetDatabasecommand(this.label14, null);
            this.label14.Location = new System.Drawing.Point(223, 119);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(71, 24);
            this.label14.TabIndex = 580;
            this.label14.Text = "收货单位";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label14, null);
            // 
            // label15
            // 
            this.coreBind.SetDatabasecommand(this.label15, null);
            this.label15.Location = new System.Drawing.Point(2, 119);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(58, 24);
            this.label15.TabIndex = 579;
            this.label15.Text = "发货单位";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label15, null);
            // 
            // label11
            // 
            this.coreBind.SetDatabasecommand(this.label11, null);
            this.label11.Location = new System.Drawing.Point(4, 97);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(56, 24);
            this.label11.TabIndex = 578;
            this.label11.Text = "流向";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label11, null);
            // 
            // label13
            // 
            this.coreBind.SetDatabasecommand(this.label13, null);
            this.label13.Location = new System.Drawing.Point(225, 74);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(69, 24);
            this.label13.TabIndex = 577;
            this.label13.Text = "物料名称";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label13, null);
            // 
            // label10
            // 
            this.coreBind.SetDatabasecommand(this.label10, null);
            this.label10.Location = new System.Drawing.Point(2, 28);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(58, 24);
            this.label10.TabIndex = 574;
            this.label10.Text = "炉号";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label10, null);
            // 
            // txtLH
            // 
            this.txtLH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH, null);
            this.txtLH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH.Location = new System.Drawing.Point(60, 28);
            this.txtLH.MaxLength = 10;
            this.txtLH.Multiline = true;
            this.txtLH.Name = "txtLH";
            this.txtLH.Size = new System.Drawing.Size(132, 21);
            this.txtLH.TabIndex = 6;
            this.coreBind.SetVerification(this.txtLH, null);
            this.txtLH.Leave += new System.EventHandler(this.txtLH_Leave);
            this.txtLH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLH_KeyPress);
            // 
            // label8
            // 
            this.coreBind.SetDatabasecommand(this.label8, null);
            this.label8.Location = new System.Drawing.Point(2, 51);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(58, 24);
            this.label8.TabIndex = 570;
            this.label8.Text = "合同号";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label8, null);
            // 
            // txtHTH
            // 
            this.txtHTH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtHTH, null);
            this.txtHTH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtHTH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtHTH.Location = new System.Drawing.Point(60, 51);
            this.txtHTH.MaxLength = 12;
            this.txtHTH.Multiline = true;
            this.txtHTH.Name = "txtHTH";
            this.txtHTH.Size = new System.Drawing.Size(157, 21);
            this.txtHTH.TabIndex = 4;
            this.coreBind.SetVerification(this.txtHTH, null);
            this.txtHTH.Leave += new System.EventHandler(this.txtHTH_Leave);
            // 
            // label6
            // 
            this.coreBind.SetDatabasecommand(this.label6, null);
            this.label6.Location = new System.Drawing.Point(223, 2);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 24);
            this.label6.TabIndex = 568;
            this.label6.Text = "车号";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label6, null);
            // 
            // label5
            // 
            this.coreBind.SetDatabasecommand(this.label5, null);
            this.label5.Location = new System.Drawing.Point(2, 2);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(58, 24);
            this.label5.TabIndex = 567;
            this.label5.Text = "卡号";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label5, null);
            // 
            // label9
            // 
            this.coreBind.SetDatabasecommand(this.label9, null);
            this.label9.Location = new System.Drawing.Point(1, 74);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 24);
            this.label9.TabIndex = 576;
            this.label9.Text = "支数";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label9, null);
            // 
            // txtCZH
            // 
            this.txtCZH.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtCZH, null);
            this.txtCZH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtCZH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtCZH.Location = new System.Drawing.Point(60, 2);
            this.txtCZH.MaxLength = 5;
            this.txtCZH.Name = "txtCZH";
            this.txtCZH.Size = new System.Drawing.Size(157, 24);
            this.txtCZH.TabIndex = 1;
            this.coreBind.SetVerification(this.txtCZH, null);
            this.txtCZH.Leave += new System.EventHandler(this.txtCZH_Leave);
            // 
            // txtCarNo
            // 
            this.txtCarNo.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtCarNo, null);
            this.txtCarNo.Font = new System.Drawing.Font("宋体", 11F);
            this.txtCarNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtCarNo.Location = new System.Drawing.Point(60, 2);
            this.txtCarNo.MaxLength = 8;
            this.txtCarNo.Name = "txtCarNo";
            this.txtCarNo.Size = new System.Drawing.Size(157, 24);
            this.txtCarNo.TabIndex = 601;
            this.coreBind.SetVerification(this.txtCarNo, null);
            this.txtCarNo.Visible = false;
            this.txtCarNo.TextChanged += new System.EventHandler(this.txtCarNo_TextChanged);
            // 
            // label20
            // 
            this.coreBind.SetDatabasecommand(this.label20, null);
            this.label20.Location = new System.Drawing.Point(1, 232);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(59, 24);
            this.label20.TabIndex = 695;
            this.label20.Text = "票据编号";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label20, null);
            // 
            // cbLS
            // 
            this.coreBind.SetDatabasecommand(this.cbLS, null);
            this.cbLS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLS.FormattingEnabled = true;
            this.cbLS.Items.AddRange(new object[] {
            "",
            "还不是最后一炉",
            "已是最后一炉"});
            this.cbLS.Location = new System.Drawing.Point(366, 232);
            this.cbLS.Name = "cbLS";
            this.cbLS.Size = new System.Drawing.Size(91, 20);
            this.cbLS.TabIndex = 699;
            this.coreBind.SetVerification(this.cbLS, null);
            // 
            // label23
            // 
            this.coreBind.SetDatabasecommand(this.label23, null);
            this.label23.Location = new System.Drawing.Point(325, 227);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(40, 32);
            this.label23.TabIndex = 698;
            this.label23.Text = "一车多炉";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label23, null);
            // 
            // txtLH3
            // 
            this.txtLH3.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH3, null);
            this.txtLH3.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH3.Location = new System.Drawing.Point(328, 28);
            this.txtLH3.MaxLength = 10;
            this.txtLH3.Multiline = true;
            this.txtLH3.Name = "txtLH3";
            this.txtLH3.Size = new System.Drawing.Size(132, 21);
            this.txtLH3.TabIndex = 8;
            this.coreBind.SetVerification(this.txtLH3, null);
            this.txtLH3.Leave += new System.EventHandler(this.txtLH3_Leave);
            // 
            // txtLH2
            // 
            this.txtLH2.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH2, null);
            this.txtLH2.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH2.Location = new System.Drawing.Point(194, 28);
            this.txtLH2.MaxLength = 10;
            this.txtLH2.Multiline = true;
            this.txtLH2.Name = "txtLH2";
            this.txtLH2.Size = new System.Drawing.Size(132, 21);
            this.txtLH2.TabIndex = 7;
            this.coreBind.SetVerification(this.txtLH2, null);
            this.txtLH2.Leave += new System.EventHandler(this.txtLH2_Leave);
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            dockAreaPane1.DockedBefore = new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567");
            dockableControlPane1.Control = this.panelYYBF;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(136, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(142, -23, 200, 100);
            dockableControlPane1.Pinned = false;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "语音播报";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(95, 666);
            dockableControlPane2.Control = this.panelSPKZ;
            dockableControlPane2.FlyoutSize = new System.Drawing.Size(131, -1);
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(189, 132, 200, 100);
            dockableControlPane2.Pinned = false;
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            dockableControlPane2.Text = "视频控制";
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(95, 666);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2});
            this.ultraDockManager1.HostControl = this;
            this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            this.ultraDockManager1.BeforeDockChange += new Infragistics.Win.UltraWinDock.BeforeDockChangeEventHandler(this.ultraDockManager1_BeforeDockChange);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaLeft
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaLeft, null);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Name = "_WeighMeasureInfoUnpinnedTabAreaLeft";
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 607);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.TabIndex = 5;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaLeft, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaRight
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaRight, null);
            this._WeighMeasureInfoUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._WeighMeasureInfoUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaRight.Name = "_WeighMeasureInfoUnpinnedTabAreaRight";
            this._WeighMeasureInfoUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 607);
            this._WeighMeasureInfoUnpinnedTabAreaRight.TabIndex = 6;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaRight, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaTop
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaTop, null);
            this._WeighMeasureInfoUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._WeighMeasureInfoUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._WeighMeasureInfoUnpinnedTabAreaTop.Name = "_WeighMeasureInfoUnpinnedTabAreaTop";
            this._WeighMeasureInfoUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaTop.TabIndex = 7;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaTop, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaBottom
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaBottom, null);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 607);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Name = "_WeighMeasureInfoUnpinnedTabAreaBottom";
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.TabIndex = 8;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaBottom, null);
            // 
            // _WeighMeasureInfoAutoHideControl
            // 
            this._WeighMeasureInfoAutoHideControl.Controls.Add(this.dockableWindow2);
            this._WeighMeasureInfoAutoHideControl.Controls.Add(this.dockableWindow1);
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoAutoHideControl, null);
            this._WeighMeasureInfoAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoAutoHideControl.Location = new System.Drawing.Point(991, 0);
            this._WeighMeasureInfoAutoHideControl.Name = "_WeighMeasureInfoAutoHideControl";
            this._WeighMeasureInfoAutoHideControl.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoAutoHideControl.Size = new System.Drawing.Size(16, 607);
            this._WeighMeasureInfoAutoHideControl.TabIndex = 9;
            this.coreBind.SetVerification(this._WeighMeasureInfoAutoHideControl, null);
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.panelYYBF);
            this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
            this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(136, 607);
            this.dockableWindow2.TabIndex = 606;
            this.coreBind.SetVerification(this.dockableWindow2, null);
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.panelSPKZ);
            this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
            this.dockableWindow1.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.ultraDockManager1;
            this.dockableWindow1.Size = new System.Drawing.Size(131, 607);
            this.dockableWindow1.TabIndex = 607;
            this.coreBind.SetVerification(this.dockableWindow1, null);
            // 
            // panel38
            // 
            this.panel38.Controls.Add(this.pictureBox38);
            this.coreBind.SetDatabasecommand(this.panel38, null);
            this.panel38.Location = new System.Drawing.Point(325, 426);
            this.panel38.Name = "panel38";
            this.panel38.Size = new System.Drawing.Size(316, 213);
            this.panel38.TabIndex = 6;
            this.coreBind.SetVerification(this.panel38, null);
            // 
            // pictureBox38
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox38, null);
            this.pictureBox38.Location = new System.Drawing.Point(0, 0);
            this.pictureBox38.Name = "pictureBox38";
            this.pictureBox38.Size = new System.Drawing.Size(100, 50);
            this.pictureBox38.TabIndex = 0;
            this.pictureBox38.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox38, null);
            // 
            // panel37
            // 
            this.panel37.Controls.Add(this.pictureBox37);
            this.coreBind.SetDatabasecommand(this.panel37, null);
            this.panel37.Location = new System.Drawing.Point(3, 426);
            this.panel37.Name = "panel37";
            this.panel37.Size = new System.Drawing.Size(316, 213);
            this.panel37.TabIndex = 5;
            this.coreBind.SetVerification(this.panel37, null);
            // 
            // pictureBox37
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox37, null);
            this.pictureBox37.Location = new System.Drawing.Point(0, 0);
            this.pictureBox37.Name = "pictureBox37";
            this.pictureBox37.Size = new System.Drawing.Size(100, 50);
            this.pictureBox37.TabIndex = 0;
            this.pictureBox37.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox37, null);
            // 
            // panel36
            // 
            this.panel36.Controls.Add(this.pictureBox36);
            this.coreBind.SetDatabasecommand(this.panel36, null);
            this.panel36.Location = new System.Drawing.Point(325, 214);
            this.panel36.Name = "panel36";
            this.panel36.Size = new System.Drawing.Size(316, 213);
            this.panel36.TabIndex = 4;
            this.coreBind.SetVerification(this.panel36, null);
            // 
            // pictureBox36
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox36, null);
            this.pictureBox36.Location = new System.Drawing.Point(0, 0);
            this.pictureBox36.Name = "pictureBox36";
            this.pictureBox36.Size = new System.Drawing.Size(100, 50);
            this.pictureBox36.TabIndex = 0;
            this.pictureBox36.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox36, null);
            // 
            // panel33
            // 
            this.panel33.Controls.Add(this.pictureBox33);
            this.coreBind.SetDatabasecommand(this.panel33, null);
            this.panel33.Location = new System.Drawing.Point(3, 213);
            this.panel33.Name = "panel33";
            this.panel33.Size = new System.Drawing.Size(316, 213);
            this.panel33.TabIndex = 3;
            this.coreBind.SetVerification(this.panel33, null);
            // 
            // pictureBox33
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox33, null);
            this.pictureBox33.Location = new System.Drawing.Point(0, 0);
            this.pictureBox33.Name = "pictureBox33";
            this.pictureBox33.Size = new System.Drawing.Size(100, 50);
            this.pictureBox33.TabIndex = 0;
            this.pictureBox33.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox33, null);
            // 
            // panel32
            // 
            this.panel32.Controls.Add(this.pictureBox32);
            this.coreBind.SetDatabasecommand(this.panel32, null);
            this.panel32.Location = new System.Drawing.Point(325, 1);
            this.panel32.Name = "panel32";
            this.panel32.Size = new System.Drawing.Size(316, 207);
            this.panel32.TabIndex = 2;
            this.coreBind.SetVerification(this.panel32, null);
            // 
            // pictureBox32
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox32, null);
            this.pictureBox32.Location = new System.Drawing.Point(0, 0);
            this.pictureBox32.Name = "pictureBox32";
            this.pictureBox32.Size = new System.Drawing.Size(100, 50);
            this.pictureBox32.TabIndex = 0;
            this.pictureBox32.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox32, null);
            // 
            // panel31
            // 
            this.panel31.Controls.Add(this.pictureBox31);
            this.coreBind.SetDatabasecommand(this.panel31, null);
            this.panel31.Location = new System.Drawing.Point(3, 1);
            this.panel31.Name = "panel31";
            this.panel31.Size = new System.Drawing.Size(316, 207);
            this.panel31.TabIndex = 1;
            this.coreBind.SetVerification(this.panel31, null);
            // 
            // pictureBox31
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox31, null);
            this.pictureBox31.Location = new System.Drawing.Point(0, 0);
            this.pictureBox31.Name = "pictureBox31";
            this.pictureBox31.Size = new System.Drawing.Size(100, 50);
            this.pictureBox31.TabIndex = 0;
            this.pictureBox31.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox31, null);
            // 
            // panel18
            // 
            this.panel18.Controls.Add(this.pictureBox16);
            this.coreBind.SetDatabasecommand(this.panel18, null);
            this.panel18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel18.Location = new System.Drawing.Point(322, 0);
            this.panel18.Name = "panel18";
            this.panel18.Size = new System.Drawing.Size(328, 215);
            this.panel18.TabIndex = 1;
            this.coreBind.SetVerification(this.panel18, null);
            // 
            // pictureBox16
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox16, null);
            this.pictureBox16.Location = new System.Drawing.Point(0, 0);
            this.pictureBox16.Name = "pictureBox16";
            this.pictureBox16.Size = new System.Drawing.Size(100, 50);
            this.pictureBox16.TabIndex = 0;
            this.pictureBox16.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox16, null);
            // 
            // panel19
            // 
            this.panel19.Controls.Add(this.pictureBox17);
            this.coreBind.SetDatabasecommand(this.panel19, null);
            this.panel19.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel19.Location = new System.Drawing.Point(0, 0);
            this.panel19.Name = "panel19";
            this.panel19.Size = new System.Drawing.Size(322, 215);
            this.panel19.TabIndex = 0;
            this.coreBind.SetVerification(this.panel19, null);
            // 
            // pictureBox17
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox17, null);
            this.pictureBox17.Location = new System.Drawing.Point(0, 0);
            this.pictureBox17.Name = "pictureBox17";
            this.pictureBox17.Size = new System.Drawing.Size(100, 50);
            this.pictureBox17.TabIndex = 0;
            this.pictureBox17.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox17, null);
            // 
            // picFDTP
            // 
            this.coreBind.SetDatabasecommand(this.picFDTP, null);
            this.picFDTP.Location = new System.Drawing.Point(327, 118);
            this.picFDTP.Name = "picFDTP";
            this.picFDTP.Size = new System.Drawing.Size(10, 10);
            this.picFDTP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picFDTP.TabIndex = 605;
            this.picFDTP.TabStop = false;
            this.coreBind.SetVerification(this.picFDTP, null);
            this.picFDTP.DoubleClick += new System.EventHandler(this.picFDTP_DoubleClick);
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // panelYCJL
            // 
            this.panelYCJL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYCJL.Controls.Add(this.panel12);
            this.panelYCJL.Controls.Add(this.panel13);
            this.panelYCJL.Controls.Add(this.panel14);
            this.panelYCJL.Controls.Add(this.panel15);
            this.panelYCJL.Controls.Add(this.panel16);
            this.panelYCJL.Controls.Add(this.panel17);
            this.coreBind.SetDatabasecommand(this.panelYCJL, null);
            this.panelYCJL.Location = new System.Drawing.Point(262, 27);
            this.panelYCJL.Name = "panelYCJL";
            this.panelYCJL.Size = new System.Drawing.Size(10, 626);
            this.panelYCJL.TabIndex = 17;
            this.coreBind.SetVerification(this.panelYCJL, null);
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.ultraChart2);
            this.panel12.Controls.Add(this.pictureBox10);
            this.coreBind.SetDatabasecommand(this.panel12, null);
            this.panel12.Location = new System.Drawing.Point(325, 420);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(312, 209);
            this.panel12.TabIndex = 6;
            this.coreBind.SetVerification(this.panel12, 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.ultraChart2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            // 
            // ultraChart2
            // 
            this.ultraChart2.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.ultraChart2.Axis.PE = paintElement2;
            this.ultraChart2.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.Labels.Visible = false;
            this.ultraChart2.Axis.X.LineThickness = 1;
            this.ultraChart2.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X.Visible = false;
            this.ultraChart2.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.Visible = false;
            this.ultraChart2.Axis.X2.LineThickness = 1;
            this.ultraChart2.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X2.Visible = false;
            this.ultraChart2.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart2.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.LineThickness = 1;
            this.ultraChart2.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Y.TickmarkInterval = 50;
            this.ultraChart2.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y.Visible = true;
            this.ultraChart2.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart2.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.Visible = false;
            this.ultraChart2.Axis.Y2.LineThickness = 1;
            this.ultraChart2.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Y2.TickmarkInterval = 50;
            this.ultraChart2.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y2.Visible = false;
            this.ultraChart2.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.Visible = false;
            this.ultraChart2.Axis.Z.LineThickness = 1;
            this.ultraChart2.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z.Visible = false;
            this.ultraChart2.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.Visible = false;
            this.ultraChart2.Axis.Z2.LineThickness = 1;
            this.ultraChart2.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z2.Visible = false;
            this.ultraChart2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart2.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart2.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart2.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart2.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.coreBind.SetDatabasecommand(this.ultraChart2, null);
            this.ultraChart2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart2.Effects.Effects.Add(gradientEffect2);
            this.ultraChart2.Location = new System.Drawing.Point(0, 0);
            this.ultraChart2.Name = "ultraChart2";
            this.ultraChart2.Size = new System.Drawing.Size(312, 209);
            this.ultraChart2.TabIndex = 2;
            this.ultraChart2.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.coreBind.SetVerification(this.ultraChart2, null);
            // 
            // pictureBox10
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox10, null);
            this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
            this.pictureBox10.Location = new System.Drawing.Point(0, 0);
            this.pictureBox10.Name = "pictureBox10";
            this.pictureBox10.Size = new System.Drawing.Size(312, 18);
            this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox10.TabIndex = 0;
            this.pictureBox10.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox10, null);
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.pictureBox11);
            this.coreBind.SetDatabasecommand(this.panel13, null);
            this.panel13.Location = new System.Drawing.Point(3, 420);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(312, 209);
            this.panel13.TabIndex = 5;
            this.coreBind.SetVerification(this.panel13, null);
            // 
            // pictureBox11
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox11, null);
            this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
            this.pictureBox11.Location = new System.Drawing.Point(0, 0);
            this.pictureBox11.Name = "pictureBox11";
            this.pictureBox11.Size = new System.Drawing.Size(312, 205);
            this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox11.TabIndex = 0;
            this.pictureBox11.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox11, null);
            // 
            // panel14
            // 
            this.panel14.Controls.Add(this.pictureBox12);
            this.coreBind.SetDatabasecommand(this.panel14, null);
            this.panel14.Location = new System.Drawing.Point(325, 210);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(312, 209);
            this.panel14.TabIndex = 4;
            this.coreBind.SetVerification(this.panel14, null);
            // 
            // pictureBox12
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox12, null);
            this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
            this.pictureBox12.Location = new System.Drawing.Point(0, 0);
            this.pictureBox12.Name = "pictureBox12";
            this.pictureBox12.Size = new System.Drawing.Size(312, 205);
            this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox12.TabIndex = 0;
            this.pictureBox12.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox12, null);
            // 
            // panel15
            // 
            this.panel15.Controls.Add(this.pictureBox13);
            this.coreBind.SetDatabasecommand(this.panel15, null);
            this.panel15.Location = new System.Drawing.Point(3, 210);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(312, 209);
            this.panel15.TabIndex = 3;
            this.coreBind.SetVerification(this.panel15, null);
            // 
            // pictureBox13
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox13, null);
            this.pictureBox13.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
            this.pictureBox13.Location = new System.Drawing.Point(0, 0);
            this.pictureBox13.Name = "pictureBox13";
            this.pictureBox13.Size = new System.Drawing.Size(312, 205);
            this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox13.TabIndex = 0;
            this.pictureBox13.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox13, null);
            // 
            // panel16
            // 
            this.panel16.Controls.Add(this.pictureBox14);
            this.coreBind.SetDatabasecommand(this.panel16, null);
            this.panel16.Location = new System.Drawing.Point(325, 1);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(312, 209);
            this.panel16.TabIndex = 2;
            this.coreBind.SetVerification(this.panel16, null);
            // 
            // pictureBox14
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox14, null);
            this.pictureBox14.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
            this.pictureBox14.Location = new System.Drawing.Point(0, 0);
            this.pictureBox14.Name = "pictureBox14";
            this.pictureBox14.Size = new System.Drawing.Size(312, 205);
            this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox14.TabIndex = 0;
            this.pictureBox14.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox14, null);
            // 
            // panel17
            // 
            this.panel17.Controls.Add(this.pictureBox15);
            this.coreBind.SetDatabasecommand(this.panel17, null);
            this.panel17.Location = new System.Drawing.Point(3, 1);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(312, 209);
            this.panel17.TabIndex = 1;
            this.coreBind.SetVerification(this.panel17, null);
            // 
            // pictureBox15
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox15, null);
            this.pictureBox15.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
            this.pictureBox15.Location = new System.Drawing.Point(0, 0);
            this.pictureBox15.Name = "pictureBox15";
            this.pictureBox15.Size = new System.Drawing.Size(312, 209);
            this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox15.TabIndex = 0;
            this.pictureBox15.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox15, null);
            this.pictureBox15.DoubleClick += new System.EventHandler(this.pictureBox15_DoubleClick);
            // 
            // windowDockingArea1
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea1.Location = new System.Drawing.Point(871, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(100, 666);
            this.windowDockingArea1.TabIndex = 10;
            this.coreBind.SetVerification(this.windowDockingArea1, null);
            // 
            // windowDockingArea2
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea2.Location = new System.Drawing.Point(871, 0);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ultraDockManager1;
            this.windowDockingArea2.Size = new System.Drawing.Size(100, 666);
            this.windowDockingArea2.TabIndex = 11;
            this.coreBind.SetVerification(this.windowDockingArea2, null);
            // 
            // WeighMeasureInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 607);
            this.Controls.Add(this._WeighMeasureInfoAutoHideControl);
            this.Controls.Add(this.picFDTP);
            this.Controls.Add(this.panelYCJL);
            this.Controls.Add(this.panel8);
            this.Controls.Add(this.panel7);
            this.Controls.Add(this.panel6);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaTop);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaBottom);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaLeft);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaRight);
            this.coreBind.SetDatabasecommand(this, null);
            this.KeyPreview = true;
            this.Name = "WeighMeasureInfo";
            this.Tag = "Weigh";
            this.Text = "汽车称重计量信息";
            this.coreBind.SetVerification(this, null);
            this.Load += new System.EventHandler(this.WeighMeasureInfo_Load);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.WeighMeasureInfo_KeyPress);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeighMeasureInfo_FormClosing);
            this.ultraTabPageControl3.ResumeLayout(false);
            this.panelYCSP.ResumeLayout(false);
            this.panel22.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel5)).EndInit();
            this.panel25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel6)).EndInit();
            this.panel21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).EndInit();
            this.ultraTabPageControl1.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.dataTable3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHT)).EndInit();
            this.panelYYBF.ResumeLayout(false);
            this.panel23.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
            this.panelSPKZ.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
            this.panel6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.panel11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            this.panel10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.panel9.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this._WeighMeasureInfoAutoHideControl.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.panel38.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).EndInit();
            this.panel37.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).EndInit();
            this.panel36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).EndInit();
            this.panel33.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).EndInit();
            this.panel32.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).EndInit();
            this.panel31.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).EndInit();
            this.panel18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
            this.panel19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
            this.panelYCJL.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
            this.panel13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
            this.panel14.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
            this.panel15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
            this.panel16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
            this.panel17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 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.Appearance appearance13 = 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_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CloseLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OpenLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("日期");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoardBilletWeight));
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CloseLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OpenLED");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
            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 appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("预报表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDERNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ITEMNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FAHUO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHOUHUO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ISRETURNBILLET");
            Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_STOVENO", 0, true, "预报表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_STOVENO", 0, true);
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_COUNT", 4, true, "预报表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_COUNT", 4, true);
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("辊道计量从表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLETCOUNT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TERM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
            Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_STOVENO", 0, true, "辊道计量从表", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FS_STOVENO", 0, true);
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = 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 appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("934dd081-e572-46a2-8767-91ba960b93ec"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("8ae72129-44fd-4872-8713-823aa1219e19"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("934dd081-e572-46a2-8767-91ba960b93ec"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("be8b4e0c-9178-4069-8244-a71509396517"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("4784f5a0-fd7f-4ee8-9732-26923939e403"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("be8b4e0c-9178-4069-8244-a71509396517"), -1);
            this.panelYYBF = new System.Windows.Forms.Panel();
            this.ultraGrid4 = 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.dataColumn16 = new System.Data.DataColumn();
            this.dataColumn13 = 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.dataTable2 = new System.Data.DataTable();
            this.dataColumn6 = new System.Data.DataColumn();
            this.dataColumn7 = new System.Data.DataColumn();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn12 = new System.Data.DataColumn();
            this.dataColumn14 = new System.Data.DataColumn();
            this.dataColumn15 = 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.dataTable4 = new System.Data.DataTable();
            this.dataColumn5 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataColumn72 = new System.Data.DataColumn();
            this.dataColumn73 = new System.Data.DataColumn();
            this.dataTable5 = new System.Data.DataTable();
            this.dataColumn10 = new System.Data.DataColumn();
            this.dataColumn11 = new System.Data.DataColumn();
            this.dataTable3 = new System.Data.DataTable();
            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.dataColumn68 = new System.Data.DataColumn();
            this.dataTable6 = new System.Data.DataTable();
            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.dataColumn69 = new System.Data.DataColumn();
            this.dataColumn70 = new System.Data.DataColumn();
            this.panelSPKZ = new System.Windows.Forms.Panel();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button16 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.handWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btLLBC = new System.Windows.Forms.Button();
            this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
            this.btnBC = new System.Windows.Forms.Button();
            this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            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.chkAutoSave = new System.Windows.Forms.CheckBox();
            this.picFDTP = new System.Windows.Forms.PictureBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.VideoChannel1 = new System.Windows.Forms.PictureBox();
            this.panel13 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.VideoChannel2 = new System.Windows.Forms.PictureBox();
            this.panel14 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.VideoChannel3 = new System.Windows.Forms.PictureBox();
            this.panel7 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtZL = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.panel11 = new System.Windows.Forms.Panel();
            this.label18 = new System.Windows.Forms.Label();
            this.tbx_llastTotalWeight = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.tbx_llastBilletCount = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.tbx_llastStoveNo = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.tbx_lastTotalWeight = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.tbx_lastBilletCount = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tbx_lastStoveNo = new System.Windows.Forms.TextBox();
            this.btXF = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.btnDS = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.txtBB = new System.Windows.Forms.TextBox();
            this.txtBC = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbWLMC = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtDDH = new System.Windows.Forms.TextBox();
            this.cbGZ = new System.Windows.Forms.ComboBox();
            this.cbGG = new System.Windows.Forms.ComboBox();
            this.cbSHDW = new System.Windows.Forms.ComboBox();
            this.txtJLY = new System.Windows.Forms.TextBox();
            this.txtCD = new System.Windows.Forms.TextBox();
            this.txtDDXMH = new System.Windows.Forms.TextBox();
            this.cbFHDW = new System.Windows.Forms.ComboBox();
            this.cbLiuX = new System.Windows.Forms.ComboBox();
            this.txtJLD = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.txtLH = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panel6 = new System.Windows.Forms.Panel();
            this.btnQL = new System.Windows.Forms.Button();
            this.txtXSZL = new LxControl.LxLedControl();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.btChanShift = new System.Windows.Forms.Button();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.lbWD = new System.Windows.Forms.Label();
            this.lbYS = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.BilletInfo_Fill_Panel = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.panel9 = new System.Windows.Forms.Panel();
            this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._FrmBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._FrmBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.panelYYBF.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).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.dataTable5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.handWeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
            this.panel2.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel12.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
            this.panel13.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
            this.panel14.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
            this.panel7.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            this.panel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
            this.ultraGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            this.panel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtXSZL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
            this.BilletInfo_Fill_Panel.SuspendLayout();
            this.panel8.SuspendLayout();
            this.panel10.SuspendLayout();
            this.panel9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this._FrmBaseAutoHideControl.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.windowDockingArea2.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelYYBF
            // 
            this.panelYYBF.Controls.Add(this.ultraGrid4);
            this.coreBind.SetDatabasecommand(this.panelYYBF, null);
            this.panelYYBF.Location = new System.Drawing.Point(0, 28);
            this.panelYYBF.Name = "panelYYBF";
            this.panelYYBF.Size = new System.Drawing.Size(108, 556);
            this.panelYYBF.TabIndex = 56;
            this.coreBind.SetVerification(this.panelYYBF, null);
            // 
            // ultraGrid4
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid4, null);
            this.ultraGrid4.DataMember = "语音表";
            this.ultraGrid4.DataSource = this.dataSet1;
            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.ultraGrid4.DisplayLayout.Appearance = appearance13;
            ultraGridColumn1.AutoSizeEdit = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn2.AutoSizeEdit = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.Header.VisiblePosition = 3;
            ultraGridColumn4.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4});
            this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ultraGrid4.DisplayLayout.InterBandSpacing = 10;
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance14;
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance15.BackColor2 = System.Drawing.Color.White;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance15.FontData.SizeInPoints = 11F;
            appearance15.FontData.UnderlineAsString = "False";
            appearance15.ForeColor = System.Drawing.Color.Black;
            appearance15.TextHAlignAsString = "Center";
            appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance15;
            appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.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.ultraGrid4.DisplayLayout.Override.RowSelectorAppearance = appearance17;
            this.ultraGrid4.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid4.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance18.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid4.DisplayLayout.Override.SelectedRowAppearance = appearance18;
            this.ultraGrid4.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid4.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid4.Name = "ultraGrid4";
            this.ultraGrid4.Size = new System.Drawing.Size(108, 556);
            this.ultraGrid4.TabIndex = 64;
            this.ultraGrid4.TabStop = false;
            this.coreBind.SetVerification(this.ultraGrid4, null);
            this.ultraGrid4.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid4_ClickCell_1);
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable1,
            this.dataTable2,
            this.dataTable4,
            this.dataTable5,
            this.dataTable3,
            this.dataTable6});
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2,
            this.dataColumn3,
            this.dataColumn4,
            this.dataColumn16,
            this.dataColumn13,
            this.dataColumn43,
            this.dataColumn44,
            this.dataColumn45,
            this.dataColumn46,
            this.dataColumn47,
            this.dataColumn48,
            this.dataColumn49});
            this.dataTable1.TableName = "辊道计量主表";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "炉号";
            this.dataColumn1.ColumnName = "FS_STOVENO";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "支数";
            this.dataColumn2.ColumnName = "FN_BILLETCOUNT";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "总重量";
            this.dataColumn3.ColumnName = "FN_TOTALWEIGHT";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "计量员";
            this.dataColumn4.ColumnName = "FS_PERSON";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "班次";
            this.dataColumn16.ColumnName = "FS_SHIFT";
            // 
            // dataColumn13
            // 
            this.dataColumn13.Caption = "是否完炉";
            this.dataColumn13.ColumnName = "FS_COMPLETEFLAG";
            // 
            // dataColumn43
            // 
            this.dataColumn43.Caption = "计量开始时间";
            this.dataColumn43.ColumnName = "FD_STARTTIME";
            // 
            // dataColumn44
            // 
            this.dataColumn44.Caption = "计量完炉时间";
            this.dataColumn44.ColumnName = "FD_ENDTIME";
            // 
            // dataColumn45
            // 
            this.dataColumn45.Caption = "计量点";
            this.dataColumn45.ColumnName = "FS_POINTNAME";
            // 
            // dataColumn46
            // 
            this.dataColumn46.Caption = "流向";
            this.dataColumn46.ColumnName = "FS_FLOW";
            // 
            // dataColumn47
            // 
            this.dataColumn47.Caption = "物料名称";
            this.dataColumn47.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn48
            // 
            this.dataColumn48.Caption = "发货单位";
            this.dataColumn48.ColumnName = "FS_SENDER";
            // 
            // dataColumn49
            // 
            this.dataColumn49.Caption = "收货单位";
            this.dataColumn49.ColumnName = "FS_RECEIVER";
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn6,
            this.dataColumn7,
            this.dataColumn8,
            this.dataColumn12,
            this.dataColumn14,
            this.dataColumn15,
            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.dataTable2.TableName = "计量点基础表";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "计量点编码";
            this.dataColumn6.ColumnName = "FS_POINTCODE";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "计量点";
            this.dataColumn7.ColumnName = "FS_POINTNAME";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "接管";
            this.dataColumn8.ColumnName = "XZ";
            // 
            // dataColumn12
            // 
            this.dataColumn12.Caption = "标志";
            this.dataColumn12.ColumnName = "FS_SIGN";
            // 
            // dataColumn14
            // 
            this.dataColumn14.Caption = "仪表类型";
            this.dataColumn14.ColumnName = "FS_METERTYPE";
            // 
            // dataColumn15
            // 
            this.dataColumn15.Caption = "仪表参数";
            this.dataColumn15.ColumnName = "FS_METERPARA";
            // 
            // dataColumn17
            // 
            this.dataColumn17.Caption = "IP";
            this.dataColumn17.ColumnName = "FS_MOXAIP";
            // 
            // dataColumn18
            // 
            this.dataColumn18.Caption = "端口";
            this.dataColumn18.ColumnName = "FS_MOXAPORT";
            // 
            // dataColumn19
            // 
            this.dataColumn19.Caption = "VIEDOIP";
            this.dataColumn19.ColumnName = "FS_VIEDOIP";
            // 
            // dataColumn20
            // 
            this.dataColumn20.Caption = "录像机端口";
            this.dataColumn20.ColumnName = "FS_VIEDOPORT";
            // 
            // dataColumn21
            // 
            this.dataColumn21.Caption = "用户名";
            this.dataColumn21.ColumnName = "FS_VIEDOUSER";
            // 
            // dataColumn22
            // 
            this.dataColumn22.Caption = "密码";
            this.dataColumn22.ColumnName = "FS_VIEDOPWD";
            // 
            // dataColumn23
            // 
            this.dataColumn23.Caption = "POINTDEPART";
            this.dataColumn23.ColumnName = "FS_POINTDEPART";
            // 
            // dataColumn24
            // 
            this.dataColumn24.Caption = "POINTTYPE";
            this.dataColumn24.ColumnName = "FS_POINTTYPE";
            // 
            // dataColumn25
            // 
            this.dataColumn25.Caption = "RTUIP";
            this.dataColumn25.ColumnName = "FS_RTUIP";
            // 
            // dataColumn26
            // 
            this.dataColumn26.Caption = "RTUPORT";
            this.dataColumn26.ColumnName = "FS_RTUPORT";
            // 
            // dataColumn27
            // 
            this.dataColumn27.ColumnName = "FS_PRINTERIP";
            // 
            // dataColumn28
            // 
            this.dataColumn28.ColumnName = "FS_PRINTERNAME";
            // 
            // dataColumn29
            // 
            this.dataColumn29.ColumnName = "FS_PRINTTYPECODE";
            // 
            // dataColumn30
            // 
            this.dataColumn30.ColumnName = "FN_USEDPRINTPAPER";
            // 
            // dataColumn31
            // 
            this.dataColumn31.ColumnName = "FN_USEDPRINTINK";
            // 
            // dataColumn32
            // 
            this.dataColumn32.ColumnName = "FS_LEDIP";
            // 
            // dataColumn33
            // 
            this.dataColumn33.ColumnName = "FS_LEDPORT";
            // 
            // dataColumn34
            // 
            this.dataColumn34.ColumnName = "FN_VALUE";
            // 
            // dataColumn35
            // 
            this.dataColumn35.ColumnName = "FS_ALLOWOTHERTARE";
            // 
            // dataColumn36
            // 
            this.dataColumn36.ColumnName = "FS_DISPLAYPORT";
            // 
            // dataColumn37
            // 
            this.dataColumn37.ColumnName = "FS_DISPLAYPARA";
            // 
            // dataColumn38
            // 
            this.dataColumn38.ColumnName = "FS_READERPORT";
            // 
            // dataColumn39
            // 
            this.dataColumn39.ColumnName = "FS_READERPARA";
            // 
            // dataColumn40
            // 
            this.dataColumn40.ColumnName = "FS_READERTYPE";
            // 
            // dataColumn41
            // 
            this.dataColumn41.ColumnName = "FS_DISPLAYTYPE";
            // 
            // dataColumn42
            // 
            this.dataColumn42.ColumnName = "FS_LEDTYPE";
            // 
            // dataTable4
            // 
            this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn5,
            this.dataColumn9,
            this.dataColumn72,
            this.dataColumn73});
            this.dataTable4.TableName = "语音表";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "声音名称";
            this.dataColumn5.ColumnName = "FS_VOICENAME";
            // 
            // dataColumn9
            // 
            this.dataColumn9.Caption = "声音文件";
            this.dataColumn9.ColumnName = "FS_VOICEFILE";
            this.dataColumn9.DataType = typeof(byte[]);
            // 
            // dataColumn72
            // 
            this.dataColumn72.ColumnName = "FS_INSTRTYPE";
            // 
            // dataColumn73
            // 
            this.dataColumn73.ColumnName = "FS_MEMO";
            // 
            // dataTable5
            // 
            this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn10,
            this.dataColumn11});
            this.dataTable5.TableName = "当班统计表";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "当班累计支数";
            this.dataColumn10.ColumnName = "TOTALCOUNTZS";
            // 
            // dataColumn11
            // 
            this.dataColumn11.Caption = "当班累计重量";
            this.dataColumn11.ColumnName = "TOTALCOUNTZL";
            // 
            // dataTable3
            // 
            this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
            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.dataColumn68});
            this.dataTable3.TableName = "预报表";
            // 
            // dataColumn50
            // 
            this.dataColumn50.Caption = "炉号";
            this.dataColumn50.ColumnName = "FS_STOVENO";
            // 
            // dataColumn51
            // 
            this.dataColumn51.Caption = "钢种";
            this.dataColumn51.ColumnName = "FS_STEELTYPE";
            // 
            // dataColumn52
            // 
            this.dataColumn52.Caption = "规格";
            this.dataColumn52.ColumnName = "FS_SPEC";
            // 
            // dataColumn53
            // 
            this.dataColumn53.Caption = "长度";
            this.dataColumn53.ColumnName = "FN_LENGTH";
            // 
            // dataColumn54
            // 
            this.dataColumn54.Caption = "预报块数";
            this.dataColumn54.ColumnName = "FN_COUNT";
            // 
            // dataColumn55
            // 
            this.dataColumn55.Caption = "订单号";
            this.dataColumn55.ColumnName = "FS_ORDERNO";
            // 
            // dataColumn56
            // 
            this.dataColumn56.Caption = "项目号";
            this.dataColumn56.ColumnName = "FS_ITEMNO";
            // 
            // dataColumn57
            // 
            this.dataColumn57.Caption = "发货单位代码";
            this.dataColumn57.ColumnName = "FS_SENDER";
            // 
            // dataColumn58
            // 
            this.dataColumn58.Caption = "收货单位代码";
            this.dataColumn58.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn59
            // 
            this.dataColumn59.Caption = "物料代码";
            this.dataColumn59.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn60
            // 
            this.dataColumn60.Caption = "物料名称";
            this.dataColumn60.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn61
            // 
            this.dataColumn61.Caption = "发货单位";
            this.dataColumn61.ColumnName = "FS_FAHUO";
            // 
            // dataColumn62
            // 
            this.dataColumn62.Caption = "收货单位";
            this.dataColumn62.ColumnName = "FS_SHOUHUO";
            // 
            // dataColumn68
            // 
            this.dataColumn68.Caption = "返回坯";
            this.dataColumn68.ColumnName = "FN_ISRETURNBILLET";
            // 
            // dataTable6
            // 
            this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn63,
            this.dataColumn64,
            this.dataColumn65,
            this.dataColumn66,
            this.dataColumn67,
            this.dataColumn69,
            this.dataColumn70});
            this.dataTable6.TableName = "辊道计量从表";
            // 
            // dataColumn63
            // 
            this.dataColumn63.Caption = "炉号";
            this.dataColumn63.ColumnName = "FS_STOVENO";
            // 
            // dataColumn64
            // 
            this.dataColumn64.Caption = "支数";
            this.dataColumn64.ColumnName = "FN_BILLETCOUNT";
            // 
            // dataColumn65
            // 
            this.dataColumn65.Caption = "重量";
            this.dataColumn65.ColumnName = "FN_WEIGHT";
            // 
            // dataColumn66
            // 
            this.dataColumn66.Caption = "计量时间";
            this.dataColumn66.ColumnName = "FD_WEIGHTTIME";
            // 
            // dataColumn67
            // 
            this.dataColumn67.Caption = "班次";
            this.dataColumn67.ColumnName = "FS_SHIFT";
            // 
            // dataColumn69
            // 
            this.dataColumn69.Caption = "班别";
            this.dataColumn69.ColumnName = "FS_TERM";
            // 
            // dataColumn70
            // 
            this.dataColumn70.Caption = "计量员";
            this.dataColumn70.ColumnName = "FS_PERSON";
            // 
            // panelSPKZ
            // 
            this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
            this.panelSPKZ.Location = new System.Drawing.Point(0, 0);
            this.panelSPKZ.Name = "panelSPKZ";
            this.panelSPKZ.Size = new System.Drawing.Size(200, 100);
            this.panelSPKZ.TabIndex = 0;
            this.coreBind.SetVerification(this.panelSPKZ, null);
            // 
            // button5
            // 
            this.coreBind.SetDatabasecommand(this.button5, null);
            this.button5.Location = new System.Drawing.Point(0, 0);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 0;
            this.coreBind.SetVerification(this.button5, null);
            // 
            // button6
            // 
            this.coreBind.SetDatabasecommand(this.button6, null);
            this.button6.Location = new System.Drawing.Point(0, 0);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 0;
            this.coreBind.SetVerification(this.button6, null);
            // 
            // button7
            // 
            this.coreBind.SetDatabasecommand(this.button7, null);
            this.button7.Location = new System.Drawing.Point(0, 0);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 0;
            this.coreBind.SetVerification(this.button7, null);
            // 
            // button8
            // 
            this.coreBind.SetDatabasecommand(this.button8, null);
            this.button8.Location = new System.Drawing.Point(0, 0);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 0;
            this.coreBind.SetVerification(this.button8, null);
            // 
            // button4
            // 
            this.coreBind.SetDatabasecommand(this.button4, null);
            this.button4.Location = new System.Drawing.Point(0, 0);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 0;
            this.coreBind.SetVerification(this.button4, null);
            // 
            // button3
            // 
            this.coreBind.SetDatabasecommand(this.button3, null);
            this.button3.Location = new System.Drawing.Point(0, 0);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 0;
            this.coreBind.SetVerification(this.button3, null);
            // 
            // button10
            // 
            this.coreBind.SetDatabasecommand(this.button10, null);
            this.button10.Location = new System.Drawing.Point(0, 0);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(75, 23);
            this.button10.TabIndex = 0;
            this.coreBind.SetVerification(this.button10, null);
            // 
            // button11
            // 
            this.coreBind.SetDatabasecommand(this.button11, null);
            this.button11.Location = new System.Drawing.Point(0, 0);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(75, 23);
            this.button11.TabIndex = 0;
            this.coreBind.SetVerification(this.button11, null);
            // 
            // button15
            // 
            this.coreBind.SetDatabasecommand(this.button15, null);
            this.button15.Location = new System.Drawing.Point(0, 0);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(75, 23);
            this.button15.TabIndex = 0;
            this.coreBind.SetVerification(this.button15, null);
            // 
            // button14
            // 
            this.coreBind.SetDatabasecommand(this.button14, null);
            this.button14.Location = new System.Drawing.Point(0, 0);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(75, 23);
            this.button14.TabIndex = 0;
            this.coreBind.SetVerification(this.button14, null);
            // 
            // button13
            // 
            this.coreBind.SetDatabasecommand(this.button13, null);
            this.button13.Location = new System.Drawing.Point(0, 0);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(75, 23);
            this.button13.TabIndex = 0;
            this.coreBind.SetVerification(this.button13, null);
            // 
            // button12
            // 
            this.coreBind.SetDatabasecommand(this.button12, null);
            this.button12.Location = new System.Drawing.Point(0, 0);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(75, 23);
            this.button12.TabIndex = 0;
            this.coreBind.SetVerification(this.button12, null);
            // 
            // button16
            // 
            this.coreBind.SetDatabasecommand(this.button16, null);
            this.button16.Location = new System.Drawing.Point(0, 0);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(75, 23);
            this.button16.TabIndex = 0;
            this.coreBind.SetVerification(this.button16, null);
            // 
            // button17
            // 
            this.coreBind.SetDatabasecommand(this.button17, null);
            this.button17.Location = new System.Drawing.Point(0, 0);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(75, 23);
            this.button17.TabIndex = 0;
            this.coreBind.SetVerification(this.button17, null);
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
            this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
            this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            buttonTool2.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.InstanceProps.Width = 78;
            buttonTool4.InstanceProps.IsFirstInGroup = true;
            buttonTool6.InstanceProps.IsFirstInGroup = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            controlContainerTool3,
            buttonTool4,
            buttonTool6,
            buttonTool8});
            ultraToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            controlContainerTool1.SharedPropsInternal.Caption = "日期";
            controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            controlContainerTool2.SharedPropsInternal.Caption = "炉号";
            controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance35.Image = ((object)(resources.GetObject("appearance35.Image")));
            buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance35;
            buttonTool1.SharedPropsInternal.Caption = "查询";
            buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool3.SharedPropsInternal.Caption = " 语音对讲 ";
            buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool4.SharedPropsInternal.Caption = " 1 ";
            controlContainerTool4.SharedPropsInternal.Enabled = false;
            controlContainerTool4.SharedPropsInternal.Visible = false;
            controlContainerTool4.SharedPropsInternal.Width = 78;
            buttonTool5.SharedPropsInternal.Caption = " 关闭LED显示";
            buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool7.SharedPropsInternal.Caption = "打开LED显示 ";
            buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool9.SharedPropsInternal.Caption = "预报刷新";
            buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool11.SharedPropsInternal.Caption = "校秤";
            buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            controlContainerTool1,
            controlContainerTool2,
            buttonTool1,
            buttonTool3,
            controlContainerTool4,
            buttonTool5,
            buttonTool7,
            buttonTool9,
            buttonTool11});
            this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.ultraLabel5);
            this.panel1.Controls.Add(this.handWeight);
            this.panel1.Controls.Add(this.btLLBC);
            this.panel1.Controls.Add(this.panel1_Fill_Panel);
            this.panel1.Controls.Add(this.btnBC);
            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(1007, 27);
            this.panel1.TabIndex = 43;
            this.coreBind.SetVerification(this.panel1, null);
            // 
            // ultraLabel5
            // 
            appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance4.TextHAlignAsString = "Center";
            appearance4.TextVAlignAsString = "Middle";
            this.ultraLabel5.Appearance = appearance4;
            this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
            this.ultraLabel5.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraLabel5.Location = new System.Drawing.Point(840, 5);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(21, 21);
            this.ultraLabel5.TabIndex = 616;
            this.ultraLabel5.Text = "吨";
            this.coreBind.SetVerification(this.ultraLabel5, null);
            // 
            // handWeight
            // 
            appearance25.BorderColor = System.Drawing.Color.Black;
            this.handWeight.Appearance = appearance25;
            this.handWeight.AutoSize = false;
            this.coreBind.SetDatabasecommand(this.handWeight, null);
            this.handWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
            this.handWeight.Font = new System.Drawing.Font("宋体", 14F);
            this.handWeight.Location = new System.Drawing.Point(746, 0);
            this.handWeight.MaxLength = 7;
            this.handWeight.Name = "handWeight";
            this.handWeight.Size = new System.Drawing.Size(93, 28);
            this.handWeight.TabIndex = 750;
            this.coreBind.SetVerification(this.handWeight, null);
            // 
            // btLLBC
            // 
            this.btLLBC.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.coreBind.SetDatabasecommand(this.btLLBC, null);
            this.btLLBC.Location = new System.Drawing.Point(630, -3);
            this.btLLBC.Name = "btLLBC";
            this.btLLBC.Size = new System.Drawing.Size(92, 28);
            this.btLLBC.TabIndex = 747;
            this.btLLBC.TabStop = false;
            this.btLLBC.Text = "理重保存";
            this.btLLBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btLLBC, null);
            this.btLLBC.Visible = false;
            this.btLLBC.Click += new System.EventHandler(this.btLLBC_Click_1);
            // 
            // 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(1007, 1);
            this.panel1_Fill_Panel.TabIndex = 44;
            this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
            // 
            // btnBC
            // 
            this.btnBC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.btnBC, null);
            this.btnBC.Location = new System.Drawing.Point(886, 3);
            this.btnBC.Name = "btnBC";
            this.btnBC.Size = new System.Drawing.Size(66, 22);
            this.btnBC.TabIndex = 746;
            this.btnBC.TabStop = false;
            this.btnBC.Text = "手动保存";
            this.btnBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnBC, null);
            this.btnBC.Click += new System.EventHandler(this.btnBC_Click_1);
            // 
            // _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, 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, 1);
            this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
            // 
            // _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(1007, 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, 1);
            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(1007, 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)(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(1007, 0);
            this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
            // 
            // chkAutoSave
            // 
            this.chkAutoSave.AutoSize = true;
            this.chkAutoSave.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.chkAutoSave, null);
            this.chkAutoSave.Enabled = false;
            this.chkAutoSave.Location = new System.Drawing.Point(553, 64);
            this.chkAutoSave.Name = "chkAutoSave";
            this.chkAutoSave.Size = new System.Drawing.Size(78, 16);
            this.chkAutoSave.TabIndex = 49;
            this.chkAutoSave.Text = "自动保存 ";
            this.chkAutoSave.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.chkAutoSave, null);
            this.chkAutoSave.CheckedChanged += new System.EventHandler(this.chkAutoSave_CheckedChanged);
            // 
            // picFDTP
            // 
            this.coreBind.SetDatabasecommand(this.picFDTP, null);
            this.picFDTP.Location = new System.Drawing.Point(167, 138);
            this.picFDTP.Name = "picFDTP";
            this.picFDTP.Size = new System.Drawing.Size(10, 10);
            this.picFDTP.TabIndex = 608;
            this.picFDTP.TabStop = false;
            this.coreBind.SetVerification(this.picFDTP, null);
            this.picFDTP.Visible = false;
            this.picFDTP.DoubleClick += new System.EventHandler(this.picFDTP_DoubleClick);
            this.picFDTP.MouseLeave += new System.EventHandler(this.picFDTP_MouseLeave);
            this.picFDTP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseMove);
            this.picFDTP.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseDown);
            this.picFDTP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseUp);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.tableLayoutPanel1);
            this.coreBind.SetDatabasecommand(this.panel2, null);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 27);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(345, 557);
            this.panel2.TabIndex = 47;
            this.coreBind.SetVerification(this.panel2, null);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.panel12, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel13, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel14, 0, 2);
            this.coreBind.SetDatabasecommand(this.tableLayoutPanel1, null);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(343, 555);
            this.tableLayoutPanel1.TabIndex = 51;
            this.coreBind.SetVerification(this.tableLayoutPanel1, null);
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.panel3);
            this.coreBind.SetDatabasecommand(this.panel12, null);
            this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel12.Location = new System.Drawing.Point(3, 3);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(337, 178);
            this.panel12.TabIndex = 0;
            this.coreBind.SetVerification(this.panel12, null);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.VideoChannel1);
            this.coreBind.SetDatabasecommand(this.panel3, null);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(337, 178);
            this.panel3.TabIndex = 48;
            this.coreBind.SetVerification(this.panel3, null);
            // 
            // VideoChannel1
            // 
            this.VideoChannel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
            this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel1.Name = "VideoChannel1";
            this.VideoChannel1.Size = new System.Drawing.Size(337, 178);
            this.VideoChannel1.TabIndex = 1;
            this.VideoChannel1.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel1, null);
            this.VideoChannel1.DoubleClick += new System.EventHandler(this.VideoChannel1_DoubleClick);
            this.VideoChannel1.Click += new System.EventHandler(this.VideoChannel1_Click);
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.panel4);
            this.coreBind.SetDatabasecommand(this.panel13, null);
            this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel13.Location = new System.Drawing.Point(3, 187);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(337, 179);
            this.panel13.TabIndex = 1;
            this.coreBind.SetVerification(this.panel13, null);
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.VideoChannel2);
            this.coreBind.SetDatabasecommand(this.panel4, null);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(337, 179);
            this.panel4.TabIndex = 49;
            this.coreBind.SetVerification(this.panel4, null);
            // 
            // VideoChannel2
            // 
            this.VideoChannel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
            this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel2.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel2.Name = "VideoChannel2";
            this.VideoChannel2.Size = new System.Drawing.Size(337, 179);
            this.VideoChannel2.TabIndex = 0;
            this.VideoChannel2.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel2, null);
            this.VideoChannel2.DoubleClick += new System.EventHandler(this.VideoChannel2_DoubleClick);
            this.VideoChannel2.Click += new System.EventHandler(this.VideoChannel2_Click);
            // 
            // panel14
            // 
            this.panel14.Controls.Add(this.panel5);
            this.coreBind.SetDatabasecommand(this.panel14, null);
            this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel14.Location = new System.Drawing.Point(3, 372);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(337, 180);
            this.panel14.TabIndex = 2;
            this.coreBind.SetVerification(this.panel14, null);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.VideoChannel3);
            this.panel5.Controls.Add(this.panel7);
            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(337, 180);
            this.panel5.TabIndex = 50;
            this.coreBind.SetVerification(this.panel5, null);
            // 
            // VideoChannel3
            // 
            this.VideoChannel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
            this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel3.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel3.Name = "VideoChannel3";
            this.VideoChannel3.Size = new System.Drawing.Size(337, 180);
            this.VideoChannel3.TabIndex = 0;
            this.VideoChannel3.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel3, null);
            this.VideoChannel3.DoubleClick += new System.EventHandler(this.VideoChannel3_DoubleClick);
            this.VideoChannel3.Click += new System.EventHandler(this.VideoChannel3_Click);
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.groupBox1);
            this.panel7.Controls.Add(this.ultraGroupBox2);
            this.coreBind.SetDatabasecommand(this.panel7, null);
            this.panel7.Location = new System.Drawing.Point(331, 162);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(741, 53);
            this.panel7.TabIndex = 52;
            this.coreBind.SetVerification(this.panel7, null);
            this.panel7.Visible = false;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.groupBox1.Controls.Add(this.txtZL);
            this.groupBox1.Controls.Add(this.label6);
            this.coreBind.SetDatabasecommand(this.groupBox1, null);
            this.groupBox1.Location = new System.Drawing.Point(248, 10);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(200, 37);
            this.groupBox1.TabIndex = 62;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "数据编辑区";
            this.coreBind.SetVerification(this.groupBox1, null);
            // 
            // txtZL
            // 
            this.txtZL.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtZL, null);
            this.txtZL.Font = new System.Drawing.Font("宋体", 11F);
            this.txtZL.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtZL.Location = new System.Drawing.Point(104, 18);
            this.txtZL.MaxLength = 8;
            this.txtZL.Name = "txtZL";
            this.txtZL.ReadOnly = true;
            this.txtZL.Size = new System.Drawing.Size(78, 24);
            this.txtZL.TabIndex = 744;
            this.txtZL.TabStop = false;
            this.coreBind.SetVerification(this.txtZL, null);
            // 
            // label6
            // 
            this.coreBind.SetDatabasecommand(this.label6, null);
            this.label6.Location = new System.Drawing.Point(33, 18);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 24);
            this.label6.TabIndex = 743;
            this.label6.Text = "重量(t)";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label6, null);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox2.Controls.Add(this.panel11);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
            this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGroupBox2.Location = new System.Drawing.Point(0, 137);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(741, 20);
            this.ultraGroupBox2.TabIndex = 61;
            this.ultraGroupBox2.Text = "预报和称重信息";
            this.coreBind.SetVerification(this.ultraGroupBox2, null);
            this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            this.ultraGroupBox2.Visible = false;
            // 
            // panel11
            // 
            this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel11.Controls.Add(this.label18);
            this.panel11.Controls.Add(this.tbx_llastTotalWeight);
            this.panel11.Controls.Add(this.label19);
            this.panel11.Controls.Add(this.tbx_llastBilletCount);
            this.panel11.Controls.Add(this.label20);
            this.panel11.Controls.Add(this.tbx_llastStoveNo);
            this.panel11.Controls.Add(this.label17);
            this.panel11.Controls.Add(this.tbx_lastTotalWeight);
            this.panel11.Controls.Add(this.label16);
            this.panel11.Controls.Add(this.tbx_lastBilletCount);
            this.panel11.Controls.Add(this.label3);
            this.panel11.Controls.Add(this.tbx_lastStoveNo);
            this.panel11.Controls.Add(this.btXF);
            this.panel11.Controls.Add(this.button2);
            this.panel11.Controls.Add(this.btnDS);
            this.panel11.Controls.Add(this.button1);
            this.panel11.Controls.Add(this.button9);
            this.panel11.Controls.Add(this.txtBB);
            this.panel11.Controls.Add(this.txtBC);
            this.panel11.Controls.Add(this.label1);
            this.panel11.Controls.Add(this.cbWLMC);
            this.panel11.Controls.Add(this.label12);
            this.panel11.Controls.Add(this.label4);
            this.panel11.Controls.Add(this.txtDDH);
            this.panel11.Controls.Add(this.cbGZ);
            this.panel11.Controls.Add(this.cbGG);
            this.panel11.Controls.Add(this.cbSHDW);
            this.panel11.Controls.Add(this.txtJLY);
            this.panel11.Controls.Add(this.txtCD);
            this.panel11.Controls.Add(this.txtDDXMH);
            this.panel11.Controls.Add(this.cbFHDW);
            this.panel11.Controls.Add(this.cbLiuX);
            this.panel11.Controls.Add(this.txtJLD);
            this.panel11.Controls.Add(this.label5);
            this.panel11.Controls.Add(this.label7);
            this.panel11.Controls.Add(this.label8);
            this.panel11.Controls.Add(this.label14);
            this.panel11.Controls.Add(this.label15);
            this.panel11.Controls.Add(this.label11);
            this.panel11.Controls.Add(this.label13);
            this.panel11.Controls.Add(this.label10);
            this.panel11.Controls.Add(this.label9);
            this.panel11.Controls.Add(this.label23);
            this.panel11.Controls.Add(this.txtLH);
            this.panel11.Controls.Add(this.label24);
            this.panel11.Controls.Add(this.ultraGroupBox3);
            this.coreBind.SetDatabasecommand(this.panel11, null);
            this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel11.Location = new System.Drawing.Point(3, 24);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(734, 0);
            this.panel11.TabIndex = 46;
            this.coreBind.SetVerification(this.panel11, null);
            // 
            // label18
            // 
            this.coreBind.SetDatabasecommand(this.label18, null);
            this.label18.Location = new System.Drawing.Point(303, 193);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(72, 24);
            this.label18.TabIndex = 736;
            this.label18.Text = "重量";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label18, null);
            // 
            // tbx_llastTotalWeight
            // 
            this.tbx_llastTotalWeight.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_llastTotalWeight, null);
            this.tbx_llastTotalWeight.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_llastTotalWeight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_llastTotalWeight.Location = new System.Drawing.Point(377, 193);
            this.tbx_llastTotalWeight.MaxLength = 9;
            this.tbx_llastTotalWeight.Name = "tbx_llastTotalWeight";
            this.tbx_llastTotalWeight.ReadOnly = true;
            this.tbx_llastTotalWeight.Size = new System.Drawing.Size(68, 24);
            this.tbx_llastTotalWeight.TabIndex = 735;
            this.coreBind.SetVerification(this.tbx_llastTotalWeight, null);
            // 
            // label19
            // 
            this.coreBind.SetDatabasecommand(this.label19, null);
            this.label19.Location = new System.Drawing.Point(169, 193);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(76, 24);
            this.label19.TabIndex = 734;
            this.label19.Text = "条数";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label19, null);
            // 
            // tbx_llastBilletCount
            // 
            this.tbx_llastBilletCount.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_llastBilletCount, null);
            this.tbx_llastBilletCount.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_llastBilletCount.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_llastBilletCount.Location = new System.Drawing.Point(247, 193);
            this.tbx_llastBilletCount.MaxLength = 9;
            this.tbx_llastBilletCount.Name = "tbx_llastBilletCount";
            this.tbx_llastBilletCount.ReadOnly = true;
            this.tbx_llastBilletCount.Size = new System.Drawing.Size(50, 24);
            this.tbx_llastBilletCount.TabIndex = 733;
            this.coreBind.SetVerification(this.tbx_llastBilletCount, null);
            // 
            // label20
            // 
            this.coreBind.SetDatabasecommand(this.label20, null);
            this.label20.Location = new System.Drawing.Point(1, 193);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(67, 24);
            this.label20.TabIndex = 732;
            this.label20.Text = "NO1:炉号";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label20, null);
            // 
            // tbx_llastStoveNo
            // 
            this.tbx_llastStoveNo.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_llastStoveNo, null);
            this.tbx_llastStoveNo.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_llastStoveNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_llastStoveNo.Location = new System.Drawing.Point(69, 193);
            this.tbx_llastStoveNo.MaxLength = 9;
            this.tbx_llastStoveNo.Name = "tbx_llastStoveNo";
            this.tbx_llastStoveNo.ReadOnly = true;
            this.tbx_llastStoveNo.Size = new System.Drawing.Size(94, 24);
            this.tbx_llastStoveNo.TabIndex = 731;
            this.coreBind.SetVerification(this.tbx_llastStoveNo, null);
            // 
            // label17
            // 
            this.coreBind.SetDatabasecommand(this.label17, null);
            this.label17.Location = new System.Drawing.Point(311, 222);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(58, 24);
            this.label17.TabIndex = 730;
            this.label17.Text = "重量";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label17, null);
            // 
            // tbx_lastTotalWeight
            // 
            this.tbx_lastTotalWeight.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_lastTotalWeight, null);
            this.tbx_lastTotalWeight.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lastTotalWeight.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lastTotalWeight.Location = new System.Drawing.Point(377, 222);
            this.tbx_lastTotalWeight.MaxLength = 9;
            this.tbx_lastTotalWeight.Name = "tbx_lastTotalWeight";
            this.tbx_lastTotalWeight.ReadOnly = true;
            this.tbx_lastTotalWeight.Size = new System.Drawing.Size(68, 24);
            this.tbx_lastTotalWeight.TabIndex = 729;
            this.coreBind.SetVerification(this.tbx_lastTotalWeight, null);
            // 
            // label16
            // 
            this.coreBind.SetDatabasecommand(this.label16, null);
            this.label16.Location = new System.Drawing.Point(179, 222);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(58, 24);
            this.label16.TabIndex = 728;
            this.label16.Text = "条数";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label16, null);
            // 
            // tbx_lastBilletCount
            // 
            this.tbx_lastBilletCount.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_lastBilletCount, null);
            this.tbx_lastBilletCount.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lastBilletCount.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lastBilletCount.Location = new System.Drawing.Point(247, 222);
            this.tbx_lastBilletCount.MaxLength = 9;
            this.tbx_lastBilletCount.Name = "tbx_lastBilletCount";
            this.tbx_lastBilletCount.ReadOnly = true;
            this.tbx_lastBilletCount.Size = new System.Drawing.Size(50, 24);
            this.tbx_lastBilletCount.TabIndex = 727;
            this.coreBind.SetVerification(this.tbx_lastBilletCount, null);
            // 
            // label3
            // 
            this.coreBind.SetDatabasecommand(this.label3, null);
            this.label3.Location = new System.Drawing.Point(3, 222);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(64, 24);
            this.label3.TabIndex = 726;
            this.label3.Text = "NO2:炉号";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label3, null);
            // 
            // tbx_lastStoveNo
            // 
            this.tbx_lastStoveNo.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.tbx_lastStoveNo, null);
            this.tbx_lastStoveNo.Font = new System.Drawing.Font("宋体", 11F);
            this.tbx_lastStoveNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbx_lastStoveNo.Location = new System.Drawing.Point(69, 222);
            this.tbx_lastStoveNo.MaxLength = 9;
            this.tbx_lastStoveNo.Name = "tbx_lastStoveNo";
            this.tbx_lastStoveNo.ReadOnly = true;
            this.tbx_lastStoveNo.Size = new System.Drawing.Size(94, 24);
            this.tbx_lastStoveNo.TabIndex = 725;
            this.coreBind.SetVerification(this.tbx_lastStoveNo, null);
            // 
            // btXF
            // 
            this.btXF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btXF, null);
            this.btXF.Location = new System.Drawing.Point(435, 257);
            this.btXF.Name = "btXF";
            this.btXF.Size = new System.Drawing.Size(30, 19);
            this.btXF.TabIndex = 723;
            this.btXF.TabStop = false;
            this.btXF.Text = "修 改";
            this.btXF.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btXF, null);
            this.btXF.Visible = false;
            this.btXF.Click += new System.EventHandler(this.btXF_Click);
            // 
            // button2
            // 
            this.coreBind.SetDatabasecommand(this.button2, null);
            this.button2.Location = new System.Drawing.Point(507, 107);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(23, 20);
            this.button2.TabIndex = 722;
            this.button2.Tag = "Receiver";
            this.button2.Text = "...";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button2.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button2, null);
            this.button2.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnDS
            // 
            this.btnDS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnDS, null);
            this.btnDS.Location = new System.Drawing.Point(380, 257);
            this.btnDS.Name = "btnDS";
            this.btnDS.Size = new System.Drawing.Size(49, 21);
            this.btnDS.TabIndex = 15;
            this.btnDS.TabStop = false;
            this.btnDS.Text = "读数";
            this.btnDS.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnDS, null);
            this.btnDS.Visible = false;
            this.btnDS.Click += new System.EventHandler(this.btnDS_Click);
            // 
            // button1
            // 
            this.coreBind.SetDatabasecommand(this.button1, null);
            this.button1.Location = new System.Drawing.Point(221, 111);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(23, 20);
            this.button1.TabIndex = 721;
            this.button1.Tag = "Sender";
            this.button1.Text = "...";
            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button1.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button1, null);
            this.button1.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // button9
            // 
            this.coreBind.SetDatabasecommand(this.button9, null);
            this.button9.Location = new System.Drawing.Point(221, 32);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(23, 20);
            this.button9.TabIndex = 720;
            this.button9.Tag = "Material";
            this.button9.Text = "...";
            this.button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button9.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button9, null);
            this.button9.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // txtBB
            // 
            this.txtBB.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBB, null);
            this.txtBB.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBB.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBB.Location = new System.Drawing.Point(171, 160);
            this.txtBB.MaxLength = 8;
            this.txtBB.Name = "txtBB";
            this.txtBB.ReadOnly = true;
            this.txtBB.Size = new System.Drawing.Size(50, 24);
            this.txtBB.TabIndex = 13;
            this.txtBB.TabStop = false;
            this.coreBind.SetVerification(this.txtBB, null);
            // 
            // txtBC
            // 
            this.txtBC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBC, null);
            this.txtBC.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBC.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBC.Location = new System.Drawing.Point(80, 160);
            this.txtBC.MaxLength = 8;
            this.txtBC.Name = "txtBC";
            this.txtBC.ReadOnly = true;
            this.txtBC.Size = new System.Drawing.Size(50, 24);
            this.txtBC.TabIndex = 12;
            this.txtBC.TabStop = false;
            this.coreBind.SetVerification(this.txtBC, null);
            // 
            // label1
            // 
            this.coreBind.SetDatabasecommand(this.label1, null);
            this.label1.Location = new System.Drawing.Point(130, 161);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 24);
            this.label1.TabIndex = 24;
            this.label1.Text = "班别";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label1, null);
            // 
            // cbWLMC
            // 
            this.coreBind.SetDatabasecommand(this.cbWLMC, null);
            this.cbWLMC.FormattingEnabled = true;
            this.cbWLMC.Location = new System.Drawing.Point(80, 28);
            this.cbWLMC.Name = "cbWLMC";
            this.cbWLMC.Size = new System.Drawing.Size(141, 25);
            this.cbWLMC.TabIndex = 2;
            this.coreBind.SetVerification(this.cbWLMC, null);
            this.cbWLMC.SelectedIndexChanged += new System.EventHandler(this.cbWLMC_SelectedIndexChanged);
            // 
            // label12
            // 
            this.coreBind.SetDatabasecommand(this.label12, null);
            this.label12.Location = new System.Drawing.Point(9, 33);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(58, 24);
            this.label12.TabIndex = 27;
            this.label12.Text = "物料名称";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label12, null);
            // 
            // label4
            // 
            this.coreBind.SetDatabasecommand(this.label4, null);
            this.label4.Location = new System.Drawing.Point(275, 4);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(71, 24);
            this.label4.TabIndex = 36;
            this.label4.Text = "订单号";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label4, null);
            // 
            // txtDDH
            // 
            this.txtDDH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDDH, null);
            this.txtDDH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtDDH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDDH.Location = new System.Drawing.Point(360, 3);
            this.txtDDH.MaxLength = 12;
            this.txtDDH.Name = "txtDDH";
            this.txtDDH.Size = new System.Drawing.Size(141, 24);
            this.txtDDH.TabIndex = 1;
            this.coreBind.SetVerification(this.txtDDH, null);
            this.txtDDH.Leave += new System.EventHandler(this.txtDDH_Leave);
            // 
            // cbGZ
            // 
            this.coreBind.SetDatabasecommand(this.cbGZ, null);
            this.cbGZ.FormattingEnabled = true;
            this.cbGZ.Location = new System.Drawing.Point(80, 55);
            this.cbGZ.Name = "cbGZ";
            this.cbGZ.Size = new System.Drawing.Size(141, 25);
            this.cbGZ.TabIndex = 4;
            this.coreBind.SetVerification(this.cbGZ, null);
            // 
            // cbGG
            // 
            this.coreBind.SetDatabasecommand(this.cbGG, null);
            this.cbGG.FormattingEnabled = true;
            this.cbGG.Location = new System.Drawing.Point(360, 53);
            this.cbGG.Name = "cbGG";
            this.cbGG.Size = new System.Drawing.Size(141, 25);
            this.cbGG.TabIndex = 5;
            this.coreBind.SetVerification(this.cbGG, null);
            // 
            // cbSHDW
            // 
            this.coreBind.SetDatabasecommand(this.cbSHDW, null);
            this.cbSHDW.FormattingEnabled = true;
            this.cbSHDW.Location = new System.Drawing.Point(360, 105);
            this.cbSHDW.Name = "cbSHDW";
            this.cbSHDW.Size = new System.Drawing.Size(141, 25);
            this.cbSHDW.TabIndex = 9;
            this.cbSHDW.Tag = "Receiver";
            this.coreBind.SetVerification(this.cbSHDW, null);
            this.cbSHDW.SelectedIndexChanged += new System.EventHandler(this.cbSHDW_SelectedIndexChanged);
            // 
            // txtJLY
            // 
            this.txtJLY.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLY, null);
            this.txtJLY.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLY.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLY.Location = new System.Drawing.Point(360, 132);
            this.txtJLY.MaxLength = 8;
            this.txtJLY.Name = "txtJLY";
            this.txtJLY.ReadOnly = true;
            this.txtJLY.Size = new System.Drawing.Size(141, 24);
            this.txtJLY.TabIndex = 11;
            this.txtJLY.TabStop = false;
            this.coreBind.SetVerification(this.txtJLY, null);
            // 
            // txtCD
            // 
            this.txtCD.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtCD, null);
            this.txtCD.Font = new System.Drawing.Font("宋体", 11F);
            this.txtCD.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtCD.Location = new System.Drawing.Point(360, 79);
            this.txtCD.MaxLength = 8;
            this.txtCD.Name = "txtCD";
            this.txtCD.Size = new System.Drawing.Size(141, 24);
            this.txtCD.TabIndex = 7;
            this.coreBind.SetVerification(this.txtCD, null);
            // 
            // txtDDXMH
            // 
            this.txtDDXMH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDDXMH, null);
            this.txtDDXMH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtDDXMH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDDXMH.Location = new System.Drawing.Point(360, 28);
            this.txtDDXMH.MaxLength = 4;
            this.txtDDXMH.Name = "txtDDXMH";
            this.txtDDXMH.Size = new System.Drawing.Size(141, 24);
            this.txtDDXMH.TabIndex = 3;
            this.coreBind.SetVerification(this.txtDDXMH, null);
            // 
            // cbFHDW
            // 
            this.coreBind.SetDatabasecommand(this.cbFHDW, null);
            this.cbFHDW.FormattingEnabled = true;
            this.cbFHDW.Location = new System.Drawing.Point(80, 109);
            this.cbFHDW.Name = "cbFHDW";
            this.cbFHDW.Size = new System.Drawing.Size(141, 25);
            this.cbFHDW.TabIndex = 8;
            this.coreBind.SetVerification(this.cbFHDW, null);
            this.cbFHDW.SelectedIndexChanged += new System.EventHandler(this.cbFHDW_SelectedIndexChanged);
            // 
            // cbLiuX
            // 
            this.cbLiuX.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbLiuX.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.cbLiuX, null);
            this.cbLiuX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLiuX.FormattingEnabled = true;
            this.cbLiuX.Location = new System.Drawing.Point(80, 82);
            this.cbLiuX.Name = "cbLiuX";
            this.cbLiuX.Size = new System.Drawing.Size(141, 25);
            this.cbLiuX.TabIndex = 6;
            this.coreBind.SetVerification(this.cbLiuX, null);
            // 
            // txtJLD
            // 
            this.txtJLD.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLD, null);
            this.txtJLD.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLD.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLD.Location = new System.Drawing.Point(80, 135);
            this.txtJLD.MaxLength = 8;
            this.txtJLD.Name = "txtJLD";
            this.txtJLD.ReadOnly = true;
            this.txtJLD.Size = new System.Drawing.Size(141, 24);
            this.txtJLD.TabIndex = 10;
            this.txtJLD.TabStop = false;
            this.coreBind.SetVerification(this.txtJLD, null);
            // 
            // label5
            // 
            this.coreBind.SetDatabasecommand(this.label5, null);
            this.label5.Location = new System.Drawing.Point(14, 160);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 24);
            this.label5.TabIndex = 37;
            this.label5.Text = "班次";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label5, null);
            // 
            // label7
            // 
            this.coreBind.SetDatabasecommand(this.label7, null);
            this.label7.Location = new System.Drawing.Point(279, 131);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(67, 24);
            this.label7.TabIndex = 39;
            this.label7.Text = "计量员";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label7, null);
            // 
            // label8
            // 
            this.coreBind.SetDatabasecommand(this.label8, null);
            this.label8.Location = new System.Drawing.Point(11, 136);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 24);
            this.label8.TabIndex = 40;
            this.label8.Text = "计量点";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label8, null);
            // 
            // label14
            // 
            this.coreBind.SetDatabasecommand(this.label14, null);
            this.label14.Location = new System.Drawing.Point(268, 106);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(91, 24);
            this.label14.TabIndex = 29;
            this.label14.Text = "收货单位";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label14, null);
            // 
            // label15
            // 
            this.coreBind.SetDatabasecommand(this.label15, null);
            this.label15.Location = new System.Drawing.Point(0, 112);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(82, 24);
            this.label15.TabIndex = 30;
            this.label15.Text = "发货单位";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label15, null);
            // 
            // label11
            // 
            this.coreBind.SetDatabasecommand(this.label11, null);
            this.label11.Location = new System.Drawing.Point(11, 84);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(56, 24);
            this.label11.TabIndex = 26;
            this.label11.Text = "流向";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label11, null);
            // 
            // label13
            // 
            this.coreBind.SetDatabasecommand(this.label13, null);
            this.label13.Location = new System.Drawing.Point(277, 55);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(69, 24);
            this.label13.TabIndex = 28;
            this.label13.Text = "规格";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label13, null);
            // 
            // label10
            // 
            this.coreBind.SetDatabasecommand(this.label10, null);
            this.label10.Location = new System.Drawing.Point(9, 58);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(58, 24);
            this.label10.TabIndex = 25;
            this.label10.Text = "钢种";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label10, null);
            // 
            // label9
            // 
            this.coreBind.SetDatabasecommand(this.label9, null);
            this.label9.Location = new System.Drawing.Point(275, 32);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(71, 24);
            this.label9.TabIndex = 41;
            this.label9.Text = "订单项目号";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label9, null);
            // 
            // label23
            // 
            this.coreBind.SetDatabasecommand(this.label23, null);
            this.label23.Location = new System.Drawing.Point(9, 5);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(58, 24);
            this.label23.TabIndex = 33;
            this.label23.Text = "炉号";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label23, null);
            // 
            // txtLH
            // 
            this.txtLH.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtLH, null);
            this.txtLH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH.Location = new System.Drawing.Point(80, 3);
            this.txtLH.MaxLength = 9;
            this.txtLH.Name = "txtLH";
            this.txtLH.Size = new System.Drawing.Size(141, 24);
            this.txtLH.TabIndex = 0;
            this.coreBind.SetVerification(this.txtLH, null);
            this.txtLH.Leave += new System.EventHandler(this.txtLH_Leave);
            this.txtLH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLH_KeyPress);
            // 
            // label24
            // 
            this.coreBind.SetDatabasecommand(this.label24, null);
            this.label24.Location = new System.Drawing.Point(277, 82);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(69, 24);
            this.label24.TabIndex = 34;
            this.label24.Text = "长度";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label24, null);
            // 
            // ultraGroupBox3
            // 
            this.ultraGroupBox3.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox3.Controls.Add(this.ultraGrid2);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
            this.ultraGroupBox3.Location = new System.Drawing.Point(534, 156);
            this.ultraGroupBox3.Name = "ultraGroupBox3";
            this.ultraGroupBox3.Size = new System.Drawing.Size(182, 22);
            this.ultraGroupBox3.TabIndex = 60;
            this.ultraGroupBox3.Text = "计量点信息";
            this.coreBind.SetVerification(this.ultraGroupBox3, null);
            this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            this.ultraGroupBox3.Visible = false;
            // 
            // ultraGrid2
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
            this.ultraGrid2.DataMember = "计量点基础表";
            this.ultraGrid2.DataSource = this.dataSet1;
            appearance2.BackColor = System.Drawing.Color.White;
            appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid2.DisplayLayout.Appearance = appearance2;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn5.Header.VisiblePosition = 1;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn6.Header.VisiblePosition = 2;
            ultraGridColumn6.Width = 118;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.Header.VisiblePosition = 0;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn7.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn7.Width = 45;
            ultraGridColumn8.Header.VisiblePosition = 3;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn9.Header.VisiblePosition = 4;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn10.Header.VisiblePosition = 5;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn11.Header.VisiblePosition = 6;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn12.Header.VisiblePosition = 7;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn13.Header.VisiblePosition = 8;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn14.Header.VisiblePosition = 9;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn15.Header.VisiblePosition = 10;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn16.Header.VisiblePosition = 11;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn17.Header.VisiblePosition = 12;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn18.Header.VisiblePosition = 13;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn19.Header.VisiblePosition = 14;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.Header.VisiblePosition = 15;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.Header.VisiblePosition = 16;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.Header.VisiblePosition = 17;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn23.Header.VisiblePosition = 18;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn24.Header.VisiblePosition = 19;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn25.Header.VisiblePosition = 20;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn26.Header.VisiblePosition = 21;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn27.Header.VisiblePosition = 22;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn28.Header.VisiblePosition = 23;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn29.Header.VisiblePosition = 24;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn30.Header.VisiblePosition = 25;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn31.Header.VisiblePosition = 26;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn32.Header.VisiblePosition = 27;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.Header.VisiblePosition = 28;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn34.Header.VisiblePosition = 29;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn35.Header.VisiblePosition = 30;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn36.Header.VisiblePosition = 31;
            ultraGridColumn36.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            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});
            this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance8;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance9.BackColor2 = System.Drawing.Color.White;
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance9.FontData.SizeInPoints = 11F;
            appearance9.FontData.UnderlineAsString = "False";
            appearance9.ForeColor = System.Drawing.Color.Black;
            appearance9.TextHAlignAsString = "Center";
            appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance9;
            appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance10;
            appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance11;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance12.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance12;
            this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            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(3, 26);
            this.ultraGrid2.Name = "ultraGrid2";
            this.ultraGrid2.Size = new System.Drawing.Size(175, 0);
            this.ultraGrid2.TabIndex = 62;
            this.ultraGrid2.TabStop = false;
            this.coreBind.SetVerification(this.ultraGrid2, null);
            this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
            // 
            // ultraGroupBox4
            // 
            this.ultraGroupBox4.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox4.Controls.Add(this.ultraGrid5);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
            this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(428, 458);
            this.ultraGroupBox4.TabIndex = 63;
            this.ultraGroupBox4.Text = "未完炉预报信息";
            this.coreBind.SetVerification(this.ultraGroupBox4, null);
            this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // ultraGrid5
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
            this.ultraGrid5.DataMember = "预报表";
            this.ultraGrid5.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.ultraGrid5.DisplayLayout.Appearance = appearance1;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn37.Header.VisiblePosition = 0;
            ultraGridColumn37.Width = 105;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn38.Header.VisiblePosition = 3;
            ultraGridColumn38.Width = 83;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn39.Header.VisiblePosition = 4;
            ultraGridColumn39.Width = 78;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn40.Header.VisiblePosition = 5;
            ultraGridColumn40.Width = 63;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn41.Header.VisiblePosition = 1;
            ultraGridColumn41.Width = 73;
            ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn42.Header.VisiblePosition = 6;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn43.Header.VisiblePosition = 7;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn44.Header.VisiblePosition = 12;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn45.Header.VisiblePosition = 11;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn46.Header.VisiblePosition = 10;
            ultraGridColumn46.Hidden = true;
            ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn47.Header.VisiblePosition = 2;
            ultraGridColumn47.Hidden = true;
            ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn48.Header.VisiblePosition = 8;
            ultraGridColumn48.Hidden = true;
            ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn49.Header.VisiblePosition = 9;
            ultraGridColumn49.Hidden = true;
            ultraGridColumn50.Header.VisiblePosition = 13;
            ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50});
            ultraGridBand3.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
            summarySettings1.DisplayFormat = "合计{0}炉";
            summarySettings1.GroupBySummaryValueAppearance = appearance24;
            summarySettings2.DisplayFormat = "{0}块";
            summarySettings2.GroupBySummaryValueAppearance = appearance28;
            ultraGridBand3.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
            summarySettings1,
            summarySettings2});
            this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance7;
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance19.BackColor2 = System.Drawing.Color.White;
            appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance19.FontData.SizeInPoints = 11F;
            appearance19.ForeColor = System.Drawing.Color.Black;
            appearance19.TextHAlignAsString = "Center";
            appearance19.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance19;
            appearance20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance20;
            appearance22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance22.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance22;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance27.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance27.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance27;
            this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid5.Location = new System.Drawing.Point(3, 25);
            this.ultraGrid5.Name = "ultraGrid5";
            this.ultraGrid5.Size = new System.Drawing.Size(421, 430);
            this.ultraGrid5.TabIndex = 61;
            this.ultraGrid5.TabStop = false;
            this.coreBind.SetVerification(this.ultraGrid5, null);
            this.ultraGrid5.Click += new System.EventHandler(this.ultraGrid5_Click);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 12F, 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(234, 458);
            this.ultraGroupBox1.TabIndex = 64;
            this.ultraGroupBox1.Text = "计量称重信息";
            this.coreBind.SetVerification(this.ultraGroupBox1, null);
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // ultraGrid1
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
            this.ultraGrid1.DataMember = "辊道计量从表";
            this.ultraGrid1.DataSource = this.dataSet1;
            appearance33.BackColor = System.Drawing.Color.White;
            appearance33.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid1.DisplayLayout.Appearance = appearance33;
            ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn51.Header.VisiblePosition = 0;
            ultraGridColumn51.RowLayoutColumnInfo.OriginX = 0;
            ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
            ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(98, 0);
            ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
            ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
            ultraGridColumn51.Width = 94;
            ultraGridColumn52.Header.VisiblePosition = 1;
            ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
            ultraGridColumn53.Header.VisiblePosition = 2;
            ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn54.Header.VisiblePosition = 4;
            ultraGridColumn54.RowLayoutColumnInfo.OriginX = 12;
            ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
            ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
            ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
            ultraGridColumn54.Width = 135;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn55.Header.VisiblePosition = 3;
            ultraGridColumn55.RowLayoutColumnInfo.OriginX = 6;
            ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
            ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
            ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
            ultraGridColumn55.Width = 50;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn56.Header.VisiblePosition = 6;
            ultraGridColumn56.RowLayoutColumnInfo.OriginX = 8;
            ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
            ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
            ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
            ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn57.Header.VisiblePosition = 5;
            ultraGridColumn57.RowLayoutColumnInfo.OriginX = 10;
            ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
            ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
            ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
            ultraGridColumn57.Width = 60;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57});
            ultraGridBand4.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            ultraGridBand4.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
            summarySettings3.DisplayFormat = "合计{0}条";
            summarySettings3.GroupBySummaryValueAppearance = appearance29;
            ultraGridBand4.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
            summarySettings3});
            this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
            appearance43.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance43;
            appearance44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance44.BackColor2 = System.Drawing.Color.White;
            appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance44.FontData.SizeInPoints = 11F;
            appearance44.ForeColor = System.Drawing.Color.Black;
            appearance44.TextHAlignAsString = "Center";
            appearance44.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance44;
            appearance45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance45;
            appearance46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance46.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance46;
            this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance47.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance47.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance47;
            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("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid1.Location = new System.Drawing.Point(3, 25);
            this.ultraGrid1.Name = "ultraGrid1";
            this.ultraGrid1.Size = new System.Drawing.Size(227, 430);
            this.ultraGrid1.TabIndex = 61;
            this.ultraGrid1.TabStop = false;
            this.coreBind.SetVerification(this.ultraGrid1, null);
            this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
            // 
            // panel6
            // 
            this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel6.Controls.Add(this.btnQL);
            this.panel6.Controls.Add(this.txtXSZL);
            this.panel6.Controls.Add(this.chkAutoSave);
            this.panel6.Controls.Add(this.ultraLabel1);
            this.panel6.Controls.Add(this.ultraLabel3);
            this.panel6.Controls.Add(this.ultraTextEditor5);
            this.panel6.Controls.Add(this.ultraLabel7);
            this.panel6.Controls.Add(this.ultraTextEditor3);
            this.panel6.Controls.Add(this.ultraLabel2);
            this.panel6.Controls.Add(this.ultraOptionSet1);
            this.panel6.Controls.Add(this.btChanShift);
            this.panel6.Controls.Add(this.ultraLabel4);
            this.panel6.Controls.Add(this.lbWD);
            this.panel6.Controls.Add(this.lbYS);
            this.panel6.Controls.Add(this.label2);
            this.coreBind.SetDatabasecommand(this.panel6, null);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel6.Location = new System.Drawing.Point(345, 27);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(662, 99);
            this.panel6.TabIndex = 51;
            this.coreBind.SetVerification(this.panel6, null);
            // 
            // btnQL
            // 
            this.btnQL.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.coreBind.SetDatabasecommand(this.btnQL, null);
            this.btnQL.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnQL.Location = new System.Drawing.Point(431, 53);
            this.btnQL.Name = "btnQL";
            this.btnQL.Size = new System.Drawing.Size(93, 28);
            this.btnQL.TabIndex = 753;
            this.btnQL.Text = "清零";
            this.btnQL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQL, null);
            this.btnQL.Click += new System.EventHandler(this.btnQL_Click_1);
            // 
            // txtXSZL
            // 
            this.txtXSZL.BackColor = System.Drawing.Color.Transparent;
            this.txtXSZL.BackColor_1 = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.BackColor_2 = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.BevelRate = 0.5F;
            this.txtXSZL.CornerRadius = 6;
            this.coreBind.SetDatabasecommand(this.txtXSZL, null);
            this.txtXSZL.FadedColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.txtXSZL.ForeColor = System.Drawing.Color.Green;
            this.txtXSZL.HighlightOpaque = ((byte)(50));
            this.txtXSZL.Location = new System.Drawing.Point(73, 15);
            this.txtXSZL.Name = "txtXSZL";
            this.txtXSZL.Size = new System.Drawing.Size(258, 71);
            this.txtXSZL.TabIndex = 752;
            this.txtXSZL.Text = "0.000";
            this.txtXSZL.TextAlignment = LxControl.LxLedControl.Alignment.Right;
            this.txtXSZL.TotalCharCount = 7;
            this.coreBind.SetVerification(this.txtXSZL, null);
            // 
            // ultraLabel1
            // 
            appearance26.BackColor = System.Drawing.Color.LightBlue;
            appearance26.TextHAlignAsString = "Center";
            appearance26.TextVAlignAsString = "Middle";
            this.ultraLabel1.Appearance = appearance26;
            this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
            this.ultraLabel1.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraLabel1.Location = new System.Drawing.Point(907, 15);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(28, 28);
            this.ultraLabel1.TabIndex = 751;
            this.ultraLabel1.Text = "块";
            this.coreBind.SetVerification(this.ultraLabel1, null);
            // 
            // ultraLabel3
            // 
            appearance23.BackColor = System.Drawing.Color.LightBlue;
            appearance23.TextHAlignAsString = "Center";
            appearance23.TextVAlignAsString = "Middle";
            this.ultraLabel3.Appearance = appearance23;
            this.coreBind.SetDatabasecommand(this.ultraLabel3, null);
            this.ultraLabel3.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraLabel3.Location = new System.Drawing.Point(906, 53);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(28, 28);
            this.ultraLabel3.TabIndex = 750;
            this.ultraLabel3.Text = "吨";
            this.coreBind.SetVerification(this.ultraLabel3, null);
            // 
            // ultraTextEditor5
            // 
            appearance5.BorderColor = System.Drawing.Color.Black;
            this.ultraTextEditor5.Appearance = appearance5;
            this.ultraTextEditor5.AutoSize = false;
            this.coreBind.SetDatabasecommand(this.ultraTextEditor5, null);
            this.ultraTextEditor5.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
            this.ultraTextEditor5.Enabled = false;
            this.ultraTextEditor5.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraTextEditor5.Location = new System.Drawing.Point(813, 15);
            this.ultraTextEditor5.MaxLength = 7;
            this.ultraTextEditor5.Name = "ultraTextEditor5";
            this.ultraTextEditor5.Size = new System.Drawing.Size(93, 28);
            this.ultraTextEditor5.TabIndex = 749;
            this.coreBind.SetVerification(this.ultraTextEditor5, null);
            // 
            // ultraLabel7
            // 
            appearance39.BackColor = System.Drawing.Color.LightBlue;
            appearance39.TextHAlignAsString = "Center";
            appearance39.TextVAlignAsString = "Middle";
            this.ultraLabel7.Appearance = appearance39;
            this.coreBind.SetDatabasecommand(this.ultraLabel7, null);
            this.ultraLabel7.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraLabel7.Location = new System.Drawing.Point(729, 15);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(85, 28);
            this.ultraLabel7.TabIndex = 748;
            this.ultraLabel7.Text = "累计块数";
            this.coreBind.SetVerification(this.ultraLabel7, null);
            // 
            // ultraTextEditor3
            // 
            appearance21.BorderColor = System.Drawing.Color.Black;
            this.ultraTextEditor3.Appearance = appearance21;
            this.ultraTextEditor3.AutoSize = false;
            this.coreBind.SetDatabasecommand(this.ultraTextEditor3, null);
            this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
            this.ultraTextEditor3.Enabled = false;
            this.ultraTextEditor3.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraTextEditor3.Location = new System.Drawing.Point(813, 53);
            this.ultraTextEditor3.MaxLength = 10;
            this.ultraTextEditor3.Name = "ultraTextEditor3";
            this.ultraTextEditor3.Size = new System.Drawing.Size(93, 28);
            this.ultraTextEditor3.TabIndex = 747;
            this.coreBind.SetVerification(this.ultraTextEditor3, null);
            // 
            // ultraLabel2
            // 
            appearance40.BackColor = System.Drawing.Color.LightBlue;
            appearance40.TextHAlignAsString = "Center";
            appearance40.TextVAlignAsString = "Middle";
            this.ultraLabel2.Appearance = appearance40;
            this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
            this.ultraLabel2.Font = new System.Drawing.Font("宋体", 14F);
            this.ultraLabel2.Location = new System.Drawing.Point(729, 53);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(85, 28);
            this.ultraLabel2.TabIndex = 746;
            this.ultraLabel2.Text = "累计重量";
            this.coreBind.SetVerification(this.ultraLabel2, null);
            // 
            // ultraOptionSet1
            // 
            appearance3.FontData.SizeInPoints = 14F;
            this.ultraOptionSet1.Appearance = appearance3;
            this.ultraOptionSet1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.coreBind.SetDatabasecommand(this.ultraOptionSet1, null);
            valueListItem1.DataValue = "1";
            valueListItem1.DisplayText = "中宽带";
            this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1});
            this.ultraOptionSet1.Location = new System.Drawing.Point(646, 17);
            this.ultraOptionSet1.Name = "ultraOptionSet1";
            this.ultraOptionSet1.Size = new System.Drawing.Size(81, 23);
            this.ultraOptionSet1.TabIndex = 95;
            this.coreBind.SetVerification(this.ultraOptionSet1, null);
            this.ultraOptionSet1.ValueChanged += new System.EventHandler(this.ultraOptionSet1_ValueChanged);
            // 
            // btChanShift
            // 
            this.btChanShift.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.coreBind.SetDatabasecommand(this.btChanShift, null);
            this.btChanShift.Location = new System.Drawing.Point(647, 52);
            this.btChanShift.Name = "btChanShift";
            this.btChanShift.Size = new System.Drawing.Size(62, 28);
            this.btChanShift.TabIndex = 745;
            this.btChanShift.TabStop = false;
            this.btChanShift.Text = "换 班";
            this.btChanShift.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btChanShift, null);
            this.btChanShift.Click += new System.EventHandler(this.btChanShift_Click_1);
            // 
            // ultraLabel4
            // 
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance6.TextHAlignAsString = "Center";
            appearance6.TextVAlignAsString = "Middle";
            this.ultraLabel4.Appearance = appearance6;
            this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
            this.ultraLabel4.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraLabel4.Location = new System.Drawing.Point(565, 19);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(67, 21);
            this.ultraLabel4.TabIndex = 96;
            this.ultraLabel4.Text = "计量点";
            this.coreBind.SetVerification(this.ultraLabel4, null);
            // 
            // lbWD
            // 
            this.lbWD.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.lbWD, null);
            this.lbWD.Font = new System.Drawing.Font("宋体", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbWD.Location = new System.Drawing.Point(465, 17);
            this.lbWD.Name = "lbWD";
            this.lbWD.Size = new System.Drawing.Size(58, 23);
            this.lbWD.TabIndex = 93;
            this.lbWD.Text = "稳定";
            this.coreBind.SetVerification(this.lbWD, null);
            // 
            // lbYS
            // 
            this.coreBind.SetDatabasecommand(this.lbYS, null);
            this.lbYS.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbYS.ForeColor = System.Drawing.Color.Lime;
            this.lbYS.Location = new System.Drawing.Point(424, 14);
            this.lbYS.Name = "lbYS";
            this.lbYS.Size = new System.Drawing.Size(30, 28);
            this.lbYS.TabIndex = 94;
            this.lbYS.Text = "●";
            this.coreBind.SetVerification(this.lbYS, null);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.coreBind.SetDatabasecommand(this.label2, null);
            this.label2.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(337, 22);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 56);
            this.label2.TabIndex = 32;
            this.label2.Text = "吨";
            this.coreBind.SetVerification(this.label2, null);
            // 
            // BilletInfo_Fill_Panel
            // 
            this.BilletInfo_Fill_Panel.Controls.Add(this.panel8);
            this.BilletInfo_Fill_Panel.Controls.Add(this.panel6);
            this.BilletInfo_Fill_Panel.Controls.Add(this.panel2);
            this.BilletInfo_Fill_Panel.Controls.Add(this.panel1);
            this.BilletInfo_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.coreBind.SetDatabasecommand(this.BilletInfo_Fill_Panel, null);
            this.BilletInfo_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BilletInfo_Fill_Panel.Location = new System.Drawing.Point(0, 0);
            this.BilletInfo_Fill_Panel.Name = "BilletInfo_Fill_Panel";
            this.BilletInfo_Fill_Panel.Size = new System.Drawing.Size(1007, 584);
            this.BilletInfo_Fill_Panel.TabIndex = 0;
            this.coreBind.SetVerification(this.BilletInfo_Fill_Panel, null);
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.panel10);
            this.panel8.Controls.Add(this.panel9);
            this.coreBind.SetDatabasecommand(this.panel8, null);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(345, 126);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(662, 458);
            this.panel8.TabIndex = 53;
            this.coreBind.SetVerification(this.panel8, null);
            // 
            // panel10
            // 
            this.panel10.AutoScroll = true;
            this.panel10.Controls.Add(this.ultraGroupBox1);
            this.coreBind.SetDatabasecommand(this.panel10, null);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel10.Location = new System.Drawing.Point(428, 0);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(234, 458);
            this.panel10.TabIndex = 1;
            this.coreBind.SetVerification(this.panel10, null);
            // 
            // panel9
            // 
            this.panel9.Controls.Add(this.ultraGroupBox4);
            this.coreBind.SetDatabasecommand(this.panel9, null);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(428, 458);
            this.panel9.TabIndex = 0;
            this.coreBind.SetVerification(this.panel9, null);
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            dockAreaPane1.DockedBefore = new System.Guid("be8b4e0c-9178-4069-8244-a71509396517");
            dockableControlPane1.Control = this.panelYYBF;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(108, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(5, 114, 200, 100);
            dockableControlPane1.Pinned = false;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "语音播报";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(95, 612);
            dockableControlPane2.Closed = true;
            dockableControlPane2.Control = this.panelSPKZ;
            dockableControlPane2.FlyoutSize = new System.Drawing.Size(139, -1);
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(267, 63, 200, 100);
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            dockableControlPane2.Text = "视频控制";
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(95, 612);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2});
            this.ultraDockManager1.HostControl = this;
            this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _FrmBaseUnpinnedTabAreaLeft
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaLeft, null);
            this._FrmBaseUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._FrmBaseUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._FrmBaseUnpinnedTabAreaLeft.Name = "_FrmBaseUnpinnedTabAreaLeft";
            this._FrmBaseUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._FrmBaseUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 584);
            this._FrmBaseUnpinnedTabAreaLeft.TabIndex = 609;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaLeft, null);
            // 
            // _FrmBaseUnpinnedTabAreaRight
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaRight, null);
            this._FrmBaseUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._FrmBaseUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
            this._FrmBaseUnpinnedTabAreaRight.Name = "_FrmBaseUnpinnedTabAreaRight";
            this._FrmBaseUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._FrmBaseUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 584);
            this._FrmBaseUnpinnedTabAreaRight.TabIndex = 610;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaRight, null);
            // 
            // _FrmBaseUnpinnedTabAreaTop
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaTop, null);
            this._FrmBaseUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._FrmBaseUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._FrmBaseUnpinnedTabAreaTop.Name = "_FrmBaseUnpinnedTabAreaTop";
            this._FrmBaseUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._FrmBaseUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
            this._FrmBaseUnpinnedTabAreaTop.TabIndex = 611;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaTop, null);
            // 
            // _FrmBaseUnpinnedTabAreaBottom
            // 
            this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaBottom, null);
            this._FrmBaseUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._FrmBaseUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 584);
            this._FrmBaseUnpinnedTabAreaBottom.Name = "_FrmBaseUnpinnedTabAreaBottom";
            this._FrmBaseUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._FrmBaseUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
            this._FrmBaseUnpinnedTabAreaBottom.TabIndex = 612;
            this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaBottom, null);
            // 
            // _FrmBaseAutoHideControl
            // 
            this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow1);
            this.coreBind.SetDatabasecommand(this._FrmBaseAutoHideControl, null);
            this._FrmBaseAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._FrmBaseAutoHideControl.Location = new System.Drawing.Point(994, 0);
            this._FrmBaseAutoHideControl.Name = "_FrmBaseAutoHideControl";
            this._FrmBaseAutoHideControl.Owner = this.ultraDockManager1;
            this._FrmBaseAutoHideControl.Size = new System.Drawing.Size(13, 584);
            this._FrmBaseAutoHideControl.TabIndex = 613;
            this.coreBind.SetVerification(this._FrmBaseAutoHideControl, null);
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.panelYYBF);
            this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
            this.dockableWindow1.Location = new System.Drawing.Point(5, 0);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.ultraDockManager1;
            this.dockableWindow1.Size = new System.Drawing.Size(108, 584);
            this.dockableWindow1.TabIndex = 616;
            this.coreBind.SetVerification(this.dockableWindow1, null);
            // 
            // windowDockingArea1
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea1.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(100, 612);
            this.windowDockingArea1.TabIndex = 614;
            this.coreBind.SetVerification(this.windowDockingArea1, null);
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.Controls.Add(this.dockableWindow2);
            this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea2.Location = new System.Drawing.Point(0, 0);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ultraDockManager1;
            this.windowDockingArea2.Size = new System.Drawing.Size(100, 612);
            this.windowDockingArea2.TabIndex = 615;
            this.coreBind.SetVerification(this.windowDockingArea2, null);
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.panelSPKZ);
            this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
            this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(139, 612);
            this.dockableWindow2.TabIndex = 617;
            this.coreBind.SetVerification(this.dockableWindow2, null);
            // 
            // BoardBilletWeight
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 584);
            this.Controls.Add(this._FrmBaseAutoHideControl);
            this.Controls.Add(this.picFDTP);
            this.Controls.Add(this.BilletInfo_Fill_Panel);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaTop);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaBottom);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaLeft);
            this.Controls.Add(this._FrmBaseUnpinnedTabAreaRight);
            this.coreBind.SetDatabasecommand(this, null);
            this.KeyPreview = true;
            this.Name = "BoardBilletWeight";
            this.Text = "BilletInfo";
            this.coreBind.SetVerification(this, null);
            this.Load += new System.EventHandler(this.BoardBilletWeight_Load);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BilletInfo_KeyPress);
            this.panelYYBF.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).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.dataTable5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.handWeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
            this.panel2.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
            this.panel13.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
            this.panel14.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
            this.panel7.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.panel11.ResumeLayout(false);
            this.panel11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
            this.ultraGroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtXSZL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
            this.BilletInfo_Fill_Panel.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.panel10.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this._FrmBaseAutoHideControl.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.windowDockingArea2.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager    resources            = new System.ComponentModel.ComponentResourceManager(typeof(DocExplorer));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("01e093ff-df4d-4770-a1dd-3aece8ce7706"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("8d224fea-b240-43cf-95bb-5673db4e581c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("01e093ff-df4d-4770-a1dd-3aece8ce7706"), -1);
     this.ultraButton1      = new Infragistics.Win.Misc.UltraButton();
     this.axWebBrowser1     = new AxSHDocVw.AxWebBrowser();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._DocExplorerUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._DocExplorerAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraButton1
     //
     this.ultraButton1.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraButton1.Location = new System.Drawing.Point(0, 0);
     this.ultraButton1.Name     = "ultraButton1";
     this.ultraButton1.Size     = new System.Drawing.Size(648, 74);
     this.ultraButton1.TabIndex = 2;
     this.ultraButton1.Text     = "返回";
     this.ultraButton1.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled            = true;
     this.axWebBrowser1.Location           = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState           = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size               = new System.Drawing.Size(648, 382);
     this.axWebBrowser1.TabIndex           = 0;
     this.axWebBrowser1.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser1_NavigateComplete2);
     //
     // ultraDockManager1
     //
     dockableControlPane1.Control               = this.ultraButton1;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(-1, 74);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(416, 104, 128, 37);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Settings.AllowClose      = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockAsTab  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDragging   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMaximize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMinimize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowResize     = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.ShowCaption     = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Size    = new System.Drawing.Size(100, 100);
     dockableControlPane1.TextTab = "返回";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size    = new System.Drawing.Size(648, 48);
     dockAreaPane1.TextTab = "";
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl = this;
     //
     // _DocExplorerUnpinnedTabAreaLeft
     //
     this._DocExplorerUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._DocExplorerUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._DocExplorerUnpinnedTabAreaLeft.Name     = "_DocExplorerUnpinnedTabAreaLeft";
     this._DocExplorerUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 438);
     this._DocExplorerUnpinnedTabAreaLeft.TabIndex = 4;
     //
     // _DocExplorerUnpinnedTabAreaRight
     //
     this._DocExplorerUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._DocExplorerUnpinnedTabAreaRight.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaRight.Location = new System.Drawing.Point(648, 0);
     this._DocExplorerUnpinnedTabAreaRight.Name     = "_DocExplorerUnpinnedTabAreaRight";
     this._DocExplorerUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 438);
     this._DocExplorerUnpinnedTabAreaRight.TabIndex = 5;
     //
     // _DocExplorerUnpinnedTabAreaTop
     //
     this._DocExplorerUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._DocExplorerUnpinnedTabAreaTop.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._DocExplorerUnpinnedTabAreaTop.Name     = "_DocExplorerUnpinnedTabAreaTop";
     this._DocExplorerUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaTop.Size     = new System.Drawing.Size(648, 0);
     this._DocExplorerUnpinnedTabAreaTop.TabIndex = 6;
     //
     // _DocExplorerUnpinnedTabAreaBottom
     //
     this._DocExplorerUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._DocExplorerUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 382);
     this._DocExplorerUnpinnedTabAreaBottom.Name     = "_DocExplorerUnpinnedTabAreaBottom";
     this._DocExplorerUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(648, 56);
     this._DocExplorerUnpinnedTabAreaBottom.TabIndex = 7;
     //
     // _DocExplorerAutoHideControl
     //
     this._DocExplorerAutoHideControl.Controls.Add(this.dockableWindow1);
     this._DocExplorerAutoHideControl.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerAutoHideControl.Location = new System.Drawing.Point(0, 363);
     this._DocExplorerAutoHideControl.Name     = "_DocExplorerAutoHideControl";
     this._DocExplorerAutoHideControl.Owner    = this.ultraDockManager1;
     this._DocExplorerAutoHideControl.Size     = new System.Drawing.Size(648, 19);
     this._DocExplorerAutoHideControl.TabIndex = 8;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.ultraButton1);
     this.dockableWindow1.Location = new System.Drawing.Point(-10000, 5);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(648, 74);
     this.dockableWindow1.TabIndex = 10;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.windowDockingArea1.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 364);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(648, 53);
     this.windowDockingArea1.TabIndex = 9;
     //
     // DocExplorer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(21, 46);
     this.ClientSize        = new System.Drawing.Size(648, 438);
     this.ControlBox        = false;
     this.Controls.Add(this._DocExplorerAutoHideControl);
     this.Controls.Add(this.axWebBrowser1);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaBottom);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaTop);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaRight);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaLeft);
     this.Font            = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DocExplorer";
     this.Text            = "DocExplorer";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.DocExplorer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._DocExplorerAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.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.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("098facd4-e43c-44c0-ac1d-718959606785"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("896f32b4-d8d6-4e84-aca5-b5995b58e405"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("098facd4-e43c-44c0-ac1d-718959606785"), -1);
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = 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.Appearance appearance21 = new Infragistics.Win.Appearance();
     this.treeView1         = new System.Windows.Forms.TreeView();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._SampleDockManagerUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._SampleDockManagerUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._SampleDockManagerUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._SampleDockManagerUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._SampleDockManagerAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.ultraGrid1         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.tabCtlEx1          = new DatabaseUtilityTool.TabCtlEx();
     this.tabPage1           = new DatabaseUtilityTool.TabPageEx(this.components);
     this.tabPage2           = new DatabaseUtilityTool.TabPageEx(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.tabCtlEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeView1
     //
     this.treeView1.Location = new System.Drawing.Point(0, 18);
     this.treeView1.Name     = "treeView1";
     this.treeView1.Size     = new System.Drawing.Size(190, 398);
     this.treeView1.TabIndex = 0;
     //
     // ultraDockManager1
     //
     dockableControlPane1.Control = this.treeView1;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(47, 190, 121, 97);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "treeView1";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(190, 416);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl = this;
     //
     // _SampleDockManagerUnpinnedTabAreaLeft
     //
     this._SampleDockManagerUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._SampleDockManagerUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._SampleDockManagerUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._SampleDockManagerUnpinnedTabAreaLeft.Name     = "_SampleDockManagerUnpinnedTabAreaLeft";
     this._SampleDockManagerUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._SampleDockManagerUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 416);
     this._SampleDockManagerUnpinnedTabAreaLeft.TabIndex = 0;
     //
     // _SampleDockManagerUnpinnedTabAreaRight
     //
     this._SampleDockManagerUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._SampleDockManagerUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._SampleDockManagerUnpinnedTabAreaRight.Location = new System.Drawing.Point(1263, 0);
     this._SampleDockManagerUnpinnedTabAreaRight.Name     = "_SampleDockManagerUnpinnedTabAreaRight";
     this._SampleDockManagerUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._SampleDockManagerUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 416);
     this._SampleDockManagerUnpinnedTabAreaRight.TabIndex = 1;
     //
     // _SampleDockManagerUnpinnedTabAreaTop
     //
     this._SampleDockManagerUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._SampleDockManagerUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._SampleDockManagerUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._SampleDockManagerUnpinnedTabAreaTop.Name     = "_SampleDockManagerUnpinnedTabAreaTop";
     this._SampleDockManagerUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._SampleDockManagerUnpinnedTabAreaTop.Size     = new System.Drawing.Size(1263, 0);
     this._SampleDockManagerUnpinnedTabAreaTop.TabIndex = 2;
     //
     // _SampleDockManagerUnpinnedTabAreaBottom
     //
     this._SampleDockManagerUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._SampleDockManagerUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._SampleDockManagerUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 416);
     this._SampleDockManagerUnpinnedTabAreaBottom.Name     = "_SampleDockManagerUnpinnedTabAreaBottom";
     this._SampleDockManagerUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._SampleDockManagerUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(1263, 0);
     this._SampleDockManagerUnpinnedTabAreaBottom.TabIndex = 3;
     //
     // _SampleDockManagerAutoHideControl
     //
     this._SampleDockManagerAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._SampleDockManagerAutoHideControl.Location = new System.Drawing.Point(0, 0);
     this._SampleDockManagerAutoHideControl.Name     = "_SampleDockManagerAutoHideControl";
     this._SampleDockManagerAutoHideControl.Owner    = this.ultraDockManager1;
     this._SampleDockManagerAutoHideControl.Size     = new System.Drawing.Size(0, 0);
     this._SampleDockManagerAutoHideControl.TabIndex = 4;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 0);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(195, 416);
     this.windowDockingArea1.TabIndex = 6;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.treeView1);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(190, 416);
     this.dockableWindow1.TabIndex = 9;
     //
     // ultraGrid1
     //
     appearance13.BackColor   = System.Drawing.SystemColors.Window;
     appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.ultraGrid1.DisplayLayout.Appearance     = appearance13;
     this.ultraGrid1.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance22.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance22.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance22.BorderColor       = System.Drawing.SystemColors.Window;
     this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance22;
     appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance23;
     this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance24.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance24.BackColor2        = System.Drawing.SystemColors.Control;
     appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance24.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance24;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions         = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance14.BackColor = System.Drawing.SystemColors.Window;
     appearance14.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance14;
     appearance15.BackColor = System.Drawing.SystemColors.Highlight;
     appearance15.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance15;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance16.BackColor = System.Drawing.SystemColors.Window;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance16;
     appearance17.BorderColor  = System.Drawing.Color.Silver;
     appearance17.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ultraGrid1.DisplayLayout.Override.CellAppearance    = appearance17;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.CellPadding       = 0;
     this.ultraGrid1.DisplayLayout.Override.FixedRowIndicator = Infragistics.Win.UltraWinGrid.FixedRowIndicator.Button;
     this.ultraGrid1.DisplayLayout.Override.FixedRowSortOrder = Infragistics.Win.UltraWinGrid.FixedRowSortOrder.FixOrder;
     this.ultraGrid1.DisplayLayout.Override.FixedRowStyle     = Infragistics.Win.UltraWinGrid.FixedRowStyle.Top;
     appearance18.BackColor             = System.Drawing.SystemColors.Control;
     appearance18.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance18.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance18.BorderColor           = System.Drawing.SystemColors.Window;
     this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance18;
     appearance19.TextHAlignAsString = "Left";
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance19;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance20.BackColor   = System.Drawing.SystemColors.Window;
     appearance20.BorderColor = System.Drawing.Color.Silver;
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance20;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance21.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance21;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGrid1.Location = new System.Drawing.Point(196, 72);
     this.ultraGrid1.Name     = "ultraGrid1";
     this.ultraGrid1.Size     = new System.Drawing.Size(1055, 332);
     this.ultraGrid1.TabIndex = 8;
     this.ultraGrid1.Text     = "ultraGrid1";
     //
     // tabCtlEx1
     //
     this.tabCtlEx1.ConfirmOnClose = false;
     this.tabCtlEx1.Controls.Add(this.tabPage1);
     this.tabCtlEx1.Controls.Add(this.tabPage2);
     this.tabCtlEx1.DrawMode      = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabCtlEx1.Font          = new System.Drawing.Font("Verdana", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtlEx1.ItemSize      = new System.Drawing.Size(300, 24);
     this.tabCtlEx1.Location      = new System.Drawing.Point(786, 33);
     this.tabCtlEx1.Multiline     = true;
     this.tabCtlEx1.Name          = "tabCtlEx1";
     this.tabCtlEx1.SelectedIndex = 0;
     this.tabCtlEx1.Size          = new System.Drawing.Size(207, 10);
     this.tabCtlEx1.TabIndex      = 7;
     this.tabCtlEx1.TabStop       = false;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 52);
     this.tabPage1.Menu     = null;
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(199, 0);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1                                                                         " +
                              "                               ";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 52);
     this.tabPage2.Menu     = null;
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(199, 0);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2                                                                         " +
                              "                               ";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // SampleDockManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1263, 416);
     this.Controls.Add(this._SampleDockManagerAutoHideControl);
     this.Controls.Add(this.ultraGrid1);
     this.Controls.Add(this.tabCtlEx1);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._SampleDockManagerUnpinnedTabAreaTop);
     this.Controls.Add(this._SampleDockManagerUnpinnedTabAreaBottom);
     this.Controls.Add(this._SampleDockManagerUnpinnedTabAreaLeft);
     this.Controls.Add(this._SampleDockManagerUnpinnedTabAreaRight);
     this.Name  = "SampleDockManager";
     this.Text  = "SampleDockManager";
     this.Load += new System.EventHandler(this.SampleDockManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.tabCtlEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 16
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.Appearance appearance34 = 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_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRAINNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GROSSTIME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TARETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSGROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TARESHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREGROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVESEATNO");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1202392573);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_MATERIALNAME", 24, true, "��̬�������μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_NETWEIGHT", 14, true, "��̬�������μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_NETWEIGHT", 14, true);
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("��̬�����һ�μ�������", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRAINNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DELETEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DELETEUSER");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_DELETEDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVESEATNO");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_MATERIALNAME", 13, true, "��̬�����һ�μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance5 = 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.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("�����", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     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.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("find");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Aedio");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrackWeightForIron));
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Aedio");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("find");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("05deab1a-dfec-4181-9cb3-ad4fe0377535"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("89870e2b-ce2c-4fc0-9610-41bf1733973c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("05deab1a-dfec-4181-9cb3-ad4fe0377535"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("167a762b-28a1-4b3a-b58a-b7c31ec2d826"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c"), -1);
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet2 = new System.Data.DataSet();
     this.dataTable6 = new System.Data.DataTable();
     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.dataTable7 = new System.Data.DataTable();
     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.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.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn156 = new System.Data.DataColumn();
     this.dataColumn157 = new System.Data.DataColumn();
     this.dataColumn158 = new System.Data.DataColumn();
     this.dataTable8 = new System.Data.DataTable();
     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.dataColumn113 = new System.Data.DataColumn();
     this.dataColumn114 = new System.Data.DataColumn();
     this.dataColumn115 = new System.Data.DataColumn();
     this.dataColumn116 = new System.Data.DataColumn();
     this.dataColumn117 = new System.Data.DataColumn();
     this.dataColumn118 = new System.Data.DataColumn();
     this.dataColumn119 = new System.Data.DataColumn();
     this.dataColumn159 = new System.Data.DataColumn();
     this.dataColumn160 = new System.Data.DataColumn();
     this.dataColumn161 = new System.Data.DataColumn();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelYYBF = new System.Windows.Forms.Panel();
     this.uDridSound = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = 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.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = 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.dataColumn142 = new System.Data.DataColumn();
     this.dataColumn143 = new System.Data.DataColumn();
     this.dataColumn144 = new System.Data.DataColumn();
     this.dataColumn145 = new System.Data.DataColumn();
     this.dataColumn146 = new System.Data.DataColumn();
     this.dataColumn147 = new System.Data.DataColumn();
     this.dataColumn148 = new System.Data.DataColumn();
     this.dataColumn149 = new System.Data.DataColumn();
     this.dataColumn150 = new System.Data.DataColumn();
     this.dataColumn151 = new System.Data.DataColumn();
     this.dataColumn152 = new System.Data.DataColumn();
     this.dataColumn153 = new System.Data.DataColumn();
     this.dataColumn154 = new System.Data.DataColumn();
     this.dataColumn155 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn21 = 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.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataTable5 = new System.Data.DataTable();
     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.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn43 = 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.panelSPKZ = new System.Windows.Forms.Panel();
     this.button15 = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.button13 = new System.Windows.Forms.Button();
     this.button12 = new System.Windows.Forms.Button();
     this.button11 = new System.Windows.Forms.Button();
     this.button10 = new System.Windows.Forms.Button();
     this.panel8 = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.cbFlow = new System.Windows.Forms.ComboBox();
     this.cb_StoveSeatno = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tb_Stoveno = new System.Windows.Forms.TextBox();
     this.btReceiver = new System.Windows.Forms.Button();
     this.btSender = new System.Windows.Forms.Button();
     this.btTrans = new System.Windows.Forms.Button();
     this.btMaterial = new System.Windows.Forms.Button();
     this.cbTrans = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtNetWeight = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtTareWeight = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbMaterial = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.cbReceiver = new System.Windows.Forms.ComboBox();
     this.txtJly = new System.Windows.Forms.TextBox();
     this.txtWeight = new System.Windows.Forms.TextBox();
     this.cbSender = new System.Windows.Forms.ComboBox();
     this.txtJld = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtBc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lblCh = new System.Windows.Forms.Label();
     this.tb_POTNO = new System.Windows.Forms.TextBox();
     this.panel11 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.ck_Tare = new System.Windows.Forms.CheckBox();
     this.btnTrainTare = new System.Windows.Forms.Button();
     this.btnWc = new System.Windows.Forms.Button();
     this.btnSglr = new System.Windows.Forms.Button();
     this.btnBC = new System.Windows.Forms.Button();
     this.btnDS = new System.Windows.Forms.Button();
     this.btnQL = new System.Windows.Forms.Button();
     this.panel6 = new System.Windows.Forms.Panel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.picFDTP = new System.Windows.Forms.PictureBox();
     this.txtMeterWeight = new LxControl.LxLedControl();
     this.label2 = new System.Windows.Forms.Label();
     this.lblMaterShow = new System.Windows.Forms.Label();
     this.lblMater = new System.Windows.Forms.Label();
     this.BilletInfo_GD_Fill_Panel = new System.Windows.Forms.Panel();
     this.panel7 = new System.Windows.Forms.Panel();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.VideoChannel3 = new System.Windows.Forms.PictureBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.VideoChannel2 = new System.Windows.Forms.PictureBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.VideoChannel1 = new System.Windows.Forms.PictureBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateRQ = 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.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._MoltenInfo_OneUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dsQuery = new System.Data.DataSet();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn120 = new System.Data.DataColumn();
     this.dataColumn121 = new System.Data.DataColumn();
     this.dataColumn122 = new System.Data.DataColumn();
     this.dataColumn123 = new System.Data.DataColumn();
     this.dataColumn124 = new System.Data.DataColumn();
     this.dataColumn125 = new System.Data.DataColumn();
     this.dataColumn126 = new System.Data.DataColumn();
     this.dataColumn127 = new System.Data.DataColumn();
     this.dataColumn128 = new System.Data.DataColumn();
     this.dataColumn129 = new System.Data.DataColumn();
     this.dataColumn130 = new System.Data.DataColumn();
     this.dataColumn131 = new System.Data.DataColumn();
     this.dataColumn132 = new System.Data.DataColumn();
     this.dataColumn133 = new System.Data.DataColumn();
     this.dataColumn134 = new System.Data.DataColumn();
     this.dataColumn135 = new System.Data.DataColumn();
     this.dataColumn136 = new System.Data.DataColumn();
     this.dataColumn137 = new System.Data.DataColumn();
     this.dataColumn138 = new System.Data.DataColumn();
     this.dataColumn139 = new System.Data.DataColumn();
     this.dataColumn140 = new System.Data.DataColumn();
     this.dataColumn141 = new System.Data.DataColumn();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.panelYYBF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uDridSound)).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.dataTable5)).BeginInit();
     this.panelSPKZ.SuspendLayout();
     this.panel8.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMeterWeight)).BeginInit();
     this.BilletInfo_GD_Fill_Panel.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._MoltenInfo_OneAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.dockableWindow2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsQuery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(848, 130);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "��̬�������μ�������";
     this.ultraGrid1.DataSource = this.dataSet2;
     appearance34.BackColor = System.Drawing.Color.White;
     appearance34.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid1.DisplayLayout.Appearance = appearance34;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 18;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 19;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn3.Header.VisiblePosition = 0;
     ultraGridColumn3.Hidden = true;
     ultraGridColumn4.Header.VisiblePosition = 13;
     ultraGridColumn4.Hidden = true;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn5.Header.VisiblePosition = 14;
     ultraGridColumn5.Hidden = true;
     ultraGridColumn6.Header.VisiblePosition = 1;
     ultraGridColumn6.Hidden = true;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn7.Header.VisiblePosition = 7;
     ultraGridColumn7.MinWidth = 100;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.Header.VisiblePosition = 16;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn9.Header.VisiblePosition = 17;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn10.Header.VisiblePosition = 15;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(139, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn11.Header.VisiblePosition = 8;
     ultraGridColumn11.MinWidth = 100;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 16;
     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.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn14.Header.VisiblePosition = 10;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn15.Header.VisiblePosition = 9;
     ultraGridColumn15.MinWidth = 100;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 21;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 22;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn18.Header.VisiblePosition = 23;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn19.Header.VisiblePosition = 24;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn20.Header.VisiblePosition = 20;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn21.Header.VisiblePosition = 25;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn22.Header.VisiblePosition = 5;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn23.Header.VisiblePosition = 26;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn24.Header.VisiblePosition = 6;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn25.Header.VisiblePosition = 2;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn25.MinWidth = 100;
     ultraGridColumn26.Header.VisiblePosition = 3;
     ultraGridColumn26.Hidden = true;
     ultraGridColumn27.Header.VisiblePosition = 4;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn29.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.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,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30});
     ultraGridGroup1.Header.Caption = "����";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings1.GroupBySummaryValueAppearance = appearance2;
     summarySettings2.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings2.GroupBySummaryValueAppearance = appearance3;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     ultraGridBand1.SummaryFooterCaption = "";
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     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;
     appearance37.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance37;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid1.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance38.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance38.ForeColor = System.Drawing.Color.White;
     appearance38.TextHAlignAsString = "Center";
     appearance38.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance38;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance39;
     appearance40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance40.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance40;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance41.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance41.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance41;
     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.Extended;
     this.ultraGrid1.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     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.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(848, 130);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     //
     // dataSet2
     //
     this.dataSet2.DataSetName = "NewDataSet";
     this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable6,
     this.dataTable7,
     this.dataTable8});
     //
     // dataTable6
     //
     this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
     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.dataTable6.TableName = "��̬�����Ԥ����";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "�������";
     this.dataColumn57.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�������ƴ���";
     this.dataColumn58.ColumnName = "FS_MATERIAL";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "����";
     this.dataColumn59.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "���������";
     this.dataColumn60.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "�ջ���λ����";
     this.dataColumn61.ColumnName = "FS_RECEIVESTORENO";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "����";
     this.dataColumn62.ColumnName = "FS_TRAINNO";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "������";
     this.dataColumn63.ColumnName = "FS_WEIGHTPOINT";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "¼�벿��";
     this.dataColumn64.ColumnName = "FS_DEPARTMENT";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "¼��Ա";
     this.dataColumn65.ColumnName = "FS_USER";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "¼��ʱ��";
     this.dataColumn66.ColumnName = "FD_TIMES";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "��������";
     this.dataColumn67.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "������λ";
     this.dataColumn68.ColumnName = "FS_SENDER";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "�ջ���λ";
     this.dataColumn69.ColumnName = "FS_RECEIVER";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "���˵�λ";
     this.dataColumn70.ColumnName = "FS_TRANS";
     //
     // dataTable7
     //
     this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn71,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn81,
     this.dataColumn92,
     this.dataColumn156,
     this.dataColumn157,
     this.dataColumn158});
     this.dataTable7.TableName = "��̬�����һ�μ�������";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "�������";
     this.dataColumn71.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "���ϴ���";
     this.dataColumn72.ColumnName = "FS_MATERIAL";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "�������";
     this.dataColumn73.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "���������";
     this.dataColumn74.ColumnName = "FS_SENDERSTORENO";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "�ջ���λ����";
     this.dataColumn75.ColumnName = "FS_RECEIVERSTORENO";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "����";
     this.dataColumn76.ColumnName = "FS_TRAINNO";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "����";
     this.dataColumn77.ColumnName = "FN_WEIGHT";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "����Ա";
     this.dataColumn78.ColumnName = "FS_WEIGHTPERSON";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "����ʱ��";
     this.dataColumn79.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "������";
     this.dataColumn80.ColumnName = "FS_WEIGHTPOINT";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "ɾ����־";
     this.dataColumn82.ColumnName = "FS_DELETEFLAG";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "ɾ��ȷ����";
     this.dataColumn83.ColumnName = "FS_DELETEUSER";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "ɾ������";
     this.dataColumn84.ColumnName = "FD_DELETEDATE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "��������";
     this.dataColumn85.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "������λ";
     this.dataColumn86.ColumnName = "FS_SENDER";
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "�ջ���λ";
     this.dataColumn87.ColumnName = "FS_RECEIVER";
     //
     // dataColumn88
     //
     this.dataColumn88.Caption = "����";
     this.dataColumn88.ColumnName = "FS_TYPENAME";
     //
     // dataColumn89
     //
     this.dataColumn89.Caption = "������";
     this.dataColumn89.ColumnName = "FS_POINTNAME";
     //
     // dataColumn90
     //
     this.dataColumn90.Caption = "���˵�λ";
     this.dataColumn90.ColumnName = "FS_TRANS";
     //
     // dataColumn91
     //
     this.dataColumn91.Caption = "���˵�λ����";
     this.dataColumn91.ColumnName = "FS_TRANSNO";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "���";
     this.dataColumn81.ColumnName = "FS_SHIFT";
     //
     // dataColumn92
     //
     this.dataColumn92.Caption = "����";
     this.dataColumn92.ColumnName = "FS_GROUP";
     //
     // dataColumn156
     //
     this.dataColumn156.Caption = "�޺�";
     this.dataColumn156.ColumnName = "FS_POTNO";
     //
     // dataColumn157
     //
     this.dataColumn157.Caption = "¯��";
     this.dataColumn157.ColumnName = "FS_STOVENO";
     //
     // dataColumn158
     //
     this.dataColumn158.Caption = "¯����";
     this.dataColumn158.ColumnName = "FS_STOVESEATNO";
     //
     // dataTable8
     //
     this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
     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.dataColumn113,
     this.dataColumn114,
     this.dataColumn115,
     this.dataColumn116,
     this.dataColumn117,
     this.dataColumn118,
     this.dataColumn119,
     this.dataColumn159,
     this.dataColumn160,
     this.dataColumn161});
     this.dataTable8.TableName = "��̬�������μ�������";
     //
     // dataColumn93
     //
     this.dataColumn93.Caption = "�������";
     this.dataColumn93.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn94
     //
     this.dataColumn94.Caption = "���ϴ���";
     this.dataColumn94.ColumnName = "FS_MATERIAL";
     //
     // dataColumn95
     //
     this.dataColumn95.Caption = "�������";
     this.dataColumn95.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn96
     //
     this.dataColumn96.Caption = "���������";
     this.dataColumn96.ColumnName = "FS_SENDERSTORENO";
     //
     // dataColumn97
     //
     this.dataColumn97.Caption = "�ջ���λ����";
     this.dataColumn97.ColumnName = "FS_RECEIVERSTORENO";
     //
     // dataColumn98
     //
     this.dataColumn98.Caption = "����";
     this.dataColumn98.ColumnName = "FS_TRAINNO";
     //
     // dataColumn99
     //
     this.dataColumn99.Caption = "�";
     this.dataColumn99.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn100
     //
     this.dataColumn100.Caption = "ë�ؼ���Ա";
     this.dataColumn100.ColumnName = "FS_GROSSPERSON";
     //
     // dataColumn101
     //
     this.dataColumn101.Caption = "ë�ؼ�����";
     this.dataColumn101.ColumnName = "FS_GROSSPOINT";
     //
     // dataColumn102
     //
     this.dataColumn102.Caption = "ë�ؼ���ʱ��";
     this.dataColumn102.ColumnName = "FD_GROSSTIME";
     //
     // dataColumn103
     //
     this.dataColumn103.Caption = "Ƥ��";
     this.dataColumn103.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn104
     //
     this.dataColumn104.Caption = "Ƥ�ؼ���Ա";
     this.dataColumn104.ColumnName = "FS_TAREPERSON";
     //
     // dataColumn105
     //
     this.dataColumn105.Caption = "Ƥ�ؼ�����";
     this.dataColumn105.ColumnName = "FS_TAREPOINT";
     //
     // dataColumn106
     //
     this.dataColumn106.Caption = "Ƥ�ؼ���ʱ��";
     this.dataColumn106.ColumnName = "FD_TARETIME";
     //
     // dataColumn107
     //
     this.dataColumn107.Caption = "����";
     this.dataColumn107.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn108
     //
     this.dataColumn108.Caption = "Ӧ����";
     this.dataColumn108.ColumnName = "FN_YKL";
     //
     // dataColumn109
     //
     this.dataColumn109.Caption = "ë�ؼ������";
     this.dataColumn109.ColumnName = "FS_GROSSSHIFT";
     //
     // dataColumn110
     //
     this.dataColumn110.Caption = "ë�ؼ�������";
     this.dataColumn110.ColumnName = "FS_GROSSGROUP";
     //
     // dataColumn111
     //
     this.dataColumn111.Caption = "Ƥ�ؼ������";
     this.dataColumn111.ColumnName = "FS_TARESHIFT";
     //
     // dataColumn112
     //
     this.dataColumn112.Caption = "Ƥ�ؼ�������";
     this.dataColumn112.ColumnName = "FS_TAREGROUP";
     //
     // dataColumn113
     //
     this.dataColumn113.Caption = "��ע";
     this.dataColumn113.ColumnName = "FS_MEMO";
     //
     // dataColumn114
     //
     this.dataColumn114.Caption = "����";
     this.dataColumn114.ColumnName = "FS_TYPENAME";
     //
     // dataColumn115
     //
     this.dataColumn115.Caption = "����������";
     this.dataColumn115.ColumnName = "FS_POINTNAME";
     //
     // dataColumn116
     //
     this.dataColumn116.Caption = "���˵�λ";
     this.dataColumn116.ColumnName = "FS_TRANS";
     //
     // dataColumn117
     //
     this.dataColumn117.Caption = "��������";
     this.dataColumn117.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn118
     //
     this.dataColumn118.Caption = "������λ";
     this.dataColumn118.ColumnName = "FS_SENDER";
     //
     // dataColumn119
     //
     this.dataColumn119.Caption = "�ջ���λ";
     this.dataColumn119.ColumnName = "FS_RECEIVER";
     //
     // dataColumn159
     //
     this.dataColumn159.Caption = "�޺�";
     this.dataColumn159.ColumnName = "FS_POTNO";
     //
     // dataColumn160
     //
     this.dataColumn160.Caption = "¯��";
     this.dataColumn160.ColumnName = "FS_STOVENO";
     //
     // dataColumn161
     //
     this.dataColumn161.Caption = "¯����";
     this.dataColumn161.ColumnName = "FS_STOVESEATNO";
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(663, 130);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "��̬�����һ�μ�������";
     this.ultraGrid2.DataSource = this.dataSet2;
     appearance42.BackColor = System.Drawing.Color.White;
     appearance42.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid2.DisplayLayout.Appearance = appearance42;
     ultraGridColumn31.Header.VisiblePosition = 0;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn32.Header.VisiblePosition = 1;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn33.Header.VisiblePosition = 2;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn34.Header.VisiblePosition = 3;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn35.Header.VisiblePosition = 4;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn36.Header.VisiblePosition = 5;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn37.Header.VisiblePosition = 10;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 14;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 12;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 15;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn41.Header.VisiblePosition = 11;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     ultraGridColumn42.CellAppearance = appearance4;
     ultraGridColumn42.Header.VisiblePosition = 16;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 17;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 6;
     ultraGridColumn44.Hidden = true;
     ultraGridColumn45.Header.VisiblePosition = 7;
     ultraGridColumn45.Hidden = true;
     ultraGridColumn46.Header.VisiblePosition = 8;
     ultraGridColumn46.Hidden = true;
     ultraGridColumn46.Width = 102;
     ultraGridColumn47.Header.VisiblePosition = 13;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn48.Header.VisiblePosition = 18;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn49.Header.VisiblePosition = 9;
     ultraGridColumn49.Hidden = true;
     ultraGridColumn50.Header.VisiblePosition = 21;
     ultraGridColumn50.Hidden = true;
     ultraGridColumn51.Header.VisiblePosition = 19;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn52.Header.VisiblePosition = 20;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn53.Header.VisiblePosition = 22;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn54.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn54.Header.VisiblePosition = 23;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn55.Header.VisiblePosition = 24;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand2.Columns.AddRange(new object[] {
     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});
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings3.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings3.GroupBySummaryValueAppearance = appearance5;
     ultraGridBand2.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings3});
     ultraGridBand2.SummaryFooterCaption = "";
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance45.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid2.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ultraGrid2.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid2.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance46.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance46.ForeColor = System.Drawing.Color.White;
     appearance46.TextHAlignAsString = "Center";
     appearance46.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance46;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance47;
     appearance48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance48.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance48;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
     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.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance49;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     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.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(663, 130);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     //
     // panelYYBF
     //
     this.panelYYBF.Controls.Add(this.uDridSound);
     this.coreBind.SetDatabasecommand(this.panelYYBF, null);
     this.panelYYBF.Location = new System.Drawing.Point(0, 28);
     this.panelYYBF.Name = "panelYYBF";
     this.panelYYBF.Size = new System.Drawing.Size(95, 706);
     this.panelYYBF.TabIndex = 57;
     this.coreBind.SetVerification(this.panelYYBF, null);
     //
     // uDridSound
     //
     this.coreBind.SetDatabasecommand(this.uDridSound, null);
     this.uDridSound.DataMember = "�����";
     this.uDridSound.DataSource = this.dataSet1;
     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.uDridSound.DisplayLayout.Appearance = appearance13;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn56.Header.VisiblePosition = 0;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn57.Header.VisiblePosition = 1;
     ultraGridColumn58.Header.VisiblePosition = 2;
     ultraGridBand3.Columns.AddRange(new object[] {
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58});
     this.uDridSound.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     this.uDridSound.DisplayLayout.InterBandSpacing = 10;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.uDridSound.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance15.BackColor2 = System.Drawing.Color.White;
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance15.FontData.SizeInPoints = 11F;
     appearance15.FontData.UnderlineAsString = "False";
     appearance15.ForeColor = System.Drawing.Color.Black;
     appearance15.TextHAlignAsString = "Center";
     appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.uDridSound.DisplayLayout.Override.HeaderAppearance = appearance15;
     appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.uDridSound.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.uDridSound.DisplayLayout.Override.RowSelectorAppearance = appearance17;
     this.uDridSound.DisplayLayout.Override.RowSelectorWidth = 12;
     this.uDridSound.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance18.ForeColor = System.Drawing.Color.Black;
     this.uDridSound.DisplayLayout.Override.SelectedRowAppearance = appearance18;
     this.uDridSound.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.uDridSound.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.uDridSound.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uDridSound.Location = new System.Drawing.Point(0, 0);
     this.uDridSound.Name = "uDridSound";
     this.uDridSound.Size = new System.Drawing.Size(95, 706);
     this.uDridSound.TabIndex = 4;
     this.coreBind.SetVerification(this.uDridSound, null);
     this.uDridSound.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.uDridSound_ClickCell);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3,
     this.dataTable5});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn142,
     this.dataColumn143,
     this.dataColumn144,
     this.dataColumn145,
     this.dataColumn146,
     this.dataColumn147,
     this.dataColumn148,
     this.dataColumn149,
     this.dataColumn150,
     this.dataColumn151,
     this.dataColumn152,
     this.dataColumn153,
     this.dataColumn154,
     this.dataColumn155});
     this.dataTable1.TableName = "�����������";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "���������";
     this.dataColumn6.ColumnName = "FS_POINTCODE";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "������";
     this.dataColumn7.ColumnName = "FS_POINTNAME";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "�ӹ�";
     this.dataColumn8.ColumnName = "XZ";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "����";
     this.dataColumn11.ColumnName = "FS_POINTDEPART";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "��������";
     this.dataColumn12.ColumnName = "FS_POINTTYPE";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Ӳ��¼���IP";
     this.dataColumn13.ColumnName = "FS_VIEDOIP";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Ӳ��¼����˿�";
     this.dataColumn14.ColumnName = "FS_VIEDOPORT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Ӳ��¼����û���";
     this.dataColumn15.ColumnName = "FS_VIEDOUSER";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Ӳ��¼�������";
     this.dataColumn16.ColumnName = "FS_VIEDOPWD";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "�DZ�����";
     this.dataColumn17.ColumnName = "FS_METERTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "�DZ����";
     this.dataColumn18.ColumnName = "FS_METERPARA";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "MOXA��IP";
     this.dataColumn19.ColumnName = "FS_MOXAIP";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "MOXA���˿�";
     this.dataColumn20.ColumnName = "FS_MOXAPORT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_RTUIP";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_RTUPORT";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_PRINTERIP";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FS_PRINTERNAME";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FS_LEDPORT";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_LEDIP";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "��λֵ";
     this.dataColumn37.ColumnName = "FN_VALUE";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����ֵ����ֵ��";
     this.dataColumn38.ColumnName = "FF_CLEARVALUE";
     //
     // dataColumn142
     //
     this.dataColumn142.ColumnName = "FS_PRINTTYPECODE";
     //
     // dataColumn143
     //
     this.dataColumn143.ColumnName = "FN_USEDPRINTPAPER";
     //
     // dataColumn144
     //
     this.dataColumn144.ColumnName = "FN_USEDPRINTINK";
     //
     // dataColumn145
     //
     this.dataColumn145.ColumnName = "FS_ALLOWOTHERTARE";
     //
     // dataColumn146
     //
     this.dataColumn146.ColumnName = "FS_SIGN";
     //
     // dataColumn147
     //
     this.dataColumn147.ColumnName = "FS_DISPLAYPORT";
     //
     // dataColumn148
     //
     this.dataColumn148.ColumnName = "FS_DISPLAYPARA";
     //
     // dataColumn149
     //
     this.dataColumn149.ColumnName = "FS_READERPORT";
     //
     // dataColumn150
     //
     this.dataColumn150.ColumnName = "FS_READERPARA";
     //
     // dataColumn151
     //
     this.dataColumn151.ColumnName = "FS_READERTYPE";
     //
     // dataColumn152
     //
     this.dataColumn152.ColumnName = "FS_DISPLAYTYPE";
     //
     // dataColumn153
     //
     this.dataColumn153.ColumnName = "TOTALPAPAR";
     //
     // dataColumn154
     //
     this.dataColumn154.ColumnName = "TOTALINK";
     //
     // dataColumn155
     //
     this.dataColumn155.ColumnName = "FS_LEDTYPE";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn10,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn55,
     this.dataColumn56});
     this.dataTable2.TableName = "��Ϣ�ɼ���";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "��Ƥ��";
     this.dataColumn21.ColumnName = "FS_POTNO";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "����������";
     this.dataColumn1.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "��������";
     this.dataColumn2.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "�";
     this.dataColumn3.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "Ƥ��";
     this.dataColumn4.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_MATERIAL";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FS_RECEIVESTORE";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ITEMNO";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "�س�ʱ��";
     this.dataColumn40.ColumnName = "FS_GROSSTIME";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "�ճ�ʱ��";
     this.dataColumn41.ColumnName = "FD_TARETIME";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "Ӧ����";
     this.dataColumn42.ColumnName = "FS_YKL";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "������λ";
     this.dataColumn55.ColumnName = "FS_SENDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "�ջ���λ";
     this.dataColumn56.ColumnName = "FS_RECEIVER";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn5,
     this.dataColumn9,
     this.dataColumn39});
     this.dataTable3.TableName = "�����";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "��������";
     this.dataColumn5.ColumnName = "FS_VOICENAME";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "�����ļ�";
     this.dataColumn9.ColumnName = "FS_VOICEFILE";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FS_INSTRTYPE";
     //
     // dataTable5
     //
     this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn27,
     this.dataColumn31,
     this.dataColumn43,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54});
     this.dataTable5.TableName = "��һ�μ�����Ϣ";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "��Ƥ��";
     this.dataColumn44.ColumnName = "FS_POTNO";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "����Ա";
     this.dataColumn46.ColumnName = "FS_WEIGHTPERSON";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "����ʱ��";
     this.dataColumn47.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "����";
     this.dataColumn48.ColumnName = "FN_WEIGHT";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "�������";
     this.dataColumn22.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "������";
     this.dataColumn23.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "��Ŀ��";
     this.dataColumn27.ColumnName = "FS_ITEMNO";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "���ϴ���";
     this.dataColumn31.ColumnName = "FS_MATERIAL";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "����";
     this.dataColumn43.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "���������";
     this.dataColumn49.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "�ջ���λ����";
     this.dataColumn50.ColumnName = "FS_RECEIVESTORE";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "¯��";
     this.dataColumn51.ColumnName = "FS_STOVENO";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "¯����";
     this.dataColumn52.ColumnName = "FS_STOVESEATNO";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "������λ";
     this.dataColumn53.ColumnName = "FS_SENDER";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "�ջ���λ";
     this.dataColumn54.ColumnName = "FS_RECIEVER";
     //
     // panelSPKZ
     //
     this.panelSPKZ.Controls.Add(this.button15);
     this.panelSPKZ.Controls.Add(this.button14);
     this.panelSPKZ.Controls.Add(this.button13);
     this.panelSPKZ.Controls.Add(this.button12);
     this.panelSPKZ.Controls.Add(this.button11);
     this.panelSPKZ.Controls.Add(this.button10);
     this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
     this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
     this.panelSPKZ.Name = "panelSPKZ";
     this.panelSPKZ.Size = new System.Drawing.Size(126, 550);
     this.panelSPKZ.TabIndex = 58;
     this.coreBind.SetVerification(this.panelSPKZ, null);
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button15, null);
     this.button15.Location = new System.Drawing.Point(35, 231);
     this.button15.Name = "button15";
     this.button15.Size = new System.Drawing.Size(55, 28);
     this.button15.TabIndex = 18;
     this.button15.Tag = "4";
     this.button15.Text = "��";
     this.button15.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button15, null);
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button14, null);
     this.button14.Location = new System.Drawing.Point(35, 183);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(55, 28);
     this.button14.TabIndex = 17;
     this.button14.Tag = "5";
     this.button14.Text = "Զ";
     this.button14.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button14, null);
     //
     // button13
     //
     this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button13, null);
     this.button13.Location = new System.Drawing.Point(67, 65);
     this.button13.Name = "button13";
     this.button13.Size = new System.Drawing.Size(55, 28);
     this.button13.TabIndex = 16;
     this.button13.Tag = "3";
     this.button13.Text = "��";
     this.button13.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button13, null);
     //
     // button12
     //
     this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button12, null);
     this.button12.Location = new System.Drawing.Point(5, 64);
     this.button12.Name = "button12";
     this.button12.Size = new System.Drawing.Size(55, 28);
     this.button12.TabIndex = 15;
     this.button12.Tag = "2";
     this.button12.Text = "��";
     this.button12.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button12, null);
     //
     // button11
     //
     this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button11, null);
     this.button11.Location = new System.Drawing.Point(35, 103);
     this.button11.Name = "button11";
     this.button11.Size = new System.Drawing.Size(55, 28);
     this.button11.TabIndex = 14;
     this.button11.Tag = "1";
     this.button11.Text = "��";
     this.button11.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button11, null);
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button10, null);
     this.button10.Location = new System.Drawing.Point(35, 26);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(55, 28);
     this.button10.TabIndex = 13;
     this.button10.Tag = "0";
     this.button10.Text = "��";
     this.button10.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button10, null);
     //
     // panel8
     //
     this.panel8.Controls.Add(this.splitContainer1);
     this.coreBind.SetDatabasecommand(this.panel8, null);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.panel8.Location = new System.Drawing.Point(458, 132);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(854, 289);
     this.panel8.TabIndex = 0;
     this.coreBind.SetVerification(this.panel8, 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";
     //
     // 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.panel11);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel2, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(854, 289);
     this.splitContainer1.SplitterDistance = 611;
     this.splitContainer1.TabIndex = 0;
     this.coreBind.SetVerification(this.splitContainer1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.HeaderDoubleSolid;
     this.ultraGroupBox2.Controls.Add(this.panel9);
     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(611, 289);
     this.ultraGroupBox2.TabIndex = 4;
     this.ultraGroupBox2.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel9.Controls.Add(this.cbFlow);
     this.panel9.Controls.Add(this.cb_StoveSeatno);
     this.panel9.Controls.Add(this.label10);
     this.panel9.Controls.Add(this.label3);
     this.panel9.Controls.Add(this.tb_Stoveno);
     this.panel9.Controls.Add(this.btReceiver);
     this.panel9.Controls.Add(this.txtNetWeight);
     this.panel9.Controls.Add(this.label4);
     this.panel9.Controls.Add(this.btSender);
     this.panel9.Controls.Add(this.label12);
     this.panel9.Controls.Add(this.label15);
     this.panel9.Controls.Add(this.txtTareWeight);
     this.panel9.Controls.Add(this.btTrans);
     this.panel9.Controls.Add(this.label9);
     this.panel9.Controls.Add(this.label14);
     this.panel9.Controls.Add(this.txtJly);
     this.panel9.Controls.Add(this.btMaterial);
     this.panel9.Controls.Add(this.txtWeight);
     this.panel9.Controls.Add(this.cbSender);
     this.panel9.Controls.Add(this.txtJld);
     this.panel9.Controls.Add(this.cbTrans);
     this.panel9.Controls.Add(this.label5);
     this.panel9.Controls.Add(this.cbReceiver);
     this.panel9.Controls.Add(this.txtBc);
     this.panel9.Controls.Add(this.label1);
     this.panel9.Controls.Add(this.label6);
     this.panel9.Controls.Add(this.cbMaterial);
     this.panel9.Controls.Add(this.label7);
     this.panel9.Controls.Add(this.label8);
     this.panel9.Controls.Add(this.label11);
     this.panel9.Controls.Add(this.lblCh);
     this.panel9.Controls.Add(this.tb_POTNO);
     this.coreBind.SetDatabasecommand(this.panel9, null);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(1, 20);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(609, 268);
     this.panel9.TabIndex = 1;
     this.coreBind.SetVerification(this.panel9, null);
     //
     // cbFlow
     //
     this.coreBind.SetDatabasecommand(this.cbFlow, null);
     this.cbFlow.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbFlow.FormattingEnabled = true;
     this.cbFlow.Location = new System.Drawing.Point(441, 19);
     this.cbFlow.Name = "cbFlow";
     this.cbFlow.Size = new System.Drawing.Size(103, 24);
     this.cbFlow.TabIndex = 102;
     this.coreBind.SetVerification(this.cbFlow, null);
     //
     // cb_StoveSeatno
     //
     this.coreBind.SetDatabasecommand(this.cb_StoveSeatno, null);
     this.cb_StoveSeatno.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_StoveSeatno.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cb_StoveSeatno.FormattingEnabled = true;
     this.cb_StoveSeatno.Items.AddRange(new object[] {
     "1",
     "2",
     "3"});
     this.cb_StoveSeatno.Location = new System.Drawing.Point(441, 95);
     this.cb_StoveSeatno.Name = "cb_StoveSeatno";
     this.cb_StoveSeatno.Size = new System.Drawing.Size(103, 24);
     this.cb_StoveSeatno.TabIndex = 701;
     this.coreBind.SetVerification(this.cb_StoveSeatno, null);
     this.cb_StoveSeatno.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label10
     //
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(332, 95);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(83, 24);
     this.label10.TabIndex = 702;
     this.label10.Text = "¯����";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // label3
     //
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(4, 95);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(76, 24);
     this.label3.TabIndex = 700;
     this.label3.Text = "¯��";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label3, null);
     //
     // tb_Stoveno
     //
     this.tb_Stoveno.BackColor = System.Drawing.SystemColors.Window;
     this.coreBind.SetDatabasecommand(this.tb_Stoveno, null);
     this.tb_Stoveno.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb_Stoveno.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tb_Stoveno.Location = new System.Drawing.Point(90, 96);
     this.tb_Stoveno.MaxLength = 10;
     this.tb_Stoveno.Name = "tb_Stoveno";
     this.tb_Stoveno.Size = new System.Drawing.Size(147, 26);
     this.tb_Stoveno.TabIndex = 699;
     this.coreBind.SetVerification(this.tb_Stoveno, null);
     //
     // btReceiver
     //
     this.btReceiver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btReceiver, null);
     this.btReceiver.Location = new System.Drawing.Point(579, 75);
     this.btReceiver.Name = "btReceiver";
     this.btReceiver.Size = new System.Drawing.Size(30, 21);
     this.btReceiver.TabIndex = 698;
     this.btReceiver.Tag = "Receiver";
     this.btReceiver.Text = "..";
     this.btReceiver.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btReceiver, null);
     this.btReceiver.Visible = false;
     this.btReceiver.Click += new System.EventHandler(this.btReceiver_Click);
     //
     // btSender
     //
     this.btSender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btSender, null);
     this.btSender.Location = new System.Drawing.Point(585, 49);
     this.btSender.Name = "btSender";
     this.btSender.Size = new System.Drawing.Size(30, 21);
     this.btSender.TabIndex = 697;
     this.btSender.Tag = "Sender";
     this.btSender.Text = "..";
     this.btSender.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btSender, null);
     this.btSender.Visible = false;
     this.btSender.Click += new System.EventHandler(this.btSender_Click);
     //
     // btTrans
     //
     this.btTrans.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btTrans, null);
     this.btTrans.Location = new System.Drawing.Point(589, 27);
     this.btTrans.Name = "btTrans";
     this.btTrans.Size = new System.Drawing.Size(30, 21);
     this.btTrans.TabIndex = 696;
     this.btTrans.Tag = "Transport";
     this.btTrans.Text = "..";
     this.btTrans.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btTrans, null);
     this.btTrans.Visible = false;
     this.btTrans.Click += new System.EventHandler(this.btTrans_Click);
     //
     // btMaterial
     //
     this.btMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btMaterial, null);
     this.btMaterial.Location = new System.Drawing.Point(592, 0);
     this.btMaterial.Name = "btMaterial";
     this.btMaterial.Size = new System.Drawing.Size(30, 21);
     this.btMaterial.TabIndex = 695;
     this.btMaterial.Tag = "Material";
     this.btMaterial.Text = "..";
     this.btMaterial.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btMaterial, null);
     this.btMaterial.Visible = false;
     this.btMaterial.Click += new System.EventHandler(this.btMaterial_Click);
     //
     // cbTrans
     //
     this.coreBind.SetDatabasecommand(this.cbTrans, null);
     this.cbTrans.FormattingEnabled = true;
     this.cbTrans.Location = new System.Drawing.Point(552, 23);
     this.cbTrans.Name = "cbTrans";
     this.cbTrans.Size = new System.Drawing.Size(31, 20);
     this.cbTrans.TabIndex = 615;
     this.cbTrans.Tag = "Transport";
     this.coreBind.SetVerification(this.cbTrans, null);
     this.cbTrans.Visible = false;
     this.cbTrans.SelectedIndexChanged += new System.EventHandler(this.cbTrans_SelectedIndexChanged);
     this.cbTrans.Leave += new System.EventHandler(this.cbTrans_Leave);
     this.cbTrans.TextChanged += new System.EventHandler(this.cbTrans_TextChanged);
     //
     // label1
     //
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(499, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 24);
     this.label1.TabIndex = 616;
     this.label1.Text = "���˵�λ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label1, null);
     this.label1.Visible = false;
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // txtNetWeight
     //
     this.txtNetWeight.AcceptsTab = true;
     this.txtNetWeight.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtNetWeight, null);
     this.txtNetWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNetWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtNetWeight.Location = new System.Drawing.Point(455, 154);
     this.txtNetWeight.MaxLength = 8;
     this.txtNetWeight.Name = "txtNetWeight";
     this.txtNetWeight.ReadOnly = true;
     this.txtNetWeight.Size = new System.Drawing.Size(89, 26);
     this.txtNetWeight.TabIndex = 613;
     this.coreBind.SetVerification(this.txtNetWeight, null);
     //
     // label12
     //
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(18, 158);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(71, 24);
     this.label12.TabIndex = 614;
     this.label12.Text = "����(t)";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label12, null);
     //
     // txtTareWeight
     //
     this.txtTareWeight.AcceptsTab = true;
     this.txtTareWeight.BackColor = System.Drawing.Color.White;
     this.coreBind.SetDatabasecommand(this.txtTareWeight, null);
     this.txtTareWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtTareWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtTareWeight.Location = new System.Drawing.Point(279, 157);
     this.txtTareWeight.MaxLength = 8;
     this.txtTareWeight.Name = "txtTareWeight";
     this.txtTareWeight.Size = new System.Drawing.Size(69, 26);
     this.txtTareWeight.TabIndex = 611;
     this.coreBind.SetVerification(this.txtTareWeight, null);
     this.txtTareWeight.Leave += new System.EventHandler(this.txtTareWeight_Leave);
     //
     // label9
     //
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(181, 158);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(97, 24);
     this.label9.TabIndex = 612;
     this.label9.Text = "��Ƥ����(t)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // cbMaterial
     //
     this.coreBind.SetDatabasecommand(this.cbMaterial, null);
     this.cbMaterial.FormattingEnabled = true;
     this.cbMaterial.Location = new System.Drawing.Point(552, -3);
     this.cbMaterial.Name = "cbMaterial";
     this.cbMaterial.Size = new System.Drawing.Size(31, 20);
     this.cbMaterial.TabIndex = 104;
     this.cbMaterial.Tag = "Material";
     this.coreBind.SetVerification(this.cbMaterial, null);
     this.cbMaterial.Visible = false;
     this.cbMaterial.SelectedIndexChanged += new System.EventHandler(this.cbMaterial_SelectedIndexChanged);
     this.cbMaterial.Leave += new System.EventHandler(this.cbMaterial_Leave);
     this.cbMaterial.TextChanged += new System.EventHandler(this.cbMaterial_TextChanged);
     //
     // label4
     //
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(489, -3);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 24);
     this.label4.TabIndex = 606;
     this.label4.Text = "��������";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label4, null);
     this.label4.Visible = false;
     this.label4.Click += new System.EventHandler(this.label4_Click);
     //
     // cbReceiver
     //
     this.cbReceiver.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.coreBind.SetDatabasecommand(this.cbReceiver, null);
     this.cbReceiver.FormattingEnabled = true;
     this.cbReceiver.Location = new System.Drawing.Point(544, 72);
     this.cbReceiver.Name = "cbReceiver";
     this.cbReceiver.Size = new System.Drawing.Size(29, 20);
     this.cbReceiver.TabIndex = 108;
     this.cbReceiver.Tag = "Receiver";
     this.coreBind.SetVerification(this.cbReceiver, null);
     this.cbReceiver.Visible = false;
     this.cbReceiver.SelectedIndexChanged += new System.EventHandler(this.cbReceiver_SelectedIndexChanged);
     this.cbReceiver.Leave += new System.EventHandler(this.cbReceiver_Leave);
     this.cbReceiver.TextChanged += new System.EventHandler(this.cbReceiver_TextChanged);
     //
     // txtJly
     //
     this.txtJly.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtJly, null);
     this.txtJly.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJly.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtJly.Location = new System.Drawing.Point(335, 218);
     this.txtJly.MaxLength = 8;
     this.txtJly.Name = "txtJly";
     this.txtJly.ReadOnly = true;
     this.txtJly.Size = new System.Drawing.Size(78, 26);
     this.txtJly.TabIndex = 110;
     this.coreBind.SetVerification(this.txtJly, null);
     //
     // txtWeight
     //
     this.txtWeight.AcceptsTab = true;
     this.txtWeight.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtWeight, null);
     this.txtWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtWeight.Location = new System.Drawing.Point(92, 157);
     this.txtWeight.MaxLength = 8;
     this.txtWeight.Name = "txtWeight";
     this.txtWeight.ReadOnly = true;
     this.txtWeight.Size = new System.Drawing.Size(83, 26);
     this.txtWeight.TabIndex = 112;
     this.coreBind.SetVerification(this.txtWeight, null);
     this.txtWeight.Leave += new System.EventHandler(this.txtWeight_Leave);
     //
     // cbSender
     //
     this.coreBind.SetDatabasecommand(this.cbSender, null);
     this.cbSender.FormattingEnabled = true;
     this.cbSender.Location = new System.Drawing.Point(552, 47);
     this.cbSender.Name = "cbSender";
     this.cbSender.Size = new System.Drawing.Size(24, 20);
     this.cbSender.TabIndex = 107;
     this.cbSender.Tag = "Sender";
     this.coreBind.SetVerification(this.cbSender, null);
     this.cbSender.Visible = false;
     this.cbSender.SelectedIndexChanged += new System.EventHandler(this.cbSender_SelectedIndexChanged);
     this.cbSender.Leave += new System.EventHandler(this.cbSender_Leave);
     this.cbSender.TextChanged += new System.EventHandler(this.cbSender_TextChanged);
     //
     // txtJld
     //
     this.txtJld.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtJld, null);
     this.txtJld.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJld.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtJld.Location = new System.Drawing.Point(88, 219);
     this.txtJld.MaxLength = 8;
     this.txtJld.Name = "txtJld";
     this.txtJld.ReadOnly = true;
     this.txtJld.Size = new System.Drawing.Size(149, 26);
     this.txtJld.TabIndex = 109;
     this.coreBind.SetVerification(this.txtJld, null);
     //
     // label5
     //
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(410, 217);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 24);
     this.label5.TabIndex = 599;
     this.label5.Text = "���";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // txtBc
     //
     this.txtBc.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtBc, null);
     this.txtBc.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBc.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtBc.Location = new System.Drawing.Point(486, 217);
     this.txtBc.MaxLength = 8;
     this.txtBc.Name = "txtBc";
     this.txtBc.ReadOnly = true;
     this.txtBc.Size = new System.Drawing.Size(58, 26);
     this.txtBc.TabIndex = 111;
     this.coreBind.SetVerification(this.txtBc, null);
     //
     // label6
     //
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(370, 157);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(76, 24);
     this.label6.TabIndex = 597;
     this.label6.Text = "����(t)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label6, null);
     //
     // label7
     //
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(263, 218);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(64, 24);
     this.label7.TabIndex = 595;
     this.label7.Text = "����Ա";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label7, null);
     //
     // label8
     //
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(24, 221);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(58, 24);
     this.label8.TabIndex = 593;
     this.label8.Text = "������";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // label14
     //
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Location = new System.Drawing.Point(480, 68);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(66, 24);
     this.label14.TabIndex = 591;
     this.label14.Text = "�ջ���λ";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     this.label14.Visible = false;
     this.label14.Click += new System.EventHandler(this.label14_Click);
     //
     // label15
     //
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Location = new System.Drawing.Point(480, 45);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(58, 24);
     this.label15.TabIndex = 590;
     this.label15.Text = "������λ";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label15, null);
     this.label15.Visible = false;
     this.label15.Click += new System.EventHandler(this.label15_Click);
     //
     // label11
     //
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(325, 18);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(75, 24);
     this.label11.TabIndex = 589;
     this.label11.Text = "����";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // lblCh
     //
     this.coreBind.SetDatabasecommand(this.lblCh, null);
     this.lblCh.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCh.Location = new System.Drawing.Point(2, 19);
     this.lblCh.Name = "lblCh";
     this.lblCh.Size = new System.Drawing.Size(80, 24);
     this.lblCh.TabIndex = 578;
     this.lblCh.Text = "�޺�";
     this.lblCh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lblCh, null);
     //
     // tb_POTNO
     //
     this.tb_POTNO.BackColor = System.Drawing.SystemColors.Window;
     this.coreBind.SetDatabasecommand(this.tb_POTNO, null);
     this.tb_POTNO.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb_POTNO.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tb_POTNO.Location = new System.Drawing.Point(88, 19);
     this.tb_POTNO.MaxLength = 8;
     this.tb_POTNO.Name = "tb_POTNO";
     this.tb_POTNO.Size = new System.Drawing.Size(149, 26);
     this.tb_POTNO.TabIndex = 101;
     this.coreBind.SetVerification(this.tb_POTNO, null);
     this.tb_POTNO.Leave += new System.EventHandler(this.tb_POTNO_Leave);
     this.tb_POTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTRAINNO_KeyPress);
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel11.Controls.Add(this.button1);
     this.panel11.Controls.Add(this.ck_Tare);
     this.panel11.Controls.Add(this.btnTrainTare);
     this.panel11.Controls.Add(this.btnWc);
     this.panel11.Controls.Add(this.btnSglr);
     this.panel11.Controls.Add(this.btnBC);
     this.panel11.Controls.Add(this.btnDS);
     this.coreBind.SetDatabasecommand(this.panel11, null);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(239, 289);
     this.panel11.TabIndex = 5;
     this.coreBind.SetVerification(this.panel11, null);
     //
     // 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(171, 239);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(63, 32);
     this.button1.TabIndex = 32;
     this.button1.Text = "ˢ������";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ck_Tare
     //
     this.ck_Tare.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ck_Tare, null);
     this.ck_Tare.Location = new System.Drawing.Point(22, 100);
     this.ck_Tare.Name = "ck_Tare";
     this.ck_Tare.Size = new System.Drawing.Size(96, 16);
     this.ck_Tare.TabIndex = 31;
     this.ck_Tare.Text = "��������Ƥ��";
     this.ck_Tare.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.ck_Tare, null);
     this.ck_Tare.Visible = false;
     //
     // btnTrainTare
     //
     this.btnTrainTare.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnTrainTare, null);
     this.btnTrainTare.Location = new System.Drawing.Point(108, 138);
     this.btnTrainTare.Name = "btnTrainTare";
     this.btnTrainTare.Size = new System.Drawing.Size(63, 32);
     this.btnTrainTare.TabIndex = 30;
     this.btnTrainTare.Text = "�����Ƥ����";
     this.btnTrainTare.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnTrainTare, null);
     this.btnTrainTare.Visible = false;
     this.btnTrainTare.Click += new System.EventHandler(this.btnTrainTare_Click);
     //
     // btnWc
     //
     this.btnWc.BackColor = System.Drawing.Color.Violet;
     this.coreBind.SetDatabasecommand(this.btnWc, null);
     this.btnWc.Location = new System.Drawing.Point(22, 138);
     this.btnWc.Name = "btnWc";
     this.btnWc.Size = new System.Drawing.Size(63, 32);
     this.btnWc.TabIndex = 29;
     this.btnWc.Text = "�������";
     this.btnWc.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnWc, null);
     this.btnWc.Visible = false;
     this.btnWc.Click += new System.EventHandler(this.btnWc_Click);
     //
     // btnSglr
     //
     this.btnSglr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnSglr, null);
     this.btnSglr.Location = new System.Drawing.Point(171, 191);
     this.btnSglr.Name = "btnSglr";
     this.btnSglr.Size = new System.Drawing.Size(63, 32);
     this.btnSglr.TabIndex = 28;
     this.btnSglr.Text = "�ֹ�¼��";
     this.btnSglr.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnSglr, null);
     this.btnSglr.Visible = false;
     this.btnSglr.Click += new System.EventHandler(this.btnSglr_Click);
     //
     // btnBC
     //
     this.btnBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnBC, null);
     this.btnBC.Font = new System.Drawing.Font("����", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnBC.Location = new System.Drawing.Point(22, 197);
     this.btnBC.Name = "btnBC";
     this.btnBC.Size = new System.Drawing.Size(96, 74);
     this.btnBC.TabIndex = 3;
     this.btnBC.Text = "����";
     this.btnBC.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnBC, null);
     this.btnBC.Click += new System.EventHandler(this.btnBC_Click);
     //
     // btnDS
     //
     this.btnDS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnDS, null);
     this.btnDS.Location = new System.Drawing.Point(9, 22);
     this.btnDS.Name = "btnDS";
     this.btnDS.Size = new System.Drawing.Size(52, 32);
     this.btnDS.TabIndex = 2;
     this.btnDS.Text = "����";
     this.btnDS.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnDS, null);
     this.btnDS.Visible = false;
     this.btnDS.Click += new System.EventHandler(this.btnDS_Click);
     //
     // btnQL
     //
     this.coreBind.SetDatabasecommand(this.btnQL, null);
     this.btnQL.Location = new System.Drawing.Point(251, 103);
     this.btnQL.Name = "btnQL";
     this.btnQL.Size = new System.Drawing.Size(99, 28);
     this.btnQL.TabIndex = 56;
     this.btnQL.Text = "����";
     this.btnQL.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnQL, null);
     this.btnQL.Click += new System.EventHandler(this.btnQL_Click);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Controls.Add(this.btnQL);
     this.panel6.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.panel6, null);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(458, 27);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(854, 105);
     this.panel6.TabIndex = 55;
     this.coreBind.SetVerification(this.panel6, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.picFDTP);
     this.ultraGroupBox1.Controls.Add(this.txtMeterWeight);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.lblMaterShow);
     this.ultraGroupBox1.Controls.Add(this.lblMater);
     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(850, 101);
     this.ultraGroupBox1.TabIndex = 2;
     this.ultraGroupBox1.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     //
     // picFDTP
     //
     this.coreBind.SetDatabasecommand(this.picFDTP, null);
     this.picFDTP.Location = new System.Drawing.Point(70, 85);
     this.picFDTP.Name = "picFDTP";
     this.picFDTP.Size = new System.Drawing.Size(20, 13);
     this.picFDTP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picFDTP.TabIndex = 2;
     this.picFDTP.TabStop = false;
     this.coreBind.SetVerification(this.picFDTP, null);
     this.picFDTP.Visible = false;
     this.picFDTP.DoubleClick += new System.EventHandler(this.picFDTP_DoubleClick);
     this.picFDTP.MouseLeave += new System.EventHandler(this.picFDTP_MouseLeave);
     this.picFDTP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseMove);
     this.picFDTP.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseDown);
     this.picFDTP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseUp);
     //
     // txtMeterWeight
     //
     this.txtMeterWeight.BackColor = System.Drawing.Color.Transparent;
     this.txtMeterWeight.BackColor_1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.BackColor_2 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.BevelRate = 0.5F;
     this.coreBind.SetDatabasecommand(this.txtMeterWeight, null);
     this.txtMeterWeight.FadedColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.ForeColor = System.Drawing.Color.Green;
     this.txtMeterWeight.HighlightOpaque = ((byte)(50));
     this.txtMeterWeight.Location = new System.Drawing.Point(57, 17);
     this.txtMeterWeight.Name = "txtMeterWeight";
     this.txtMeterWeight.Size = new System.Drawing.Size(274, 67);
     this.txtMeterWeight.TabIndex = 673;
     this.txtMeterWeight.Text = "0.000";
     this.txtMeterWeight.TextAlignment = LxControl.LxLedControl.Alignment.Right;
     this.txtMeterWeight.TotalCharCount = 8;
     this.coreBind.SetVerification(this.txtMeterWeight, 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("����", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(369, 28);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(81, 56);
     this.label2.TabIndex = 53;
     this.label2.Text = "��";
     this.coreBind.SetVerification(this.label2, null);
     //
     // lblMaterShow
     //
     this.lblMaterShow.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lblMaterShow, null);
     this.lblMaterShow.Font = new System.Drawing.Font("����", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMaterShow.Location = new System.Drawing.Point(486, 46);
     this.lblMaterShow.Name = "lblMaterShow";
     this.lblMaterShow.Size = new System.Drawing.Size(120, 21);
     this.lblMaterShow.TabIndex = 55;
     this.lblMaterShow.Text = "����DZ�";
     this.coreBind.SetVerification(this.lblMaterShow, null);
     //
     // lblMater
     //
     this.coreBind.SetDatabasecommand(this.lblMater, null);
     this.lblMater.Font = new System.Drawing.Font("����", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMater.ForeColor = System.Drawing.Color.Crimson;
     this.lblMater.Location = new System.Drawing.Point(458, 44);
     this.lblMater.Name = "lblMater";
     this.lblMater.Size = new System.Drawing.Size(30, 28);
     this.lblMater.TabIndex = 54;
     this.lblMater.Text = "��";
     this.coreBind.SetVerification(this.lblMater, null);
     //
     // BilletInfo_GD_Fill_Panel
     //
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel7);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel8);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel6);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel2);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel1);
     this.BilletInfo_GD_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.BilletInfo_GD_Fill_Panel, null);
     this.BilletInfo_GD_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.BilletInfo_GD_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.BilletInfo_GD_Fill_Panel.Name = "BilletInfo_GD_Fill_Panel";
     this.BilletInfo_GD_Fill_Panel.Size = new System.Drawing.Size(1312, 578);
     this.BilletInfo_GD_Fill_Panel.TabIndex = 1;
     this.coreBind.SetVerification(this.BilletInfo_GD_Fill_Panel, null);
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel7.Controls.Add(this.ultraTabControl1);
     this.coreBind.SetDatabasecommand(this.panel7, null);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(458, 421);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(854, 157);
     this.panel7.TabIndex = 57;
     this.coreBind.SetVerification(this.panel7, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     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(850, 153);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab2.TabPage = this.ultraTabPageControl2;
     ultraTab2.Text = "������Ϣ";
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text = "һ�μ�����Ϣ";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab2,
     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(848, 130);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.pnlBottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 27);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(458, 551);
     this.panel2.TabIndex = 2;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.panel5);
     this.pnlBottom.Controls.Add(this.panel3);
     this.pnlBottom.Controls.Add(this.panel4);
     this.coreBind.SetDatabasecommand(this.pnlBottom, null);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlBottom.Location = new System.Drawing.Point(0, 0);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(454, 705);
     this.pnlBottom.TabIndex = 3;
     this.coreBind.SetVerification(this.pnlBottom, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.VideoChannel3);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 470);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(454, 235);
     this.panel5.TabIndex = 6;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // VideoChannel3
     //
     this.VideoChannel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
     this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel3.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel3.Name = "VideoChannel3";
     this.VideoChannel3.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel3.TabIndex = 1;
     this.VideoChannel3.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel3, null);
     this.VideoChannel3.DoubleClick += new System.EventHandler(this.VideoChannel3_DoubleClick);
     this.VideoChannel3.Click += new System.EventHandler(this.picBf_Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.VideoChannel2);
     this.coreBind.SetDatabasecommand(this.panel3, null);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 235);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(454, 235);
     this.panel3.TabIndex = 5;
     this.coreBind.SetVerification(this.panel3, null);
     //
     // VideoChannel2
     //
     this.VideoChannel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.VideoChannel2.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
     this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel2.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel2.Name = "VideoChannel2";
     this.VideoChannel2.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel2.TabIndex = 1;
     this.VideoChannel2.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel2, null);
     this.VideoChannel2.DoubleClick += new System.EventHandler(this.VideoChannel2_DoubleClick);
     this.VideoChannel2.Click += new System.EventHandler(this.pic12_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.VideoChannel1);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name = "panel4";
     this.panel4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.panel4.Size = new System.Drawing.Size(454, 235);
     this.panel4.TabIndex = 4;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // VideoChannel1
     //
     this.VideoChannel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
     this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel1.Name = "VideoChannel1";
     this.VideoChannel1.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel1.TabIndex = 1;
     this.VideoChannel1.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel1, null);
     this.VideoChannel1.DoubleClick += new System.EventHandler(this.pic11_DoubleClick);
     this.VideoChannel1.Click += new System.EventHandler(this.pic11_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dtpEnd);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this.dateRQ);
     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(1312, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // dtpEnd
     //
     this.coreBind.SetDatabasecommand(this.dtpEnd, null);
     this.dtpEnd.Location = new System.Drawing.Point(226, 2);
     this.dtpEnd.Name = "dtpEnd";
     this.dtpEnd.Size = new System.Drawing.Size(116, 21);
     this.dtpEnd.TabIndex = 674;
     this.coreBind.SetVerification(this.dtpEnd, 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, 28);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1312, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // dateRQ
     //
     this.coreBind.SetDatabasecommand(this.dateRQ, null);
     this.dateRQ.Location = new System.Drawing.Point(94, 3);
     this.dateRQ.Name = "dateRQ";
     this.dateRQ.Size = new System.Drawing.Size(110, 21);
     this.dateRQ.TabIndex = 57;
     this.coreBind.SetVerification(this.dateRQ, 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, 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.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool4.ControlName = "dateRQ";
     controlContainerTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool5.ControlName = "dtpEnd";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool4,
     controlContainerTool5,
     buttonTool2,
     buttonTool3,
     buttonTool6});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "dateRQ";
     controlContainerTool1.SharedPropsInternal.Caption = "ë�ؼ�������";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Caption = "�޺�";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     buttonTool1.SharedPropsInternal.Caption = "��ѯ";
     buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Caption = "�򿪶Խ�";
     buttonTool4.SharedPropsInternal.CustomizerCaption = "��Ƶ";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool5.SharedPropsInternal.Caption = "��ѯ";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool7.SharedPropsInternal.Caption = "��";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool6.ControlName = "dtpEnd";
     controlContainerTool6.SharedPropsInternal.Caption = "��";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool2,
     buttonTool1,
     buttonTool4,
     buttonTool5,
     buttonTool7,
     controlContainerTool6});
     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(1312, 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)(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(1312, 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)(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(1312, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CompressUnpinnedTabs = false;
     dockAreaPane1.DockedBefore = new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c");
     dockableControlPane1.Control = this.panelYYBF;
     dockableControlPane1.FlyoutSize = new System.Drawing.Size(95, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(3, 73, 200, 100);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "�������";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane1});
     dockAreaPane1.Size = new System.Drawing.Size(95, 666);
     dockableControlPane2.Control = this.panelSPKZ;
     dockableControlPane2.FlyoutSize = new System.Drawing.Size(126, -1);
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(265, 22, 200, 100);
     dockableControlPane2.Pinned = false;
     dockableControlPane2.Size = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text = "��Ƶ����";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane2});
     dockAreaPane2.Size = new System.Drawing.Size(95, 666);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
     dockAreaPane1,
     dockAreaPane2});
     this.ultraDockManager1.HostControl = this;
     this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _MoltenInfo_OneUnpinnedTabAreaLeft
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaLeft, null);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Name = "_MoltenInfo_OneUnpinnedTabAreaLeft";
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 578);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.TabIndex = 2;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaLeft, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaRight
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaRight, null);
     this._MoltenInfo_OneUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
     this._MoltenInfo_OneUnpinnedTabAreaRight.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaRight.Location = new System.Drawing.Point(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaRight.Name = "_MoltenInfo_OneUnpinnedTabAreaRight";
     this._MoltenInfo_OneUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 578);
     this._MoltenInfo_OneUnpinnedTabAreaRight.TabIndex = 3;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaRight, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaTop
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaTop, null);
     this._MoltenInfo_OneUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
     this._MoltenInfo_OneUnpinnedTabAreaTop.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._MoltenInfo_OneUnpinnedTabAreaTop.Name = "_MoltenInfo_OneUnpinnedTabAreaTop";
     this._MoltenInfo_OneUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaTop.Size = new System.Drawing.Size(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaTop.TabIndex = 4;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaTop, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaBottom
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaBottom, null);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 578);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Name = "_MoltenInfo_OneUnpinnedTabAreaBottom";
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.TabIndex = 5;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaBottom, null);
     //
     // _MoltenInfo_OneAutoHideControl
     //
     this._MoltenInfo_OneAutoHideControl.Controls.Add(this.dockableWindow1);
     this._MoltenInfo_OneAutoHideControl.Controls.Add(this.dockableWindow2);
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneAutoHideControl, null);
     this._MoltenInfo_OneAutoHideControl.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneAutoHideControl.Location = new System.Drawing.Point(772, 0);
     this._MoltenInfo_OneAutoHideControl.Name = "_MoltenInfo_OneAutoHideControl";
     this._MoltenInfo_OneAutoHideControl.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneAutoHideControl.Size = new System.Drawing.Size(11, 578);
     this._MoltenInfo_OneAutoHideControl.TabIndex = 6;
     this.coreBind.SetVerification(this._MoltenInfo_OneAutoHideControl, null);
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.panelYYBF);
     this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
     this.dockableWindow1.Location = new System.Drawing.Point(-10000, 0);
     this.dockableWindow1.Name = "dockableWindow1";
     this.dockableWindow1.Owner = this.ultraDockManager1;
     this.dockableWindow1.Size = new System.Drawing.Size(95, 734);
     this.dockableWindow1.TabIndex = 9;
     this.coreBind.SetVerification(this.dockableWindow1, null);
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.panelSPKZ);
     this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
     this.dockableWindow2.Location = new System.Drawing.Point(5, 0);
     this.dockableWindow2.Name = "dockableWindow2";
     this.dockableWindow2.Owner = this.ultraDockManager1;
     this.dockableWindow2.Size = new System.Drawing.Size(126, 578);
     this.dockableWindow2.TabIndex = 10;
     this.coreBind.SetVerification(this.dockableWindow2, null);
     //
     // windowDockingArea2
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
     this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea2.Location = new System.Drawing.Point(871, 0);
     this.windowDockingArea2.Name = "windowDockingArea2";
     this.windowDockingArea2.Owner = this.ultraDockManager1;
     this.windowDockingArea2.Size = new System.Drawing.Size(100, 666);
     this.windowDockingArea2.TabIndex = 8;
     this.coreBind.SetVerification(this.windowDockingArea2, null);
     //
     // dsQuery
     //
     this.dsQuery.DataSetName = "NewDataSet";
     this.dsQuery.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable4});
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn120,
     this.dataColumn121,
     this.dataColumn122,
     this.dataColumn123,
     this.dataColumn124,
     this.dataColumn125,
     this.dataColumn126,
     this.dataColumn127,
     this.dataColumn128,
     this.dataColumn129,
     this.dataColumn130,
     this.dataColumn131,
     this.dataColumn132,
     this.dataColumn133,
     this.dataColumn134,
     this.dataColumn135,
     this.dataColumn136,
     this.dataColumn137,
     this.dataColumn138,
     this.dataColumn139,
     this.dataColumn140,
     this.dataColumn141});
     this.dataTable4.TableName = "һ�μ�����ʱ��";
     //
     // dataColumn120
     //
     this.dataColumn120.Caption = "�������";
     this.dataColumn120.ColumnName = "fs_weightno";
     //
     // dataColumn121
     //
     this.dataColumn121.Caption = "���ϴ���";
     this.dataColumn121.ColumnName = "fs_material";
     //
     // dataColumn122
     //
     this.dataColumn122.Caption = "�������";
     this.dataColumn122.ColumnName = "fs_weighttype";
     //
     // dataColumn123
     //
     this.dataColumn123.Caption = "���������";
     this.dataColumn123.ColumnName = "fs_senderstroeno";
     //
     // dataColumn124
     //
     this.dataColumn124.Caption = "�ջ���λ����";
     this.dataColumn124.ColumnName = "fs_receivestoreno";
     //
     // dataColumn125
     //
     this.dataColumn125.Caption = "���";
     this.dataColumn125.ColumnName = "fs_shift";
     //
     // dataColumn126
     //
     this.dataColumn126.Caption = "����";
     this.dataColumn126.ColumnName = "fs_group";
     //
     // dataColumn127
     //
     this.dataColumn127.Caption = "����";
     this.dataColumn127.ColumnName = "fs_trainno";
     //
     // dataColumn128
     //
     this.dataColumn128.Caption = "����";
     this.dataColumn128.ColumnName = "fn_weight";
     //
     // dataColumn129
     //
     this.dataColumn129.Caption = "����Ա";
     this.dataColumn129.ColumnName = "fs_weightperson";
     //
     // dataColumn130
     //
     this.dataColumn130.Caption = "����ʱ��";
     this.dataColumn130.ColumnName = "fd_weighttime";
     //
     // dataColumn131
     //
     this.dataColumn131.Caption = "������";
     this.dataColumn131.ColumnName = "fs_weightpoint";
     //
     // dataColumn132
     //
     this.dataColumn132.Caption = "ɾ����־";
     this.dataColumn132.ColumnName = "fs_deleteflag";
     //
     // dataColumn133
     //
     this.dataColumn133.Caption = "ɾ����";
     this.dataColumn133.ColumnName = "fs_deleteuser";
     //
     // dataColumn134
     //
     this.dataColumn134.Caption = "ɾ������";
     this.dataColumn134.ColumnName = "fd_deletedate";
     //
     // dataColumn135
     //
     this.dataColumn135.Caption = "���˵�λ����";
     this.dataColumn135.ColumnName = "fs_transno";
     //
     // dataColumn136
     //
     this.dataColumn136.Caption = "��������";
     this.dataColumn136.ColumnName = "fs_materialname";
     //
     // dataColumn137
     //
     this.dataColumn137.Caption = "������λ";
     this.dataColumn137.ColumnName = "fs_sender";
     //
     // dataColumn138
     //
     this.dataColumn138.Caption = "�ջ���λ";
     this.dataColumn138.ColumnName = "fs_receiver";
     //
     // dataColumn139
     //
     this.dataColumn139.Caption = "����";
     this.dataColumn139.ColumnName = "fs_typename";
     //
     // dataColumn140
     //
     this.dataColumn140.Caption = "������";
     this.dataColumn140.ColumnName = "fs_pointname";
     //
     // dataColumn141
     //
     this.dataColumn141.Caption = "���˵�λ";
     this.dataColumn141.ColumnName = "fs_trans";
     //
     // windowDockingArea1
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
     this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(871, 0);
     this.windowDockingArea1.Name = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.ultraDockManager1;
     this.windowDockingArea1.Size = new System.Drawing.Size(100, 666);
     this.windowDockingArea1.TabIndex = 7;
     this.coreBind.SetVerification(this.windowDockingArea1, null);
     //
     // TrackWeightForIron
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1333, 578);
     this.Controls.Add(this._MoltenInfo_OneAutoHideControl);
     this.Controls.Add(this.BilletInfo_GD_Fill_Panel);
     this.Controls.Add(this.windowDockingArea2);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaTop);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaBottom);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaLeft);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaRight);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "TrackWeightForIron";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Tag = "TrackWeight";
     this.Text = "��̬�����";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.MoltenInfo_One_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MoltenInfo_One_KeyPress);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MoltenInfo_One_FormClosing);
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.panelYYBF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uDridSound)).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.dataTable5)).EndInit();
     this.panelSPKZ.ResumeLayout(false);
     this.panel8.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);
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMeterWeight)).EndInit();
     this.BilletInfo_GD_Fill_Panel.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._MoltenInfo_OneAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.dockableWindow2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsQuery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).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();
     System.ComponentModel.ComponentResourceManager    resources            = new System.ComponentModel.ComponentResourceManager(typeof(frmApplication));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("2ddc2b5a-6241-47c6-8314-283211810e8c"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("d5aa2ab2-fe2e-40d3-b7b5-0192c332b3fe"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("2ddc2b5a-6241-47c6-8314-283211810e8c"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane2        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("78dbf17d-19ec-4125-ade2-8bd6508f3181"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("20ef3150-534d-475c-b6f5-38f2c4409ecd"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("78dbf17d-19ec-4125-ade2-8bd6508f3181"), -1);
     this.pnlTreeContainer                  = new System.Windows.Forms.Panel();
     this.pnlLog                            = new System.Windows.Forms.Panel();
     this.pnlLogContainer                   = new System.Windows.Forms.Panel();
     this.splitContainer2                   = new System.Windows.Forms.SplitContainer();
     this.tabControlQueryEditors            = new DatabaseUtilityTool.TabCtlEx();
     this.tabPageQueryEditor                = new DatabaseUtilityTool.TabPageEx(this.components);
     this.panel1                            = new System.Windows.Forms.Panel();
     this.tabControlResults                 = new System.Windows.Forms.TabControl();
     this.tabPageResults                    = new System.Windows.Forms.TabPage();
     this.toolStripContainer1               = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1                        = new System.Windows.Forms.ToolStrip();
     this.toolStripBtnChangeConnection      = new System.Windows.Forms.ToolStripButton();
     this.toolStripBtnSettings              = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonFormatQuery        = new System.Windows.Forms.ToolStripButton();
     this.toolStripBtnExecute               = new System.Windows.Forms.ToolStripButton();
     this.toolStripBtnLog                   = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1                        = new System.Windows.Forms.MenuStrip();
     this.viewToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.dBObjectExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1                      = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabelExecute       = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1             = new System.Windows.Forms.ToolStripStatusLabel();
     this.imageListIcons                    = new System.Windows.Forms.ImageList(this.components);
     this.ultraDockManager1                 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._Form1UnpinnedTabAreaLeft         = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._Form1UnpinnedTabAreaRight        = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._Form1UnpinnedTabAreaTop          = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._Form1UnpinnedTabAreaBottom       = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._Form1AutoHideControl             = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1                   = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea1                = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow2                   = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.panel2                            = new System.Windows.Forms.Panel();
     this.windowDockingArea2                = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.toolsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlLog.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControlQueryEditors.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabControlResults.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._Form1AutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlTreeContainer
     //
     this.pnlTreeContainer.BackColor = System.Drawing.Color.Transparent;
     this.pnlTreeContainer.Location  = new System.Drawing.Point(0, 18);
     this.pnlTreeContainer.Name      = "pnlTreeContainer";
     this.pnlTreeContainer.Size      = new System.Drawing.Size(175, 469);
     this.pnlTreeContainer.TabIndex  = 0;
     //
     // pnlLog
     //
     this.pnlLog.Controls.Add(this.pnlLogContainer);
     this.pnlLog.Location = new System.Drawing.Point(0, 18);
     this.pnlLog.Name     = "pnlLog";
     this.pnlLog.Size     = new System.Drawing.Size(239, 469);
     this.pnlLog.TabIndex = 2;
     //
     // pnlLogContainer
     //
     this.pnlLogContainer.BackColor = System.Drawing.SystemColors.Control;
     this.pnlLogContainer.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pnlLogContainer.Location  = new System.Drawing.Point(0, 0);
     this.pnlLogContainer.Name      = "pnlLogContainer";
     this.pnlLogContainer.Size      = new System.Drawing.Size(239, 469);
     this.pnlLogContainer.TabIndex  = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.tabControlQueryEditors);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.panel1);
     this.splitContainer2.Size             = new System.Drawing.Size(1057, 437);
     this.splitContainer2.SplitterDistance = 284;
     this.splitContainer2.SplitterWidth    = 6;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabControlQueryEditors
     //
     this.tabControlQueryEditors.ConfirmOnClose = false;
     this.tabControlQueryEditors.Controls.Add(this.tabPageQueryEditor);
     this.tabControlQueryEditors.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabControlQueryEditors.DrawMode              = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabControlQueryEditors.Font                  = new System.Drawing.Font("Verdana", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlQueryEditors.ItemSize              = new System.Drawing.Size(300, 24);
     this.tabControlQueryEditors.Location              = new System.Drawing.Point(0, 0);
     this.tabControlQueryEditors.Multiline             = true;
     this.tabControlQueryEditors.Name                  = "tabControlQueryEditors";
     this.tabControlQueryEditors.SelectedIndex         = 0;
     this.tabControlQueryEditors.Size                  = new System.Drawing.Size(1057, 284);
     this.tabControlQueryEditors.TabIndex              = 7;
     this.tabControlQueryEditors.TabStop               = false;
     this.tabControlQueryEditors.OnClose              += new TabCtlEx.OnHeaderCloseDelegate(this.tabControlQueryEditors_OnClose);
     this.tabControlQueryEditors.SelectedIndexChanged += new System.EventHandler(this.tabControlQueryEditors_SelectedIndexChanged);
     //
     // tabPageQueryEditor
     //
     this.tabPageQueryEditor.Location = new System.Drawing.Point(4, 28);
     this.tabPageQueryEditor.Menu     = null;
     this.tabPageQueryEditor.Name     = "tabPageQueryEditor";
     this.tabPageQueryEditor.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageQueryEditor.Size     = new System.Drawing.Size(1049, 252);
     this.tabPageQueryEditor.TabIndex = 0;
     this.tabPageQueryEditor.Text     = "Query1                                                                ";
     this.tabPageQueryEditor.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControlResults);
     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(1057, 147);
     this.panel1.TabIndex = 1;
     //
     // tabControlResults
     //
     this.tabControlResults.Controls.Add(this.tabPageResults);
     this.tabControlResults.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControlResults.Location      = new System.Drawing.Point(0, 0);
     this.tabControlResults.Name          = "tabControlResults";
     this.tabControlResults.SelectedIndex = 0;
     this.tabControlResults.Size          = new System.Drawing.Size(1057, 147);
     this.tabControlResults.TabIndex      = 0;
     //
     // tabPageResults
     //
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name     = "tabPageResults";
     this.tabPageResults.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageResults.Size     = new System.Drawing.Size(1049, 121);
     this.tabPageResults.TabIndex = 0;
     this.tabPageResults.Text     = "Results";
     this.tabPageResults.UseVisualStyleBackColor = true;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.toolStrip1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1057, 26);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Top;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(180, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size     = new System.Drawing.Size(1057, 50);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.toolStrip1.GripStyle             = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripBtnChangeConnection,
         this.toolStripBtnSettings,
         this.toolStripButtonFormatQuery,
         this.toolStripBtnExecute,
         this.toolStripBtnLog
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(1057, 25);
     this.toolStrip1.TabIndex   = 0;
     //
     // toolStripBtnChangeConnection
     //
     this.toolStripBtnChangeConnection.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripBtnChangeConnection.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripBtnChangeConnection.Image")));
     this.toolStripBtnChangeConnection.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBtnChangeConnection.Name   = "toolStripBtnChangeConnection";
     this.toolStripBtnChangeConnection.Size   = new System.Drawing.Size(105, 22);
     this.toolStripBtnChangeConnection.Text   = "Change Connection";
     this.toolStripBtnChangeConnection.Click += new System.EventHandler(this.toolStripBtnChangeConnection_Click);
     //
     // toolStripBtnSettings
     //
     this.toolStripBtnSettings.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripBtnSettings.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripBtnSettings.Image")));
     this.toolStripBtnSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBtnSettings.Name   = "toolStripBtnSettings";
     this.toolStripBtnSettings.Size   = new System.Drawing.Size(50, 22);
     this.toolStripBtnSettings.Text   = "Settings";
     this.toolStripBtnSettings.Click += new System.EventHandler(this.toolStripBtnSettings_Click);
     //
     // toolStripButtonFormatQuery
     //
     this.toolStripButtonFormatQuery.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonFormatQuery.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFormatQuery.Image")));
     this.toolStripButtonFormatQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFormatQuery.Name   = "toolStripButtonFormatQuery";
     this.toolStripButtonFormatQuery.Size   = new System.Drawing.Size(78, 22);
     this.toolStripButtonFormatQuery.Text   = "Format Query";
     this.toolStripButtonFormatQuery.Click += new System.EventHandler(this.toolStripButtonFormatQuery_Click);
     //
     // toolStripBtnExecute
     //
     this.toolStripBtnExecute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnExecute.Image")));
     this.toolStripBtnExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBtnExecute.Name     = "toolStripBtnExecute";
     this.toolStripBtnExecute.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripBtnExecute.Size     = new System.Drawing.Size(66, 22);
     this.toolStripBtnExecute.Text     = "Execute";
     this.toolStripBtnExecute.Click   += new System.EventHandler(this.toolStripBtnExecute_Click);
     //
     // toolStripBtnLog
     //
     this.toolStripBtnLog.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripBtnLog.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripBtnLog.Image")));
     this.toolStripBtnLog.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripBtnLog.Name    = "toolStripBtnLog";
     this.toolStripBtnLog.Size    = new System.Drawing.Size(28, 22);
     this.toolStripBtnLog.Text    = "Log";
     this.toolStripBtnLog.Visible = false;
     this.toolStripBtnLog.Click  += new System.EventHandler(this.toolStripBtnLog_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
     this.menuStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.viewToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1057, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dBObjectExplorerToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // dBObjectExplorerToolStripMenuItem
     //
     this.dBObjectExplorerToolStripMenuItem.Name   = "dBObjectExplorerToolStripMenuItem";
     this.dBObjectExplorerToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
     this.dBObjectExplorerToolStripMenuItem.Text   = "DB Object Explorer";
     this.dBObjectExplorerToolStripMenuItem.Click += new System.EventHandler(this.dBObjectExplorerToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.aboutToolStripMenuItem.Text   = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabelExecute,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 487);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1258, 22);
     this.statusStrip1.TabIndex = 2;
     //
     // toolStripStatusLabelExecute
     //
     this.toolStripStatusLabelExecute.Name = "toolStripStatusLabelExecute";
     this.toolStripStatusLabelExecute.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // imageListIcons
     //
     this.imageListIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListIcons.ImageStream")));
     this.imageListIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListIcons.Images.SetKeyName(0, "database-icon.png");
     this.imageListIcons.Images.SetKeyName(1, "Folder-Data-icon.png");
     this.imageListIcons.Images.SetKeyName(2, "database table.png");
     this.imageListIcons.Images.SetKeyName(3, "StoredProcedure.gif");
     this.imageListIcons.Images.SetKeyName(4, "view.jpg");
     this.imageListIcons.Images.SetKeyName(5, "StoredFunction.png");
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.AutoHideDelay       = 200;
     dockAreaPane1.ChildPaneStyle               = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockAreaPane1.DockedBefore                 = new System.Guid("78dbf17d-19ec-4125-ade2-8bd6508f3181");
     dockableControlPane1.Control               = this.pnlTreeContainer;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(388, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(12, 73, 249, 292);
     dockableControlPane1.Size = new System.Drawing.Size(175, 100);
     dockableControlPane1.Text = "DB Object Explorer";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size                         = new System.Drawing.Size(175, 487);
     dockableControlPane2.Control               = this.pnlLog;
     dockableControlPane2.FlyoutSize            = new System.Drawing.Size(239, -1);
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(732, 28, 299, 305);
     dockableControlPane2.Pinned                = false;
     dockableControlPane2.Size                  = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text                  = "Log";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane2
     });
     dockAreaPane2.Size = new System.Drawing.Size(239, 487);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1,
         dockAreaPane2
     });
     this.ultraDockManager1.HostControl        = this;
     this.ultraDockManager1.SaveSettingsFormat = Infragistics.Win.SaveSettingsFormat.Xml;
     this.ultraDockManager1.SettingsKey        = "Form1.ultraDockManager1";
     this.ultraDockManager1.ShowCloseButton    = false;
     //
     // _Form1UnpinnedTabAreaLeft
     //
     this._Form1UnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._Form1UnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Form1UnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._Form1UnpinnedTabAreaLeft.Name     = "_Form1UnpinnedTabAreaLeft";
     this._Form1UnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._Form1UnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 487);
     this._Form1UnpinnedTabAreaLeft.TabIndex = 4;
     //
     // _Form1UnpinnedTabAreaRight
     //
     this._Form1UnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._Form1UnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Form1UnpinnedTabAreaRight.Location = new System.Drawing.Point(1237, 0);
     this._Form1UnpinnedTabAreaRight.Name     = "_Form1UnpinnedTabAreaRight";
     this._Form1UnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._Form1UnpinnedTabAreaRight.Size     = new System.Drawing.Size(21, 487);
     this._Form1UnpinnedTabAreaRight.TabIndex = 5;
     //
     // _Form1UnpinnedTabAreaTop
     //
     this._Form1UnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._Form1UnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Form1UnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._Form1UnpinnedTabAreaTop.Name     = "_Form1UnpinnedTabAreaTop";
     this._Form1UnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._Form1UnpinnedTabAreaTop.Size     = new System.Drawing.Size(1237, 0);
     this._Form1UnpinnedTabAreaTop.TabIndex = 6;
     //
     // _Form1UnpinnedTabAreaBottom
     //
     this._Form1UnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._Form1UnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Form1UnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 487);
     this._Form1UnpinnedTabAreaBottom.Name     = "_Form1UnpinnedTabAreaBottom";
     this._Form1UnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._Form1UnpinnedTabAreaBottom.Size     = new System.Drawing.Size(1237, 0);
     this._Form1UnpinnedTabAreaBottom.TabIndex = 7;
     //
     // _Form1AutoHideControl
     //
     this._Form1AutoHideControl.Controls.Add(this.dockableWindow2);
     this._Form1AutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Form1AutoHideControl.Location = new System.Drawing.Point(1223, 0);
     this._Form1AutoHideControl.Name     = "_Form1AutoHideControl";
     this._Form1AutoHideControl.Owner    = this.ultraDockManager1;
     this._Form1AutoHideControl.Size     = new System.Drawing.Size(14, 487);
     this._Form1AutoHideControl.TabIndex = 8;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.pnlTreeContainer);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(175, 487);
     this.dockableWindow1.TabIndex = 13;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 0);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(180, 487);
     this.windowDockingArea1.TabIndex = 9;
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.pnlLog);
     this.dockableWindow2.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow2.Name     = "dockableWindow2";
     this.dockableWindow2.Owner    = this.ultraDockManager1;
     this.dockableWindow2.Size     = new System.Drawing.Size(175, 487);
     this.dockableWindow2.TabIndex = 14;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.splitContainer2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(180, 50);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1057, 437);
     this.panel2.TabIndex = 11;
     //
     // windowDockingArea2
     //
     this.windowDockingArea2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea2.Location = new System.Drawing.Point(993, 0);
     this.windowDockingArea2.Name     = "windowDockingArea2";
     this.windowDockingArea2.Owner    = this.ultraDockManager1;
     this.windowDockingArea2.Size     = new System.Drawing.Size(244, 487);
     this.windowDockingArea2.TabIndex = 12;
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name   = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.optionsToolStripMenuItem.Text   = "Options";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1258, 509);
     this.Controls.Add(this._Form1AutoHideControl);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.windowDockingArea2);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._Form1UnpinnedTabAreaTop);
     this.Controls.Add(this._Form1UnpinnedTabAreaBottom);
     this.Controls.Add(this._Form1UnpinnedTabAreaLeft);
     this.Controls.Add(this._Form1UnpinnedTabAreaRight);
     this.Controls.Add(this.statusStrip1);
     this.KeyPreview = true;
     this.Name       = "Form1";
     this.Text       = "Database Tool";
     this.Load      += new System.EventHandler(this.Form1_Load);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.pnlLog.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlQueryEditors.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabControlResults.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.ContentPanel.PerformLayout();
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._Form1AutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 18
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esci");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esci");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Orrizontale");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Verticale");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esci");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Sovrapponi");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("c6990bae-46f1-4bf6-9d1d-ebfa1175f251"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("f90a9ba0-ed07-4c3a-89ae-055e22cd8c96"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("c6990bae-46f1-4bf6-9d1d-ebfa1175f251"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("d363afca-9898-42db-b5dd-0f9ea19ae3b1"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b331324d-ba3b-4091-86a1-ed5f939a5e47"), new System.Guid("00000000-0000-0000-0000-000000000000"), 0, new System.Guid("d363afca-9898-42db-b5dd-0f9ea19ae3b1"), 0);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("773094f6-cf74-41e9-a94c-66847d26f173"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane3 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("cbb0fa3e-8ff4-411f-b607-eeb779af3793"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("773094f6-cf74-41e9-a94c-66847d26f173"), -1);
            this.sceltaCondominioEsercizio1 = new Gipasoft.Sfera.Client.SceltaCondominioEsercizio();
            this.aziendeAbilitateUC1 = new Gipasoft.Sfera.Client.AziendeAbilitateUC();
            this.saldiBancariUC1 = new Gipasoft.Stabili.UI.Library.SaldiBancariUC();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this._MDISfera_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.ultraRibbonCustomizationProvider1 = new Infragistics.Win.SupportDialogs.RibbonCustomizationProvider.UltraRibbonCustomizationProvider(this.components);
            this._MDISfera_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MDISfera_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MDISfera_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._MDISferaUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MDISferaUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MDISferaUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MDISferaUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MDISferaAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow4 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow3 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.backgroundWorkerContabilita = new System.ComponentModel.BackgroundWorker();
            this.backgroundWorkerLoadDati = new System.ComponentModel.BackgroundWorker();
            this.persistWindowComponent1 = new Gipasoft.Windows.Forms.Library.PersistWindowComponent(this.components);
            this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.openLayoutFile = new System.Windows.Forms.OpenFileDialog();
            this.saveLayoutFile = new System.Windows.Forms.SaveFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this._MDISferaAutoHideControl.SuspendLayout();
            this.dockableWindow4.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.dockableWindow3.SuspendLayout();
            this.SuspendLayout();
            // 
            // sceltaCondominioEsercizio1
            // 
            this.sceltaCondominioEsercizio1.Location = new System.Drawing.Point(0, 18);
            this.sceltaCondominioEsercizio1.Name = "sceltaCondominioEsercizio1";
            this.sceltaCondominioEsercizio1.Size = new System.Drawing.Size(205, 238);
            this.sceltaCondominioEsercizio1.TabIndex = 10;
            // 
            // aziendeAbilitateUC1
            // 
            this.aziendeAbilitateUC1.Location = new System.Drawing.Point(0, 18);
            this.aziendeAbilitateUC1.Name = "aziendeAbilitateUC1";
            this.aziendeAbilitateUC1.Size = new System.Drawing.Size(163, 376);
            this.aziendeAbilitateUC1.TabIndex = 25;
            // 
            // saldiBancariUC1
            // 
            this.saldiBancariUC1.Location = new System.Drawing.Point(0, 18);
            this.saldiBancariUC1.Name = "saldiBancariUC1";
            this.saldiBancariUC1.Size = new System.Drawing.Size(343, 372);
            this.saldiBancariUC1.TabIndex = 17;
            // 
            // _MDISfera_Toolbars_Dock_Area_Left
            // 
            this._MDISfera_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MDISfera_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MDISfera_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._MDISfera_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MDISfera_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
            this._MDISfera_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 55);
            this._MDISfera_Toolbars_Dock_Area_Left.Name = "_MDISfera_Toolbars_Dock_Area_Left";
            this._MDISfera_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(8, 390);
            this._MDISfera_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this;
            this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.ultraToolbarsManager1.Ribbon.ApplicationMenu.FooterToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1});
            this.ultraToolbarsManager1.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool3});
            this.ultraToolbarsManager1.Ribbon.RibbonCustomizationProvider = this.ultraRibbonCustomizationProvider1;
            this.ultraToolbarsManager1.Ribbon.Visible = true;
            this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
            appearance1.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windowHor_large;
            buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windowHor_small;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
            buttonTool4.SharedPropsInternal.Caption = "Orrizontale";
            appearance3.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windowVer_large;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
            appearance4.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windowVer_small;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
            buttonTool5.SharedPropsInternal.Caption = "Verticale";
            appearance5.Image = global::Gipasoft.Sfera.Client.Properties.Resources.exit_large;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
            appearance6.Image = global::Gipasoft.Sfera.Client.Properties.Resources.exit_large;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
            buttonTool6.SharedPropsInternal.Caption = "Esci";
            buttonTool6.SharedPropsInternal.Category = "chiusura";
            buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool6.SharedPropsInternal.MergeOrder = 99;
            buttonTool6.SharedPropsInternal.Priority = 99;
            appearance7.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windows_large;
            buttonTool8.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
            appearance8.Image = global::Gipasoft.Sfera.Client.Properties.Resources.windows_small;
            buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
            buttonTool8.SharedPropsInternal.Caption = "Sovrapponi";
            buttonTool8.SharedPropsInternal.Category = "layout";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool8});
            this.ultraToolbarsManager1.BeforeRibbonTabSelected += new Infragistics.Win.UltraWinToolbars.BeforeRibbonTabSelectedEventHandler(this.ultraToolbarsManager1BeforeRibbonTabSelected);
            // 
            // _MDISfera_Toolbars_Dock_Area_Right
            // 
            this._MDISfera_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MDISfera_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MDISfera_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._MDISfera_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MDISfera_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
            this._MDISfera_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(752, 55);
            this._MDISfera_Toolbars_Dock_Area_Right.Name = "_MDISfera_Toolbars_Dock_Area_Right";
            this._MDISfera_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(8, 390);
            this._MDISfera_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _MDISfera_Toolbars_Dock_Area_Top
            // 
            this._MDISfera_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MDISfera_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MDISfera_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._MDISfera_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MDISfera_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MDISfera_Toolbars_Dock_Area_Top.Name = "_MDISfera_Toolbars_Dock_Area_Top";
            this._MDISfera_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(760, 55);
            this._MDISfera_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _MDISfera_Toolbars_Dock_Area_Bottom
            // 
            this._MDISfera_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MDISfera_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MDISfera_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._MDISfera_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MDISfera_Toolbars_Dock_Area_Bottom.InitialResizeAreaExtent = 8;
            this._MDISfera_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 445);
            this._MDISfera_Toolbars_Dock_Area_Bottom.Name = "_MDISfera_Toolbars_Dock_Area_Bottom";
            this._MDISfera_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(760, 8);
            this._MDISfera_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraTabbedMdiManager1
            // 
            this.ultraTabbedMdiManager1.MdiParent = this;
            this.ultraTabbedMdiManager1.SettingsKey = "MDISfera.ultraTabbedMdiManager1";
            this.ultraTabbedMdiManager1.TabGroupSettings.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            this.ultraTabbedMdiManager1.UseMnemonics = true;
            this.ultraTabbedMdiManager1.TabActivated += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.ultraTabbedMdiManager1TabActivated);
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            dockAreaPane1.DefaultPaneSettings.AllowClose = Infragistics.Win.DefaultableBoolean.False;
            dockAreaPane1.DockedBefore = new System.Guid("d363afca-9898-42db-b5dd-0f9ea19ae3b1");
            dockAreaPane1.Key = "sceltaCondominioEsercizio";
            dockableControlPane1.Control = this.sceltaCondominioEsercizio1;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(205, -1);
            dockableControlPane1.Key = "sceltaEsercizio";
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(366, 180, 150, 150);
            dockableControlPane1.Pinned = false;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "Esercizi";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(227, 394);
            dockAreaPane2.DefaultPaneSettings.AllowClose = Infragistics.Win.DefaultableBoolean.False;
            dockAreaPane2.DockedBefore = new System.Guid("773094f6-cf74-41e9-a94c-66847d26f173");
            dockAreaPane2.Key = "sceltaAzienda";
            dockableControlPane2.Control = this.aziendeAbilitateUC1;
            dockableControlPane2.FlyoutSize = new System.Drawing.Size(163, -1);
            dockableControlPane2.Key = "sceltaAzienda";
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(318, 182, 242, 384);
            dockableControlPane2.Pinned = false;
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            dockableControlPane2.Text = "Aziende";
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(162, 394);
            dockAreaPane3.DefaultPaneSettings.AllowClose = Infragistics.Win.DefaultableBoolean.False;
            dockAreaPane3.Key = "customizablePane";
            dockableControlPane3.Control = this.saldiBancariUC1;
            dockableControlPane3.FlyoutSize = new System.Drawing.Size(343, -1);
            dockableControlPane3.Key = "saldiBancari";
            dockableControlPane3.OriginalControlBounds = new System.Drawing.Rectangle(397, 246, 309, 300);
            dockableControlPane3.Pinned = false;
            dockableControlPane3.Size = new System.Drawing.Size(100, 100);
            dockableControlPane3.Text = "Saldi Bancari";
            dockAreaPane3.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane3});
            dockAreaPane3.Size = new System.Drawing.Size(218, 394);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2,
            dockAreaPane3});
            this.ultraDockManager1.DragWindowStyle = Infragistics.Win.UltraWinDock.DragWindowStyle.OutlineWithIndicators;
            this.ultraDockManager1.HostControl = this;
            // 
            // _MDISferaUnpinnedTabAreaLeft
            // 
            this._MDISferaUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._MDISferaUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._MDISferaUnpinnedTabAreaLeft.Location = new System.Drawing.Point(8, 55);
            this._MDISferaUnpinnedTabAreaLeft.Name = "_MDISferaUnpinnedTabAreaLeft";
            this._MDISferaUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._MDISferaUnpinnedTabAreaLeft.Size = new System.Drawing.Size(21, 390);
            this._MDISferaUnpinnedTabAreaLeft.TabIndex = 5;
            // 
            // _MDISferaUnpinnedTabAreaRight
            // 
            this._MDISferaUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._MDISferaUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._MDISferaUnpinnedTabAreaRight.Location = new System.Drawing.Point(731, 55);
            this._MDISferaUnpinnedTabAreaRight.Name = "_MDISferaUnpinnedTabAreaRight";
            this._MDISferaUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._MDISferaUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 390);
            this._MDISferaUnpinnedTabAreaRight.TabIndex = 6;
            // 
            // _MDISferaUnpinnedTabAreaTop
            // 
            this._MDISferaUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._MDISferaUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._MDISferaUnpinnedTabAreaTop.Location = new System.Drawing.Point(29, 55);
            this._MDISferaUnpinnedTabAreaTop.Name = "_MDISferaUnpinnedTabAreaTop";
            this._MDISferaUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._MDISferaUnpinnedTabAreaTop.Size = new System.Drawing.Size(702, 0);
            this._MDISferaUnpinnedTabAreaTop.TabIndex = 7;
            // 
            // _MDISferaUnpinnedTabAreaBottom
            // 
            this._MDISferaUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._MDISferaUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._MDISferaUnpinnedTabAreaBottom.Location = new System.Drawing.Point(29, 445);
            this._MDISferaUnpinnedTabAreaBottom.Name = "_MDISferaUnpinnedTabAreaBottom";
            this._MDISferaUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._MDISferaUnpinnedTabAreaBottom.Size = new System.Drawing.Size(702, 0);
            this._MDISferaUnpinnedTabAreaBottom.TabIndex = 8;
            // 
            // _MDISferaAutoHideControl
            // 
            this._MDISferaAutoHideControl.Controls.Add(this.dockableWindow4);
            this._MDISferaAutoHideControl.Controls.Add(this.dockableWindow2);
            this._MDISferaAutoHideControl.Controls.Add(this.dockableWindow3);
            this._MDISferaAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._MDISferaAutoHideControl.Location = new System.Drawing.Point(29, 189);
            this._MDISferaAutoHideControl.Name = "_MDISferaAutoHideControl";
            this._MDISferaAutoHideControl.Owner = this.ultraDockManager1;
            this._MDISferaAutoHideControl.Size = new System.Drawing.Size(10, 256);
            this._MDISferaAutoHideControl.TabIndex = 9;
            // 
            // dockableWindow4
            // 
            this.dockableWindow4.Controls.Add(this.sceltaCondominioEsercizio1);
            this.dockableWindow4.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow4.Name = "dockableWindow4";
            this.dockableWindow4.Owner = this.ultraDockManager1;
            this.dockableWindow4.Size = new System.Drawing.Size(205, 256);
            this.dockableWindow4.TabIndex = 43;
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.aziendeAbilitateUC1);
            this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(205, 394);
            this.dockableWindow2.TabIndex = 44;
            // 
            // dockableWindow3
            // 
            this.dockableWindow3.Controls.Add(this.saldiBancariUC1);
            this.dockableWindow3.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow3.Name = "dockableWindow3";
            this.dockableWindow3.Owner = this.ultraDockManager1;
            this.dockableWindow3.Size = new System.Drawing.Size(343, 390);
            this.dockableWindow3.TabIndex = 45;
            // 
            // backgroundWorkerContabilita
            // 
            this.backgroundWorkerContabilita.WorkerSupportsCancellation = true;
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.Form = this;
            // 
            // windowDockingArea3
            // 
            this.windowDockingArea3.Dock = System.Windows.Forms.DockStyle.Left;
            this.windowDockingArea3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea3.Location = new System.Drawing.Point(503, 51);
            this.windowDockingArea3.Name = "windowDockingArea3";
            this.windowDockingArea3.Owner = this.ultraDockManager1;
            this.windowDockingArea3.Size = new System.Drawing.Size(232, 394);
            this.windowDockingArea3.TabIndex = 31;
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea2.Location = new System.Drawing.Point(436, 51);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ultraDockManager1;
            this.windowDockingArea2.Size = new System.Drawing.Size(167, 394);
            this.windowDockingArea2.TabIndex = 18;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea1.Location = new System.Drawing.Point(380, 51);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(223, 394);
            this.windowDockingArea1.TabIndex = 37;
            // 
            // openLayoutFile
            // 
            this.openLayoutFile.DefaultExt = "zip";
            this.openLayoutFile.Filter = "Zip file|*.zip";
            this.openLayoutFile.Title = "Ripristina layout";
            // 
            // saveLayoutFile
            // 
            this.saveLayoutFile.Filter = "Zip file|*.zip";
            this.saveLayoutFile.Title = "Salva layout";
            // 
            // MDISfera
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(760, 453);
            this.Controls.Add(this._MDISferaAutoHideControl);
            this.Controls.Add(this.windowDockingArea3);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._MDISferaUnpinnedTabAreaTop);
            this.Controls.Add(this._MDISferaUnpinnedTabAreaBottom);
            this.Controls.Add(this._MDISferaUnpinnedTabAreaRight);
            this.Controls.Add(this._MDISferaUnpinnedTabAreaLeft);
            this.Controls.Add(this._MDISfera_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._MDISfera_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._MDISfera_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this._MDISfera_Toolbars_Dock_Area_Top);
            this.IsMdiContainer = true;
            this.Name = "MDISfera";
            this.Text = "Sfera";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mdiSferaFormClosing);
            this.Load += new System.EventHandler(this.mdiSferaLoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this._MDISferaAutoHideControl.ResumeLayout(false);
            this.dockableWindow4.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.dockableWindow3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 19
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("PraticaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AziendaID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Conformita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataApertura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominioRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneTipoPraticaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominioRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersonaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTipoPraticaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumDocumenti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Oggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoPratica");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Urgenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("c6dde919-b959-452a-89af-0cb6581ec8bd"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("a48ce047-2a70-4cf2-b999-83d3a2f106b4"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("c6dde919-b959-452a-89af-0cb6581ec8bd"), -1);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InserimentoPraticaUI));
            this.praticheDockPanel = new System.Windows.Forms.SplitContainer();
            this.listaPratiche = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.praticaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnApriDettaglio = new Infragistics.Win.Misc.UltraButton();
            this.btnAggiungiRichiedente = new Infragistics.Win.Misc.UltraButton();
            this.mainDockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._InserimentoPraticaUIUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._InserimentoPraticaUIUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._InserimentoPraticaUIUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._InserimentoPraticaUIUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._InserimentoPraticaUIAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.lblConformitaReclamo = new Infragistics.Win.Misc.UltraLabel();
            this.conformitaReclamo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.oraDataApertura = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.tipoPratica = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.chkAttinenteCondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblDataApertura = new Infragistics.Win.Misc.UltraLabel();
            this.dataAperturaPratica = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblPersona = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoPratica = new Infragistics.Win.Misc.UltraLabel();
            this.lblOggetto = new Infragistics.Win.Misc.UltraLabel();
            this.lblStabile = new Infragistics.Win.Misc.UltraLabel();
            this.oggetto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.groupDati = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.sceltaRichiedentePraticaCombo1 = new Gipasoft.Stabili.UI.Library.SceltaRichiedentePraticaCombo();
            this.reqOggetto = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqTipoPratica = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqPersona = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDataApertura = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.cmpDataApertura = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.backgroundWorkerRichiedenti = new System.ComponentModel.BackgroundWorker();
            this.backgroundWorkerPratiche = new System.ComponentModel.BackgroundWorker();
            this.tipoPraticaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.persistWindowComponent1 = new Gipasoft.Windows.Forms.Library.PersistWindowComponent(this.components);
            this.praticheDockPanel.Panel1.SuspendLayout();
            this.praticheDockPanel.Panel2.SuspendLayout();
            this.praticheDockPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaPratiche)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.praticaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainDockManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.conformitaReclamo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.oraDataApertura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoPratica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkAttinenteCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataAperturaPratica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDati)).BeginInit();
            this.groupDati.SuspendLayout();
            this.windowDockingArea1.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoPraticaBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // praticheDockPanel
            // 
            this.praticheDockPanel.IsSplitterFixed = true;
            this.praticheDockPanel.Location = new System.Drawing.Point(0, 18);
            this.praticheDockPanel.Name = "praticheDockPanel";
            this.praticheDockPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // praticheDockPanel.Panel1
            // 
            this.praticheDockPanel.Panel1.Controls.Add(this.listaPratiche);
            // 
            // praticheDockPanel.Panel2
            // 
            this.praticheDockPanel.Panel2.Controls.Add(this.btnApriDettaglio);
            this.praticheDockPanel.Panel2.Controls.Add(this.btnAggiungiRichiedente);
            this.praticheDockPanel.Size = new System.Drawing.Size(514, 168);
            this.praticheDockPanel.SplitterDistance = 130;
            this.praticheDockPanel.TabIndex = 1034;
            // 
            // listaPratiche
            // 
            this.listaPratiche.DataSource = this.praticaDTOBindingSource;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.ColumnChooserCaption = "Conformità";
            ultraGridColumn2.Header.Caption = "Conf.";
            ultraGridColumn2.Header.VisiblePosition = 13;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.ColumnChooserCaption = "Data Apertura";
            ultraGridColumn3.Format = "d";
            ultraGridColumn3.Header.Caption = "Apertura";
            ultraGridColumn3.Header.VisiblePosition = 5;
            ultraGridColumn3.Width = 75;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.ColumnChooserCaption = "Data Chiusura";
            ultraGridColumn4.Format = "d";
            ultraGridColumn4.Header.Caption = "Chiusura";
            ultraGridColumn4.Header.VisiblePosition = 6;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.ColumnChooserCaption = "Condominio";
            ultraGridColumn5.Header.Caption = "Condominio";
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.ColumnChooserCaption = "Tipo Pratica";
            ultraGridColumn6.Header.Caption = "Tipo";
            ultraGridColumn6.Header.VisiblePosition = 2;
            ultraGridColumn6.Width = 69;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn7.Header.Caption = "Id Cond.";
            ultraGridColumn7.Header.VisiblePosition = 3;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.ColumnChooserCaption = "Identificativo Richiedente";
            ultraGridColumn8.Header.Caption = "Id Rich.";
            ultraGridColumn8.Header.VisiblePosition = 7;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.ColumnChooserCaption = "Identificativo Tipo Pratica";
            ultraGridColumn9.Header.Caption = "Id Tipo";
            ultraGridColumn9.Header.VisiblePosition = 8;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.Header.Caption = "Richiedente";
            ultraGridColumn10.Header.VisiblePosition = 9;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.ColumnChooserCaption = "Numero Documenti";
            ultraGridColumn11.Header.Caption = "Doc.";
            ultraGridColumn11.Header.VisiblePosition = 10;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.Header.VisiblePosition = 11;
            ultraGridColumn12.Width = 146;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.ColumnChooserCaption = "Stato Pratica";
            ultraGridColumn13.Header.Caption = "Stato";
            ultraGridColumn13.Header.VisiblePosition = 12;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 14;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn14.Header.VisiblePosition = 15;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn15.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn15.Header.VisiblePosition = 16;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn16.Header.VisiblePosition = 17;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.ColumnChooserCaption = "Identificativo";
            ultraGridColumn17.Header.Caption = "Id";
            ultraGridColumn17.Header.VisiblePosition = 1;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn18.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn18.Header.VisiblePosition = 18;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn19.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn19.Header.VisiblePosition = 19;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn20.Header.VisiblePosition = 20;
            ultraGridColumn20.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn21,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20});
            this.listaPratiche.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance1.FontData.BoldAsString = "True";
            appearance1.TextHAlignAsString = "Left";
            this.listaPratiche.DisplayLayout.CaptionAppearance = appearance1;
            this.listaPratiche.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaPratiche.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaPratiche.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaPratiche.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaPratiche.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            this.listaPratiche.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaPratiche.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.listaPratiche.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaPratiche.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaPratiche.Location = new System.Drawing.Point(0, 0);
            this.listaPratiche.Name = "listaPratiche";
            this.listaPratiche.Size = new System.Drawing.Size(514, 130);
            this.listaPratiche.TabIndex = 5;
            this.listaPratiche.Text = "Pratiche";
            this.listaPratiche.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaPraticheDoubleClickRow);
            // 
            // praticaDTOBindingSource
            // 
            this.praticaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PraticaDTO);
            // 
            // btnApriDettaglio
            // 
            this.btnApriDettaglio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnApriDettaglio.Location = new System.Drawing.Point(140, 8);
            this.btnApriDettaglio.Name = "btnApriDettaglio";
            this.btnApriDettaglio.Size = new System.Drawing.Size(127, 23);
            this.btnApriDettaglio.TabIndex = 1033;
            this.btnApriDettaglio.Text = "Apri Dettaglio";
            this.btnApriDettaglio.Click += new System.EventHandler(this.btnApriDettaglioClick);
            // 
            // btnAggiungiRichiedente
            // 
            this.btnAggiungiRichiedente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAggiungiRichiedente.Location = new System.Drawing.Point(3, 8);
            this.btnAggiungiRichiedente.Name = "btnAggiungiRichiedente";
            this.btnAggiungiRichiedente.Size = new System.Drawing.Size(127, 23);
            this.btnAggiungiRichiedente.TabIndex = 1032;
            this.btnAggiungiRichiedente.Text = "Aggiungi Richiedente";
            this.btnAggiungiRichiedente.Click += new System.EventHandler(this.btnAggiungiRichiedenteClick);
            // 
            // mainDockManager
            // 
            dockableControlPane1.Control = this.praticheDockPanel;
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(528, 19, 536, 217);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "Pratiche Aperte";
            dockableControlPane1.TextTab = "Pratiche";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(514, 186);
            this.mainDockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1});
            this.mainDockManager.HostControl = this;
            // 
            // _InserimentoPraticaUIUnpinnedTabAreaLeft
            // 
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Name = "_InserimentoPraticaUIUnpinnedTabAreaLeft";
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Owner = this.mainDockManager;
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 420);
            this._InserimentoPraticaUIUnpinnedTabAreaLeft.TabIndex = 0;
            // 
            // _InserimentoPraticaUIUnpinnedTabAreaRight
            // 
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Location = new System.Drawing.Point(514, 0);
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Name = "_InserimentoPraticaUIUnpinnedTabAreaRight";
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Owner = this.mainDockManager;
            this._InserimentoPraticaUIUnpinnedTabAreaRight.Size = new System.Drawing.Size(0, 420);
            this._InserimentoPraticaUIUnpinnedTabAreaRight.TabIndex = 1;
            // 
            // _InserimentoPraticaUIUnpinnedTabAreaTop
            // 
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Name = "_InserimentoPraticaUIUnpinnedTabAreaTop";
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Owner = this.mainDockManager;
            this._InserimentoPraticaUIUnpinnedTabAreaTop.Size = new System.Drawing.Size(514, 0);
            this._InserimentoPraticaUIUnpinnedTabAreaTop.TabIndex = 2;
            // 
            // _InserimentoPraticaUIUnpinnedTabAreaBottom
            // 
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 420);
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Name = "_InserimentoPraticaUIUnpinnedTabAreaBottom";
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Owner = this.mainDockManager;
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.Size = new System.Drawing.Size(514, 0);
            this._InserimentoPraticaUIUnpinnedTabAreaBottom.TabIndex = 3;
            // 
            // _InserimentoPraticaUIAutoHideControl
            // 
            this._InserimentoPraticaUIAutoHideControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._InserimentoPraticaUIAutoHideControl.Location = new System.Drawing.Point(0, 207);
            this._InserimentoPraticaUIAutoHideControl.Name = "_InserimentoPraticaUIAutoHideControl";
            this._InserimentoPraticaUIAutoHideControl.Owner = this.mainDockManager;
            this._InserimentoPraticaUIAutoHideControl.Size = new System.Drawing.Size(505, 153);
            this._InserimentoPraticaUIAutoHideControl.TabIndex = 4;
            // 
            // lblConformitaReclamo
            // 
            this.lblConformitaReclamo.Appearance = appearance4;
            this.lblConformitaReclamo.Location = new System.Drawing.Point(295, 145);
            this.lblConformitaReclamo.Name = "lblConformitaReclamo";
            this.lblConformitaReclamo.Size = new System.Drawing.Size(79, 27);
            this.lblConformitaReclamo.TabIndex = 1030;
            this.lblConformitaReclamo.Text = "Conformità";
            // 
            // conformitaReclamo
            // 
            this.conformitaReclamo.Location = new System.Drawing.Point(380, 145);
            this.conformitaReclamo.Name = "conformitaReclamo";
            this.conformitaReclamo.Size = new System.Drawing.Size(107, 21);
            this.conformitaReclamo.TabIndex = 70;
            this.conformitaReclamo.TabStop = false;
            // 
            // oraDataApertura
            // 
            this.oraDataApertura.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
            this.oraDataApertura.Location = new System.Drawing.Point(203, 145);
            this.oraDataApertura.MaskInput = "{LOC}hh:mm ";
            this.oraDataApertura.Name = "oraDataApertura";
            this.oraDataApertura.Size = new System.Drawing.Size(64, 21);
            this.oraDataApertura.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.oraDataApertura.SpinWrap = true;
            this.oraDataApertura.TabIndex = 60;
            // 
            // tipoPratica
            // 
            this.tipoPratica.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.tipoPratica.DisplayMember = "DisplayName";
            this.tipoPratica.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoPratica.Enabled = false;
            this.tipoPratica.Location = new System.Drawing.Point(104, 73);
            this.tipoPratica.Name = "tipoPratica";
            this.tipoPratica.Size = new System.Drawing.Size(383, 21);
            this.tipoPratica.SortStyle = Infragistics.Win.ValueListSortStyle.Ascending;
            this.tipoPratica.TabIndex = 30;
            this.tipoPratica.ValueMember = "ID";
            this.tipoPratica.ValueChanged += new System.EventHandler(this.tipoPraticaValueChanged);
            // 
            // chkAttinenteCondominio
            // 
            this.chkAttinenteCondominio.Appearance = appearance8;
            this.chkAttinenteCondominio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkAttinenteCondominio.Location = new System.Drawing.Point(435, 108);
            this.chkAttinenteCondominio.Name = "chkAttinenteCondominio";
            this.chkAttinenteCondominio.Size = new System.Drawing.Size(52, 30);
            this.chkAttinenteCondominio.TabIndex = 1023;
            this.chkAttinenteCondominio.TabStop = false;
            this.chkAttinenteCondominio.Text = "Tutti";
            this.chkAttinenteCondominio.CheckedChanged += new System.EventHandler(this.chkAttinenteCondominioCheckedChanged);
            // 
            // lblDataApertura
            // 
            this.lblDataApertura.Appearance = appearance7;
            this.lblDataApertura.Location = new System.Drawing.Point(11, 145);
            this.lblDataApertura.Name = "lblDataApertura";
            this.lblDataApertura.Size = new System.Drawing.Size(87, 27);
            this.lblDataApertura.TabIndex = 1028;
            this.lblDataApertura.Text = "Data apertura";
            // 
            // dataAperturaPratica
            // 
            this.dataAperturaPratica.Location = new System.Drawing.Point(104, 145);
            this.dataAperturaPratica.Name = "dataAperturaPratica";
            this.dataAperturaPratica.Size = new System.Drawing.Size(93, 21);
            this.dataAperturaPratica.TabIndex = 50;
            // 
            // lblPersona
            // 
            this.lblPersona.Appearance = appearance6;
            this.lblPersona.Location = new System.Drawing.Point(11, 114);
            this.lblPersona.Name = "lblPersona";
            this.lblPersona.Size = new System.Drawing.Size(87, 23);
            this.lblPersona.TabIndex = 1027;
            this.lblPersona.Text = "Richiedente";
            // 
            // lblTipoPratica
            // 
            this.lblTipoPratica.Appearance = appearance5;
            this.lblTipoPratica.Location = new System.Drawing.Point(11, 77);
            this.lblTipoPratica.Name = "lblTipoPratica";
            this.lblTipoPratica.Size = new System.Drawing.Size(87, 23);
            this.lblTipoPratica.TabIndex = 1019;
            this.lblTipoPratica.Text = "Tipo pratica";
            // 
            // lblOggetto
            // 
            this.lblOggetto.Appearance = appearance3;
            this.lblOggetto.Location = new System.Drawing.Point(11, 46);
            this.lblOggetto.Name = "lblOggetto";
            this.lblOggetto.Size = new System.Drawing.Size(87, 27);
            this.lblOggetto.TabIndex = 1018;
            this.lblOggetto.Text = "Oggetto";
            // 
            // lblStabile
            // 
            this.lblStabile.Appearance = appearance2;
            this.lblStabile.Location = new System.Drawing.Point(11, 24);
            this.lblStabile.Name = "lblStabile";
            this.lblStabile.Size = new System.Drawing.Size(87, 19);
            this.lblStabile.TabIndex = 1026;
            this.lblStabile.Text = "Condominio";
            // 
            // oggetto
            // 
            this.oggetto.Location = new System.Drawing.Point(104, 46);
            this.oggetto.Name = "oggetto";
            this.oggetto.Size = new System.Drawing.Size(383, 21);
            this.oggetto.TabIndex = 20;
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(11, 195);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 80;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(92, 195);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 90;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // groupDati
            // 
            this.groupDati.Controls.Add(this.sceltaCondominioCombo1);
            this.groupDati.Controls.Add(this.btnAnnulla);
            this.groupDati.Controls.Add(this.oggetto);
            this.groupDati.Controls.Add(this.btnConferma);
            this.groupDati.Controls.Add(this.lblStabile);
            this.groupDati.Controls.Add(this.sceltaRichiedentePraticaCombo1);
            this.groupDati.Controls.Add(this.lblOggetto);
            this.groupDati.Controls.Add(this.lblConformitaReclamo);
            this.groupDati.Controls.Add(this.lblTipoPratica);
            this.groupDati.Controls.Add(this.conformitaReclamo);
            this.groupDati.Controls.Add(this.lblPersona);
            this.groupDati.Controls.Add(this.oraDataApertura);
            this.groupDati.Controls.Add(this.dataAperturaPratica);
            this.groupDati.Controls.Add(this.tipoPratica);
            this.groupDati.Controls.Add(this.lblDataApertura);
            this.groupDati.Controls.Add(this.chkAttinenteCondominio);
            this.groupDati.Location = new System.Drawing.Point(0, 0);
            this.groupDati.Name = "groupDati";
            this.groupDati.Size = new System.Drawing.Size(505, 222);
            this.groupDati.TabIndex = 1033;
            this.groupDati.Text = "Dati";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(104, 19);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(383, 21);
            this.sceltaCondominioCombo1.TabIndex = 10;
            // 
            // sceltaRichiedentePraticaCombo1
            // 
            this.sceltaRichiedentePraticaCombo1.AllowDettaglio = false;
            this.sceltaRichiedentePraticaCombo1.Enabled = false;
            this.sceltaRichiedentePraticaCombo1.Location = new System.Drawing.Point(104, 108);
            this.sceltaRichiedentePraticaCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaRichiedentePraticaCombo1.Name = "sceltaRichiedentePraticaCombo1";
            this.sceltaRichiedentePraticaCombo1.SelectedRichiedente = null;
            this.sceltaRichiedentePraticaCombo1.Size = new System.Drawing.Size(306, 21);
            this.sceltaRichiedentePraticaCombo1.TabIndex = 40;
            // 
            // reqOggetto
            // 
            this.reqOggetto.ControlToValidate = this.oggetto;
            this.reqOggetto.ErrorMessage = "Inserire un oggetto";
            this.reqOggetto.Icon = ((System.Drawing.Icon)(resources.GetObject("reqOggetto.Icon")));
            // 
            // reqTipoPratica
            // 
            this.reqTipoPratica.ControlToValidate = this.tipoPratica;
            this.reqTipoPratica.ErrorMessage = "Scegliere un tipo di pratica";
            this.reqTipoPratica.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoPratica.Icon")));
            // 
            // reqPersona
            // 
            this.reqPersona.ControlToValidate = this.sceltaRichiedentePraticaCombo1;
            this.reqPersona.ErrorMessage = "Scegliere una persona";
            this.reqPersona.Icon = ((System.Drawing.Icon)(resources.GetObject("reqPersona.Icon")));
            // 
            // reqDataApertura
            // 
            this.reqDataApertura.ControlToValidate = this.dataAperturaPratica;
            this.reqDataApertura.ErrorMessage = "Inserire la data di apertura";
            this.reqDataApertura.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataApertura.Icon")));
            // 
            // cmpDataApertura
            // 
            this.cmpDataApertura.ControlToValidate = this.dataAperturaPratica;
            this.cmpDataApertura.ErrorMessage = "La data selezionata è inferiore alla data corrente";
            this.cmpDataApertura.Icon = ((System.Drawing.Icon)(resources.GetObject("cmpDataApertura.Icon")));
            this.cmpDataApertura.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThanEqual;
            this.cmpDataApertura.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Date;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.Controls.Add(this.dockableWindow1);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.windowDockingArea1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.windowDockingArea1.Location = new System.Drawing.Point(0, 229);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.mainDockManager;
            this.windowDockingArea1.Size = new System.Drawing.Size(514, 191);
            this.windowDockingArea1.TabIndex = 1035;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.praticheDockPanel);
            this.dockableWindow1.Location = new System.Drawing.Point(0, 5);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.mainDockManager;
            this.dockableWindow1.Size = new System.Drawing.Size(514, 186);
            this.dockableWindow1.TabIndex = 1036;
            // 
            // backgroundWorkerRichiedenti
            // 
            this.backgroundWorkerRichiedenti.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerRichiedentiDoWork);
            this.backgroundWorkerRichiedenti.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerRichiedentiRunWorkerCompleted);
            // 
            // backgroundWorkerPratiche
            // 
            this.backgroundWorkerPratiche.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerPraticheDoWork);
            this.backgroundWorkerPratiche.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerPraticheRunWorkerCompleted);
            // 
            // tipoPraticaBindingSource
            // 
            this.tipoPraticaBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoPraticaDTO);
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere il condominio di riferimento per la pratica";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.Form = this;
            // 
            // InserimentoPraticaUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(514, 420);
            this.Controls.Add(this._InserimentoPraticaUIAutoHideControl);
            this.Controls.Add(this.groupDati);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._InserimentoPraticaUIUnpinnedTabAreaBottom);
            this.Controls.Add(this._InserimentoPraticaUIUnpinnedTabAreaTop);
            this.Controls.Add(this._InserimentoPraticaUIUnpinnedTabAreaLeft);
            this.Controls.Add(this._InserimentoPraticaUIUnpinnedTabAreaRight);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "InserimentoPraticaUI";
            this.Text = "Nuova Pratica";
            this.Load += new System.EventHandler(this.inserimentoPraticaUILoad);
            this.praticheDockPanel.Panel1.ResumeLayout(false);
            this.praticheDockPanel.Panel2.ResumeLayout(false);
            this.praticheDockPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaPratiche)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.praticaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainDockManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.conformitaReclamo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.oraDataApertura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoPratica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkAttinenteCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataAperturaPratica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDati)).EndInit();
            this.groupDati.ResumeLayout(false);
            this.groupDati.PerformLayout();
            this.windowDockingArea1.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tipoPraticaBindingSource)).EndInit();
            this.ResumeLayout(false);

        }