Exemplo 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()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
      this._valueLabel = new Infragistics.Win.Misc.UltraLabel();
      this.SuspendLayout();
      //
      // _valueLabel
      //
      this._valueLabel.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)));
      appearance1.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
      appearance1.TextVAlignAsString = "Middle";
      this._valueLabel.Appearance = appearance1;
      this._valueLabel.Location = new System.Drawing.Point(110, 1);
      this._valueLabel.Name = "_valueLabel";
      this._valueLabel.Size = new System.Drawing.Size(406, 21);
      this._valueLabel.TabIndex = 1;
      this._valueLabel.Text = "Value";
      this._valueLabel.WrapText = false;
      this._valueLabel.MouseLeave += new System.EventHandler(this.OnLabelMouseLeave);
      this._valueLabel.Click += new System.EventHandler(this.OnLabelClick);
      //
      // LabelControl
      //
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(this._valueLabel);
      this.Name = "LabelControl";
      this.Size = new System.Drawing.Size(519, 23);
      this.MouseLeave += new System.EventHandler(this.OnLabelMouseLeave);
      this.Controls.SetChildIndex(this._valueLabel, 0);
      this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraLabel5    = new Infragistics.Win.Misc.UltraLabel();
     this.txtDescripcion = new System.Windows.Forms.TextBox();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1";
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.checkBox1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(24, 8);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel5.TabIndex  = 37;
     this.ultraLabel5.Text      = "Descripción";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(136, 8);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(272, 20);
     this.txtDescripcion.TabIndex = 36;
     this.txtDescripcion.Text     = "txtDescripcion";
     //
     // checkBox1
     //
     this.checkBox1.BackColor   = System.Drawing.Color.Transparent;
     this.checkBox1.Location    = new System.Drawing.Point(24, 32);
     this.checkBox1.Name        = "checkBox1";
     this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.checkBox1.Size        = new System.Drawing.Size(125, 24);
     this.checkBox1.TabIndex    = 38;
     this.checkBox1.Text        = "Activo";
     this.checkBox1.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FrmAbmJerarquiaAgrupProd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 437);
     this.Name = "FrmAbmJerarquiaAgrupProd";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.editorID         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.labelDescription = new Infragistics.Win.Misc.UltraLabel();
     this.buttonElipsis    = new System.Windows.Forms.Button();
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).BeginInit();
     this.SuspendLayout();
     //
     // editorID
     //
     this.editorID.Location      = new System.Drawing.Point(0, 0);
     this.editorID.Name          = "editorID";
     this.editorID.Size          = new System.Drawing.Size(104, 22);
     this.editorID.TabIndex      = 0;
     this.editorID.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.editorID_KeyDown);
     this.editorID.Leave        += new System.EventHandler(this.editorID_Leave);
     this.editorID.ValueChanged += new System.EventHandler(this.editorID_ValueChanged);
     //
     // labelDescription
     //
     appearance1.TextVAlign                 = Infragistics.Win.VAlign.Middle;
     this.labelDescription.Appearance       = appearance1;
     this.labelDescription.BackColor        = System.Drawing.SystemColors.Control;
     this.labelDescription.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.labelDescription.Location         = new System.Drawing.Point(136, 0);
     this.labelDescription.Name             = "labelDescription";
     this.labelDescription.Size             = new System.Drawing.Size(352, 22);
     this.labelDescription.TabIndex         = 3;
     this.labelDescription.Click           += new System.EventHandler(this.labelDescription_Click);
     //
     // buttonElipsis
     //
     this.buttonElipsis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonElipsis.Location  = new System.Drawing.Point(106, 0);
     this.buttonElipsis.Name      = "buttonElipsis";
     this.buttonElipsis.Size      = new System.Drawing.Size(22, 22);
     this.buttonElipsis.TabIndex  = 2;
     this.buttonElipsis.TabStop   = false;
     this.buttonElipsis.Text      = "...";
     this.buttonElipsis.Click    += new System.EventHandler(this.buttonElipsis_Click);
     //
     // mzComboSearchEditor
     //
     this.Controls.Add(this.buttonElipsis);
     this.Controls.Add(this.labelDescription);
     this.Controls.Add(this.editorID);
     this.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name    = "mzComboSearchEditor";
     this.Size    = new System.Drawing.Size(496, 24);
     this.Layout += new System.Windows.Forms.LayoutEventHandler(this.mzSearchControl_Layout);
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
     this.lblStatus = new Infragistics.Win.Misc.UltraLabel();
     this.panel1    = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // lblStatus
     //
     appearance1.BackColor             = System.Drawing.Color.Transparent;
     appearance1.FontData.Name         = "Segoe UI";
     appearance1.FontData.SizeInPoints = 12F;
     appearance1.ForeColor             = System.Drawing.Color.White;
     appearance1.TextVAlignAsString    = "Middle";
     this.lblStatus.Appearance         = appearance1;
     this.lblStatus.BackColorInternal  = System.Drawing.Color.Transparent;
     this.lblStatus.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.lblStatus.Location      = new System.Drawing.Point(0, 215);
     this.lblStatus.Name          = "lblStatus";
     this.lblStatus.Size          = new System.Drawing.Size(440, 30);
     this.lblStatus.TabIndex      = 2;
     this.lblStatus.Text          = "Initializing Application";
     this.lblStatus.UseAppStyling = false;
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     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(440, 215);
     this.panel1.TabIndex        = 3;
     //
     // SplashScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(131)))), ((int)(((byte)(85)))));
     this.ClientSize          = new System.Drawing.Size(440, 245);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblStatus);
     this.Font            = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SplashScreen";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NetAdvantage AppStylist for Windows Forms Startup";
     this.TransparencyKey = System.Drawing.Color.Magenta;
     this.ResumeLayout(false);
 }
Exemplo 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()
		{
			Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
			this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
			this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
			((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
			this.SuspendLayout();
			// 
			// ultraGrid1
			// 
			this.ultraGrid1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.ultraGrid1.Location = new System.Drawing.Point(8, 64);
			this.ultraGrid1.Name = "ultraGrid1";
			this.ultraGrid1.Size = new System.Drawing.Size(520, 200);
			this.ultraGrid1.TabIndex = 0;
			this.ultraGrid1.Text = "ultraGrid1";
			this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
			// 
			// ultraLabel1
			// 
			this.ultraLabel1.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			appearance1.BackColor = System.Drawing.Color.White;
			appearance1.BackColor2 = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
			appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
			this.ultraLabel1.Appearance = appearance1;
			this.ultraLabel1.Location = new System.Drawing.Point(8, 8);
			this.ultraLabel1.Name = "ultraLabel1";
			this.ultraLabel1.Size = new System.Drawing.Size(520, 56);
			this.ultraLabel1.TabIndex = 1;
			this.ultraLabel1.Text = @"Click a column header to sort the grid. Give the grid focus, but make sure the grid is not in edit mode. If a cell is in edit mode, press F2 to exit edit mode. Then type the characters of the text you want to find. The grid will select the row that matches what you type. The search is performed on the current sorted column. Click a column header to sort by a different column and then type to search that column.";
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(536, 270);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.ultraLabel1,
																		  this.ultraGrid1});
			this.Name = "Form1";
			this.Text = "Keyboard Searching in WinGrid";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.Closed += new System.EventHandler(this.Form1_Closed);
			((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 6
0
        private Infragistics.Win.Misc.UltraLabel AddLabel(string name, string caption, int tabIndex, int x, int y)
        {
            Infragistics.Win.Misc.UltraLabel lbl        = new Infragistics.Win.Misc.UltraLabel();
            Infragistics.Win.Appearance      appearance = new Infragistics.Win.Appearance();

            appearance.TextVAlign = Infragistics.Win.VAlign.Middle;
            lbl.Appearance        = appearance;
            lbl.BackColor         = System.Drawing.SystemColors.Control;
            lbl.Location          = new System.Drawing.Point(x, y);
            lbl.Name = string.Format("lbl{0}", name);
            lbl.Text = caption;

            lbl.Size     = new System.Drawing.Size(150, 23);
            lbl.TabIndex = tabIndex;

            panelTop.Controls.Add(lbl);

            return(lbl);
        }
Exemplo 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.ultraGroupBox1    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel3       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2       = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery          = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1       = new Infragistics.Win.Misc.UltraLabel();
     this.btnCard           = new Infragistics.Win.Misc.UltraButton();
     this.txtMemberCardNo   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraGrid1        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox2    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox3    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5       = new Infragistics.Win.Misc.UltraLabel();
     this.txtPPaperNo       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtPMemberName    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtNewMemberCount = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPMemberName)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Location = new System.Drawing.Point(120, 48);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(736, 48);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(64, 16);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(304, 16);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(552, 16);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(168, 16);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(408, 16);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(128, 8);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 16;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // btnCard
     //
     this.btnCard.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCard.Location    = new System.Drawing.Point(392, 40);
     this.btnCard.Name        = "btnCard";
     this.btnCard.Size        = new System.Drawing.Size(75, 23);
     this.btnCard.TabIndex    = 9;
     this.btnCard.Text        = "重新发卡";
     this.btnCard.Click      += new System.EventHandler(this.btnCard_Click);
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(232, 8);
     this.txtMemberCardNo.MaxLength    = 6;
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.NullText     = "请输入会员卡号";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 1;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location           = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex           = 1;
     this.ultraGrid1.Text               = "会员档案";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     this.ultraGrid1.InitializeRow     += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(40, 104);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(936, 272);
     this.ultraGroupBox2.TabIndex = 2;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox3.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox3.Controls.Add(this.txtPPaperNo);
     this.ultraGroupBox3.Controls.Add(this.txtPMemberName);
     this.ultraGroupBox3.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox3.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox3.Controls.Add(this.btnCard);
     this.ultraGroupBox3.Location = new System.Drawing.Point(128, 392);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(720, 110);
     this.ultraGroupBox3.TabIndex = 3;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(128, 32);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 22;
     this.ultraLabel4.Text     = "工商注册号:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(128, 56);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 21;
     this.ultraLabel5.Text     = "单位名称:";
     //
     // txtPPaperNo
     //
     this.txtPPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPPaperNo.Enabled      = false;
     this.txtPPaperNo.Location     = new System.Drawing.Point(232, 32);
     this.txtPPaperNo.Name         = "txtPPaperNo";
     this.txtPPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPPaperNo.TabIndex     = 20;
     //
     // txtPMemberName
     //
     this.txtPMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPMemberName.Enabled      = false;
     this.txtPMemberName.Location     = new System.Drawing.Point(232, 56);
     this.txtPMemberName.Name         = "txtPMemberName";
     this.txtPMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtPMemberName.TabIndex     = 19;
     //
     // txtNewMemberCount
     //
     this.txtNewMemberCount.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNewMemberCount.Location = new System.Drawing.Point(139, 3);
     this.txtNewMemberCount.Name     = "txtNewMemberCount";
     this.txtNewMemberCount.Size     = new System.Drawing.Size(627, 39);
     this.txtNewMemberCount.TabIndex = 4;
     //
     // MemberCardRenew
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(984, 581);
     this.Controls.Add(this.txtNewMemberCount);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberCardRenew";
     this.Text  = Login.constApp.strCardTypeL6Name + "发卡";
     this.Load += new System.EventHandler(this.MemberFileQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPMemberName)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     this.pbMIcon = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.lblMessage = new Infragistics.Win.Misc.UltraLabel();
     this.pnlButtons = new Infragistics.Win.Misc.UltraPanel();
     this.btnTwo = new System.Windows.Forms.Button();
     this.btnOne = new System.Windows.Forms.Button();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.tbMoreDetails = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.egbDetails = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.pnlContent = new Infragistics.Win.Misc.UltraPanel();
     this.pnlButtons.ClientArea.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbMoreDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.egbDetails)).BeginInit();
     this.egbDetails.SuspendLayout();
     this.pnlContent.ClientArea.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.SuspendLayout();
     //
     // pbMIcon
     //
     appearance1.BorderColor = System.Drawing.Color.Transparent;
     this.pbMIcon.Appearance = appearance1;
     this.pbMIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbMIcon.BorderShadowColor = System.Drawing.Color.Empty;
     this.pbMIcon.Location = new System.Drawing.Point(12, 12);
     this.pbMIcon.Name = "pbMIcon";
     this.pbMIcon.Size = new System.Drawing.Size(48, 48);
     this.pbMIcon.TabIndex = 0;
     //
     // lblMessage
     //
     appearance2.TextHAlignAsString = "Left";
     appearance2.TextVAlignAsString = "Middle";
     this.lblMessage.Appearance = appearance2;
     this.lblMessage.Location = new System.Drawing.Point(66, 12);
     this.lblMessage.MaximumSize = new System.Drawing.Size(506, 240);
     this.lblMessage.MinimumSize = new System.Drawing.Size(100, 48);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(506, 48);
     this.lblMessage.TabIndex = 1;
     //
     // pnlButtons
     //
     appearance3.BackColor = System.Drawing.SystemColors.Control;
     this.pnlButtons.Appearance = appearance3;
     //
     // pnlButtons.ClientArea
     //
     this.pnlButtons.ClientArea.Controls.Add(this.btnTwo);
     this.pnlButtons.ClientArea.Controls.Add(this.btnOne);
     this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButtons.Location = new System.Drawing.Point(0, 513);
     this.pnlButtons.Name = "pnlButtons";
     this.pnlButtons.Size = new System.Drawing.Size(582, 40);
     this.pnlButtons.TabIndex = 3;
     //
     // btnTwo
     //
     this.btnTwo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTwo.Location = new System.Drawing.Point(416, 8);
     this.btnTwo.Name = "btnTwo";
     this.btnTwo.Size = new System.Drawing.Size(75, 23);
     this.btnTwo.TabIndex = 1;
     this.btnTwo.Text = "Button 2";
     this.btnTwo.UseVisualStyleBackColor = true;
     this.btnTwo.Click += new System.EventHandler(this.btnTwo_Click);
     //
     // btnOne
     //
     this.btnOne.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOne.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnOne.Location = new System.Drawing.Point(497, 8);
     this.btnOne.Name = "btnOne";
     this.btnOne.Size = new System.Drawing.Size(75, 23);
     this.btnOne.TabIndex = 0;
     this.btnOne.Text = "Button 1";
     this.btnOne.UseVisualStyleBackColor = true;
     this.btnOne.Click += new System.EventHandler(this.btnOne_Click);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.tbMoreDetails);
     this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(0, 23);
     this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(562, 418);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // tbMoreDetails
     //
     this.tbMoreDetails.AlwaysInEditMode = true;
     this.tbMoreDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColor = System.Drawing.Color.Transparent;
     appearance4.BackColorDisabled = System.Drawing.Color.Transparent;
     this.tbMoreDetails.Appearance = appearance4;
     this.tbMoreDetails.BackColor = System.Drawing.Color.Transparent;
     this.tbMoreDetails.Location = new System.Drawing.Point(30, 3);
     this.tbMoreDetails.Multiline = true;
     this.tbMoreDetails.Name = "tbMoreDetails";
     this.tbMoreDetails.ReadOnly = true;
     this.tbMoreDetails.Scrollbars = System.Windows.Forms.ScrollBars.Both;
     this.tbMoreDetails.Size = new System.Drawing.Size(529, 412);
     this.tbMoreDetails.TabIndex = 0;
     this.tbMoreDetails.UseAppStyling = false;
     this.tbMoreDetails.WordWrap = false;
     //
     // egbDetails
     //
     this.egbDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.egbDetails.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.egbDetails.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.egbDetails.ExpandedSize = new System.Drawing.Size(562, 441);
     appearance5.FontData.BoldAsString = "True";
     this.egbDetails.HeaderAppearance = appearance5;
     this.egbDetails.Location = new System.Drawing.Point(12, 66);
     this.egbDetails.MaximumSize = new System.Drawing.Size(564, 449);
     this.egbDetails.Name = "egbDetails";
     this.egbDetails.Size = new System.Drawing.Size(562, 441);
     this.egbDetails.TabIndex = 4;
     this.egbDetails.Text = "More Details";
     this.egbDetails.UseAppStyling = false;
     this.egbDetails.ExpandedStateChanged += new System.EventHandler(this.egbDetails_ExpandedStateChanged);
     //
     // pnlContent
     //
     //
     // pnlContent.ClientArea
     //
     this.pnlContent.ClientArea.Controls.Add(this.egbDetails);
     this.pnlContent.ClientArea.Controls.Add(this.pnlButtons);
     this.pnlContent.ClientArea.Controls.Add(this.lblMessage);
     this.pnlContent.ClientArea.Controls.Add(this.pbMIcon);
     this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlContent.Location = new System.Drawing.Point(0, 0);
     this.pnlContent.Name = "pnlContent";
     this.pnlContent.Size = new System.Drawing.Size(582, 553);
     this.pnlContent.TabIndex = 5;
     //
     // MessageDialog
     //
     this.AcceptButton = this.btnTwo;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.CancelButton = this.btnOne;
     this.ClientSize = new System.Drawing.Size(582, 553);
     this.Controls.Add(this.pnlContent);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(600, 600);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(194, 152);
     this.Name = "MessageDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Message Dialog Box";
     this.Load += new System.EventHandler(this.MessageDialog_Load);
     this.pnlButtons.ClientArea.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbMoreDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.egbDetails)).EndInit();
     this.egbDetails.ResumeLayout(false);
     this.pnlContent.ClientArea.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbEndDateBegin          = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.chkEndDateBegin          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnModify                = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel9              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbMemberRight           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbEndDate2              = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate2              = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmdBeginDate             = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.chkEndDate               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbTrade                 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel5              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnterpriseType        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnExcel                 = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel4              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbState                 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnPrint                 = new Infragistics.Win.Misc.UltraButton();
     this.btnQuery                 = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberCardNo          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraGroupBox3           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox4           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGridPrintDocument1  = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
     this.ultraPrintPreviewDialog1 = new Infragistics.Win.Printing.UltraPrintPreviewDialog(this.components);
     this.saveFileDialog1          = new System.Windows.Forms.SaveFileDialog();
     this.ultraGridExcelExporter1  = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbSales                 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbCustomerService       = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDateBegin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerService)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.cmbCustomerService);
     this.ultraGroupBox1.Controls.Add(this.cmbSales);
     this.ultraGroupBox1.Controls.Add(this.cmbEndDateBegin);
     this.ultraGroupBox1.Controls.Add(this.chkEndDateBegin);
     this.ultraGroupBox1.Controls.Add(this.btnModify);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
     this.ultraGroupBox1.Controls.Add(this.cmbMemberRight);
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate2);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate2);
     this.ultraGroupBox1.Controls.Add(this.cmdBeginDate);
     this.ultraGroupBox1.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox1.Controls.Add(this.cmbTrade);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox1.Controls.Add(this.cmbEnterpriseType);
     this.ultraGroupBox1.Controls.Add(this.btnExcel);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.cmbState);
     this.ultraGroupBox1.Controls.Add(this.btnPrint);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox4);
     this.ultraGroupBox1.Location = new System.Drawing.Point(16, 16);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(998, 176);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // cmbEndDateBegin
     //
     this.cmbEndDateBegin.BackColor = System.Drawing.SystemColors.Window;
     this.cmbEndDateBegin.DateButtons.Add(dateButton1);
     this.cmbEndDateBegin.Location          = new System.Drawing.Point(685, 48);
     this.cmbEndDateBegin.Name              = "cmbEndDateBegin";
     this.cmbEndDateBegin.NonAutoSizeHeight = 23;
     this.cmbEndDateBegin.Size              = new System.Drawing.Size(144, 21);
     this.cmbEndDateBegin.TabIndex          = 39;
     //
     // chkEndDateBegin
     //
     this.chkEndDateBegin.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDateBegin.Location   = new System.Drawing.Point(565, 48);
     this.chkEndDateBegin.Name       = "chkEndDateBegin";
     this.chkEndDateBegin.Size       = new System.Drawing.Size(120, 20);
     this.chkEndDateBegin.TabIndex   = 38;
     this.chkEndDateBegin.Text       = "开始时间";
     //
     // btnModify
     //
     this.btnModify.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnModify.Location    = new System.Drawing.Point(861, 112);
     this.btnModify.Name        = "btnModify";
     this.btnModify.Size        = new System.Drawing.Size(75, 23);
     this.btnModify.TabIndex    = 37;
     this.btnModify.Text        = "修改";
     this.btnModify.Click      += new System.EventHandler(this.btnModify_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.Location = new System.Drawing.Point(24, 112);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel9.TabIndex = 36;
     this.ultraLabel9.Text     = "会员资格:";
     //
     // cmbMemberRight
     //
     this.cmbMemberRight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMemberRight.Location     = new System.Drawing.Point(128, 112);
     this.cmbMemberRight.Name         = "cmbMemberRight";
     this.cmbMemberRight.Size         = new System.Drawing.Size(104, 21);
     this.cmbMemberRight.TabIndex     = 35;
     //
     // cmbEndDate2
     //
     this.cmbEndDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate2.Location     = new System.Drawing.Point(685, 136);
     this.cmbEndDate2.MaskInput    = "{date} {time}";
     this.cmbEndDate2.Name         = "cmbEndDate2";
     this.cmbEndDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate2.TabIndex     = 32;
     //
     // chkEndDate2
     //
     this.chkEndDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate2.Location    = new System.Drawing.Point(565, 136);
     this.chkEndDate2.Name        = "chkEndDate2";
     this.chkEndDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate2.TabIndex    = 34;
     this.chkEndDate2.Text        = "结束时间";
     //
     // cmdBeginDate
     //
     this.cmdBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmdBeginDate.Location     = new System.Drawing.Point(685, 112);
     this.cmdBeginDate.MaskInput    = "{date} {time}";
     this.cmdBeginDate.Name         = "cmdBeginDate";
     this.cmdBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmdBeginDate.TabIndex     = 31;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(565, 112);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 33;
     this.chkBeginDate.Text        = "开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.BackColor = System.Drawing.SystemColors.Window;
     this.cmbEndDate.DateButtons.Add(dateButton2);
     this.cmbEndDate.Location          = new System.Drawing.Point(685, 72);
     this.cmbEndDate.Name              = "cmbEndDate";
     this.cmbEndDate.NonAutoSizeHeight = 23;
     this.cmbEndDate.Size              = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex          = 30;
     //
     // chkEndDate
     //
     this.chkEndDate.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location   = new System.Drawing.Point(565, 72);
     this.chkEndDate.Name       = "chkEndDate";
     this.chkEndDate.Size       = new System.Drawing.Size(120, 20);
     this.chkEndDate.TabIndex   = 29;
     this.chkEndDate.Text       = "结束时间";
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(573, 8);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 28;
     this.ultraLabel8.Text     = "客服姓名:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(296, 112);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 26;
     this.ultraLabel7.Text     = "销售人员:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(304, 80);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 24;
     this.ultraLabel6.Text     = "行业:";
     //
     // cmbTrade
     //
     this.cmbTrade.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbTrade.Location     = new System.Drawing.Point(408, 80);
     this.cmbTrade.Name         = "cmbTrade";
     this.cmbTrade.Size         = new System.Drawing.Size(104, 21);
     this.cmbTrade.TabIndex     = 23;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(24, 80);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 22;
     this.ultraLabel5.Text     = "企业性质:";
     //
     // cmbEnterpriseType
     //
     this.cmbEnterpriseType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnterpriseType.Location     = new System.Drawing.Point(128, 80);
     this.cmbEnterpriseType.Name         = "cmbEnterpriseType";
     this.cmbEnterpriseType.Size         = new System.Drawing.Size(104, 21);
     this.cmbEnterpriseType.TabIndex     = 21;
     //
     // btnExcel
     //
     this.btnExcel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnExcel.Location    = new System.Drawing.Point(861, 80);
     this.btnExcel.Name        = "btnExcel";
     this.btnExcel.Size        = new System.Drawing.Size(75, 23);
     this.btnExcel.TabIndex    = 20;
     this.btnExcel.Text        = "导出EXCEL";
     this.btnExcel.Click      += new System.EventHandler(this.btnExcel_Click);
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(304, 48);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 19;
     this.ultraLabel4.Text     = "会员状态:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(24, 48);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(304, 16);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(24, 16);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 16;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // cmbState
     //
     this.cmbState.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbState.Location     = new System.Drawing.Point(408, 48);
     this.cmbState.Name         = "cmbState";
     this.cmbState.Size         = new System.Drawing.Size(104, 21);
     this.cmbState.TabIndex     = 10;
     //
     // btnPrint
     //
     this.btnPrint.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnPrint.Location    = new System.Drawing.Point(861, 48);
     this.btnPrint.Name        = "btnPrint";
     this.btnPrint.Size        = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex    = 9;
     this.btnPrint.Text        = "打印";
     this.btnPrint.Click      += new System.EventHandler(this.btnPrint_Click);
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(861, 16);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(128, 48);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(408, 16);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(128, 16);
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 1;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Location = new System.Drawing.Point(549, 96);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(296, 64);
     this.ultraGroupBox3.TabIndex = 40;
     this.ultraGroupBox3.Text     = "操作时间段";
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.Location = new System.Drawing.Point(549, 32);
     this.ultraGroupBox4.Name     = "ultraGroupBox4";
     this.ultraGroupBox4.Size     = new System.Drawing.Size(296, 64);
     this.ultraGroupBox4.TabIndex = 41;
     this.ultraGroupBox4.Text     = "到期时间段";
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location          = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex          = 1;
     this.ultraGrid1.Text              = "会员档案";
     this.ultraGrid1.InitializePrint  += new Infragistics.Win.UltraWinGrid.InitializePrintEventHandler(this.ultraGrid1_InitializePrint);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // ultraPrintPreviewDialog1
     //
     this.ultraPrintPreviewDialog1.Name = "ultraPrintPreviewDialog1";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(24, 200);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(976, 368);
     this.ultraGroupBox2.TabIndex = 2;
     //
     // cmbSales
     //
     this.cmbSales.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbSales.Location     = new System.Drawing.Point(408, 114);
     this.cmbSales.Name         = "cmbSales";
     this.cmbSales.Size         = new System.Drawing.Size(104, 21);
     this.cmbSales.TabIndex     = 64;
     //
     // cmbCustomerService
     //
     this.cmbCustomerService.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbCustomerService.Location     = new System.Drawing.Point(685, 10);
     this.cmbCustomerService.Name         = "cmbCustomerService";
     this.cmbCustomerService.Size         = new System.Drawing.Size(144, 21);
     this.cmbCustomerService.TabIndex     = 65;
     //
     // MemberFileQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1183, 573);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberFileQuery";
     this.Text  = Login.constApp.strCardTypeL6Name + "会员档案报表";
     this.Load += new System.EventHandler(this.MemberFileQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDateBegin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerService)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = 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.Appearance appearance7 = new Infragistics.Win.Appearance();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraButton1   = new Infragistics.Win.Misc.UltraButton();
     this.lblFree        = new Infragistics.Win.Misc.UltraLabel();
     this.lblJobTimes    = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5    = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3    = new Infragistics.Win.Misc.UltraLabel();
     this.lblMemberName  = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1    = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance = appearance1;
     this.ultraGroupBox1.Controls.Add(this.ultraButton1);
     this.ultraGroupBox1.Controls.Add(this.lblFree);
     this.ultraGroupBox1.Controls.Add(this.lblJobTimes);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.lblMemberName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     appearance8.ForeColor = System.Drawing.Color.White;
     this.ultraGroupBox1.HeaderAppearance = appearance8;
     this.ultraGroupBox1.Location         = new System.Drawing.Point(184, 56);
     this.ultraGroupBox1.Name             = "ultraGroupBox1";
     this.ultraGroupBox1.Size             = new System.Drawing.Size(688, 376);
     this.ultraGroupBox1.TabIndex         = 0;
     this.ultraGroupBox1.Text             = "会员信息";
     this.ultraGroupBox1.UseAppStyling    = false;
     //
     // ultraButton1
     //
     this.ultraButton1.Location = new System.Drawing.Point(224, 166);
     this.ultraButton1.Name     = "ultraButton1";
     this.ultraButton1.Size     = new System.Drawing.Size(160, 40);
     this.ultraButton1.TabIndex = 10;
     this.ultraButton1.Text     = "返回";
     this.ultraButton1.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // lblFree
     //
     appearance2.ForeColor      = System.Drawing.Color.White;
     this.lblFree.Appearance    = appearance2;
     this.lblFree.Location      = new System.Drawing.Point(168, 128);
     this.lblFree.Name          = "lblFree";
     this.lblFree.Size          = new System.Drawing.Size(504, 23);
     this.lblFree.TabIndex      = 8;
     this.lblFree.UseAppStyling = false;
     //
     // lblJobTimes
     //
     appearance3.ForeColor          = System.Drawing.Color.White;
     this.lblJobTimes.Appearance    = appearance3;
     this.lblJobTimes.Location      = new System.Drawing.Point(168, 88);
     this.lblJobTimes.Name          = "lblJobTimes";
     this.lblJobTimes.Size          = new System.Drawing.Size(504, 23);
     this.lblJobTimes.TabIndex      = 7;
     this.lblJobTimes.UseAppStyling = false;
     //
     // ultraLabel5
     //
     appearance4.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel5.Appearance    = appearance4;
     this.ultraLabel5.Location      = new System.Drawing.Point(16, 128);
     this.ultraLabel5.Name          = "ultraLabel5";
     this.ultraLabel5.Size          = new System.Drawing.Size(112, 23);
     this.ultraLabel5.TabIndex      = 4;
     this.ultraLabel5.Text          = "当前余额:";
     this.ultraLabel5.UseAppStyling = false;
     //
     // ultraLabel3
     //
     appearance5.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel3.Appearance    = appearance5;
     this.ultraLabel3.Location      = new System.Drawing.Point(16, 88);
     this.ultraLabel3.Name          = "ultraLabel3";
     this.ultraLabel3.Size          = new System.Drawing.Size(120, 23);
     this.ultraLabel3.TabIndex      = 2;
     this.ultraLabel3.Text          = "参展次数:";
     this.ultraLabel3.UseAppStyling = false;
     //
     // lblMemberName
     //
     appearance6.ForeColor            = System.Drawing.Color.White;
     this.lblMemberName.Appearance    = appearance6;
     this.lblMemberName.Location      = new System.Drawing.Point(168, 48);
     this.lblMemberName.Name          = "lblMemberName";
     this.lblMemberName.Size          = new System.Drawing.Size(504, 23);
     this.lblMemberName.TabIndex      = 1;
     this.lblMemberName.UseAppStyling = false;
     //
     // ultraLabel1
     //
     appearance7.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel1.Appearance    = appearance7;
     this.ultraLabel1.Location      = new System.Drawing.Point(16, 48);
     this.ultraLabel1.Name          = "ultraLabel1";
     this.ultraLabel1.Size          = new System.Drawing.Size(120, 23);
     this.ultraLabel1.TabIndex      = 0;
     this.ultraLabel1.Text          = "单位名称:";
     this.ultraLabel1.UseAppStyling = false;
     //
     // QueryInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
     this.ClientSize          = new System.Drawing.Size(920, 523);
     this.Controls.Add(this.ultraGroupBox1);
     this.Font            = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "QueryInfo";
     this.Text            = "QueryInfo";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.QueryInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOK            = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel        = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel1      = new Infragistics.Win.Misc.UltraLabel();
     this.txtJobName       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox1   = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtPrice         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCombo1      = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.cmbBookEndDate   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBookBeginDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraLabel5      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6      = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnd           = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBegin         = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBegin)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnOK.Location    = new System.Drawing.Point(96, 392);
     this.btnOK.Name        = "btnOK";
     this.btnOK.Size        = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex    = 0;
     this.btnOK.Text        = "确定";
     this.btnOK.Click      += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCancel.Location    = new System.Drawing.Point(224, 392);
     this.btnCancel.Name        = "btnCancel";
     this.btnCancel.Size        = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex    = 1;
     this.btnCancel.Text        = "取消";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(64, 73);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 2;
     this.ultraLabel1.Text     = "招聘会名称:";
     //
     // txtJobName
     //
     this.txtJobName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtJobName.Location     = new System.Drawing.Point(168, 73);
     this.txtJobName.Name         = "txtJobName";
     this.txtJobName.Size         = new System.Drawing.Size(200, 21);
     this.txtJobName.TabIndex     = 3;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(64, 112);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 4;
     this.ultraLabel2.Text     = "所属服务产品:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(52, 162);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(112, 23);
     this.ultraLabel3.TabIndex = 6;
     this.ultraLabel3.Text     = "招聘会开始时间:";
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(52, 202);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(112, 23);
     this.ultraLabel4.TabIndex = 7;
     this.ultraLabel4.Text     = "招聘会结束时间:";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtPrice);
     this.ultraGroupBox1.Controls.Add(this.ultraCombo1);
     this.ultraGroupBox1.Controls.Add(this.cmbBookEndDate);
     this.ultraGroupBox1.Controls.Add(this.cmbBookBeginDate);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox1.Controls.Add(this.cmbEnd);
     this.ultraGroupBox1.Controls.Add(this.cmbBegin);
     this.ultraGroupBox1.Controls.Add(this.txtJobName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox1.Controls.Add(this.btnOK);
     this.ultraGroupBox1.Controls.Add(this.btnCancel);
     this.ultraGroupBox1.Location = new System.Drawing.Point(248, 16);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(384, 472);
     this.ultraGroupBox1.TabIndex = 8;
     //
     // txtPrice
     //
     this.txtPrice.Location = new System.Drawing.Point(168, 133);
     this.txtPrice.Name     = "txtPrice";
     this.txtPrice.Size     = new System.Drawing.Size(200, 23);
     this.txtPrice.TabIndex = 19;
     //
     // ultraCombo1
     //
     this.ultraCombo1.CharacterCasing   = System.Windows.Forms.CharacterCasing.Normal;
     this.ultraCombo1.DisplayStyle      = Infragistics.Win.EmbeddableElementDisplayStyle.Default;
     this.ultraCombo1.DropDownStyle     = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
     this.ultraCombo1.Location          = new System.Drawing.Point(168, 113);
     this.ultraCombo1.Name              = "ultraCombo1";
     this.ultraCombo1.Size              = new System.Drawing.Size(200, 22);
     this.ultraCombo1.TabIndex          = 18;
     this.ultraCombo1.AfterDropDown    += new System.EventHandler(this.ultraCombo1_AfterDropDown);
     this.ultraCombo1.ValueChanged     += new System.EventHandler(this.ultraCombo1_ValueChanged);
     this.ultraCombo1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraCombo1_InitializeLayout);
     //
     // cmbBookEndDate
     //
     this.cmbBookEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBookEndDate.Location     = new System.Drawing.Point(172, 282);
     this.cmbBookEndDate.MaskInput    = "{date} {time}";
     this.cmbBookEndDate.Name         = "cmbBookEndDate";
     this.cmbBookEndDate.Size         = new System.Drawing.Size(200, 21);
     this.cmbBookEndDate.TabIndex     = 16;
     //
     // cmbBookBeginDate
     //
     this.cmbBookBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBookBeginDate.Location     = new System.Drawing.Point(172, 242);
     this.cmbBookBeginDate.MaskInput    = "{date} {time}";
     this.cmbBookBeginDate.Name         = "cmbBookBeginDate";
     this.cmbBookBeginDate.Size         = new System.Drawing.Size(200, 21);
     this.cmbBookBeginDate.TabIndex     = 15;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(60, 242);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(96, 23);
     this.ultraLabel5.TabIndex = 13;
     this.ultraLabel5.Text     = "预订开始时间:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(60, 282);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(104, 23);
     this.ultraLabel6.TabIndex = 14;
     this.ultraLabel6.Text     = "预订结束时间:";
     //
     // cmbEnd
     //
     this.cmbEnd.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnd.Location      = new System.Drawing.Point(172, 202);
     this.cmbEnd.MaskInput     = "{date} {time}";
     this.cmbEnd.Name          = "cmbEnd";
     this.cmbEnd.Size          = new System.Drawing.Size(200, 21);
     this.cmbEnd.TabIndex      = 12;
     this.cmbEnd.ValueChanged += new System.EventHandler(this.cmbEnd_ValueChanged);
     //
     // cmbBegin
     //
     this.cmbBegin.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBegin.Location      = new System.Drawing.Point(172, 162);
     this.cmbBegin.MaskInput     = "{date} {time}";
     this.cmbBegin.Name          = "cmbBegin";
     this.cmbBegin.Size          = new System.Drawing.Size(200, 21);
     this.cmbBegin.TabIndex      = 11;
     this.cmbBegin.ValueChanged += new System.EventHandler(this.cmbBegin_ValueChanged);
     //
     // JobAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(880, 517);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "JobAdd";
     this.Text  = "招聘会新设";
     this.Load += new System.EventHandler(this.JobAdd_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBegin)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.lblStatus         = new Infragistics.Win.Misc.UltraLabel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.lblAppName        = new Infragistics.Win.Misc.UltraLabel();
     this.lblVersion        = new Infragistics.Win.Misc.UltraLabel();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     appearance1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(104)))), ((int)(((byte)(90)))));
     appearance1.FontData.Name         = "Segoe UI";
     appearance1.FontData.SizeInPoints = 12F;
     appearance1.ForeColor             = System.Drawing.Color.White;
     appearance1.TextHAlignAsString    = "Center";
     appearance1.TextVAlignAsString    = "Middle";
     this.lblStatus.Appearance         = appearance1;
     this.lblStatus.BackColorInternal  = System.Drawing.Color.Transparent;
     this.lblStatus.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.lblStatus.Location      = new System.Drawing.Point(0, 231);
     this.lblStatus.Name          = "lblStatus";
     this.lblStatus.Size          = new System.Drawing.Size(555, 36);
     this.lblStatus.TabIndex      = 2;
     this.lblStatus.Text          = "Initializing Application";
     this.lblStatus.UseAppStyling = false;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1);
     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.Absolute, 75F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(555, 231);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.lblAppName);
     this.flowLayoutPanel1.Controls.Add(this.lblVersion);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(73, 80);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(409, 70);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // lblAppName
     //
     this.lblAppName.Anchor            = System.Windows.Forms.AnchorStyles.None;
     appearance2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(79)))), ((int)(((byte)(70)))));
     appearance2.FontData.Name         = "Segoe UI Semilight";
     appearance2.FontData.SizeInPoints = 36F;
     appearance2.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(231)))), ((int)(((byte)(218)))));
     this.lblAppName.Appearance        = appearance2;
     this.lblAppName.AutoSize          = true;
     this.lblAppName.Location          = new System.Drawing.Point(0, 0);
     this.lblAppName.Margin            = new System.Windows.Forms.Padding(0);
     this.lblAppName.Name          = "lblAppName";
     this.lblAppName.Size          = new System.Drawing.Size(367, 70);
     this.lblAppName.TabIndex      = 0;
     this.lblAppName.Text          = "Project Manager";
     this.lblAppName.UseAppStyling = false;
     //
     // lblVersion
     //
     this.lblVersion.Anchor            = System.Windows.Forms.AnchorStyles.None;
     appearance3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(147)))), ((int)(((byte)(147)))));
     appearance3.FontData.Name         = "Segoe UI Semibold";
     appearance3.FontData.SizeInPoints = 10F;
     appearance3.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(231)))), ((int)(((byte)(218)))));
     this.lblVersion.Appearance        = appearance3;
     this.lblVersion.AutoSize          = true;
     this.lblVersion.Location          = new System.Drawing.Point(367, 25);
     this.lblVersion.Margin            = new System.Windows.Forms.Padding(0);
     this.lblVersion.Name          = "lblVersion";
     this.lblVersion.Size          = new System.Drawing.Size(42, 20);
     this.lblVersion.TabIndex      = 1;
     this.lblVersion.Text          = "v 00.0";
     this.lblVersion.UseAppStyling = false;
     //
     // SplashScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(79)))), ((int)(((byte)(70)))));
     this.ClientSize          = new System.Drawing.Size(555, 267);
     this.ControlBox          = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.lblStatus);
     this.Font            = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SplashScreen";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NetAdvantage AppStylist for Windows Forms Startup";
     this.TransparencyKey = System.Drawing.Color.Magenta;
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 13
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Usuario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.textNombre           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraCheckEditor1    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel11         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel14         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraComboEditor1    = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraNumericEditor1  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraCheckEditor2    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel19         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel12         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor3    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel18         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel13         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.labelIdUsuario       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraCheckEditor4    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraLabel10         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel16         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraNumericEditor2  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraTextEditor3     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel15         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraTextEditor2     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel9          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor5    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel22      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel21      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel20      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel17      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7       = new Infragistics.Win.Misc.UltraLabel();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbFirstRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbPreviousRecord  = new System.Windows.Forms.ToolBarButton();
     this.tbNextRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbLastRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbSep1            = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep2            = new System.Windows.Forms.ToolBarButton();
     this.tbSave            = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.textNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel11);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel14);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraComboEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraNumericEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel19);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel12);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel18);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel13);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelIdUsuario);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(551, 239);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel3.TabIndex  = 2;
     this.ultraLabel3.Text      = "Nombre completo:";
     //
     // textNombre
     //
     this.textNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.textNombre.Location  = new System.Drawing.Point(128, 24);
     this.textNombre.MaxLength = 50;
     this.textNombre.Multiline = true;
     this.textNombre.Name      = "textNombre";
     this.textNombre.Size      = new System.Drawing.Size(417, 44);
     this.textNombre.TabIndex  = 0;
     //
     // ultraDateTimeEditor1
     //
     this.ultraDateTimeEditor1.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor1.Location = new System.Drawing.Point(128, 72);
     this.ultraDateTimeEditor1.Name     = "ultraDateTimeEditor1";
     this.ultraDateTimeEditor1.Size     = new System.Drawing.Size(128, 22);
     this.ultraDateTimeEditor1.TabIndex = 1;
     this.ultraDateTimeEditor1.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor1.Location  = new System.Drawing.Point(128, 96);
     this.ultraCheckEditor1.Name      = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size      = new System.Drawing.Size(24, 20);
     this.ultraCheckEditor1.TabIndex  = 2;
     //
     // ultraLabel8
     //
     this.ultraLabel8.BackColor             = System.Drawing.Color.Transparent;
     this.ultraLabel8.ImageTransparentColor = System.Drawing.Color.Empty;
     this.ultraLabel8.Location = new System.Drawing.Point(0, 72);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(120, 22);
     this.ultraLabel8.TabIndex = 8;
     this.ultraLabel8.Text     = "Expiración:";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel11.TabIndex  = 11;
     this.ultraLabel11.Text      = "Bloqueado:";
     //
     // ultraLabel14
     //
     this.ultraLabel14.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel14.Location  = new System.Drawing.Point(0, 168);
     this.ultraLabel14.Name      = "ultraLabel14";
     this.ultraLabel14.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel14.TabIndex  = 14;
     this.ultraLabel14.Text      = "Administrador:";
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.Location = new System.Drawing.Point(128, 192);
     this.ultraComboEditor1.Name     = "ultraComboEditor1";
     this.ultraComboEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraComboEditor1.TabIndex = 6;
     //
     // ultraDateTimeEditor3
     //
     this.ultraDateTimeEditor3.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor3.Location = new System.Drawing.Point(128, 144);
     this.ultraDateTimeEditor3.Name     = "ultraDateTimeEditor3";
     this.ultraDateTimeEditor3.Size     = new System.Drawing.Size(168, 22);
     this.ultraDateTimeEditor3.TabIndex = 4;
     this.ultraDateTimeEditor3.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraNumericEditor1
     //
     this.ultraNumericEditor1.Location = new System.Drawing.Point(128, 120);
     this.ultraNumericEditor1.Name     = "ultraNumericEditor1";
     this.ultraNumericEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraNumericEditor1.TabIndex = 3;
     //
     // ultraCheckEditor2
     //
     this.ultraCheckEditor2.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor2.Location  = new System.Drawing.Point(128, 168);
     this.ultraCheckEditor2.Name      = "ultraCheckEditor2";
     this.ultraCheckEditor2.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor2.TabIndex  = 5;
     //
     // ultraLabel19
     //
     this.ultraLabel19.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel19.Location  = new System.Drawing.Point(0, 216);
     this.ultraLabel19.Name      = "ultraLabel19";
     this.ultraLabel19.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel19.TabIndex  = 19;
     this.ultraLabel19.Text      = "Activo:";
     //
     // ultraLabel12
     //
     this.ultraLabel12.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel12.Location  = new System.Drawing.Point(0, 120);
     this.ultraLabel12.Name      = "ultraLabel12";
     this.ultraLabel12.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel12.TabIndex  = 12;
     this.ultraLabel12.Text      = "Intentos de conexión:";
     //
     // ultraCheckEditor3
     //
     this.ultraCheckEditor3.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor3.Location  = new System.Drawing.Point(128, 216);
     this.ultraCheckEditor3.Name      = "ultraCheckEditor3";
     this.ultraCheckEditor3.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor3.TabIndex  = 7;
     //
     // ultraLabel18
     //
     this.ultraLabel18.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel18.Location  = new System.Drawing.Point(0, 192);
     this.ultraLabel18.Name      = "ultraLabel18";
     this.ultraLabel18.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel18.TabIndex  = 18;
     this.ultraLabel18.Text      = "Perfil utilizado:";
     //
     // ultraLabel13
     //
     this.ultraLabel13.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location  = new System.Drawing.Point(0, 144);
     this.ultraLabel13.Name      = "ultraLabel13";
     this.ultraLabel13.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel13.TabIndex  = 13;
     this.ultraLabel13.Text      = "Hablitación:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel1.TabIndex  = 0;
     this.ultraLabel1.Text      = "ID:";
     //
     // labelIdUsuario
     //
     this.labelIdUsuario.BackColor = System.Drawing.Color.Transparent;
     this.labelIdUsuario.Location  = new System.Drawing.Point(128, 0);
     this.labelIdUsuario.Name      = "labelIdUsuario";
     this.labelIdUsuario.Size      = new System.Drawing.Size(168, 22);
     this.labelIdUsuario.TabIndex  = 1;
     this.labelIdUsuario.Text      = "ID:";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraDateTimeEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel16);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraNumericEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel15);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor5);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 89);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(264, 143);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // ultraCheckEditor4
     //
     this.ultraCheckEditor4.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor4.Location  = new System.Drawing.Point(96, 112);
     this.ultraCheckEditor4.Name      = "ultraCheckEditor4";
     this.ultraCheckEditor4.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor4.TabIndex  = 5;
     //
     // ultraDateTimeEditor2
     //
     this.ultraDateTimeEditor2.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor2.Location = new System.Drawing.Point(96, 48);
     this.ultraDateTimeEditor2.Name     = "ultraDateTimeEditor2";
     this.ultraDateTimeEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraDateTimeEditor2.TabIndex = 2;
     this.ultraDateTimeEditor2.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraLabel10
     //
     this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel10.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel10.Name      = "ultraLabel10";
     this.ultraLabel10.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel10.TabIndex  = 10;
     this.ultraLabel10.Text      = "Vencimiento:";
     //
     // ultraLabel16
     //
     this.ultraLabel16.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel16.Location  = new System.Drawing.Point(0, 72);
     this.ultraLabel16.Name      = "ultraLabel16";
     this.ultraLabel16.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel16.TabIndex  = 16;
     this.ultraLabel16.Text      = "Permitir cambio:";
     //
     // ultraNumericEditor2
     //
     this.ultraNumericEditor2.Location = new System.Drawing.Point(96, 88);
     this.ultraNumericEditor2.Name     = "ultraNumericEditor2";
     this.ultraNumericEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraNumericEditor2.TabIndex = 4;
     //
     // ultraTextEditor3
     //
     this.ultraTextEditor3.Location     = new System.Drawing.Point(96, 24);
     this.ultraTextEditor3.MaxLength    = 50;
     this.ultraTextEditor3.Name         = "ultraTextEditor3";
     this.ultraTextEditor3.PasswordChar = '*';
     this.ultraTextEditor3.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor3.TabIndex     = 1;
     //
     // ultraLabel15
     //
     this.ultraLabel15.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel15.Location  = new System.Drawing.Point(0, 112);
     this.ultraLabel15.Name      = "ultraLabel15";
     this.ultraLabel15.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel15.TabIndex  = 15;
     this.ultraLabel15.Text      = "Nunca caduca:";
     //
     // ultraTextEditor2
     //
     this.ultraTextEditor2.Location     = new System.Drawing.Point(96, 0);
     this.ultraTextEditor2.MaxLength    = 50;
     this.ultraTextEditor2.Name         = "ultraTextEditor2";
     this.ultraTextEditor2.PasswordChar = '*';
     this.ultraTextEditor2.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor2.TabIndex     = 0;
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel4.TabIndex  = 4;
     this.ultraLabel4.Text      = "Clave:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel5.TabIndex  = 5;
     this.ultraLabel5.Text      = "Repetir:";
     //
     // ultraLabel9
     //
     this.ultraLabel9.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel9.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel9.Name      = "ultraLabel9";
     this.ultraLabel9.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel9.TabIndex  = 9;
     this.ultraLabel9.Text      = "Días de validez:";
     //
     // ultraCheckEditor5
     //
     this.ultraCheckEditor5.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor5.Location  = new System.Drawing.Point(96, 72);
     this.ultraCheckEditor5.Name      = "ultraCheckEditor5";
     this.ultraCheckEditor5.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor5.TabIndex  = 3;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel22);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel21);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel20);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel17);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(316, 89);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(263, 63);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // ultraLabel22
     //
     this.ultraLabel22.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel22.Location  = new System.Drawing.Point(128, 48);
     this.ultraLabel22.Name      = "ultraLabel22";
     this.ultraLabel22.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel22.TabIndex  = 20;
     this.ultraLabel22.Text      = "Raúl Gómez";
     //
     // ultraLabel21
     //
     this.ultraLabel21.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel21.Location  = new System.Drawing.Point(128, 24);
     this.ultraLabel21.Name      = "ultraLabel21";
     this.ultraLabel21.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel21.TabIndex  = 19;
     this.ultraLabel21.Text      = "4";
     //
     // ultraLabel20
     //
     this.ultraLabel20.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel20.Location  = new System.Drawing.Point(128, 0);
     this.ultraLabel20.Name      = "ultraLabel20";
     this.ultraLabel20.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel20.TabIndex  = 18;
     this.ultraLabel20.Text      = "21/8/2004";
     //
     // ultraLabel17
     //
     this.ultraLabel17.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel17.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel17.Name      = "ultraLabel17";
     this.ultraLabel17.Size      = new System.Drawing.Size(112, 22);
     this.ultraLabel17.TabIndex  = 17;
     this.ultraLabel17.Text      = "Última modificación:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel6.TabIndex  = 6;
     this.ultraLabel6.Text      = "Conexiones fallidas:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel7.TabIndex  = 7;
     this.ultraLabel7.Text      = "Última conexión:";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstRecord,
         this.tbPreviousRecord,
         this.tbNextRecord,
         this.tbLastRecord,
         this.tbSep1,
         this.tbRefresh,
         this.tbSep2,
         this.tbSave
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(616, 28);
     this.toolBarStandar.TabIndex       = 32;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbFirstRecord
     //
     this.tbFirstRecord.ImageIndex = 0;
     //
     // tbPreviousRecord
     //
     this.tbPreviousRecord.ImageIndex = 1;
     //
     // tbNextRecord
     //
     this.tbNextRecord.ImageIndex = 2;
     //
     // tbLastRecord
     //
     this.tbLastRecord.ImageIndex = 3;
     //
     // tbSep1
     //
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 5;
     //
     // tbSep2
     //
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 4;
     this.tbSave.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.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.ultraExplorerBar1.ColumnCount = 2;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.ColumnsSpanned           = 2;
     ultraExplorerBarGroup1.Container                = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Expanded                 = false;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 239;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 143;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Clave";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 63;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(8, 32);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(600, 592);
     this.ultraExplorerBar1.TabIndex = 33;
     //
     // Usuario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(616, 630);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "Usuario";
     this.Text = "Usuario";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSTYPE");
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 174747859);
     Infragistics.Win.Appearance appearance264 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance265 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance266 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance267 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance268 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance269 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeightPlan_BP));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TECHCARDNO");
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDERNO");
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHEDCOUNT");
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ISRETURNBILLET");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool33 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool(" ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool34 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.panel2 = new System.Windows.Forms.Panel();
     this.cbAnalysisTime = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.panel2_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
     this.txtStoveGD1 = new System.Windows.Forms.TextBox();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
     this.ClientArea_Fill_Panel_1 = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label28 = new System.Windows.Forms.Label();
     this.tbAs = new System.Windows.Forms.TextBox();
     this.tbAls = new System.Windows.Forms.TextBox();
     this.tbSb = new System.Windows.Forms.TextBox();
     this.tbTi = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.cbBilletReturn = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.cbTransType = new System.Windows.Forms.ComboBox();
     this.LxComb = new System.Windows.Forms.ComboBox();
     this.lbTransType = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.cbx_SteelSendType = new System.Windows.Forms.ComboBox();
     this.label45 = new System.Windows.Forms.Label();
     this.cbx_OrgUse = new System.Windows.Forms.ComboBox();
     this.label44 = new System.Windows.Forms.Label();
     this.tbADVSPEC = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.tbLength = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbPerson = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.tbP = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbS = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbMn = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbSi = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbC = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCount = new System.Windows.Forms.TextBox();
     this.cbSpec = new System.Windows.Forms.ComboBox();
     this.cbSteelType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbStoveNo = new System.Windows.Forms.TextBox();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel6 = new Infragistics.Win.Misc.UltraPanel();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.panel5 = new System.Windows.Forms.Panel();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel5.ClientArea.SuspendLayout();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
     this.ultraTabControl2.SuspendLayout();
     this.ultraTabPageControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
     this.ultraGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.ultraPanel6.ClientArea.SuspendLayout();
     this.ultraPanel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
     this.ultraTabPageControl1.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 25);
     this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox3.Controls.Add(this.dateTimePicker1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 38);
     this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1321, 441);
     this.ultraGroupBox3.TabIndex = 12;
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance34.TextHAlignAsString = "Center";
     appearance34.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance34;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
     appearance35.TextHAlignAsString = "Center";
     appearance35.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance35;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     appearance36.TextHAlignAsString = "Center";
     appearance36.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance36;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     appearance37.TextHAlignAsString = "Center";
     appearance37.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance37;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     appearance38.TextHAlignAsString = "Center";
     appearance38.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance38;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     appearance39.TextHAlignAsString = "Center";
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance39;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     appearance40.TextHAlignAsString = "Center";
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance40;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     appearance41.TextHAlignAsString = "Center";
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance41;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     appearance42.TextHAlignAsString = "Center";
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance42;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     appearance43.TextHAlignAsString = "Center";
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance43;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     appearance44.TextHAlignAsString = "Center";
     appearance44.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance44;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
     appearance45.TextHAlignAsString = "Center";
     appearance45.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance45;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     appearance46.TextHAlignAsString = "Center";
     appearance46.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance46;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 38;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 3;
     appearance47.TextHAlignAsString = "Center";
     appearance47.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance47;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 36;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20});
     ultraGridGroup1.Header.Caption = "化学成分";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 18;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance264.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance264;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Synchronized;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance265.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance265;
     appearance266.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance266;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance267.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance267.TextHAlignAsString = "Center";
     appearance267.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance267;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance268.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance268;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance269.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance269.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance269.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance269.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance269;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1315, 438);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable4,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn45,
     this.dataColumn54,
     this.dataColumn21,
     this.dataColumn11,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "工艺流动卡号";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "炉号";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "钢种";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "规格";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "长度";
     this.dataColumn5.ColumnName = "FN_LENGTH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "C";
     this.dataColumn6.ColumnName = "FN_GP_C";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Si";
     this.dataColumn7.ColumnName = "FN_GP_SI";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Mn";
     this.dataColumn8.ColumnName = "FN_GP_MN";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "S";
     this.dataColumn9.ColumnName = "FN_GP_S";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "P";
     this.dataColumn10.ColumnName = "FN_GP_P";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "判定员";
     this.dataColumn22.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "分析时间";
     this.dataColumn23.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "建议轧制规格";
     this.dataColumn45.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "运送方式";
     this.dataColumn54.ColumnName = "FS_TRANSTYPE";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "去向";
     this.dataColumn21.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "块数";
     this.dataColumn11.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Ti";
     this.dataColumn13.ColumnName = "FN_GP_TI";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Sb";
     this.dataColumn14.ColumnName = "FN_GP_SB";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Als";
     this.dataColumn15.ColumnName = "FN_GP_ALS";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "AS";
     this.dataColumn16.ColumnName = "FN_GP_AS";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn41,
     this.dataColumn20,
     this.dataColumn56,
     this.dataColumn12});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "工艺流动卡号";
     this.dataColumn25.ColumnName = "FS_TECHCARDNO";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "炉号";
     this.dataColumn26.ColumnName = "FS_STOVENO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "钢种";
     this.dataColumn27.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "规格";
     this.dataColumn28.ColumnName = "FS_SPEC";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "长度";
     this.dataColumn29.ColumnName = "FN_LENGTH";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "条数";
     this.dataColumn30.ColumnName = "FN_COUNT";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "订单号";
     this.dataColumn31.ColumnName = "FS_ORDERNO";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "预报时间";
     this.dataColumn38.ColumnName = "FD_PLANTIME";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "完炉标志";
     this.dataColumn39.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "预报员";
     this.dataColumn41.ColumnName = "FS_PERSON";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "过磅序号";
     this.dataColumn20.ColumnName = "FS_ORDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "已计量块数";
     this.dataColumn56.ColumnName = "WEIGHEDCOUNT";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "返回坯";
     this.dataColumn12.ColumnName = "FN_ISRETURNBILLET";
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn52,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn92,
     this.dataColumn93,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn101,
     this.dataColumn102,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112});
     this.dataTable4.TableName = "检验数据表";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "炉号";
     //
     // dataColumn78
     //
     this.dataColumn78.ColumnName = "样号";
     //
     // dataColumn79
     //
     this.dataColumn79.ColumnName = "钢种";
     //
     // dataColumn80
     //
     this.dataColumn80.ColumnName = "班次";
     //
     // dataColumn81
     //
     this.dataColumn81.ColumnName = "日期";
     //
     // dataColumn82
     //
     this.dataColumn82.ColumnName = "时间";
     //
     // dataColumn83
     //
     this.dataColumn83.ColumnName = "C";
     //
     // dataColumn84
     //
     this.dataColumn84.ColumnName = "Si";
     //
     // dataColumn85
     //
     this.dataColumn85.ColumnName = "Mn";
     //
     // dataColumn86
     //
     this.dataColumn86.ColumnName = "P";
     //
     // dataColumn87
     //
     this.dataColumn87.ColumnName = "S";
     //
     // dataColumn88
     //
     this.dataColumn88.ColumnName = "Cr";
     //
     // dataColumn89
     //
     this.dataColumn89.ColumnName = "Ni";
     //
     // dataColumn90
     //
     this.dataColumn90.ColumnName = "W";
     //
     // dataColumn91
     //
     this.dataColumn91.ColumnName = "V";
     //
     // dataColumn92
     //
     this.dataColumn92.ColumnName = "Mo";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "Ti";
     //
     // dataColumn94
     //
     this.dataColumn94.ColumnName = "Cu";
     //
     // dataColumn95
     //
     this.dataColumn95.ColumnName = "Al";
     //
     // dataColumn96
     //
     this.dataColumn96.ColumnName = "B";
     //
     // dataColumn97
     //
     this.dataColumn97.ColumnName = "Co";
     //
     // dataColumn98
     //
     this.dataColumn98.ColumnName = "Sn";
     //
     // dataColumn99
     //
     this.dataColumn99.ColumnName = "Pb";
     //
     // dataColumn100
     //
     this.dataColumn100.ColumnName = "Sb";
     //
     // dataColumn101
     //
     this.dataColumn101.ColumnName = "Bi";
     //
     // dataColumn102
     //
     this.dataColumn102.ColumnName = "Nb";
     //
     // dataColumn103
     //
     this.dataColumn103.ColumnName = "Ca";
     //
     // dataColumn104
     //
     this.dataColumn104.ColumnName = "Mg";
     //
     // dataColumn105
     //
     this.dataColumn105.ColumnName = "Ce";
     //
     // dataColumn106
     //
     this.dataColumn106.ColumnName = "N";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "Zr";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "Bs";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "Ns";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "Nt";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "Fe";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "人员";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn24,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn51});
     this.dataTable3.TableName = "Table3";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "总重量";
     this.dataColumn24.ColumnName = "FN_TOTALWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "总支数";
     this.dataColumn42.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "炉号";
     this.dataColumn43.ColumnName = "FS_STOVENO";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FN_TOTALBILLET";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(181, 31);
     this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(72, 25);
     this.dateTimePicker1.TabIndex = 741;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cbAnalysisTime);
     this.panel2.Controls.Add(this.tbQueryStoveNo);
     this.panel2.Controls.Add(this.panel2_Fill_Panel);
     this.panel2.Controls.Add(this.dateTimePicker2);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(4);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1321, 38);
     this.panel2.TabIndex = 11;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // cbAnalysisTime
     //
     this.cbAnalysisTime.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbAnalysisTime, null);
     this.cbAnalysisTime.Location = new System.Drawing.Point(5, 6);
     this.cbAnalysisTime.Margin = new System.Windows.Forms.Padding(4);
     this.cbAnalysisTime.Name = "cbAnalysisTime";
     this.cbAnalysisTime.Size = new System.Drawing.Size(18, 17);
     this.cbAnalysisTime.TabIndex = 742;
     this.cbAnalysisTime.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.cbAnalysisTime, null);
     this.cbAnalysisTime.CheckedChanged += new System.EventHandler(this.cbAnalysisTime_CheckedChanged);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(384, 4);
     this.tbQueryStoveNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(69, 25);
     this.tbQueryStoveNo.TabIndex = 742;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // panel2_Fill_Panel
     //
     this.panel2_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel2_Fill_Panel, null);
     this.panel2_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2_Fill_Panel.Location = new System.Drawing.Point(0, 32);
     this.panel2_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
     this.panel2_Fill_Panel.Name = "panel2_Fill_Panel";
     this.panel2_Fill_Panel.Size = new System.Drawing.Size(1321, 6);
     this.panel2_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2_Fill_Panel, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(223, 4);
     this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(81, 25);
     this.dateTimePicker2.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Left, null);
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 32);
     this._panel2_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 6);
     this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool19.ControlName = "dateTimePicker1";
     controlContainerTool19.InstanceProps.Width = 144;
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 107;
     controlContainerTool21.ControlName = "tbQueryStoveNo";
     controlContainerTool21.InstanceProps.Width = 110;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool19,
     controlContainerTool20,
     controlContainerTool21,
     buttonTool39,
     buttonTool40,
     buttonTool30,
     buttonTool17,
     buttonTool15});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "分析时间";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 144;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "至";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 107;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "查询";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "炉号";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 110;
     buttonTool46.SharedPropsInternal.Caption = "获取";
     buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool16.SharedPropsInternal.Caption = "导出";
     buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "删除";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool31.SharedPropsInternal.Caption = "生成预报";
     buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool46,
     buttonTool16,
     buttonTool29,
     buttonTool31});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick_1);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Right, null);
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1321, 32);
     this._panel2_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 6);
     this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Right, null);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Top, null);
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1321, 32);
     this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Top, null);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Bottom, null);
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 38);
     this._panel2_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
     this.ultraTabPageControl2.Controls.Add(this.ultraPanel3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGroupBox4
     //
     appearance170.ForeColor = System.Drawing.Color.Red;
     this.ultraGroupBox4.Appearance = appearance170;
     this.ultraGroupBox4.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox4.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 34);
     this.ultraGroupBox4.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(1321, 445);
     this.ultraGroupBox4.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel2
     //
     appearance178.BackColor = System.Drawing.Color.Black;
     this.ultraLabel2.Appearance = appearance178;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(-13333, -12500);
     this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(40, 29);
     this.ultraLabel2.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel2, null);
     this.ultraLabel2.Visible = false;
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "Table2";
     this.ultraGrid2.DataSource = this.dataSet1;
     appearance48.TextHAlignAsString = "Center";
     appearance48.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance48;
     ultraGridColumn21.Header.VisiblePosition = 0;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     appearance49.TextHAlignAsString = "Center";
     appearance49.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance49;
     ultraGridColumn22.Header.VisiblePosition = 1;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     appearance50.TextHAlignAsString = "Center";
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance50;
     ultraGridColumn23.Header.VisiblePosition = 2;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     appearance51.TextHAlignAsString = "Center";
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance51;
     ultraGridColumn24.Header.VisiblePosition = 3;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     appearance52.TextHAlignAsString = "Center";
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance52;
     ultraGridColumn25.Header.VisiblePosition = 4;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 4;
     appearance53.TextHAlignAsString = "Center";
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn26.CellAppearance = appearance53;
     ultraGridColumn26.Header.VisiblePosition = 5;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
     appearance54.TextHAlignAsString = "Center";
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn27.CellAppearance = appearance54;
     ultraGridColumn27.Header.VisiblePosition = 6;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     appearance55.TextHAlignAsString = "Center";
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn28.CellAppearance = appearance55;
     ultraGridColumn28.Header.VisiblePosition = 7;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     appearance56.TextHAlignAsString = "Center";
     appearance56.TextVAlignAsString = "Middle";
     ultraGridColumn29.CellAppearance = appearance56;
     ultraGridColumn29.Header.VisiblePosition = 8;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     appearance57.TextHAlignAsString = "Center";
     appearance57.TextVAlignAsString = "Middle";
     ultraGridColumn30.CellAppearance = appearance57;
     ultraGridColumn30.Header.VisiblePosition = 9;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     appearance58.TextHAlignAsString = "Center";
     appearance58.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance58;
     ultraGridColumn31.Header.VisiblePosition = 10;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     appearance59.TextHAlignAsString = "Center";
     appearance59.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance59;
     ultraGridColumn32.Header.VisiblePosition = 11;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn33.Header.VisiblePosition = 12;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
     appearance28.FontData.BoldAsString = "True";
     this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance28;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance29.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance29;
     appearance30.TextVAlignAsString = "Middle";
     this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance30;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance31.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance31.TextHAlignAsString = "Center";
     appearance31.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance31;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
     appearance32.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance32;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance33.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance33.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance33;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(1315, 442);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.txtStoveGD1);
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel1);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker4);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker3);
     this.ultraPanel3.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Bottom);
     this.coreBind.SetDatabasecommand(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel3, null);
     this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel3.Name = "ultraPanel3";
     this.ultraPanel3.Size = new System.Drawing.Size(1321, 34);
     this.ultraPanel3.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel3, null);
     //
     // txtStoveGD1
     //
     this.coreBind.SetDatabasecommand(this.txtStoveGD1, null);
     this.txtStoveGD1.Location = new System.Drawing.Point(381, 4);
     this.txtStoveGD1.Margin = new System.Windows.Forms.Padding(4);
     this.txtStoveGD1.Name = "txtStoveGD1";
     this.txtStoveGD1.Size = new System.Drawing.Size(80, 25);
     this.txtStoveGD1.TabIndex = 5;
     this.coreBind.SetVerification(this.txtStoveGD1, null);
     //
     // ultraLabel1
     //
     appearance176.BackColor = System.Drawing.Color.Red;
     this.ultraLabel1.Appearance = appearance176;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(-13333, -12500);
     this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(40, 29);
     this.ultraLabel1.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // dateTimePicker4
     //
     this.dateTimePicker4.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker4, null);
     this.dateTimePicker4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker4.Location = new System.Drawing.Point(224, 4);
     this.dateTimePicker4.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker4.Name = "dateTimePicker4";
     this.dateTimePicker4.Size = new System.Drawing.Size(80, 25);
     this.dateTimePicker4.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker4, null);
     //
     // dateTimePicker3
     //
     this.dateTimePicker3.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker3, null);
     this.dateTimePicker3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker3.Location = new System.Drawing.Point(83, 2);
     this.dateTimePicker3.Margin = new System.Windows.Forms.Padding(4);
     this.dateTimePicker3.Name = "dateTimePicker3";
     this.dateTimePicker3.Size = new System.Drawing.Size(72, 25);
     this.dateTimePicker3.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker3, null);
     //
     // ClientArea_Fill_Panel_1
     //
     this.ClientArea_Fill_Panel_1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.ClientArea_Fill_Panel_1, null);
     this.ClientArea_Fill_Panel_1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location = new System.Drawing.Point(0, 64);
     this.ClientArea_Fill_Panel_1.Margin = new System.Windows.Forms.Padding(4);
     this.ClientArea_Fill_Panel_1.Name = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size = new System.Drawing.Size(1321, 0);
     this.ClientArea_Fill_Panel_1.TabIndex = 0;
     this.coreBind.SetVerification(this.ClientArea_Fill_Panel_1, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 64);
     this._ClientArea_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager2
     //
     this.ultraToolbarsManager2.DesignerFlags = 1;
     this.ultraToolbarsManager2.DockWithinContainer = this.ultraPanel3.ClientArea;
     this.ultraToolbarsManager2.LockToolbars = true;
     this.ultraToolbarsManager2.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager2.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     ultraToolbar2.FloatingSize = new System.Drawing.Size(316, 62);
     controlContainerTool5.ControlName = "dateTimePicker3";
     controlContainerTool5.InstanceProps.Width = 144;
     controlContainerTool6.ControlName = "dateTimePicker4";
     controlContainerTool6.InstanceProps.Width = 106;
     controlContainerTool12.ControlName = "txtStoveGD1";
     controlContainerTool12.InstanceProps.Width = 121;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool12,
     buttonTool5,
     buttonTool58,
     buttonTool18,
     buttonTool22,
     buttonTool24,
     buttonTool32,
     buttonTool1,
     buttonTool33});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager2.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     buttonTool51.SharedPropsInternal.Caption = "上移";
     buttonTool51.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool52.SharedPropsInternal.Caption = "下移";
     buttonTool52.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool53.SharedPropsInternal.Caption = "置顶";
     buttonTool53.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool54.SharedPropsInternal.Caption = "置底";
     buttonTool54.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool55.SharedPropsInternal.Caption = "查询";
     buttonTool55.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance114.Image = ((object)(resources.GetObject("appearance114.Image")));
     buttonTool56.SharedPropsInternal.AppearancesSmall.Appearance = appearance114;
     buttonTool56.SharedPropsInternal.Caption = "导出";
     buttonTool56.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.ControlName = "dateTimePicker3";
     controlContainerTool15.SharedPropsInternal.Caption = "预报时间";
     controlContainerTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.SharedPropsInternal.Width = 144;
     controlContainerTool29.ControlName = "dateTimePicker4";
     controlContainerTool29.SharedPropsInternal.Caption = "至";
     controlContainerTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool29.SharedPropsInternal.Width = 106;
     controlContainerTool33.SharedPropsInternal.Caption = "abc";
     controlContainerTool34.ControlName = "txtStoveGD1";
     controlContainerTool34.SharedPropsInternal.Caption = "炉号";
     controlContainerTool34.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool34.SharedPropsInternal.Width = 121;
     buttonTool59.SharedPropsInternal.Caption = "强制完炉";
     buttonTool59.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool59.SharedPropsInternal.Enabled = false;
     buttonTool59.SharedPropsInternal.Visible = false;
     buttonTool2.SharedPropsInternal.Caption = "删除预报";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool51,
     buttonTool52,
     buttonTool53,
     buttonTool54,
     buttonTool55,
     buttonTool56,
     controlContainerTool15,
     controlContainerTool29,
     controlContainerTool33,
     controlContainerTool34,
     buttonTool59,
     buttonTool2});
     this.ultraToolbarsManager2.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager2_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1321, 64);
     this._ClientArea_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Left
     //
     this._ClientArea_Toolbars_Dock_Area_1_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     this._ClientArea_Toolbars_Dock_Area_1_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_1_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Left.Location = new System.Drawing.Point(0, 64);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Name = "_ClientArea_Toolbars_Dock_Area_1_Left";
     this._ClientArea_Toolbars_Dock_Area_1_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Right
     //
     this._ClientArea_Toolbars_Dock_Area_1_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     this._ClientArea_Toolbars_Dock_Area_1_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_1_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Right.Location = new System.Drawing.Point(1321, 64);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Name = "_ClientArea_Toolbars_Dock_Area_1_Right";
     this._ClientArea_Toolbars_Dock_Area_1_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 32);
     this._ClientArea_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1321, 32);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 34);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Top
     //
     this._ClientArea_Toolbars_Dock_Area_1_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     this._ClientArea_Toolbars_Dock_Area_1_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_1_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Name = "_ClientArea_Toolbars_Dock_Area_1_Top";
     this._ClientArea_Toolbars_Dock_Area_1_Top.Size = new System.Drawing.Size(1321, 32);
     this._ClientArea_Toolbars_Dock_Area_1_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Location = new System.Drawing.Point(0, 34);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Margin = new System.Windows.Forms.Padding(4);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_1_Bottom";
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Size = new System.Drawing.Size(1321, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1323, 240);
     this.ultraGroupBox2.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.label28);
     this.ultraGroupBox1.Controls.Add(this.tbAs);
     this.ultraGroupBox1.Controls.Add(this.tbAls);
     this.ultraGroupBox1.Controls.Add(this.tbSb);
     this.ultraGroupBox1.Controls.Add(this.tbTi);
     this.ultraGroupBox1.Controls.Add(this.label32);
     this.ultraGroupBox1.Controls.Add(this.label31);
     this.ultraGroupBox1.Controls.Add(this.label29);
     this.ultraGroupBox1.Controls.Add(this.cbBilletReturn);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.cbTransType);
     this.ultraGroupBox1.Controls.Add(this.LxComb);
     this.ultraGroupBox1.Controls.Add(this.lbTransType);
     this.ultraGroupBox1.Controls.Add(this.label30);
     this.ultraGroupBox1.Controls.Add(this.comboBox1);
     this.ultraGroupBox1.Controls.Add(this.cbx_SteelSendType);
     this.ultraGroupBox1.Controls.Add(this.label45);
     this.ultraGroupBox1.Controls.Add(this.cbx_OrgUse);
     this.ultraGroupBox1.Controls.Add(this.label44);
     this.ultraGroupBox1.Controls.Add(this.tbADVSPEC);
     this.ultraGroupBox1.Controls.Add(this.label25);
     this.ultraGroupBox1.Controls.Add(this.tbLength);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.tbPerson);
     this.ultraGroupBox1.Controls.Add(this.label19);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.tbP);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.tbS);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.tbMn);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbSi);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.tbC);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.tbCount);
     this.ultraGroupBox1.Controls.Add(this.cbSpec);
     this.ultraGroupBox1.Controls.Add(this.cbSteelType);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbStoveNo);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0);
     this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(1317, 237);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据录入";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label28, null);
     this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(433, 127);
     this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(58, 27);
     this.label28.TabIndex = 801;
     this.label28.Text = "As";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label28, null);
     //
     // tbAs
     //
     this.tbAs.BackColor = System.Drawing.SystemColors.Control;
     this.tbAs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAs, null);
     this.tbAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAs.Location = new System.Drawing.Point(433, 155);
     this.tbAs.Margin = new System.Windows.Forms.Padding(4);
     this.tbAs.Name = "tbAs";
     this.tbAs.ReadOnly = true;
     this.tbAs.Size = new System.Drawing.Size(58, 25);
     this.tbAs.TabIndex = 800;
     this.tbAs.Text = "0";
     this.tbAs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAs, null);
     //
     // tbAls
     //
     this.tbAls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAls, null);
     this.tbAls.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAls.Location = new System.Drawing.Point(607, 155);
     this.tbAls.Margin = new System.Windows.Forms.Padding(4);
     this.tbAls.Name = "tbAls";
     this.tbAls.ReadOnly = true;
     this.tbAls.Size = new System.Drawing.Size(58, 25);
     this.tbAls.TabIndex = 799;
     this.tbAls.Text = "0";
     this.tbAls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAls, null);
     //
     // tbSb
     //
     this.tbSb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSb, null);
     this.tbSb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSb.Location = new System.Drawing.Point(549, 155);
     this.tbSb.Margin = new System.Windows.Forms.Padding(4);
     this.tbSb.Name = "tbSb";
     this.tbSb.ReadOnly = true;
     this.tbSb.Size = new System.Drawing.Size(58, 25);
     this.tbSb.TabIndex = 798;
     this.tbSb.Text = "0";
     this.tbSb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSb, null);
     //
     // tbTi
     //
     this.tbTi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbTi, null);
     this.tbTi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTi.Location = new System.Drawing.Point(491, 155);
     this.tbTi.Margin = new System.Windows.Forms.Padding(4);
     this.tbTi.Name = "tbTi";
     this.tbTi.ReadOnly = true;
     this.tbTi.Size = new System.Drawing.Size(58, 25);
     this.tbTi.TabIndex = 797;
     this.tbTi.Text = "0";
     this.tbTi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbTi, null);
     //
     // label32
     //
     this.label32.BackColor = System.Drawing.Color.Transparent;
     this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label32, null);
     this.label32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label32.Location = new System.Drawing.Point(607, 127);
     this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(58, 27);
     this.label32.TabIndex = 796;
     this.label32.Text = "Als";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label32, null);
     //
     // label31
     //
     this.label31.BackColor = System.Drawing.Color.Transparent;
     this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label31, null);
     this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label31.Location = new System.Drawing.Point(549, 127);
     this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(58, 27);
     this.label31.TabIndex = 795;
     this.label31.Text = "Sb";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label31, null);
     //
     // label29
     //
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label29, null);
     this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label29.Location = new System.Drawing.Point(491, 127);
     this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(58, 27);
     this.label29.TabIndex = 794;
     this.label29.Text = "Ti";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label29, null);
     //
     // cbBilletReturn
     //
     this.coreBind.SetDatabasecommand(this.cbBilletReturn, null);
     this.cbBilletReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbBilletReturn.FormattingEnabled = true;
     this.cbBilletReturn.Location = new System.Drawing.Point(1227, 58);
     this.cbBilletReturn.Margin = new System.Windows.Forms.Padding(4);
     this.cbBilletReturn.Name = "cbBilletReturn";
     this.cbBilletReturn.Size = new System.Drawing.Size(75, 23);
     this.cbBilletReturn.TabIndex = 789;
     this.coreBind.SetVerification(this.cbBilletReturn, null);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(1165, 64);
     this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(53, 18);
     this.label12.TabIndex = 788;
     this.label12.Text = "返回坯";
     this.coreBind.SetVerification(this.label12, null);
     //
     // cbTransType
     //
     this.coreBind.SetDatabasecommand(this.cbTransType, null);
     this.cbTransType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbTransType.FormattingEnabled = true;
     this.cbTransType.Location = new System.Drawing.Point(1051, 176);
     this.cbTransType.Margin = new System.Windows.Forms.Padding(4);
     this.cbTransType.Name = "cbTransType";
     this.cbTransType.Size = new System.Drawing.Size(105, 23);
     this.cbTransType.TabIndex = 787;
     this.coreBind.SetVerification(this.cbTransType, null);
     //
     // LxComb
     //
     this.coreBind.SetDatabasecommand(this.LxComb, null);
     this.LxComb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.LxComb.FormattingEnabled = true;
     this.LxComb.Location = new System.Drawing.Point(793, 177);
     this.LxComb.Margin = new System.Windows.Forms.Padding(4);
     this.LxComb.Name = "LxComb";
     this.LxComb.Size = new System.Drawing.Size(105, 23);
     this.LxComb.TabIndex = 786;
     this.coreBind.SetVerification(this.LxComb, null);
     this.LxComb.SelectedIndexChanged += new System.EventHandler(this.LxComb_SelectedIndexChanged);
     //
     // lbTransType
     //
     this.lbTransType.AutoSize = true;
     this.lbTransType.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.lbTransType, null);
     this.lbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbTransType.Location = new System.Drawing.Point(970, 180);
     this.lbTransType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbTransType.Name = "lbTransType";
     this.lbTransType.Size = new System.Drawing.Size(68, 18);
     this.lbTransType.TabIndex = 784;
     this.lbTransType.Text = "运送方式";
     this.coreBind.SetVerification(this.lbTransType, null);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label30, null);
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label30.Location = new System.Drawing.Point(737, 181);
     this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(46, 18);
     this.label30.TabIndex = 780;
     this.label30.Text = "去  向";
     this.coreBind.SetVerification(this.label30, null);
     //
     // comboBox1
     //
     this.coreBind.SetDatabasecommand(this.comboBox1, null);
     this.comboBox1.Font = new System.Drawing.Font("宋体", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.comboBox1.Location = new System.Drawing.Point(1067, 246);
     this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(145, 23);
     this.comboBox1.TabIndex = 775;
     this.coreBind.SetVerification(this.comboBox1, null);
     this.comboBox1.Visible = false;
     //
     // cbx_SteelSendType
     //
     this.coreBind.SetDatabasecommand(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_SteelSendType.FormattingEnabled = true;
     this.cbx_SteelSendType.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.cbx_SteelSendType.Location = new System.Drawing.Point(1067, 246);
     this.cbx_SteelSendType.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_SteelSendType.Name = "cbx_SteelSendType";
     this.cbx_SteelSendType.Size = new System.Drawing.Size(145, 23);
     this.cbx_SteelSendType.TabIndex = 775;
     this.coreBind.SetVerification(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Visible = false;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label45, null);
     this.label45.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label45.Location = new System.Drawing.Point(996, 251);
     this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(67, 15);
     this.label45.TabIndex = 774;
     this.label45.Text = "送钢状态";
     this.coreBind.SetVerification(this.label45, null);
     this.label45.Visible = false;
     //
     // cbx_OrgUse
     //
     this.coreBind.SetDatabasecommand(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbx_OrgUse.FormattingEnabled = true;
     this.cbx_OrgUse.Items.AddRange(new object[] {
     "是",
     "否"});
     this.cbx_OrgUse.Location = new System.Drawing.Point(917, 251);
     this.cbx_OrgUse.Margin = new System.Windows.Forms.Padding(4);
     this.cbx_OrgUse.Name = "cbx_OrgUse";
     this.cbx_OrgUse.Size = new System.Drawing.Size(59, 23);
     this.cbx_OrgUse.TabIndex = 773;
     this.cbx_OrgUse.Text = "是";
     this.coreBind.SetVerification(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Visible = false;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label44, null);
     this.label44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label44.Location = new System.Drawing.Point(811, 256);
     this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(97, 15);
     this.label44.TabIndex = 772;
     this.label44.Text = "是否组织利用";
     this.coreBind.SetVerification(this.label44, null);
     this.label44.Visible = false;
     //
     // tbADVSPEC
     //
     this.coreBind.SetDatabasecommand(this.tbADVSPEC, null);
     this.tbADVSPEC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbADVSPEC.Location = new System.Drawing.Point(1051, 121);
     this.tbADVSPEC.Margin = new System.Windows.Forms.Padding(4);
     this.tbADVSPEC.Name = "tbADVSPEC";
     this.tbADVSPEC.Size = new System.Drawing.Size(105, 25);
     this.tbADVSPEC.TabIndex = 748;
     this.coreBind.SetVerification(this.tbADVSPEC, null);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label25, null);
     this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(947, 127);
     this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(97, 15);
     this.label25.TabIndex = 747;
     this.label25.Text = "建议轧制规格";
     this.coreBind.SetVerification(this.label25, null);
     //
     // tbLength
     //
     this.coreBind.SetDatabasecommand(this.tbLength, null);
     this.tbLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLength.Location = new System.Drawing.Point(871, 56);
     this.tbLength.Margin = new System.Windows.Forms.Padding(4);
     this.tbLength.Name = "tbLength";
     this.tbLength.Size = new System.Drawing.Size(105, 25);
     this.tbLength.TabIndex = 739;
     this.tbLength.Text = "6.950";
     this.coreBind.SetVerification(this.tbLength, null);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label21, null);
     this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(719, 127);
     this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 15);
     this.label21.TabIndex = 737;
     this.label21.Text = "判定员";
     this.coreBind.SetVerification(this.label21, null);
     //
     // tbPerson
     //
     this.tbPerson.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbPerson, null);
     this.tbPerson.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbPerson.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tbPerson.Location = new System.Drawing.Point(793, 121);
     this.tbPerson.Margin = new System.Windows.Forms.Padding(4);
     this.tbPerson.MaxLength = 8;
     this.tbPerson.Name = "tbPerson";
     this.tbPerson.ReadOnly = true;
     this.tbPerson.Size = new System.Drawing.Size(105, 25);
     this.tbPerson.TabIndex = 736;
     this.coreBind.SetVerification(this.tbPerson, null);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label19, null);
     this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(29, 149);
     this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(105, 15);
     this.label19.TabIndex = 733;
     this.label19.Text = "化学成分(%)";
     this.coreBind.SetVerification(this.label19, null);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(375, 127);
     this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(58, 27);
     this.label11.TabIndex = 718;
     this.label11.Text = "P";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // tbP
     //
     this.tbP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbP, null);
     this.tbP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbP.Location = new System.Drawing.Point(375, 155);
     this.tbP.Margin = new System.Windows.Forms.Padding(4);
     this.tbP.Name = "tbP";
     this.tbP.ReadOnly = true;
     this.tbP.Size = new System.Drawing.Size(58, 25);
     this.tbP.TabIndex = 717;
     this.tbP.Text = "0";
     this.tbP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbP, null);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(317, 127);
     this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(58, 27);
     this.label10.TabIndex = 716;
     this.label10.Text = "S";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // tbS
     //
     this.tbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbS, null);
     this.tbS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbS.Location = new System.Drawing.Point(317, 155);
     this.tbS.Margin = new System.Windows.Forms.Padding(4);
     this.tbS.Name = "tbS";
     this.tbS.ReadOnly = true;
     this.tbS.Size = new System.Drawing.Size(58, 25);
     this.tbS.TabIndex = 715;
     this.tbS.Text = "0";
     this.tbS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbS, null);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(260, 127);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(58, 27);
     this.label9.TabIndex = 714;
     this.label9.Text = "Mn";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // tbMn
     //
     this.tbMn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMn, null);
     this.tbMn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMn.Location = new System.Drawing.Point(260, 155);
     this.tbMn.Margin = new System.Windows.Forms.Padding(4);
     this.tbMn.Name = "tbMn";
     this.tbMn.ReadOnly = true;
     this.tbMn.Size = new System.Drawing.Size(58, 25);
     this.tbMn.TabIndex = 713;
     this.tbMn.Text = "0";
     this.tbMn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMn, null);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(203, 127);
     this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(58, 27);
     this.label8.TabIndex = 712;
     this.label8.Text = "Si";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbSi
     //
     this.tbSi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSi, null);
     this.tbSi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSi.Location = new System.Drawing.Point(203, 155);
     this.tbSi.Margin = new System.Windows.Forms.Padding(4);
     this.tbSi.Name = "tbSi";
     this.tbSi.ReadOnly = true;
     this.tbSi.Size = new System.Drawing.Size(58, 25);
     this.tbSi.TabIndex = 711;
     this.tbSi.Text = "0";
     this.tbSi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSi, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(811, 68);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(45, 15);
     this.label7.TabIndex = 710;
     this.label7.Text = "长 度";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(629, 68);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(45, 15);
     this.label6.TabIndex = 709;
     this.label6.Text = "规 格";
     this.coreBind.SetVerification(this.label6, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(448, 68);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(45, 15);
     this.label3.TabIndex = 708;
     this.label3.Text = "钢 种";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(145, 127);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(58, 27);
     this.label5.TabIndex = 707;
     this.label5.Text = "C";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // tbC
     //
     this.tbC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbC, null);
     this.tbC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbC.Location = new System.Drawing.Point(145, 155);
     this.tbC.Margin = new System.Windows.Forms.Padding(4);
     this.tbC.Name = "tbC";
     this.tbC.ReadOnly = true;
     this.tbC.Size = new System.Drawing.Size(58, 25);
     this.tbC.TabIndex = 706;
     this.tbC.Text = "0";
     this.tbC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbC, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(996, 68);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 15);
     this.label4.TabIndex = 704;
     this.label4.Text = "块 数";
     this.coreBind.SetVerification(this.label4, null);
     //
     // tbCount
     //
     this.coreBind.SetDatabasecommand(this.tbCount, null);
     this.tbCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCount.Location = new System.Drawing.Point(1051, 56);
     this.tbCount.Margin = new System.Windows.Forms.Padding(4);
     this.tbCount.Name = "tbCount";
     this.tbCount.Size = new System.Drawing.Size(105, 25);
     this.tbCount.TabIndex = 703;
     this.coreBind.SetVerification(this.tbCount, null);
     //
     // cbSpec
     //
     this.coreBind.SetDatabasecommand(this.cbSpec, null);
     this.cbSpec.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSpec.FormattingEnabled = true;
     this.cbSpec.Items.AddRange(new object[] {
     "",
     "165",
     "150"});
     this.cbSpec.Location = new System.Drawing.Point(684, 58);
     this.cbSpec.Margin = new System.Windows.Forms.Padding(4);
     this.cbSpec.Name = "cbSpec";
     this.cbSpec.Size = new System.Drawing.Size(105, 23);
     this.cbSpec.TabIndex = 700;
     this.coreBind.SetVerification(this.cbSpec, null);
     //
     // cbSteelType
     //
     this.coreBind.SetDatabasecommand(this.cbSteelType, null);
     this.cbSteelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSteelType.FormattingEnabled = true;
     this.cbSteelType.Items.AddRange(new object[] {
     "Q235B",
     "Q195",
     "HRB500E",
     "HRB500",
     "HRB400E",
     "HRB400",
     "HRB335E",
     "HRB335",
     "HRB235",
     "HRB200",
     "",
     ""});
     this.cbSteelType.Location = new System.Drawing.Point(503, 58);
     this.cbSteelType.Margin = new System.Windows.Forms.Padding(4);
     this.cbSteelType.Name = "cbSteelType";
     this.cbSteelType.Size = new System.Drawing.Size(105, 23);
     this.cbSteelType.TabIndex = 698;
     this.coreBind.SetVerification(this.cbSteelType, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(35, 68);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(97, 15);
     this.label2.TabIndex = 6;
     this.label2.Text = "工艺流动卡号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbCardNo
     //
     this.tbCardNo.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(145, 56);
     this.tbCardNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.ReadOnly = true;
     this.tbCardNo.Size = new System.Drawing.Size(105, 25);
     this.tbCardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(272, 68);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 15);
     this.label1.TabIndex = 4;
     this.label1.Text = "炉 号";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbStoveNo
     //
     this.tbStoveNo.BackColor = System.Drawing.SystemColors.Window;
     this.tbStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbStoveNo, null);
     this.tbStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbStoveNo.Location = new System.Drawing.Point(317, 56);
     this.tbStoveNo.Margin = new System.Windows.Forms.Padding(4);
     this.tbStoveNo.MaxLength = 13;
     this.tbStoveNo.Name = "tbStoveNo";
     this.tbStoveNo.Size = new System.Drawing.Size(105, 25);
     this.tbStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.tbStoveNo, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(1323, 505);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab4.TabPage = this.ultraTabPageControl1;
     ultraTab4.Text = "流程卡数据";
     ultraTab5.TabPage = this.ultraTabPageControl2;
     ultraTab5.Text = "板坯辊道预报";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab4,
     ultraTab5});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1321, 479);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Margin = new System.Windows.Forms.Padding(400, 100, 0, 0);
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(109, 26);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem1.Text = "放大";
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraTabControl1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1323, 505);
     this.ultraPanel2.TabIndex = 13;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraPanel4
     //
     this.ultraPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     // ultraPanel4.ClientArea
     //
     this.coreBind.SetDatabasecommand(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel4, null);
     this.ultraPanel4.Location = new System.Drawing.Point(36, 14);
     this.ultraPanel4.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel4.Name = "ultraPanel4";
     this.ultraPanel4.Size = new System.Drawing.Size(239, 0);
     this.ultraPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel4, null);
     //
     // ultraPanel5
     //
     //
     // ultraPanel5.ClientArea
     //
     this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel5, null);
     this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel5.Name = "ultraPanel5";
     this.ultraPanel5.Size = new System.Drawing.Size(1323, 240);
     this.ultraPanel5.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel5, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel5);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 505);
     this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1323, 240);
     this.ultraPanel1.TabIndex = 14;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraTabControl2
     //
     this.ultraTabControl2.Controls.Add(this.ultraTabPageControl4);
     this.coreBind.SetDatabasecommand(this.ultraTabControl2, null);
     this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl2.Name = "ultraTabControl2";
     this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.ultraTabControl2.Size = new System.Drawing.Size(200, 100);
     this.ultraTabControl2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTabControl2, null);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Controls.Add(this.ultraGroupBox5);
     this.ultraTabPageControl4.Controls.Add(this.ultraPanel6);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl4, null);
     this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl4.Name = "ultraTabPageControl4";
     this.ultraTabPageControl4.Size = new System.Drawing.Size(864, 416);
     this.coreBind.SetVerification(this.ultraTabPageControl4, null);
     //
     // ultraGroupBox5
     //
     this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox5.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox5, null);
     this.ultraGroupBox5.Location = new System.Drawing.Point(9, 45);
     this.ultraGroupBox5.Name = "ultraGroupBox5";
     this.ultraGroupBox5.Size = new System.Drawing.Size(988, 374);
     this.ultraGroupBox5.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox5, null);
     this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel4
     //
     appearance129.BackColor = System.Drawing.Color.Black;
     this.ultraLabel4.Appearance = appearance129;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(871, 154);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel4.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     appearance128.BackColor = System.Drawing.Color.Black;
     this.ultraLabel5.Appearance = appearance128;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel5, null);
     this.ultraLabel5.Visible = false;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table2";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance101.BackColor = System.Drawing.Color.White;
     appearance101.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance101.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance101;
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance102;
     appearance103.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance103;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance104.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance104.BackColor2 = System.Drawing.Color.White;
     appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance104.FontData.SizeInPoints = 11F;
     appearance104.ForeColor = System.Drawing.Color.Black;
     appearance104.TextHAlignAsString = "Center";
     appearance104.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance104;
     appearance105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance105;
     appearance106.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance106.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance106.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance106;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance107.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance107.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance107;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(29, 12);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(982, 371);
     this.ultraGrid3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     //
     // ultraPanel6
     //
     //
     // ultraPanel6.ClientArea
     //
     this.ultraPanel6.ClientArea.Controls.Add(this.comboBox2);
     this.ultraPanel6.ClientArea.Controls.Add(this.ultraLabel6);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker5);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker6);
     this.ultraPanel6.ClientArea.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel6, null);
     this.ultraPanel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel6.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel6.Name = "ultraPanel6";
     this.ultraPanel6.Size = new System.Drawing.Size(864, 27);
     this.ultraPanel6.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel6, null);
     //
     // comboBox2
     //
     this.coreBind.SetDatabasecommand(this.comboBox2, null);
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(425, 3);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(85, 23);
     this.comboBox2.TabIndex = 3;
     this.coreBind.SetVerification(this.comboBox2, null);
     //
     // ultraLabel6
     //
     appearance127.BackColor = System.Drawing.Color.Red;
     this.ultraLabel6.Appearance = appearance127;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel6.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // dateTimePicker5
     //
     this.dateTimePicker5.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker5, null);
     this.dateTimePicker5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker5.Location = new System.Drawing.Point(230, 4);
     this.dateTimePicker5.Name = "dateTimePicker5";
     this.dateTimePicker5.Size = new System.Drawing.Size(138, 25);
     this.dateTimePicker5.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker5, null);
     //
     // dateTimePicker6
     //
     this.dateTimePicker6.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker6, null);
     this.dateTimePicker6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker6.Location = new System.Drawing.Point(70, 4);
     this.dateTimePicker6.Name = "dateTimePicker6";
     this.dateTimePicker6.Size = new System.Drawing.Size(138, 25);
     this.dateTimePicker6.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker6, null);
     //
     // panel1
     //
     this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(864, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraTabSharedControlsPage2
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage2, null);
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 24);
     this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(196, 73);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage2, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ultraPanel2);
     this.panel5.Controls.Add(this.ultraPanel1);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Margin = new System.Windows.Forms.Padding(4);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1323, 745);
     this.panel5.TabIndex = 16;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // WeightPlan_BP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1323, 745);
     this.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(5);
     this.Name = "WeightPlan_BP";
     this.Text = "板坯计量预报";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.WeightPlan_BP_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeightPlan_BP_FormClosing);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ClientArea.PerformLayout();
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel5.ClientArea.ResumeLayout(false);
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
     this.ultraTabControl2.ResumeLayout(false);
     this.ultraTabPageControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
     this.ultraGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.ultraPanel6.ClientArea.ResumeLayout(false);
     this.ultraPanel6.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 15
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1            = new System.Windows.Forms.Button();
     this.ultraLabel6        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.txtObservaciones   = new System.Windows.Forms.TextBox();
     this.txtComentarios     = new System.Windows.Forms.TextBox();
     this.txtEmail           = new System.Windows.Forms.TextBox();
     this.txtInstantMesseger = new System.Windows.Forms.TextBox();
     this.txtNombre          = new System.Windows.Forms.TextBox();
     this.txtTelefonos       = new System.Windows.Forms.TextBox();
     this.ultraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTratamiento   = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTratamiento)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(704, 225);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTratamiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtComentarios);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtEmail);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInstantMesseger);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTelefonos);
     this.ultraExplorerBarContainerControl1.Name    = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size    = new System.Drawing.Size(655, 151);
     this.ultraExplorerBarContainerControl1.TabStop = false;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(392, 424);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 18;
     this.button1.Text     = "button1";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(-1, 120);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel6.TabIndex  = 36;
     this.ultraLabel6.Text      = "Instant Messenger";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(100, 20);
     this.ultraLabel5.TabIndex  = 35;
     this.ultraLabel5.Text      = "Nombre";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(-1, 101);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(100, 20);
     this.ultraLabel4.TabIndex  = 34;
     this.ultraLabel4.Text      = "Observaciones";
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 40);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(100, 20);
     this.ultraLabel3.TabIndex  = 33;
     this.ultraLabel3.Text      = "Email";
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(-1, 61);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(100, 20);
     this.ultraLabel2.TabIndex  = 32;
     this.ultraLabel2.Text      = "Teléfonos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 80);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(100, 20);
     this.ultraLabel1.TabIndex  = 31;
     this.ultraLabel1.Text      = "Comentarios";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location = new System.Drawing.Point(104, 101);
     this.txtObservaciones.Name     = "txtObservaciones";
     this.txtObservaciones.Size     = new System.Drawing.Size(272, 20);
     this.txtObservaciones.TabIndex = 5;
     this.txtObservaciones.Text     = "textBox2";
     //
     // txtComentarios
     //
     this.txtComentarios.Location = new System.Drawing.Point(104, 80);
     this.txtComentarios.Name     = "txtComentarios";
     this.txtComentarios.Size     = new System.Drawing.Size(272, 20);
     this.txtComentarios.TabIndex = 4;
     this.txtComentarios.Text     = "textBox2";
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(104, 40);
     this.txtEmail.Name     = "txtEmail";
     this.txtEmail.Size     = new System.Drawing.Size(272, 20);
     this.txtEmail.TabIndex = 2;
     this.txtEmail.Text     = "textBox2";
     //
     // txtInstantMesseger
     //
     this.txtInstantMesseger.Location = new System.Drawing.Point(104, 120);
     this.txtInstantMesseger.Name     = "txtInstantMesseger";
     this.txtInstantMesseger.Size     = new System.Drawing.Size(272, 20);
     this.txtInstantMesseger.TabIndex = 6;
     this.txtInstantMesseger.Text     = "textBox2";
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(104, 0);
     this.txtNombre.Name     = "txtNombre";
     this.txtNombre.Size     = new System.Drawing.Size(272, 20);
     this.txtNombre.TabIndex = 0;
     this.txtNombre.Text     = "textBox2";
     //
     // txtTelefonos
     //
     this.txtTelefonos.Location = new System.Drawing.Point(104, 61);
     this.txtTelefonos.Name     = "txtTelefonos";
     this.txtTelefonos.Size     = new System.Drawing.Size(272, 20);
     this.txtTelefonos.TabIndex = 3;
     this.txtTelefonos.Text     = "textBox1";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(-1, 20);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(100, 21);
     this.ultraLabel7.TabIndex  = 37;
     this.ultraLabel7.Text      = "Tratamiento";
     //
     // mzCmbTratamiento
     //
     this.mzCmbTratamiento.AutoComplete         = true;
     this.mzCmbTratamiento.DataSource           = null;
     this.mzCmbTratamiento.DisplayMember        = "";
     this.mzCmbTratamiento.DisplayMemberCaption = "";
     this.mzCmbTratamiento.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTratamiento.Location             = new System.Drawing.Point(104, 20);
     this.mzCmbTratamiento.MaxItemsDisplay      = 7;
     this.mzCmbTratamiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTratamiento.Name               = "mzCmbTratamiento";
     this.mzCmbTratamiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTratamiento.SorterMember       = "";
     this.mzCmbTratamiento.TabIndex           = 1;
     this.mzCmbTratamiento.ValueMember        = "";
     this.mzCmbTratamiento.ValueMemberCaption = "";
     //
     // FrmAbmPersonas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(704, 253);
     this.Controls.Add(this.button1);
     this.Name = "FrmAbmPersonas";
     this.Controls.SetChildIndex(this.button1, 0);
     this.Controls.SetChildIndex(this.ultraExplorerBar1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTratamiento)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�������");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("A��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("װ¯");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ɲ�");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_ORDERNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ԭ��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DISCHARGED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_ACTUAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_THEORY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_PLAN", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_PLAN", 6, true);
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_NUM", 7, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_NUM", 7, true);
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_PLAN", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_PLAN", 11, true);
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_NUM", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_NUM", 12, true);
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT", 8, true);
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT_LL", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT_LL", 9, true);
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT", 13, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT", 13, true);
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings8 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT_LL", 14, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT_LL", 14, true);
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings9 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT_LL] , [FN_POINT_02_WGT_LL] )/sum( [FN_ZZ_WEIGHT" +
             "] ), 2)", "RATE_THEORY", 41, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_THEORY", 41, true);
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings10 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT] , [FN_POINT_02_WGT] )/sum( [FN_ZZ_WEIGHT] ), 2" +
             ")", "RATE_ACTUAL", 40, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_ACTUAL", 40, true);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings11 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_WEIGHT", 25, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_WEIGHT", 25, true);
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTWEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLENUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLEWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TWINSTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADDRESSCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARDCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPECHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FCLFLAG");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightPlanBC));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbEdt_Finish = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_Status = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraCalcManager1 = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lbl_Rate_Plan2 = new System.Windows.Forms.Label();
     this.lbl_Rate_Plan1 = new System.Windows.Forms.Label();
     this.lbl_Rate_Pre = new System.Windows.Forms.Label();
     this.cbx_WgtT = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_WgtR = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnSave2 = new System.Windows.Forms.Button();
     this.btnSave1 = new System.Windows.Forms.Button();
     this.btnDone2 = new System.Windows.Forms.Button();
     this.btnDone1 = new System.Windows.Forms.Button();
     this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_CardType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_Count = new System.Windows.Forms.Label();
     this.cbx_Steel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.Edt_WgtLL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_SingleNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_BatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Edt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Length = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Spec = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_StandardNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_Point2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbEdt_Steel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_StandardNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Addr = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Double = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Point1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).BeginInit();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Finish);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Status);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbEdt_Finish
     //
     this.cbEdt_Finish.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Finish.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Finish, null);
     valueListItem1.DataValue = "";
     valueListItem13.DataValue = "1";
     valueListItem13.DisplayText = "��";
     valueListItem12.DataValue = "0";
     valueListItem12.DisplayText = "��";
     this.cbEdt_Finish.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem1,
     valueListItem13,
     valueListItem12});
     this.cbEdt_Finish.Location = new System.Drawing.Point(668, 3);
     this.cbEdt_Finish.MaxLength = 8;
     this.cbEdt_Finish.Name = "cbEdt_Finish";
     this.cbEdt_Finish.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Finish.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Finish, null);
     //
     // cbEdt_Status
     //
     this.cbEdt_Status.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Status.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Status, null);
     valueListItem27.DataValue = "";
     valueListItem28.DataValue = "1";
     valueListItem28.DisplayText = "��";
     valueListItem29.DataValue = "0";
     valueListItem29.DisplayText = "��";
     this.cbEdt_Status.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem27,
     valueListItem28,
     valueListItem29});
     this.cbEdt_Status.Location = new System.Drawing.Point(578, 3);
     this.cbEdt_Status.MaxLength = 8;
     this.cbEdt_Status.Name = "cbEdt_Status";
     this.cbEdt_Status.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Status.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Status, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(453, 3);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(85, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(247, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox2.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 439);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(768, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(694, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // ultraGrid1
     //
     this.ultraGrid1.CalcManager = this.ultraCalcManager1;
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     summarySettings1.DisplayFormat = "{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance17;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance18;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance19;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance20;
     summarySettings5.DisplayFormat = "{0}";
     summarySettings5.GroupBySummaryValueAppearance = appearance21;
     summarySettings6.DisplayFormat = "{0}";
     summarySettings6.GroupBySummaryValueAppearance = appearance22;
     summarySettings7.DisplayFormat = "{0}";
     summarySettings7.GroupBySummaryValueAppearance = appearance23;
     summarySettings8.DisplayFormat = "{0}";
     summarySettings8.GroupBySummaryValueAppearance = appearance24;
     summarySettings9.DisplayFormat = "{0}";
     summarySettings9.GroupBySummaryValueAppearance = appearance26;
     summarySettings10.DisplayFormat = "{0}";
     summarySettings10.GroupBySummaryValueAppearance = appearance27;
     summarySettings11.DisplayFormat = "{0}";
     summarySettings11.GroupBySummaryValueAppearance = appearance28;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6,
     summarySettings7,
     summarySettings8,
     summarySettings9,
     summarySettings10,
     summarySettings11});
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn44.Header.VisiblePosition = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn45.Header.VisiblePosition = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn46.Header.VisiblePosition = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn47.Header.VisiblePosition = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn48.Header.VisiblePosition = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.VisiblePosition = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 7;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 8;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn53.Header.VisiblePosition = 9;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn54.Header.VisiblePosition = 10;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn55.Header.VisiblePosition = 11;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn56.Header.VisiblePosition = 12;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn57.Header.VisiblePosition = 13;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn58.Header.VisiblePosition = 14;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn59.Header.VisiblePosition = 15;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn60.Header.VisiblePosition = 16;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn61.Header.VisiblePosition = 17;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn62.Header.VisiblePosition = 18;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn63.Header.VisiblePosition = 19;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance29;
     appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance30;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance1.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance1;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 412);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // ultraCalcManager1
     //
     this.ultraCalcManager1.ContainingControl = this;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, false)});
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn61,
     this.dataColumn62});
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "�������";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "���Ʊ��";
     this.dataColumn2.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "����";
     this.dataColumn4.ColumnName = "FN_LENGTH";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "�ƺ�";
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "A��";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Ԥ��";
     this.dataColumn7.ColumnName = "FN_POINT_01_PLAN";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "ʵ��";
     this.dataColumn8.ColumnName = "FN_POINT_01_NUM";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "����";
     this.dataColumn9.ColumnName = "FN_POINT_01_WGT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_POINT_01_WGT_LL";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "B��";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Ԥ��";
     this.dataColumn12.ColumnName = "FN_POINT_02_PLAN";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "ʵ��";
     this.dataColumn13.ColumnName = "FN_POINT_02_NUM";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "����";
     this.dataColumn14.ColumnName = "FN_POINT_02_WGT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_POINT_02_WGT_LL";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "����";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����";
     this.dataColumn17.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����";
     this.dataColumn18.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "����";
     this.dataColumn19.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "װ¯";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "����";
     this.dataColumn21.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "����";
     this.dataColumn22.ColumnName = "FN_ZC_ENTERWEIGHT";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "����";
     this.dataColumn23.ColumnName = "FN_ZC_ENTERWEIGHT_LL";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "�ɲ�";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "����";
     this.dataColumn25.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "����";
     this.dataColumn26.ColumnName = "FN_ZZ_WEIGHT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "����";
     this.dataColumn27.ColumnName = "FN_ZZ_WEIGHT_LL";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "��������";
     this.dataColumn28.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "ԭ��";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "���";
     this.dataColumn30.ColumnName = "FS_GP_SPE";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "����";
     this.dataColumn31.ColumnName = "FN_GP_LEN";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "������";
     this.dataColumn32.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "����ʱ��";
     this.dataColumn33.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "���";
     this.dataColumn53.ColumnName = "FN_POINT_01_DONE";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "���";
     this.dataColumn54.ColumnName = "FN_POINT_02_DONE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "�ѳ�¯";
     this.dataColumn55.ColumnName = "DISCHARGED";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "Ԥ��Ա";
     this.dataColumn56.ColumnName = "FS_PLANPERSON";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Ԥ��ʱ��";
     this.dataColumn57.ColumnName = "FD_PLANTIME";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�dz�";
     this.dataColumn58.ColumnName = "FN_POINT_01_FC";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "�dz�";
     this.dataColumn59.ColumnName = "FN_POINT_02_FC";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "ʵ�سɲ���(%)";
     this.dataColumn61.ColumnName = "RATE_ACTUAL";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "���سɲ���(%)";
     this.dataColumn62.ColumnName = "RATE_THEORY";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn60});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "������";
     this.dataColumn34.ColumnName = "FS_POINTID";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "Ԥ����";
     this.dataColumn35.ColumnName = "FN_POINT_PLAN";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "�����";
     this.dataColumn36.ColumnName = "FN_POINT_NUM";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "����";
     this.dataColumn37.ColumnName = "FN_POINT_WGT";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����";
     this.dataColumn38.ColumnName = "FN_POINT_WGT_LL";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "�ƺ�";
     this.dataColumn39.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "���";
     this.dataColumn40.ColumnName = "FS_SPEC";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "����";
     this.dataColumn41.ColumnName = "FN_LENGTH";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "������";
     this.dataColumn42.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "��������";
     this.dataColumn43.ColumnName = "FS_PRINTWEIGHTTYPE";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "����֧��";
     this.dataColumn44.ColumnName = "FN_SINGLENUM";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FN_SINGLEWEIGHT";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "��׼��";
     this.dataColumn46.ColumnName = "FS_STANDNO";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "��������";
     this.dataColumn47.ColumnName = "FS_PRINTTYPE";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "˫��";
     this.dataColumn48.ColumnName = "FS_TWINSTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "��ַ";
     this.dataColumn49.ColumnName = "FS_ADDRESSCHECK";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "��׼";
     this.dataColumn50.ColumnName = "FS_STANDARDCHECK";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "�ƺ�";
     this.dataColumn51.ColumnName = "FS_STEELTYPECHECK";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "���Ʊ��";
     this.dataColumn52.ColumnName = "FS_BATCHNO";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "�dz�";
     this.dataColumn60.ColumnName = "FS_FCLFLAG";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 439);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(986, 166);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lbl_Rate_Plan2);
     this.panel1.Controls.Add(this.lbl_Rate_Plan1);
     this.panel1.Controls.Add(this.lbl_Rate_Pre);
     this.panel1.Controls.Add(this.cbx_WgtT);
     this.panel1.Controls.Add(this.cbx_WgtR);
     this.panel1.Controls.Add(this.cbx_FC2);
     this.panel1.Controls.Add(this.cbx_FC1);
     this.panel1.Controls.Add(this.btnSave2);
     this.panel1.Controls.Add(this.btnSave1);
     this.panel1.Controls.Add(this.btnDone2);
     this.panel1.Controls.Add(this.btnDone1);
     this.panel1.Controls.Add(this.ultraLabel9);
     this.panel1.Controls.Add(this.cbEdt_CardType);
     this.panel1.Controls.Add(this.lbl_Count);
     this.panel1.Controls.Add(this.cbx_Steel);
     this.panel1.Controls.Add(this.Edt_WgtLL);
     this.panel1.Controls.Add(this.Edt_Num2);
     this.panel1.Controls.Add(this.Edt_Num1);
     this.panel1.Controls.Add(this.Edt_SingleNum);
     this.panel1.Controls.Add(this.Edt_BatchNo);
     this.panel1.Controls.Add(this.Edt_OrderNo);
     this.panel1.Controls.Add(this.ultraLabel3);
     this.panel1.Controls.Add(this.ultraLabel2);
     this.panel1.Controls.Add(this.ultraLabel8);
     this.panel1.Controls.Add(this.ultraLabel6);
     this.panel1.Controls.Add(this.ultraLabel7);
     this.panel1.Controls.Add(this.cbEdt_Length);
     this.panel1.Controls.Add(this.ultraLabel4);
     this.panel1.Controls.Add(this.ultraLabel5);
     this.panel1.Controls.Add(this.ultraLabel1);
     this.panel1.Controls.Add(this.cbEdt_Spec);
     this.panel1.Controls.Add(this.cbEdt_StandardNo);
     this.panel1.Controls.Add(this.cbx_Point2);
     this.panel1.Controls.Add(this.cbEdt_Steel);
     this.panel1.Controls.Add(this.cbx_StandardNo);
     this.panel1.Controls.Add(this.cbx_Addr);
     this.panel1.Controls.Add(this.cbx_Double);
     this.panel1.Controls.Add(this.cbx_Point1);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(986, 166);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // lbl_Rate_Plan2
     //
     this.lbl_Rate_Plan2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan2, null);
     this.lbl_Rate_Plan2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan2.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan2.Location = new System.Drawing.Point(838, 119);
     this.lbl_Rate_Plan2.Name = "lbl_Rate_Plan2";
     this.lbl_Rate_Plan2.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan2.TabIndex = 0;
     this.lbl_Rate_Plan2.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan2, null);
     //
     // lbl_Rate_Plan1
     //
     this.lbl_Rate_Plan1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan1, null);
     this.lbl_Rate_Plan1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan1.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan1.Location = new System.Drawing.Point(408, 119);
     this.lbl_Rate_Plan1.Name = "lbl_Rate_Plan1";
     this.lbl_Rate_Plan1.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan1.TabIndex = 0;
     this.lbl_Rate_Plan1.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan1, null);
     //
     // lbl_Rate_Pre
     //
     this.lbl_Rate_Pre.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Pre, null);
     this.lbl_Rate_Pre.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Pre.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Pre.Location = new System.Drawing.Point(587, 78);
     this.lbl_Rate_Pre.Name = "lbl_Rate_Pre";
     this.lbl_Rate_Pre.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Pre.TabIndex = 0;
     this.lbl_Rate_Pre.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Pre, null);
     //
     // cbx_WgtT
     //
     appearance10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtT.Appearance = appearance10;
     this.cbx_WgtT.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtT, null);
     this.cbx_WgtT.Location = new System.Drawing.Point(748, 21);
     this.cbx_WgtT.Name = "cbx_WgtT";
     this.cbx_WgtT.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtT.TabIndex = 10;
     this.cbx_WgtT.Text = "���ش���";
     this.coreBind.SetVerification(this.cbx_WgtT, null);
     //
     // cbx_WgtR
     //
     appearance9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtR.Appearance = appearance9;
     this.cbx_WgtR.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtR, null);
     this.cbx_WgtR.Location = new System.Drawing.Point(649, 21);
     this.cbx_WgtR.Name = "cbx_WgtR";
     this.cbx_WgtR.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtR.TabIndex = 9;
     this.cbx_WgtR.Text = "ʵ�ش���";
     this.coreBind.SetVerification(this.cbx_WgtR, null);
     //
     // cbx_FC2
     //
     this.cbx_FC2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC2, null);
     this.cbx_FC2.Enabled = false;
     this.cbx_FC2.Location = new System.Drawing.Point(649, 116);
     this.cbx_FC2.Name = "cbx_FC2";
     this.cbx_FC2.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC2.TabIndex = 22;
     this.cbx_FC2.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC2, null);
     this.cbx_FC2.CheckedChanged += new System.EventHandler(this.cbx_FC2_CheckedChanged);
     //
     // cbx_FC1
     //
     this.cbx_FC1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC1, null);
     this.cbx_FC1.Enabled = false;
     this.cbx_FC1.Location = new System.Drawing.Point(219, 116);
     this.cbx_FC1.Name = "cbx_FC1";
     this.cbx_FC1.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC1.TabIndex = 17;
     this.cbx_FC1.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC1, null);
     this.cbx_FC1.CheckedChanged += new System.EventHandler(this.cbx_FC1_CheckedChanged);
     //
     // btnSave2
     //
     this.coreBind.SetDatabasecommand(this.btnSave2, null);
     this.btnSave2.Location = new System.Drawing.Point(703, 114);
     this.btnSave2.Name = "btnSave2";
     this.btnSave2.Size = new System.Drawing.Size(62, 23);
     this.btnSave2.TabIndex = 23;
     this.btnSave2.Text = "ɾ��Ԥ��";
     this.btnSave2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave2, null);
     this.btnSave2.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnSave1
     //
     this.coreBind.SetDatabasecommand(this.btnSave1, null);
     this.btnSave1.Location = new System.Drawing.Point(273, 114);
     this.btnSave1.Name = "btnSave1";
     this.btnSave1.Size = new System.Drawing.Size(62, 23);
     this.btnSave1.TabIndex = 18;
     this.btnSave1.Text = "ɾ��Ԥ��";
     this.btnSave1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave1, null);
     this.btnSave1.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDone2
     //
     this.coreBind.SetDatabasecommand(this.btnDone2, null);
     this.btnDone2.Enabled = false;
     this.btnDone2.Location = new System.Drawing.Point(773, 114);
     this.btnDone2.Name = "btnDone2";
     this.btnDone2.Size = new System.Drawing.Size(62, 23);
     this.btnDone2.TabIndex = 24;
     this.btnDone2.Text = "��������";
     this.btnDone2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone2, null);
     this.btnDone2.Click += new System.EventHandler(this.btnDone_Click);
     //
     // btnDone1
     //
     this.coreBind.SetDatabasecommand(this.btnDone1, null);
     this.btnDone1.Enabled = false;
     this.btnDone1.Location = new System.Drawing.Point(343, 114);
     this.btnDone1.Name = "btnDone1";
     this.btnDone1.Size = new System.Drawing.Size(62, 23);
     this.btnDone1.TabIndex = 19;
     this.btnDone1.Text = "��������";
     this.btnDone1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone1, null);
     this.btnDone1.Click += new System.EventHandler(this.btnDone_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel9, null);
     this.ultraLabel9.Location = new System.Drawing.Point(431, 78);
     this.ultraLabel9.Name = "ultraLabel9";
     this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel9.TabIndex = 0;
     this.ultraLabel9.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel9, null);
     //
     // cbEdt_CardType
     //
     this.cbEdt_CardType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_CardType, null);
     valueListItem22.DataValue = "";
     valueListItem18.DataValue = "�ص㹤��ר��";
     valueListItem18.DisplayText = "�ص㹤��ר��";
     valueListItem19.DataValue = "ʡ��ר��";
     valueListItem19.DisplayText = "ʡ��ר��";
     valueListItem20.DataValue = "ʡ��ר��";
     valueListItem20.DisplayText = "ʡ��ר��";
     valueListItem21.DataValue = "�������";
     valueListItem21.DisplayText = "�������";
     this.cbEdt_CardType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem22,
     valueListItem18,
     valueListItem19,
     valueListItem20,
     valueListItem21});
     this.cbEdt_CardType.Location = new System.Drawing.Point(489, 74);
     this.cbEdt_CardType.MaxLength = 20;
     this.cbEdt_CardType.Name = "cbEdt_CardType";
     this.cbEdt_CardType.Size = new System.Drawing.Size(92, 21);
     this.cbEdt_CardType.TabIndex = 8;
     this.coreBind.SetVerification(this.cbEdt_CardType, null);
     //
     // lbl_Count
     //
     this.lbl_Count.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Count, null);
     this.lbl_Count.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Count.ForeColor = System.Drawing.Color.Green;
     this.lbl_Count.Location = new System.Drawing.Point(586, 53);
     this.lbl_Count.Name = "lbl_Count";
     this.lbl_Count.Size = new System.Drawing.Size(29, 12);
     this.lbl_Count.TabIndex = 0;
     this.lbl_Count.Text = "����";
     this.coreBind.SetVerification(this.lbl_Count, null);
     //
     // cbx_Steel
     //
     this.cbx_Steel.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Steel, null);
     this.cbx_Steel.Location = new System.Drawing.Point(748, 75);
     this.cbx_Steel.Name = "cbx_Steel";
     this.cbx_Steel.Size = new System.Drawing.Size(71, 19);
     this.cbx_Steel.TabIndex = 14;
     this.cbx_Steel.Text = "��ӡ�ƺ�";
     this.coreBind.SetVerification(this.cbx_Steel, null);
     //
     // Edt_WgtLL
     //
     this.coreBind.SetDatabasecommand(this.Edt_WgtLL, null);
     this.Edt_WgtLL.Location = new System.Drawing.Point(489, 47);
     this.Edt_WgtLL.MaskInput = "{LOC}n.nnn";
     this.Edt_WgtLL.Name = "Edt_WgtLL";
     this.Edt_WgtLL.Nullable = true;
     this.Edt_WgtLL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.Edt_WgtLL.Size = new System.Drawing.Size(92, 21);
     this.Edt_WgtLL.TabIndex = 7;
     this.Edt_WgtLL.Value = null;
     this.coreBind.SetVerification(this.Edt_WgtLL, null);
     this.Edt_WgtLL.ValueChanged += new System.EventHandler(this.Edt_WgtLL_ValueChanged);
     //
     // Edt_Num2
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num2, null);
     this.Edt_Num2.Enabled = false;
     this.Edt_Num2.Location = new System.Drawing.Point(586, 115);
     this.Edt_Num2.MaskInput = "{LOC}nnn";
     this.Edt_Num2.Name = "Edt_Num2";
     this.Edt_Num2.Nullable = true;
     this.Edt_Num2.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num2.TabIndex = 21;
     this.Edt_Num2.Value = null;
     this.coreBind.SetVerification(this.Edt_Num2, null);
     this.Edt_Num2.ValueChanged += new System.EventHandler(this.Edt_Num2_ValueChanged);
     //
     // Edt_Num1
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num1, null);
     this.Edt_Num1.Enabled = false;
     this.Edt_Num1.Location = new System.Drawing.Point(156, 115);
     this.Edt_Num1.MaskInput = "{LOC}nnn";
     this.Edt_Num1.Name = "Edt_Num1";
     this.Edt_Num1.Nullable = true;
     this.Edt_Num1.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num1.TabIndex = 16;
     this.Edt_Num1.Value = null;
     this.coreBind.SetVerification(this.Edt_Num1, null);
     this.Edt_Num1.ValueChanged += new System.EventHandler(this.Edt_Num1_ValueChanged);
     //
     // Edt_SingleNum
     //
     this.coreBind.SetDatabasecommand(this.Edt_SingleNum, null);
     this.Edt_SingleNum.Location = new System.Drawing.Point(489, 20);
     this.Edt_SingleNum.MaskInput = "{LOC}nnn";
     this.Edt_SingleNum.Name = "Edt_SingleNum";
     this.Edt_SingleNum.Nullable = true;
     this.Edt_SingleNum.Size = new System.Drawing.Size(92, 21);
     this.Edt_SingleNum.TabIndex = 6;
     this.Edt_SingleNum.Value = null;
     this.coreBind.SetVerification(this.Edt_SingleNum, null);
     //
     // Edt_BatchNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_BatchNo, null);
     this.Edt_BatchNo.Enabled = false;
     this.Edt_BatchNo.Location = new System.Drawing.Point(265, 20);
     this.Edt_BatchNo.MaxLength = 20;
     this.Edt_BatchNo.Name = "Edt_BatchNo";
     this.Edt_BatchNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_BatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.Edt_BatchNo, null);
     //
     // Edt_OrderNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_OrderNo, null);
     this.Edt_OrderNo.Location = new System.Drawing.Point(265, 47);
     this.Edt_OrderNo.MaxLength = 12;
     this.Edt_OrderNo.Name = "Edt_OrderNo";
     this.Edt_OrderNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_OrderNo.TabIndex = 4;
     this.coreBind.SetVerification(this.Edt_OrderNo, null);
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel3, null);
     this.ultraLabel3.Location = new System.Drawing.Point(28, 78);
     this.ultraLabel3.Name = "ultraLabel3";
     this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel3.TabIndex = 0;
     this.ultraLabel3.Text = "����";
     this.coreBind.SetVerification(this.ultraLabel3, null);
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(28, 51);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel2.TabIndex = 0;
     this.ultraLabel2.Text = "���";
     this.coreBind.SetVerification(this.ultraLabel2, null);
     //
     // ultraLabel8
     //
     this.ultraLabel8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel8, null);
     this.ultraLabel8.Location = new System.Drawing.Point(431, 51);
     this.ultraLabel8.Name = "ultraLabel8";
     this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel8.TabIndex = 0;
     this.ultraLabel8.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel8, null);
     //
     // ultraLabel6
     //
     this.ultraLabel6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(207, 24);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel6.TabIndex = 0;
     this.ultraLabel6.Text = "���Ʊ��";
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // ultraLabel7
     //
     this.ultraLabel7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel7, null);
     this.ultraLabel7.Location = new System.Drawing.Point(431, 24);
     this.ultraLabel7.Name = "ultraLabel7";
     this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel7.TabIndex = 0;
     this.ultraLabel7.Text = "����֧��";
     this.coreBind.SetVerification(this.ultraLabel7, null);
     //
     // cbEdt_Length
     //
     this.cbEdt_Length.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Length, null);
     valueListItem14.DataValue = "9";
     valueListItem14.DisplayText = "9";
     valueListItem15.DataValue = "12";
     valueListItem15.DisplayText = "12";
     this.cbEdt_Length.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem14,
     valueListItem15});
     this.cbEdt_Length.Location = new System.Drawing.Point(61, 74);
     this.cbEdt_Length.MaxLength = 8;
     this.cbEdt_Length.Name = "cbEdt_Length";
     this.cbEdt_Length.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Length.TabIndex = 3;
     this.coreBind.SetVerification(this.cbEdt_Length, null);
     //
     // ultraLabel4
     //
     this.ultraLabel4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(207, 51);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel4.TabIndex = 0;
     this.ultraLabel4.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     this.ultraLabel5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(207, 78);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel5.TabIndex = 0;
     this.ultraLabel5.Text = "�� ׼ ��";
     this.coreBind.SetVerification(this.ultraLabel5, null);
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(28, 24);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text = "�ƺ�";
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // cbEdt_Spec
     //
     this.cbEdt_Spec.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Spec, null);
     valueListItem23.DataValue = "12";
     valueListItem23.DisplayText = "12";
     valueListItem2.DataValue = "14";
     valueListItem2.DisplayText = "14";
     valueListItem3.DataValue = "16";
     valueListItem3.DisplayText = "16";
     valueListItem4.DataValue = "18";
     valueListItem4.DisplayText = "18";
     valueListItem5.DataValue = "20";
     valueListItem5.DisplayText = "20";
     valueListItem6.DataValue = "22";
     valueListItem6.DisplayText = "22";
     valueListItem7.DataValue = "24";
     valueListItem7.DisplayText = "24";
     valueListItem8.DataValue = "25";
     valueListItem8.DisplayText = "25";
     valueListItem9.DataValue = "28";
     valueListItem9.DisplayText = "28";
     valueListItem10.DataValue = "30";
     valueListItem10.DisplayText = "30";
     valueListItem11.DataValue = "32";
     valueListItem11.DisplayText = "32";
     this.cbEdt_Spec.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem23,
     valueListItem2,
     valueListItem3,
     valueListItem4,
     valueListItem5,
     valueListItem6,
     valueListItem7,
     valueListItem8,
     valueListItem9,
     valueListItem10,
     valueListItem11});
     this.cbEdt_Spec.Location = new System.Drawing.Point(61, 47);
     this.cbEdt_Spec.MaxLength = 20;
     this.cbEdt_Spec.Name = "cbEdt_Spec";
     this.cbEdt_Spec.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Spec.TabIndex = 2;
     this.coreBind.SetVerification(this.cbEdt_Spec, null);
     //
     // cbEdt_StandardNo
     //
     this.cbEdt_StandardNo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_StandardNo, null);
     valueListItem17.DataValue = "";
     valueListItem16.DataValue = "GB 1499.2-2007";
     valueListItem16.DisplayText = "GB 1499.2-2007";
     this.cbEdt_StandardNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem17,
     valueListItem16});
     this.cbEdt_StandardNo.Location = new System.Drawing.Point(265, 74);
     this.cbEdt_StandardNo.MaxLength = 20;
     this.cbEdt_StandardNo.Name = "cbEdt_StandardNo";
     this.cbEdt_StandardNo.Size = new System.Drawing.Size(119, 21);
     this.cbEdt_StandardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.cbEdt_StandardNo, null);
     //
     // cbx_Point2
     //
     this.cbx_Point2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point2, null);
     this.cbx_Point2.Location = new System.Drawing.Point(489, 117);
     this.cbx_Point2.Name = "cbx_Point2";
     this.cbx_Point2.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point2.TabIndex = 20;
     this.cbx_Point2.Text = "B��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point2, null);
     this.cbx_Point2.CheckedChanged += new System.EventHandler(this.cbx_Point2_CheckedChanged);
     //
     // cbEdt_Steel
     //
     this.cbEdt_Steel.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Steel, null);
     this.cbEdt_Steel.Location = new System.Drawing.Point(61, 20);
     this.cbEdt_Steel.MaxLength = 20;
     this.cbEdt_Steel.Name = "cbEdt_Steel";
     this.cbEdt_Steel.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Steel.TabIndex = 1;
     this.coreBind.SetVerification(this.cbEdt_Steel, null);
     //
     // cbx_StandardNo
     //
     this.cbx_StandardNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_StandardNo, null);
     this.cbx_StandardNo.Location = new System.Drawing.Point(649, 75);
     this.cbx_StandardNo.Name = "cbx_StandardNo";
     this.cbx_StandardNo.Size = new System.Drawing.Size(71, 19);
     this.cbx_StandardNo.TabIndex = 13;
     this.cbx_StandardNo.Text = "��ӡ��׼";
     this.coreBind.SetVerification(this.cbx_StandardNo, null);
     //
     // cbx_Addr
     //
     this.cbx_Addr.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Addr, null);
     this.cbx_Addr.Location = new System.Drawing.Point(748, 48);
     this.cbx_Addr.Name = "cbx_Addr";
     this.cbx_Addr.Size = new System.Drawing.Size(71, 19);
     this.cbx_Addr.TabIndex = 12;
     this.cbx_Addr.Text = "��ӡ��ַ";
     this.coreBind.SetVerification(this.cbx_Addr, null);
     //
     // cbx_Double
     //
     this.cbx_Double.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Double, null);
     this.cbx_Double.Location = new System.Drawing.Point(649, 48);
     this.cbx_Double.Name = "cbx_Double";
     this.cbx_Double.Size = new System.Drawing.Size(71, 19);
     this.cbx_Double.TabIndex = 11;
     this.cbx_Double.Text = "��ӡ˫��";
     this.coreBind.SetVerification(this.cbx_Double, null);
     //
     // cbx_Point1
     //
     this.cbx_Point1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point1, null);
     this.cbx_Point1.Location = new System.Drawing.Point(59, 117);
     this.cbx_Point1.Name = "cbx_Point1";
     this.cbx_Point1.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point1.TabIndex = 15;
     this.cbx_Point1.Text = "A��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point1, null);
     this.cbx_Point1.CheckedChanged += new System.EventHandler(this.cbx_Point1_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool12.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 162;
     controlContainerTool11.ControlName = "tbQueryBatchNo";
     controlContainerTool11.InstanceProps.IsFirstInGroup = true;
     controlContainerTool11.InstanceProps.Width = 144;
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool21.InstanceProps.Width = 145;
     controlContainerTool7.ControlName = "cbEdt_Status";
     controlContainerTool7.InstanceProps.IsFirstInGroup = true;
     controlContainerTool7.InstanceProps.Width = 84;
     controlContainerTool8.ControlName = "cbEdt_Finish";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool12,
     controlContainerTool20,
     controlContainerTool11,
     controlContainerTool21,
     controlContainerTool7,
     controlContainerTool8,
     buttonTool39,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 199;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 162;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Visible = false;
     controlContainerTool24.SharedPropsInternal.Width = 145;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����Ԥ��";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool45.SharedPropsInternal.Visible = false;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ɾ��Ԥ��";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Visible = false;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool4.ControlName = "cbEdt_Status";
     controlContainerTool4.SharedPropsInternal.Caption = "Ԥ��";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 84;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 144;
     controlContainerTool5.ControlName = "cbEdt_Finish";
     controlContainerTool5.SharedPropsInternal.Caption = "��¯";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     controlContainerTool1,
     controlContainerTool4,
     controlContainerTool10,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmWeightPlanBC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightPlanBC";
     this.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightPlanBC_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).EndInit();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     this.remotePanel = new Infragistics.Win.Misc.UltraPanel();
     this.mainPane = new System.Windows.Forms.Panel();
     this.jumpMarksListBox = new System.Windows.Forms.ListBox();
     this.jumperLabel = new System.Windows.Forms.Label();
     this.scrollPane = new System.Windows.Forms.Panel();
     this.scrollBox = new Infragistics.Win.Misc.UltraPanel();
     this.scrollImage = new System.Windows.Forms.PictureBox();
     this.jumpEndBtn = new Infragistics.Win.Misc.UltraButton();
     this.scrollDownwardsBtn = new Infragistics.Win.Misc.UltraButton();
     this.scrollUpwardsBtn = new Infragistics.Win.Misc.UltraButton();
     this.jumpTopBtn = new Infragistics.Win.Misc.UltraButton();
     this.bottomPanel = new Infragistics.Win.Misc.UltraPanel();
     this.titleLabel = new Infragistics.Win.Misc.UltraLabel();
     this.nrLabel = new System.Windows.Forms.Label();
     this.nextLabel = new System.Windows.Forms.Label();
     this.prevLabel = new System.Windows.Forms.Label();
     this.curSongLabel = new System.Windows.Forms.Label();
     this.line = new Infragistics.Win.Misc.UltraPanel();
     this.nextBtn = new Infragistics.Win.Misc.UltraButton();
     this.lastBtn = new Infragistics.Win.Misc.UltraButton();
     this.remotePanel.ClientArea.SuspendLayout();
     this.remotePanel.SuspendLayout();
     this.mainPane.SuspendLayout();
     this.scrollPane.SuspendLayout();
     this.scrollBox.ClientArea.SuspendLayout();
     this.scrollBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).BeginInit();
     this.bottomPanel.ClientArea.SuspendLayout();
     this.bottomPanel.SuspendLayout();
     this.line.SuspendLayout();
     this.SuspendLayout();
     //
     // remotePanel
     //
     //
     // remotePanel.ClientArea
     //
     this.remotePanel.ClientArea.Controls.Add(this.mainPane);
     this.remotePanel.ClientArea.Controls.Add(this.scrollPane);
     this.remotePanel.ClientArea.Controls.Add(this.bottomPanel);
     this.remotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.remotePanel.Location = new System.Drawing.Point(0, 0);
     this.remotePanel.Name = "remotePanel";
     this.remotePanel.Size = new System.Drawing.Size(468, 295);
     this.remotePanel.TabIndex = 11;
     //
     // mainPane
     //
     this.mainPane.Controls.Add(this.jumpMarksListBox);
     this.mainPane.Controls.Add(this.jumperLabel);
     this.mainPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mainPane.Location = new System.Drawing.Point(72, 52);
     this.mainPane.Name = "mainPane";
     this.mainPane.Size = new System.Drawing.Size(396, 243);
     this.mainPane.TabIndex = 12;
     //
     // jumpMarksListBox
     //
     this.jumpMarksListBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(176)))));
     this.jumpMarksListBox.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.jumpMarksListBox.FormattingEnabled = true;
     this.jumpMarksListBox.ItemHeight = 16;
     this.jumpMarksListBox.Items.AddRange(new object[] {
     "Test 1"});
     this.jumpMarksListBox.Location = new System.Drawing.Point(9, 19);
     this.jumpMarksListBox.Name = "jumpMarksListBox";
     this.jumpMarksListBox.Size = new System.Drawing.Size(376, 212);
     this.jumpMarksListBox.TabIndex = 0;
     this.jumpMarksListBox.DoubleClick += new System.EventHandler(this.JumpMarksDoubleClickHandler);
     this.jumpMarksListBox.Click += new System.EventHandler(this.JumpMarksDoubleClickHandler);
     //
     // jumperLabel
     //
     this.jumperLabel.AutoSize = true;
     this.jumperLabel.BackColor = System.Drawing.Color.Transparent;
     this.jumperLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.jumperLabel.ForeColor = System.Drawing.Color.DimGray;
     this.jumperLabel.Location = new System.Drawing.Point(6, 3);
     this.jumperLabel.Name = "jumperLabel";
     this.jumperLabel.Size = new System.Drawing.Size(103, 13);
     this.jumperLabel.TabIndex = 11;
     this.jumperLabel.Text = "Sprungmarken";
     //
     // scrollPane
     //
     this.scrollPane.Controls.Add(this.scrollBox);
     this.scrollPane.Controls.Add(this.jumpEndBtn);
     this.scrollPane.Controls.Add(this.scrollDownwardsBtn);
     this.scrollPane.Controls.Add(this.scrollUpwardsBtn);
     this.scrollPane.Controls.Add(this.jumpTopBtn);
     this.scrollPane.Dock = System.Windows.Forms.DockStyle.Left;
     this.scrollPane.Location = new System.Drawing.Point(0, 52);
     this.scrollPane.Name = "scrollPane";
     this.scrollPane.Size = new System.Drawing.Size(72, 243);
     this.scrollPane.TabIndex = 11;
     //
     // scrollBox
     //
     appearance1.BackColor = System.Drawing.Color.DimGray;
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Rectangular;
     appearance1.BorderColor = System.Drawing.Color.Silver;
     this.scrollBox.Appearance = appearance1;
     this.scrollBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1;
     //
     // scrollBox.ClientArea
     //
     this.scrollBox.ClientArea.Controls.Add(this.scrollImage);
     this.scrollBox.Location = new System.Drawing.Point(4, 91);
     this.scrollBox.Name = "scrollBox";
     this.scrollBox.Size = new System.Drawing.Size(64, 64);
     this.scrollBox.TabIndex = 13;
     //
     // scrollImage
     //
     this.scrollImage.Location = new System.Drawing.Point(6, 5);
     this.scrollImage.Name = "scrollImage";
     this.scrollImage.Size = new System.Drawing.Size(48, 48);
     this.scrollImage.TabIndex = 12;
     this.scrollImage.TabStop = false;
     //
     // jumpEndBtn
     //
     appearance6.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance6.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance6.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_bottom;
     appearance6.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance6.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance6.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance6.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.jumpEndBtn.Appearance = appearance6;
     appearance7.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.jumpEndBtn.HotTrackAppearance = appearance7;
     this.jumpEndBtn.Location = new System.Drawing.Point(20, 194);
     this.jumpEndBtn.Name = "jumpEndBtn";
     appearance8.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.jumpEndBtn.PressedAppearance = appearance8;
     this.jumpEndBtn.ShowFocusRect = false;
     this.jumpEndBtn.Size = new System.Drawing.Size(32, 27);
     this.jumpEndBtn.TabIndex = 12;
     this.jumpEndBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.jumpEndBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.jumpEndBtn.Click += new System.EventHandler(this.scrollToEndBtn_Click);
     //
     // scrollDownwardsBtn
     //
     appearance15.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance15.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance15.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_down;
     appearance15.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance15.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance15.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance15.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.scrollDownwardsBtn.Appearance = appearance15;
     this.scrollDownwardsBtn.AutoRepeat = true;
     this.scrollDownwardsBtn.AutoRepeatInterval = 50;
     appearance16.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.scrollDownwardsBtn.HotTrackAppearance = appearance16;
     this.scrollDownwardsBtn.Location = new System.Drawing.Point(20, 161);
     this.scrollDownwardsBtn.Name = "scrollDownwardsBtn";
     appearance17.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.scrollDownwardsBtn.PressedAppearance = appearance17;
     this.scrollDownwardsBtn.ShowFocusRect = false;
     this.scrollDownwardsBtn.Size = new System.Drawing.Size(32, 27);
     this.scrollDownwardsBtn.TabIndex = 12;
     this.scrollDownwardsBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.scrollDownwardsBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.scrollDownwardsBtn.Click += new System.EventHandler(this.scrollDownBtn_Click);
     //
     // scrollUpwardsBtn
     //
     appearance18.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance18.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance18.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_up;
     appearance18.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance18.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance18.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance18.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.scrollUpwardsBtn.Appearance = appearance18;
     this.scrollUpwardsBtn.AutoRepeat = true;
     this.scrollUpwardsBtn.AutoRepeatInterval = 50;
     appearance19.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.scrollUpwardsBtn.HotTrackAppearance = appearance19;
     this.scrollUpwardsBtn.Location = new System.Drawing.Point(20, 60);
     this.scrollUpwardsBtn.Name = "scrollUpwardsBtn";
     appearance20.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.scrollUpwardsBtn.PressedAppearance = appearance20;
     this.scrollUpwardsBtn.ShowFocusRect = false;
     this.scrollUpwardsBtn.Size = new System.Drawing.Size(32, 27);
     this.scrollUpwardsBtn.TabIndex = 12;
     this.scrollUpwardsBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.scrollUpwardsBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.scrollUpwardsBtn.Click += new System.EventHandler(this.scrollUpBtn_Click);
     //
     // jumpTopBtn
     //
     appearance9.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance9.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance9.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_top;
     appearance9.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance9.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance9.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance9.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.jumpTopBtn.Appearance = appearance9;
     appearance10.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.jumpTopBtn.HotTrackAppearance = appearance10;
     this.jumpTopBtn.Location = new System.Drawing.Point(20, 27);
     this.jumpTopBtn.Name = "jumpTopBtn";
     appearance11.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.jumpTopBtn.PressedAppearance = appearance11;
     this.jumpTopBtn.ShowFocusRect = false;
     this.jumpTopBtn.Size = new System.Drawing.Size(32, 27);
     this.jumpTopBtn.TabIndex = 12;
     this.jumpTopBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.jumpTopBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.jumpTopBtn.Click += new System.EventHandler(this.scrollToTopBtn_Click);
     //
     // bottomPanel
     //
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
     this.bottomPanel.Appearance = appearance21;
     //
     // bottomPanel.ClientArea
     //
     this.bottomPanel.ClientArea.Controls.Add(this.titleLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.nrLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.nextLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.prevLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.curSongLabel);
     this.bottomPanel.ClientArea.Controls.Add(this.line);
     this.bottomPanel.ClientArea.Controls.Add(this.nextBtn);
     this.bottomPanel.ClientArea.Controls.Add(this.lastBtn);
     this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.bottomPanel.Location = new System.Drawing.Point(0, 0);
     this.bottomPanel.Name = "bottomPanel";
     this.bottomPanel.Size = new System.Drawing.Size(468, 52);
     this.bottomPanel.TabIndex = 9;
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     appearance23.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance23.FontData.Name = "Verdana";
     appearance23.FontData.SizeInPoints = 9F;
     appearance23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(85)))), ((int)(((byte)(170)))));
     appearance23.TextHAlignAsString = "Left";
     appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord;
     appearance23.TextVAlignAsString = "Middle";
     this.titleLabel.Appearance = appearance23;
     this.titleLabel.Location = new System.Drawing.Point(50, 23);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(313, 23);
     this.titleLabel.TabIndex = 13;
     this.titleLabel.Text = "Titel";
     this.titleLabel.WrapText = false;
     //
     // nrLabel
     //
     this.nrLabel.BackColor = System.Drawing.Color.Transparent;
     this.nrLabel.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nrLabel.ForeColor = System.Drawing.Color.Black;
     this.nrLabel.Location = new System.Drawing.Point(5, 22);
     this.nrLabel.Name = "nrLabel";
     this.nrLabel.Size = new System.Drawing.Size(39, 23);
     this.nrLabel.TabIndex = 11;
     this.nrLabel.Text = "0009";
     this.nrLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // nextLabel
     //
     this.nextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nextLabel.BackColor = System.Drawing.Color.Transparent;
     this.nextLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nextLabel.ForeColor = System.Drawing.Color.DimGray;
     this.nextLabel.Location = new System.Drawing.Point(418, 5);
     this.nextLabel.Name = "nextLabel";
     this.nextLabel.Size = new System.Drawing.Size(47, 14);
     this.nextLabel.TabIndex = 11;
     this.nextLabel.Text = "next";
     this.nextLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // prevLabel
     //
     this.prevLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.prevLabel.BackColor = System.Drawing.Color.Transparent;
     this.prevLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.prevLabel.ForeColor = System.Drawing.Color.DimGray;
     this.prevLabel.Location = new System.Drawing.Point(369, 6);
     this.prevLabel.Name = "prevLabel";
     this.prevLabel.Size = new System.Drawing.Size(47, 13);
     this.prevLabel.TabIndex = 11;
     this.prevLabel.Text = "prev";
     this.prevLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // curSongLabel
     //
     this.curSongLabel.AutoSize = true;
     this.curSongLabel.BackColor = System.Drawing.Color.Transparent;
     this.curSongLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.curSongLabel.ForeColor = System.Drawing.Color.DimGray;
     this.curSongLabel.Location = new System.Drawing.Point(3, 3);
     this.curSongLabel.Name = "curSongLabel";
     this.curSongLabel.Size = new System.Drawing.Size(159, 13);
     this.curSongLabel.TabIndex = 11;
     this.curSongLabel.Text = "Aktuell angezeigter Song :";
     //
     // line
     //
     appearance22.BackColor = System.Drawing.Color.DimGray;
     this.line.Appearance = appearance22;
     this.line.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.line.Location = new System.Drawing.Point(0, 51);
     this.line.Name = "line";
     this.line.Size = new System.Drawing.Size(468, 1);
     this.line.TabIndex = 1;
     //
     // nextBtn
     //
     this.nextBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance4.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance4.Image = global::Lyra2.LyraShell.Properties.Resources.next;
     appearance4.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance4.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.nextBtn.Appearance = appearance4;
     appearance5.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.nextBtn.HotTrackAppearance = appearance5;
     this.nextBtn.Location = new System.Drawing.Point(418, 21);
     this.nextBtn.Name = "nextBtn";
     appearance3.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.nextBtn.PressedAppearance = appearance3;
     this.nextBtn.ShowFocusRect = false;
     this.nextBtn.Size = new System.Drawing.Size(47, 27);
     this.nextBtn.TabIndex = 12;
     this.nextBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.nextBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.nextBtn.Click += new System.EventHandler(this.nextSongBtn_Click);
     //
     // lastBtn
     //
     this.lastBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance12.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance12.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance12.Image = global::Lyra2.LyraShell.Properties.Resources.prev;
     appearance12.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_enabled;
     appearance12.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(5, 5, 5, 7);
     appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.lastBtn.Appearance = appearance12;
     appearance13.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_rollover;
     this.lastBtn.HotTrackAppearance = appearance13;
     this.lastBtn.Location = new System.Drawing.Point(369, 21);
     this.lastBtn.Name = "lastBtn";
     appearance14.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.button_pressed;
     this.lastBtn.PressedAppearance = appearance14;
     this.lastBtn.ShowFocusRect = false;
     this.lastBtn.Size = new System.Drawing.Size(47, 27);
     this.lastBtn.TabIndex = 12;
     this.lastBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
     this.lastBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.lastBtn.Click += new System.EventHandler(this.previousSongBtn_Click);
     //
     // RemoteControl
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(468, 295);
     this.Controls.Add(this.remotePanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(474, 319);
     this.MinimizeBox = false;
     this.Name = "RemoteControl";
     this.ShowInTaskbar = false;
     this.Text = "Fernsteuerung";
     this.remotePanel.ClientArea.ResumeLayout(false);
     this.remotePanel.ResumeLayout(false);
     this.mainPane.ResumeLayout(false);
     this.mainPane.PerformLayout();
     this.scrollPane.ResumeLayout(false);
     this.scrollBox.ClientArea.ResumeLayout(false);
     this.scrollBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).EndInit();
     this.bottomPanel.ClientArea.ResumeLayout(false);
     this.bottomPanel.ClientArea.PerformLayout();
     this.bottomPanel.ResumeLayout(false);
     this.line.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNO");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STOVENO");
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_C");
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SI");
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MN");
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_S");
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_P");
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NI");
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CR");
     Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CU");
     Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_V");
     Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_MO");
     Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_NB");
     Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_CEQ");
     Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TOTALCOUNT");
     Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_JUDGER");
     Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GP_JUDGEDATE");
     Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADVISESPEC");
     Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSTYPE");
     Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_AS");
     Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ISCOUNTCOMFIRM");
     Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNQUALIFIED");
     Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_FLOW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_TI", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_SB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_ALS");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1186710511);
     Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool19 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("printCard");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeightPlan_FP));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("冶炼炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Get");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("printCard");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddProdiction");
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance178 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TECHCARDNO");
     Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDERNO");
     Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_COMPLETEFLAG");
     Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PERSON");
     Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ORDER");
     Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHEDCOUNT");
     Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance176 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool50 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Up");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Down");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToTop");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToBotton");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ToExcel");
     Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool15 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("预报时间");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool29 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool33 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool(" ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool34 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("炉号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modify");
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.panel2 = new System.Windows.Forms.Panel();
     this.cbAnalysisTime = new System.Windows.Forms.CheckBox();
     this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
     this.panel2_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
     this.txtStoveGD1 = new System.Windows.Forms.TextBox();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
     this.ClientArea_Fill_Panel_1 = new System.Windows.Forms.Panel();
     this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_1_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbAls = new System.Windows.Forms.TextBox();
     this.tbSb = new System.Windows.Forms.TextBox();
     this.tbTi = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.tbMemo = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.cbTransType = new System.Windows.Forms.ComboBox();
     this.lbTransType = new System.Windows.Forms.Label();
     this.cbUnquanified = new System.Windows.Forms.CheckBox();
     this.cbCountIsConfirm = new System.Windows.Forms.CheckBox();
     this.LxComb = new System.Windows.Forms.ComboBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.tbAs = new System.Windows.Forms.TextBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.cbx_SteelSendType = new System.Windows.Forms.ComboBox();
     this.label45 = new System.Windows.Forms.Label();
     this.cbx_OrgUse = new System.Windows.Forms.ComboBox();
     this.label44 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label40 = new System.Windows.Forms.Label();
     this.tbx_qt = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tbx_qj = new System.Windows.Forms.TextBox();
     this.tbx_sk = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.tbx_lw = new System.Windows.Forms.TextBox();
     this.tbx_qk = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.tbx_jz = new System.Windows.Forms.TextBox();
     this.tbx_wq = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.tbx_tf = new System.Windows.Forms.TextBox();
     this.cbx_zzjy = new System.Windows.Forms.ComboBox();
     this.label27 = new System.Windows.Forms.Label();
     this.cbYLBB = new System.Windows.Forms.ComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.chkQY = new System.Windows.Forms.CheckBox();
     this.tbADVSPEC = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtDDXMH = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.txtDDH = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.cbMaterial = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.tbLength = new System.Windows.Forms.TextBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbPerson = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tbCeq = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbNb = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tbMo = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbV = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbCu = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbCr = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.tbNi = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tbP = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbS = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbMn = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbSi = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbC = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCount = new System.Windows.Forms.TextBox();
     this.cbSpec = new System.Windows.Forms.ComboBox();
     this.cbSteelType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbCardNo = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbStoveNo = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel6 = new Infragistics.Win.Misc.UltraPanel();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.panel5 = new System.Windows.Forms.Panel();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel5.ClientArea.SuspendLayout();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
     this.ultraTabControl2.SuspendLayout();
     this.ultraTabPageControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
     this.ultraGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.ultraPanel6.ClientArea.SuspendLayout();
     this.ultraPanel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
     this.ultraTabPageControl1.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox3.Controls.Add(this.dateTimePicker1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 30);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1000, 349);
     this.ultraGroupBox3.TabIndex = 12;
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.DataSource = this.dataSet1;
     appearance39.TextHAlignAsString = "Center";
     appearance39.TextVAlignAsString = "Middle";
     ultraGridColumn1.CellAppearance = appearance39;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
     appearance40.TextHAlignAsString = "Center";
     appearance40.TextVAlignAsString = "Middle";
     ultraGridColumn2.CellAppearance = appearance40;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
     appearance41.TextHAlignAsString = "Center";
     appearance41.TextVAlignAsString = "Middle";
     ultraGridColumn3.CellAppearance = appearance41;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     appearance42.TextHAlignAsString = "Center";
     appearance42.TextVAlignAsString = "Middle";
     ultraGridColumn4.CellAppearance = appearance42;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     appearance43.TextHAlignAsString = "Center";
     appearance43.TextVAlignAsString = "Middle";
     ultraGridColumn5.CellAppearance = appearance43;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
     appearance44.TextHAlignAsString = "Center";
     appearance44.TextVAlignAsString = "Middle";
     ultraGridColumn6.CellAppearance = appearance44;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     appearance45.TextHAlignAsString = "Center";
     appearance45.TextVAlignAsString = "Middle";
     ultraGridColumn7.CellAppearance = appearance45;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     appearance46.TextHAlignAsString = "Center";
     appearance46.TextVAlignAsString = "Middle";
     ultraGridColumn8.CellAppearance = appearance46;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
     appearance47.TextHAlignAsString = "Center";
     appearance47.TextVAlignAsString = "Middle";
     ultraGridColumn9.CellAppearance = appearance47;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     appearance48.TextHAlignAsString = "Center";
     appearance48.TextVAlignAsString = "Middle";
     ultraGridColumn10.CellAppearance = appearance48;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     appearance49.TextHAlignAsString = "Center";
     appearance49.TextVAlignAsString = "Middle";
     ultraGridColumn11.CellAppearance = appearance49;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     appearance50.TextHAlignAsString = "Center";
     appearance50.TextVAlignAsString = "Middle";
     ultraGridColumn12.CellAppearance = appearance50;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     appearance51.TextHAlignAsString = "Center";
     appearance51.TextVAlignAsString = "Middle";
     ultraGridColumn13.CellAppearance = appearance51;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     appearance52.TextHAlignAsString = "Center";
     appearance52.TextVAlignAsString = "Middle";
     ultraGridColumn14.CellAppearance = appearance52;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(43, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     appearance53.TextHAlignAsString = "Center";
     appearance53.TextVAlignAsString = "Middle";
     ultraGridColumn15.CellAppearance = appearance53;
     ultraGridColumn15.Header.VisiblePosition = 23;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     appearance54.TextHAlignAsString = "Center";
     appearance54.TextVAlignAsString = "Middle";
     ultraGridColumn16.CellAppearance = appearance54;
     ultraGridColumn16.Header.VisiblePosition = 14;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     appearance55.TextHAlignAsString = "Center";
     appearance55.TextVAlignAsString = "Middle";
     ultraGridColumn17.CellAppearance = appearance55;
     ultraGridColumn17.Header.VisiblePosition = 15;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     appearance56.TextHAlignAsString = "Center";
     appearance56.TextVAlignAsString = "Middle";
     ultraGridColumn18.CellAppearance = appearance56;
     ultraGridColumn18.Header.VisiblePosition = 16;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(42, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     appearance57.TextHAlignAsString = "Center";
     appearance57.TextVAlignAsString = "Middle";
     ultraGridColumn19.CellAppearance = appearance57;
     ultraGridColumn19.Header.VisiblePosition = 17;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     appearance58.TextHAlignAsString = "Center";
     appearance58.TextVAlignAsString = "Middle";
     ultraGridColumn20.CellAppearance = appearance58;
     ultraGridColumn20.Header.VisiblePosition = 18;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     appearance59.TextHAlignAsString = "Center";
     appearance59.TextVAlignAsString = "Middle";
     ultraGridColumn21.CellAppearance = appearance59;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 50;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 3;
     appearance60.TextHAlignAsString = "Center";
     appearance60.TextVAlignAsString = "Middle";
     ultraGridColumn22.CellAppearance = appearance60;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 48;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 3;
     appearance61.TextHAlignAsString = "Center";
     appearance61.TextVAlignAsString = "Middle";
     ultraGridColumn23.CellAppearance = appearance61;
     ultraGridColumn23.Header.VisiblePosition = 19;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 3;
     appearance62.TextHAlignAsString = "Center";
     appearance62.TextVAlignAsString = "Middle";
     ultraGridColumn24.CellAppearance = appearance62;
     ultraGridColumn24.Header.VisiblePosition = 24;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 49;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 3;
     appearance63.TextHAlignAsString = "Center";
     appearance63.TextVAlignAsString = "Middle";
     ultraGridColumn25.CellAppearance = appearance63;
     ultraGridColumn25.Header.VisiblePosition = 22;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 52;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 53;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 46);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn30.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30});
     ultraGridGroup1.Header.Caption = "化学成分";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 30;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance64.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance64;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Synchronized;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance67.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance67;
     appearance68.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance68;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance69.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance69.TextHAlignAsString = "Center";
     appearance69.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance69;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance70.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance70;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance71.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance71.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance71.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance71.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance71;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(994, 346);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable4,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn45,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn58,
     this.dataColumn61,
     this.dataColumn21,
     this.dataColumn19,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "工艺流动卡号";
     this.dataColumn1.ColumnName = "FS_CARDNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "炉号";
     this.dataColumn2.ColumnName = "FS_GP_STOVENO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "钢种";
     this.dataColumn3.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "规格";
     this.dataColumn4.ColumnName = "FS_GP_SPE";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "长度";
     this.dataColumn5.ColumnName = "FN_LENGTH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "C";
     this.dataColumn6.ColumnName = "FN_GP_C";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Si";
     this.dataColumn7.ColumnName = "FN_GP_SI";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "Mn";
     this.dataColumn8.ColumnName = "FN_GP_MN";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "S";
     this.dataColumn9.ColumnName = "FN_GP_S";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "P";
     this.dataColumn10.ColumnName = "FN_GP_P";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "Ni";
     this.dataColumn11.ColumnName = "FN_GP_NI";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Cr";
     this.dataColumn12.ColumnName = "FN_GP_CR";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Cu";
     this.dataColumn13.ColumnName = "FN_GP_CU";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "V";
     this.dataColumn14.ColumnName = "FN_GP_V";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Mo";
     this.dataColumn15.ColumnName = "FN_GP_MO";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Nb";
     this.dataColumn16.ColumnName = "FN_GP_NB";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "Ceq";
     this.dataColumn17.ColumnName = "FN_GP_CEQ";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "条数";
     this.dataColumn18.ColumnName = "FN_GP_TOTALCOUNT";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "判定员";
     this.dataColumn22.ColumnName = "FS_GP_JUDGER";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "分析时间";
     this.dataColumn23.ColumnName = "FD_GP_JUDGEDATE";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "建议轧制规格";
     this.dataColumn45.ColumnName = "FS_ADVISESPEC";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "运送方式";
     this.dataColumn54.ColumnName = "FS_TRANSTYPE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "AS";
     this.dataColumn55.ColumnName = "FN_GP_AS";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "是否确定";
     this.dataColumn58.ColumnName = "FS_ISCOUNTCOMFIRM";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "合格";
     this.dataColumn61.ColumnName = "FS_UNQUALIFIED";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "去向";
     this.dataColumn21.ColumnName = "FS_GP_FLOW";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "备注";
     this.dataColumn19.ColumnName = "FS_GP_MEMO";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "Ti";
     this.dataColumn32.ColumnName = "FN_GP_TI";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "Sb";
     this.dataColumn33.ColumnName = "FN_GP_SB";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "Als";
     this.dataColumn34.ColumnName = "FN_GP_ALS";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn41,
     this.dataColumn20,
     this.dataColumn56});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "工艺流动卡号";
     this.dataColumn25.ColumnName = "FS_TECHCARDNO";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "炉号";
     this.dataColumn26.ColumnName = "FS_STOVENO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "钢种";
     this.dataColumn27.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "规格";
     this.dataColumn28.ColumnName = "FS_SPEC";
     //
     // dataColumn29
     //
     this.dataColumn29.Caption = "长度";
     this.dataColumn29.ColumnName = "FN_LENGTH";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "条数";
     this.dataColumn30.ColumnName = "FN_COUNT";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "订单号";
     this.dataColumn31.ColumnName = "FS_ORDERNO";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "预报时间";
     this.dataColumn38.ColumnName = "FD_PLANTIME";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "完炉标志";
     this.dataColumn39.ColumnName = "FS_COMPLETEFLAG";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "预报员";
     this.dataColumn41.ColumnName = "FS_PERSON";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "过磅序号";
     this.dataColumn20.ColumnName = "FS_ORDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "已计量支数";
     this.dataColumn56.ColumnName = "WEIGHEDCOUNT";
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn52,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn92,
     this.dataColumn93,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn101,
     this.dataColumn102,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112});
     this.dataTable4.TableName = "检验数据表";
     //
     // dataColumn52
     //
     this.dataColumn52.ColumnName = "炉号";
     //
     // dataColumn78
     //
     this.dataColumn78.ColumnName = "样号";
     //
     // dataColumn79
     //
     this.dataColumn79.ColumnName = "钢种";
     //
     // dataColumn80
     //
     this.dataColumn80.ColumnName = "班次";
     //
     // dataColumn81
     //
     this.dataColumn81.ColumnName = "日期";
     //
     // dataColumn82
     //
     this.dataColumn82.ColumnName = "时间";
     //
     // dataColumn83
     //
     this.dataColumn83.ColumnName = "C";
     //
     // dataColumn84
     //
     this.dataColumn84.ColumnName = "Si";
     //
     // dataColumn85
     //
     this.dataColumn85.ColumnName = "Mn";
     //
     // dataColumn86
     //
     this.dataColumn86.ColumnName = "P";
     //
     // dataColumn87
     //
     this.dataColumn87.ColumnName = "S";
     //
     // dataColumn88
     //
     this.dataColumn88.ColumnName = "Cr";
     //
     // dataColumn89
     //
     this.dataColumn89.ColumnName = "Ni";
     //
     // dataColumn90
     //
     this.dataColumn90.ColumnName = "W";
     //
     // dataColumn91
     //
     this.dataColumn91.ColumnName = "V";
     //
     // dataColumn92
     //
     this.dataColumn92.ColumnName = "Mo";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "Ti";
     //
     // dataColumn94
     //
     this.dataColumn94.ColumnName = "Cu";
     //
     // dataColumn95
     //
     this.dataColumn95.ColumnName = "Al";
     //
     // dataColumn96
     //
     this.dataColumn96.ColumnName = "B";
     //
     // dataColumn97
     //
     this.dataColumn97.ColumnName = "Co";
     //
     // dataColumn98
     //
     this.dataColumn98.ColumnName = "Sn";
     //
     // dataColumn99
     //
     this.dataColumn99.ColumnName = "Pb";
     //
     // dataColumn100
     //
     this.dataColumn100.ColumnName = "Sb";
     //
     // dataColumn101
     //
     this.dataColumn101.ColumnName = "Bi";
     //
     // dataColumn102
     //
     this.dataColumn102.ColumnName = "Nb";
     //
     // dataColumn103
     //
     this.dataColumn103.ColumnName = "Ca";
     //
     // dataColumn104
     //
     this.dataColumn104.ColumnName = "Mg";
     //
     // dataColumn105
     //
     this.dataColumn105.ColumnName = "Ce";
     //
     // dataColumn106
     //
     this.dataColumn106.ColumnName = "N";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "Zr";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "Bs";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "Ns";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "Nt";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "Fe";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "人员";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn24,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn51});
     this.dataTable3.TableName = "Table3";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "总重量";
     this.dataColumn24.ColumnName = "FN_TOTALWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "总支数";
     this.dataColumn42.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "炉号";
     this.dataColumn43.ColumnName = "FS_STOVENO";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FN_TOTALBILLET";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(136, 25);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker1.TabIndex = 741;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cbAnalysisTime);
     this.panel2.Controls.Add(this.tbQueryStoveNo);
     this.panel2.Controls.Add(this.panel2_Fill_Panel);
     this.panel2.Controls.Add(this.dateTimePicker2);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1000, 30);
     this.panel2.TabIndex = 11;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // cbAnalysisTime
     //
     this.cbAnalysisTime.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbAnalysisTime, null);
     this.cbAnalysisTime.Location = new System.Drawing.Point(13, 7);
     this.cbAnalysisTime.Name = "cbAnalysisTime";
     this.cbAnalysisTime.Size = new System.Drawing.Size(15, 14);
     this.cbAnalysisTime.TabIndex = 742;
     this.cbAnalysisTime.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.cbAnalysisTime, null);
     this.cbAnalysisTime.CheckedChanged += new System.EventHandler(this.cbAnalysisTime_CheckedChanged);
     //
     // tbQueryStoveNo
     //
     this.tbQueryStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryStoveNo, null);
     this.tbQueryStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryStoveNo.Location = new System.Drawing.Point(312, 3);
     this.tbQueryStoveNo.Name = "tbQueryStoveNo";
     this.tbQueryStoveNo.Size = new System.Drawing.Size(76, 21);
     this.tbQueryStoveNo.TabIndex = 742;
     this.coreBind.SetVerification(this.tbQueryStoveNo, null);
     //
     // panel2_Fill_Panel
     //
     this.panel2_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel2_Fill_Panel, null);
     this.panel2_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel2_Fill_Panel.Name = "panel2_Fill_Panel";
     this.panel2_Fill_Panel.Size = new System.Drawing.Size(1000, 2);
     this.panel2_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2_Fill_Panel, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(86, 2);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker2.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Left, null);
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 2);
     this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     labelTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool19.ControlName = "dateTimePicker1";
     controlContainerTool19.InstanceProps.Width = 144;
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 107;
     controlContainerTool21.ControlName = "tbQueryStoveNo";
     controlContainerTool21.InstanceProps.Width = 110;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     labelTool1,
     controlContainerTool19,
     controlContainerTool20,
     controlContainerTool21,
     buttonTool39,
     buttonTool40,
     buttonTool30,
     buttonTool42,
     buttonTool17,
     buttonTool15,
     buttonTool21});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "分析时间";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 144;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "至";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 107;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "查询";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool24.ControlName = "tbQueryStoveNo";
     controlContainerTool24.SharedPropsInternal.Caption = "炉号";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Width = 110;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "修改";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool46.SharedPropsInternal.Caption = "获取";
     buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     buttonTool16.SharedPropsInternal.Caption = "导出";
     buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool26.SharedPropsInternal.Caption = "打印";
     buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "删除";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool31.SharedPropsInternal.Caption = "生成预报";
     buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool46,
     buttonTool16,
     buttonTool26,
     buttonTool29,
     buttonTool31,
     labelTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick_1);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Right, null);
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1000, 28);
     this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 2);
     this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Right, null);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Top, null);
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1000, 28);
     this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Top, null);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Bottom, null);
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
     this.ultraTabPageControl2.Controls.Add(this.ultraPanel3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGroupBox4
     //
     appearance170.ForeColor = System.Drawing.Color.Red;
     this.ultraGroupBox4.Appearance = appearance170;
     this.ultraGroupBox4.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox4.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 27);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(1000, 352);
     this.ultraGroupBox4.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel2
     //
     appearance178.BackColor = System.Drawing.Color.Black;
     this.ultraLabel2.Appearance = appearance178;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel2.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel2, null);
     this.ultraLabel2.Visible = false;
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "Table2";
     this.ultraGrid2.DataSource = this.dataSet1;
     appearance72.TextHAlignAsString = "Center";
     appearance72.TextVAlignAsString = "Middle";
     ultraGridColumn31.CellAppearance = appearance72;
     ultraGridColumn31.Header.VisiblePosition = 0;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     appearance73.TextHAlignAsString = "Center";
     appearance73.TextVAlignAsString = "Middle";
     ultraGridColumn32.CellAppearance = appearance73;
     ultraGridColumn32.Header.VisiblePosition = 1;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     appearance74.TextHAlignAsString = "Center";
     appearance74.TextVAlignAsString = "Middle";
     ultraGridColumn33.CellAppearance = appearance74;
     ultraGridColumn33.Header.VisiblePosition = 2;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     appearance75.TextHAlignAsString = "Center";
     appearance75.TextVAlignAsString = "Middle";
     ultraGridColumn34.CellAppearance = appearance75;
     ultraGridColumn34.Header.VisiblePosition = 3;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     appearance76.TextHAlignAsString = "Center";
     appearance76.TextVAlignAsString = "Middle";
     ultraGridColumn35.CellAppearance = appearance76;
     ultraGridColumn35.Header.VisiblePosition = 4;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 25);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 4;
     appearance77.TextHAlignAsString = "Center";
     appearance77.TextVAlignAsString = "Middle";
     ultraGridColumn36.CellAppearance = appearance77;
     ultraGridColumn36.Header.VisiblePosition = 5;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     appearance78.TextHAlignAsString = "Center";
     appearance78.TextVAlignAsString = "Middle";
     ultraGridColumn37.CellAppearance = appearance78;
     ultraGridColumn37.Header.VisiblePosition = 6;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     appearance79.TextHAlignAsString = "Center";
     appearance79.TextVAlignAsString = "Middle";
     ultraGridColumn38.CellAppearance = appearance79;
     ultraGridColumn38.Header.VisiblePosition = 7;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     appearance80.TextHAlignAsString = "Center";
     appearance80.TextVAlignAsString = "Middle";
     ultraGridColumn39.CellAppearance = appearance80;
     ultraGridColumn39.Header.VisiblePosition = 8;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     appearance81.TextHAlignAsString = "Center";
     appearance81.TextVAlignAsString = "Middle";
     ultraGridColumn40.CellAppearance = appearance81;
     ultraGridColumn40.Header.VisiblePosition = 9;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     appearance82.TextHAlignAsString = "Center";
     appearance82.TextVAlignAsString = "Middle";
     ultraGridColumn41.CellAppearance = appearance82;
     ultraGridColumn41.Header.VisiblePosition = 10;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     appearance83.TextHAlignAsString = "Center";
     appearance83.TextVAlignAsString = "Middle";
     ultraGridColumn42.CellAppearance = appearance83;
     ultraGridColumn42.Header.VisiblePosition = 11;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
     ultraGridColumn42.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
     appearance87.FontData.BoldAsString = "True";
     this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance87;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance88.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance88;
     appearance89.TextVAlignAsString = "Middle";
     this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance89;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance90.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance90.TextHAlignAsString = "Center";
     appearance90.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance90;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
     appearance91.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance91;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance92.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance92.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance92.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance92.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance92;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(994, 349);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     this.ultraGrid2.DoubleClick += new System.EventHandler(this.ultraGrid2_DoubleClick_1);
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.txtStoveGD1);
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel1);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker4);
     this.ultraPanel3.ClientArea.Controls.Add(this.dateTimePicker3);
     this.ultraPanel3.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Left);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Right);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Top);
     this.ultraPanel3.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_1_Bottom);
     this.coreBind.SetDatabasecommand(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel3.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel3, null);
     this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel3.Name = "ultraPanel3";
     this.ultraPanel3.Size = new System.Drawing.Size(1000, 27);
     this.ultraPanel3.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel3, null);
     //
     // txtStoveGD1
     //
     this.coreBind.SetDatabasecommand(this.txtStoveGD1, null);
     this.txtStoveGD1.Location = new System.Drawing.Point(286, 3);
     this.txtStoveGD1.Name = "txtStoveGD1";
     this.txtStoveGD1.Size = new System.Drawing.Size(87, 21);
     this.txtStoveGD1.TabIndex = 5;
     this.coreBind.SetVerification(this.txtStoveGD1, null);
     //
     // ultraLabel1
     //
     appearance176.BackColor = System.Drawing.Color.Red;
     this.ultraLabel1.Appearance = appearance176;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel1.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // dateTimePicker4
     //
     this.dateTimePicker4.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker4, null);
     this.dateTimePicker4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker4.Location = new System.Drawing.Point(168, 3);
     this.dateTimePicker4.Name = "dateTimePicker4";
     this.dateTimePicker4.Size = new System.Drawing.Size(84, 21);
     this.dateTimePicker4.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker4, null);
     //
     // dateTimePicker3
     //
     this.dateTimePicker3.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker3, null);
     this.dateTimePicker3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker3.Location = new System.Drawing.Point(62, 2);
     this.dateTimePicker3.Name = "dateTimePicker3";
     this.dateTimePicker3.Size = new System.Drawing.Size(85, 21);
     this.dateTimePicker3.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker3, null);
     //
     // ClientArea_Fill_Panel_1
     //
     this.ClientArea_Fill_Panel_1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.ClientArea_Fill_Panel_1, null);
     this.ClientArea_Fill_Panel_1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location = new System.Drawing.Point(0, 56);
     this.ClientArea_Fill_Panel_1.Name = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size = new System.Drawing.Size(1000, 0);
     this.ClientArea_Fill_Panel_1.TabIndex = 0;
     this.coreBind.SetVerification(this.ClientArea_Fill_Panel_1, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Left, null);
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 56);
     this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager2
     //
     this.ultraToolbarsManager2.DesignerFlags = 1;
     this.ultraToolbarsManager2.DockWithinContainer = this.ultraPanel3.ClientArea;
     this.ultraToolbarsManager2.LockToolbars = true;
     this.ultraToolbarsManager2.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager2.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 0;
     ultraToolbar2.FloatingSize = new System.Drawing.Size(316, 62);
     controlContainerTool5.ControlName = "dateTimePicker3";
     controlContainerTool5.InstanceProps.Width = 144;
     controlContainerTool6.ControlName = "dateTimePicker4";
     controlContainerTool6.InstanceProps.Width = 106;
     controlContainerTool12.ControlName = "txtStoveGD1";
     controlContainerTool12.InstanceProps.Width = 121;
     buttonTool33.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool5,
     controlContainerTool6,
     controlContainerTool12,
     buttonTool5,
     buttonTool58,
     buttonTool6,
     buttonTool18,
     buttonTool22,
     buttonTool24,
     buttonTool32,
     buttonTool33});
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager2.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar2});
     appearance113.Image = ((object)(resources.GetObject("appearance113.Image")));
     buttonTool50.SharedPropsInternal.AppearancesSmall.Appearance = appearance113;
     buttonTool50.SharedPropsInternal.Caption = "删除";
     buttonTool50.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool51.SharedPropsInternal.Caption = "上移";
     buttonTool51.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool52.SharedPropsInternal.Caption = "下移";
     buttonTool52.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool53.SharedPropsInternal.Caption = "置顶";
     buttonTool53.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool54.SharedPropsInternal.Caption = "置底";
     buttonTool54.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool55.SharedPropsInternal.Caption = "查询";
     buttonTool55.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance114.Image = ((object)(resources.GetObject("appearance114.Image")));
     buttonTool56.SharedPropsInternal.AppearancesSmall.Appearance = appearance114;
     buttonTool56.SharedPropsInternal.Caption = "导出";
     buttonTool56.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.ControlName = "dateTimePicker3";
     controlContainerTool15.SharedPropsInternal.Caption = "预报时间";
     controlContainerTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool15.SharedPropsInternal.Width = 144;
     controlContainerTool29.ControlName = "dateTimePicker4";
     controlContainerTool29.SharedPropsInternal.Caption = "至";
     controlContainerTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool29.SharedPropsInternal.Width = 106;
     controlContainerTool33.SharedPropsInternal.Caption = "abc";
     controlContainerTool34.ControlName = "txtStoveGD1";
     controlContainerTool34.SharedPropsInternal.Caption = "炉号";
     controlContainerTool34.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool34.SharedPropsInternal.Width = 121;
     buttonTool59.SharedPropsInternal.Caption = "强制完炉";
     buttonTool59.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool50,
     buttonTool51,
     buttonTool52,
     buttonTool53,
     buttonTool54,
     buttonTool55,
     buttonTool56,
     controlContainerTool15,
     controlContainerTool29,
     controlContainerTool33,
     controlContainerTool34,
     buttonTool59});
     this.ultraToolbarsManager2.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager2_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Right, null);
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1000, 56);
     this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Left
     //
     this._ClientArea_Toolbars_Dock_Area_1_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     this._ClientArea_Toolbars_Dock_Area_1_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_1_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Left.Location = new System.Drawing.Point(0, 56);
     this._ClientArea_Toolbars_Dock_Area_1_Left.Name = "_ClientArea_Toolbars_Dock_Area_1_Left";
     this._ClientArea_Toolbars_Dock_Area_1_Left.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Left.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Left, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Right
     //
     this._ClientArea_Toolbars_Dock_Area_1_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     this._ClientArea_Toolbars_Dock_Area_1_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_1_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Right.Location = new System.Drawing.Point(1000, 56);
     this._ClientArea_Toolbars_Dock_Area_1_Right.Name = "_ClientArea_Toolbars_Dock_Area_1_Right";
     this._ClientArea_Toolbars_Dock_Area_1_Right.Size = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Right.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Right, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Top, null);
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 28);
     this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1000, 28);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_Bottom, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Top
     //
     this._ClientArea_Toolbars_Dock_Area_1_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     this._ClientArea_Toolbars_Dock_Area_1_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_1_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Top.Location = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Top.Name = "_ClientArea_Toolbars_Dock_Area_1_Top";
     this._ClientArea_Toolbars_Dock_Area_1_Top.Size = new System.Drawing.Size(1000, 28);
     this._ClientArea_Toolbars_Dock_Area_1_Top.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Top, null);
     //
     // _ClientArea_Toolbars_Dock_Area_1_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Location = new System.Drawing.Point(0, 27);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_1_Bottom";
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.Size = new System.Drawing.Size(1000, 0);
     this._ClientArea_Toolbars_Dock_Area_1_Bottom.ToolbarsManager = this.ultraToolbarsManager2;
     this.coreBind.SetVerification(this._ClientArea_Toolbars_Dock_Area_1_Bottom, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.tbAls);
     this.ultraGroupBox1.Controls.Add(this.tbSb);
     this.ultraGroupBox1.Controls.Add(this.tbTi);
     this.ultraGroupBox1.Controls.Add(this.label32);
     this.ultraGroupBox1.Controls.Add(this.label31);
     this.ultraGroupBox1.Controls.Add(this.label29);
     this.ultraGroupBox1.Controls.Add(this.tbMemo);
     this.ultraGroupBox1.Controls.Add(this.label20);
     this.ultraGroupBox1.Controls.Add(this.cbTransType);
     this.ultraGroupBox1.Controls.Add(this.lbTransType);
     this.ultraGroupBox1.Controls.Add(this.cbUnquanified);
     this.ultraGroupBox1.Controls.Add(this.cbCountIsConfirm);
     this.ultraGroupBox1.Controls.Add(this.LxComb);
     this.ultraGroupBox1.Controls.Add(this.label30);
     this.ultraGroupBox1.Controls.Add(this.label28);
     this.ultraGroupBox1.Controls.Add(this.tbAs);
     this.ultraGroupBox1.Controls.Add(this.comboBox1);
     this.ultraGroupBox1.Controls.Add(this.cbx_SteelSendType);
     this.ultraGroupBox1.Controls.Add(this.label45);
     this.ultraGroupBox1.Controls.Add(this.cbx_OrgUse);
     this.ultraGroupBox1.Controls.Add(this.label44);
     this.ultraGroupBox1.Controls.Add(this.panel4);
     this.ultraGroupBox1.Controls.Add(this.cbx_zzjy);
     this.ultraGroupBox1.Controls.Add(this.label27);
     this.ultraGroupBox1.Controls.Add(this.cbYLBB);
     this.ultraGroupBox1.Controls.Add(this.label26);
     this.ultraGroupBox1.Controls.Add(this.chkQY);
     this.ultraGroupBox1.Controls.Add(this.tbADVSPEC);
     this.ultraGroupBox1.Controls.Add(this.label25);
     this.ultraGroupBox1.Controls.Add(this.txtDDXMH);
     this.ultraGroupBox1.Controls.Add(this.label24);
     this.ultraGroupBox1.Controls.Add(this.txtDDH);
     this.ultraGroupBox1.Controls.Add(this.label23);
     this.ultraGroupBox1.Controls.Add(this.cbMaterial);
     this.ultraGroupBox1.Controls.Add(this.label22);
     this.ultraGroupBox1.Controls.Add(this.tbLength);
     this.ultraGroupBox1.Controls.Add(this.checkBox1);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.tbPerson);
     this.ultraGroupBox1.Controls.Add(this.label19);
     this.ultraGroupBox1.Controls.Add(this.label18);
     this.ultraGroupBox1.Controls.Add(this.tbCeq);
     this.ultraGroupBox1.Controls.Add(this.label17);
     this.ultraGroupBox1.Controls.Add(this.tbNb);
     this.ultraGroupBox1.Controls.Add(this.label16);
     this.ultraGroupBox1.Controls.Add(this.tbMo);
     this.ultraGroupBox1.Controls.Add(this.label15);
     this.ultraGroupBox1.Controls.Add(this.tbV);
     this.ultraGroupBox1.Controls.Add(this.label14);
     this.ultraGroupBox1.Controls.Add(this.tbCu);
     this.ultraGroupBox1.Controls.Add(this.label13);
     this.ultraGroupBox1.Controls.Add(this.tbCr);
     this.ultraGroupBox1.Controls.Add(this.label12);
     this.ultraGroupBox1.Controls.Add(this.tbNi);
     this.ultraGroupBox1.Controls.Add(this.label11);
     this.ultraGroupBox1.Controls.Add(this.tbP);
     this.ultraGroupBox1.Controls.Add(this.label10);
     this.ultraGroupBox1.Controls.Add(this.tbS);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Controls.Add(this.tbMn);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbSi);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.tbC);
     this.ultraGroupBox1.Controls.Add(this.label4);
     this.ultraGroupBox1.Controls.Add(this.tbCount);
     this.ultraGroupBox1.Controls.Add(this.cbSpec);
     this.ultraGroupBox1.Controls.Add(this.cbSteelType);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.tbCardNo);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbStoveNo);
     this.ultraGroupBox1.Controls.Add(this.textBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(996, 189);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "数据录入";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // tbAls
     //
     this.tbAls.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAls, null);
     this.tbAls.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAls.Location = new System.Drawing.Point(652, 80);
     this.tbAls.Name = "tbAls";
     this.tbAls.ReadOnly = true;
     this.tbAls.Size = new System.Drawing.Size(38, 21);
     this.tbAls.TabIndex = 793;
     this.tbAls.Text = "0";
     this.tbAls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAls, null);
     //
     // tbSb
     //
     this.tbSb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSb, null);
     this.tbSb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSb.Location = new System.Drawing.Point(615, 80);
     this.tbSb.Name = "tbSb";
     this.tbSb.ReadOnly = true;
     this.tbSb.Size = new System.Drawing.Size(38, 21);
     this.tbSb.TabIndex = 792;
     this.tbSb.Text = "0";
     this.tbSb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSb, null);
     //
     // tbTi
     //
     this.tbTi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbTi, null);
     this.tbTi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTi.Location = new System.Drawing.Point(578, 80);
     this.tbTi.Name = "tbTi";
     this.tbTi.ReadOnly = true;
     this.tbTi.Size = new System.Drawing.Size(38, 21);
     this.tbTi.TabIndex = 791;
     this.tbTi.Text = "0";
     this.tbTi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbTi, null);
     //
     // label32
     //
     this.label32.BackColor = System.Drawing.Color.Transparent;
     this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label32, null);
     this.label32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label32.Location = new System.Drawing.Point(652, 58);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(38, 22);
     this.label32.TabIndex = 790;
     this.label32.Text = "Als";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label32, null);
     //
     // label31
     //
     this.label31.BackColor = System.Drawing.Color.Transparent;
     this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label31, null);
     this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label31.Location = new System.Drawing.Point(615, 58);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(38, 22);
     this.label31.TabIndex = 789;
     this.label31.Text = "Sb";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label31, null);
     //
     // label29
     //
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label29, null);
     this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label29.Location = new System.Drawing.Point(578, 58);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(38, 22);
     this.label29.TabIndex = 788;
     this.label29.Text = "Ti";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label29, null);
     //
     // tbMemo
     //
     this.coreBind.SetDatabasecommand(this.tbMemo, null);
     this.tbMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMemo.Location = new System.Drawing.Point(593, 108);
     this.tbMemo.MaxLength = 4;
     this.tbMemo.Name = "tbMemo";
     this.tbMemo.Size = new System.Drawing.Size(80, 21);
     this.tbMemo.TabIndex = 787;
     this.coreBind.SetVerification(this.tbMemo, null);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label20, null);
     this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(550, 114);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(29, 12);
     this.label20.TabIndex = 786;
     this.label20.Text = "备注";
     this.coreBind.SetVerification(this.label20, null);
     //
     // cbTransType
     //
     this.coreBind.SetDatabasecommand(this.cbTransType, null);
     this.cbTransType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbTransType.FormattingEnabled = true;
     this.cbTransType.Location = new System.Drawing.Point(883, 144);
     this.cbTransType.Name = "cbTransType";
     this.cbTransType.Size = new System.Drawing.Size(97, 23);
     this.cbTransType.TabIndex = 785;
     this.coreBind.SetVerification(this.cbTransType, null);
     //
     // lbTransType
     //
     this.lbTransType.AutoSize = true;
     this.lbTransType.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.lbTransType, null);
     this.lbTransType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbTransType.Location = new System.Drawing.Point(828, 148);
     this.lbTransType.Name = "lbTransType";
     this.lbTransType.Size = new System.Drawing.Size(55, 15);
     this.lbTransType.TabIndex = 784;
     this.lbTransType.Text = "运送方式";
     this.coreBind.SetVerification(this.lbTransType, null);
     //
     // cbUnquanified
     //
     this.cbUnquanified.AutoSize = true;
     this.cbUnquanified.BackColor = System.Drawing.Color.Transparent;
     this.cbUnquanified.Checked = true;
     this.cbUnquanified.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbUnquanified, null);
     this.cbUnquanified.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbUnquanified.Location = new System.Drawing.Point(764, 73);
     this.cbUnquanified.Name = "cbUnquanified";
     this.cbUnquanified.Size = new System.Drawing.Size(48, 16);
     this.cbUnquanified.TabIndex = 783;
     this.cbUnquanified.Text = "合格";
     this.cbUnquanified.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbUnquanified, null);
     //
     // cbCountIsConfirm
     //
     this.cbCountIsConfirm.AutoSize = true;
     this.cbCountIsConfirm.BackColor = System.Drawing.Color.Transparent;
     this.cbCountIsConfirm.Checked = true;
     this.cbCountIsConfirm.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbCountIsConfirm, null);
     this.cbCountIsConfirm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbCountIsConfirm.Location = new System.Drawing.Point(675, 2);
     this.cbCountIsConfirm.Name = "cbCountIsConfirm";
     this.cbCountIsConfirm.Size = new System.Drawing.Size(96, 16);
     this.cbCountIsConfirm.TabIndex = 782;
     this.cbCountIsConfirm.Text = "支数是否确定";
     this.cbCountIsConfirm.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbCountIsConfirm, null);
     this.cbCountIsConfirm.Visible = false;
     //
     // LxComb
     //
     this.coreBind.SetDatabasecommand(this.LxComb, null);
     this.LxComb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.LxComb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.LxComb.FormattingEnabled = true;
     this.LxComb.Location = new System.Drawing.Point(880, 107);
     this.LxComb.Name = "LxComb";
     this.LxComb.Size = new System.Drawing.Size(97, 23);
     this.LxComb.TabIndex = 781;
     this.coreBind.SetVerification(this.LxComb, null);
     this.LxComb.SelectedIndexChanged += new System.EventHandler(this.LxComb_SelectedIndexChanged);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label30, null);
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label30.Location = new System.Drawing.Point(848, 110);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(31, 15);
     this.label30.TabIndex = 780;
     this.label30.Text = "去向";
     this.coreBind.SetVerification(this.label30, null);
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label28, null);
     this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(502, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(38, 22);
     this.label28.TabIndex = 777;
     this.label28.Text = "As";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label28, null);
     //
     // tbAs
     //
     this.tbAs.BackColor = System.Drawing.SystemColors.Control;
     this.tbAs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbAs, null);
     this.tbAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbAs.Location = new System.Drawing.Point(502, 80);
     this.tbAs.Name = "tbAs";
     this.tbAs.ReadOnly = true;
     this.tbAs.Size = new System.Drawing.Size(38, 21);
     this.tbAs.TabIndex = 776;
     this.tbAs.Text = "0";
     this.tbAs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbAs, null);
     //
     // comboBox1
     //
     this.coreBind.SetDatabasecommand(this.comboBox1, null);
     this.comboBox1.Font = new System.Drawing.Font("宋体", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.comboBox1.Location = new System.Drawing.Point(800, 197);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(110, 20);
     this.comboBox1.TabIndex = 775;
     this.coreBind.SetVerification(this.comboBox1, null);
     this.comboBox1.Visible = false;
     //
     // cbx_SteelSendType
     //
     this.coreBind.SetDatabasecommand(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_SteelSendType.FormattingEnabled = true;
     this.cbx_SteelSendType.Items.AddRange(new object[] {
     "热送",
     "冷送"});
     this.cbx_SteelSendType.Location = new System.Drawing.Point(800, 197);
     this.cbx_SteelSendType.Name = "cbx_SteelSendType";
     this.cbx_SteelSendType.Size = new System.Drawing.Size(110, 20);
     this.cbx_SteelSendType.TabIndex = 775;
     this.coreBind.SetVerification(this.cbx_SteelSendType, null);
     this.cbx_SteelSendType.Visible = false;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label45, null);
     this.label45.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label45.Location = new System.Drawing.Point(747, 201);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(53, 12);
     this.label45.TabIndex = 774;
     this.label45.Text = "送钢状态";
     this.coreBind.SetVerification(this.label45, null);
     this.label45.Visible = false;
     //
     // cbx_OrgUse
     //
     this.coreBind.SetDatabasecommand(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbx_OrgUse.FormattingEnabled = true;
     this.cbx_OrgUse.Items.AddRange(new object[] {
     "是",
     "否"});
     this.cbx_OrgUse.Location = new System.Drawing.Point(688, 201);
     this.cbx_OrgUse.Name = "cbx_OrgUse";
     this.cbx_OrgUse.Size = new System.Drawing.Size(45, 20);
     this.cbx_OrgUse.TabIndex = 773;
     this.cbx_OrgUse.Text = "是";
     this.coreBind.SetVerification(this.cbx_OrgUse, null);
     this.cbx_OrgUse.Visible = false;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label44, null);
     this.label44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label44.Location = new System.Drawing.Point(608, 205);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(77, 12);
     this.label44.TabIndex = 772;
     this.label44.Text = "是否组织利用";
     this.coreBind.SetVerification(this.label44, null);
     this.label44.Visible = false;
     //
     // panel4
     //
     this.panel4.AutoSize = true;
     this.panel4.BackColor = System.Drawing.Color.MediumTurquoise;
     this.panel4.Controls.Add(this.label40);
     this.panel4.Controls.Add(this.tbx_qt);
     this.panel4.Controls.Add(this.label35);
     this.panel4.Controls.Add(this.label41);
     this.panel4.Controls.Add(this.tbx_qj);
     this.panel4.Controls.Add(this.tbx_sk);
     this.panel4.Controls.Add(this.label36);
     this.panel4.Controls.Add(this.label42);
     this.panel4.Controls.Add(this.tbx_lw);
     this.panel4.Controls.Add(this.tbx_qk);
     this.panel4.Controls.Add(this.label37);
     this.panel4.Controls.Add(this.label43);
     this.panel4.Controls.Add(this.tbx_jz);
     this.panel4.Controls.Add(this.tbx_wq);
     this.panel4.Controls.Add(this.label38);
     this.panel4.Controls.Add(this.label39);
     this.panel4.Controls.Add(this.tbx_tf);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Location = new System.Drawing.Point(9, 140);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(811, 30);
     this.panel4.TabIndex = 755;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label40, null);
     this.label40.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label40.Location = new System.Drawing.Point(700, 6);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(29, 12);
     this.label40.TabIndex = 794;
     this.label40.Text = "其它";
     this.coreBind.SetVerification(this.label40, null);
     //
     // tbx_qt
     //
     this.coreBind.SetDatabasecommand(this.tbx_qt, null);
     this.tbx_qt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qt.Location = new System.Drawing.Point(731, 2);
     this.tbx_qt.Name = "tbx_qt";
     this.tbx_qt.Size = new System.Drawing.Size(33, 21);
     this.tbx_qt.TabIndex = 793;
     this.tbx_qt.Text = "0";
     this.coreBind.SetVerification(this.tbx_qt, null);
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label35, null);
     this.label35.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label35.Location = new System.Drawing.Point(10, 6);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(89, 12);
     this.label35.TabIndex = 770;
     this.label35.Text = "不合格品情况:";
     this.coreBind.SetVerification(this.label35, null);
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label41, null);
     this.label41.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label41.Location = new System.Drawing.Point(612, 6);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(29, 12);
     this.label41.TabIndex = 792;
     this.label41.Text = "缩孔";
     this.coreBind.SetVerification(this.label41, null);
     //
     // tbx_qj
     //
     this.coreBind.SetDatabasecommand(this.tbx_qj, null);
     this.tbx_qj.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qj.Location = new System.Drawing.Point(138, 2);
     this.tbx_qj.Name = "tbx_qj";
     this.tbx_qj.Size = new System.Drawing.Size(33, 21);
     this.tbx_qj.TabIndex = 779;
     this.tbx_qj.Text = "0";
     this.coreBind.SetVerification(this.tbx_qj, null);
     //
     // tbx_sk
     //
     this.coreBind.SetDatabasecommand(this.tbx_sk, null);
     this.tbx_sk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_sk.Location = new System.Drawing.Point(643, 2);
     this.tbx_sk.Name = "tbx_sk";
     this.tbx_sk.Size = new System.Drawing.Size(33, 21);
     this.tbx_sk.TabIndex = 791;
     this.tbx_sk.Text = "0";
     this.coreBind.SetVerification(this.tbx_sk, null);
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label36, null);
     this.label36.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label36.Location = new System.Drawing.Point(107, 6);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(29, 12);
     this.label36.TabIndex = 780;
     this.label36.Text = "重接";
     this.coreBind.SetVerification(this.label36, null);
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label42, null);
     this.label42.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label42.Location = new System.Drawing.Point(527, 6);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(29, 12);
     this.label42.TabIndex = 790;
     this.label42.Text = "气孔";
     this.coreBind.SetVerification(this.label42, null);
     //
     // tbx_lw
     //
     this.coreBind.SetDatabasecommand(this.tbx_lw, null);
     this.tbx_lw.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_lw.Location = new System.Drawing.Point(218, 2);
     this.tbx_lw.Name = "tbx_lw";
     this.tbx_lw.Size = new System.Drawing.Size(33, 21);
     this.tbx_lw.TabIndex = 781;
     this.tbx_lw.Text = "0";
     this.coreBind.SetVerification(this.tbx_lw, null);
     //
     // tbx_qk
     //
     this.coreBind.SetDatabasecommand(this.tbx_qk, null);
     this.tbx_qk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_qk.Location = new System.Drawing.Point(558, 2);
     this.tbx_qk.Name = "tbx_qk";
     this.tbx_qk.Size = new System.Drawing.Size(33, 21);
     this.tbx_qk.TabIndex = 789;
     this.tbx_qk.Text = "0";
     this.coreBind.SetVerification(this.tbx_qk, null);
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label37, null);
     this.label37.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label37.Location = new System.Drawing.Point(187, 6);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(29, 12);
     this.label37.TabIndex = 782;
     this.label37.Text = "裂纹";
     this.coreBind.SetVerification(this.label37, null);
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label43, null);
     this.label43.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label43.Location = new System.Drawing.Point(447, 6);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(29, 12);
     this.label43.TabIndex = 788;
     this.label43.Text = "弯曲";
     this.coreBind.SetVerification(this.label43, null);
     //
     // tbx_jz
     //
     this.coreBind.SetDatabasecommand(this.tbx_jz, null);
     this.tbx_jz.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_jz.Location = new System.Drawing.Point(303, 2);
     this.tbx_jz.Name = "tbx_jz";
     this.tbx_jz.Size = new System.Drawing.Size(33, 21);
     this.tbx_jz.TabIndex = 783;
     this.tbx_jz.Text = "0";
     this.coreBind.SetVerification(this.tbx_jz, null);
     //
     // tbx_wq
     //
     this.coreBind.SetDatabasecommand(this.tbx_wq, null);
     this.tbx_wq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_wq.Location = new System.Drawing.Point(478, 2);
     this.tbx_wq.Name = "tbx_wq";
     this.tbx_wq.Size = new System.Drawing.Size(33, 21);
     this.tbx_wq.TabIndex = 787;
     this.tbx_wq.Text = "0";
     this.coreBind.SetVerification(this.tbx_wq, null);
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label38, null);
     this.label38.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label38.Location = new System.Drawing.Point(272, 6);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(29, 12);
     this.label38.TabIndex = 784;
     this.label38.Text = "夹杂";
     this.coreBind.SetVerification(this.label38, null);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label39, null);
     this.label39.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label39.Location = new System.Drawing.Point(360, 6);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(29, 12);
     this.label39.TabIndex = 786;
     this.label39.Text = "脱方";
     this.coreBind.SetVerification(this.label39, null);
     //
     // tbx_tf
     //
     this.coreBind.SetDatabasecommand(this.tbx_tf, null);
     this.tbx_tf.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbx_tf.Location = new System.Drawing.Point(391, 2);
     this.tbx_tf.Name = "tbx_tf";
     this.tbx_tf.Size = new System.Drawing.Size(33, 21);
     this.tbx_tf.TabIndex = 785;
     this.tbx_tf.Text = "0";
     this.coreBind.SetVerification(this.tbx_tf, null);
     //
     // cbx_zzjy
     //
     this.coreBind.SetDatabasecommand(this.cbx_zzjy, null);
     this.cbx_zzjy.Font = new System.Drawing.Font("宋体", 9F);
     this.cbx_zzjy.FormattingEnabled = true;
     this.cbx_zzjy.Items.AddRange(new object[] {
     "热轧",
     "优化",
     "热轧和优化"});
     this.cbx_zzjy.Location = new System.Drawing.Point(61, 109);
     this.cbx_zzjy.Name = "cbx_zzjy";
     this.cbx_zzjy.Size = new System.Drawing.Size(80, 20);
     this.cbx_zzjy.TabIndex = 754;
     this.coreBind.SetVerification(this.cbx_zzjy, null);
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label27, null);
     this.label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label27.Location = new System.Drawing.Point(9, 114);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(53, 12);
     this.label27.TabIndex = 753;
     this.label27.Text = "轧制建议";
     this.coreBind.SetVerification(this.label27, null);
     //
     // cbYLBB
     //
     this.coreBind.SetDatabasecommand(this.cbYLBB, null);
     this.cbYLBB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbYLBB.FormattingEnabled = true;
     this.cbYLBB.Items.AddRange(new object[] {
     "",
     "甲",
     "乙",
     "丙",
     "丁"});
     this.cbYLBB.Location = new System.Drawing.Point(184, 109);
     this.cbYLBB.Name = "cbYLBB";
     this.cbYLBB.Size = new System.Drawing.Size(80, 20);
     this.cbYLBB.TabIndex = 751;
     this.coreBind.SetVerification(this.cbYLBB, null);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label26, null);
     this.label26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label26.Location = new System.Drawing.Point(153, 114);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(29, 12);
     this.label26.TabIndex = 750;
     this.label26.Text = "班别";
     this.coreBind.SetVerification(this.label26, null);
     //
     // chkQY
     //
     this.chkQY.AutoSize = true;
     this.chkQY.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.chkQY, null);
     this.chkQY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chkQY.Location = new System.Drawing.Point(705, 73);
     this.chkQY.Name = "chkQY";
     this.chkQY.Size = new System.Drawing.Size(60, 16);
     this.chkQY.TabIndex = 749;
     this.chkQY.Text = "取样钢";
     this.chkQY.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.chkQY, null);
     this.chkQY.CheckedChanged += new System.EventHandler(this.chkQY_CheckedChanged);
     //
     // tbADVSPEC
     //
     this.coreBind.SetDatabasecommand(this.tbADVSPEC, null);
     this.tbADVSPEC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbADVSPEC.Location = new System.Drawing.Point(885, 67);
     this.tbADVSPEC.Name = "tbADVSPEC";
     this.tbADVSPEC.Size = new System.Drawing.Size(95, 21);
     this.tbADVSPEC.TabIndex = 748;
     this.coreBind.SetVerification(this.tbADVSPEC, null);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label25, null);
     this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(806, 74);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(77, 12);
     this.label25.TabIndex = 747;
     this.label25.Text = "建议轧制规格";
     this.coreBind.SetVerification(this.label25, null);
     //
     // txtDDXMH
     //
     this.coreBind.SetDatabasecommand(this.txtDDXMH, null);
     this.txtDDXMH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDDXMH.Location = new System.Drawing.Point(454, 108);
     this.txtDDXMH.MaxLength = 4;
     this.txtDDXMH.Name = "txtDDXMH";
     this.txtDDXMH.Size = new System.Drawing.Size(80, 21);
     this.txtDDXMH.TabIndex = 746;
     this.coreBind.SetVerification(this.txtDDXMH, null);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label24, null);
     this.label24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label24.Location = new System.Drawing.Point(411, 114);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(41, 12);
     this.label24.TabIndex = 745;
     this.label24.Text = "项目号";
     this.coreBind.SetVerification(this.label24, null);
     //
     // txtDDH
     //
     this.coreBind.SetDatabasecommand(this.txtDDH, null);
     this.txtDDH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDDH.Location = new System.Drawing.Point(317, 108);
     this.txtDDH.MaxLength = 12;
     this.txtDDH.Name = "txtDDH";
     this.txtDDH.Size = new System.Drawing.Size(80, 21);
     this.txtDDH.TabIndex = 744;
     this.coreBind.SetVerification(this.txtDDH, null);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label23, null);
     this.label23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label23.Location = new System.Drawing.Point(830, 33);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 743;
     this.label23.Text = "物料名称";
     this.coreBind.SetVerification(this.label23, null);
     //
     // cbMaterial
     //
     this.coreBind.SetDatabasecommand(this.cbMaterial, null);
     this.cbMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbMaterial.FormattingEnabled = true;
     this.cbMaterial.Items.AddRange(new object[] {
     "方坯"});
     this.cbMaterial.Location = new System.Drawing.Point(885, 30);
     this.cbMaterial.Name = "cbMaterial";
     this.cbMaterial.Size = new System.Drawing.Size(95, 20);
     this.cbMaterial.TabIndex = 742;
     this.coreBind.SetVerification(this.cbMaterial, null);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label22, null);
     this.label22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label22.Location = new System.Drawing.Point(276, 114);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(41, 12);
     this.label22.TabIndex = 741;
     this.label22.Text = "订单号";
     this.coreBind.SetVerification(this.label22, null);
     //
     // tbLength
     //
     this.coreBind.SetDatabasecommand(this.tbLength, null);
     this.tbLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLength.Location = new System.Drawing.Point(633, 25);
     this.tbLength.Name = "tbLength";
     this.tbLength.Size = new System.Drawing.Size(70, 21);
     this.tbLength.TabIndex = 739;
     this.coreBind.SetVerification(this.tbLength, null);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.BackColor = System.Drawing.Color.Transparent;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.checkBox1, null);
     this.checkBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.checkBox1.Location = new System.Drawing.Point(782, 2);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(72, 16);
     this.checkBox1.TabIndex = 738;
     this.checkBox1.Text = "是否辊道";
     this.checkBox1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.checkBox1, null);
     this.checkBox1.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label21, null);
     this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(697, 113);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 12);
     this.label21.TabIndex = 737;
     this.label21.Text = "判定员";
     this.coreBind.SetVerification(this.label21, null);
     //
     // tbPerson
     //
     this.tbPerson.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbPerson, null);
     this.tbPerson.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbPerson.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tbPerson.Location = new System.Drawing.Point(749, 109);
     this.tbPerson.MaxLength = 8;
     this.tbPerson.Name = "tbPerson";
     this.tbPerson.ReadOnly = true;
     this.tbPerson.Size = new System.Drawing.Size(70, 21);
     this.tbPerson.TabIndex = 736;
     this.coreBind.SetVerification(this.tbPerson, null);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label19, null);
     this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(5, 76);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(83, 12);
     this.label19.TabIndex = 733;
     this.label19.Text = "化学成分(%)";
     this.coreBind.SetVerification(this.label19, null);
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label18, null);
     this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(540, 58);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(38, 22);
     this.label18.TabIndex = 732;
     this.label18.Text = "Ceq";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label18, null);
     //
     // tbCeq
     //
     this.tbCeq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCeq, null);
     this.tbCeq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCeq.Location = new System.Drawing.Point(540, 80);
     this.tbCeq.Name = "tbCeq";
     this.tbCeq.ReadOnly = true;
     this.tbCeq.Size = new System.Drawing.Size(38, 21);
     this.tbCeq.TabIndex = 731;
     this.tbCeq.Text = "0";
     this.tbCeq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCeq, null);
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label17, null);
     this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(465, 58);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(38, 22);
     this.label17.TabIndex = 730;
     this.label17.Text = "Nb";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label17, null);
     //
     // tbNb
     //
     this.tbNb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNb, null);
     this.tbNb.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNb.Location = new System.Drawing.Point(465, 80);
     this.tbNb.Name = "tbNb";
     this.tbNb.ReadOnly = true;
     this.tbNb.Size = new System.Drawing.Size(38, 21);
     this.tbNb.TabIndex = 729;
     this.tbNb.Text = "0";
     this.tbNb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNb, null);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label16, null);
     this.label16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(428, 58);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(38, 22);
     this.label16.TabIndex = 728;
     this.label16.Text = "Mo";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label16, null);
     //
     // tbMo
     //
     this.tbMo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMo, null);
     this.tbMo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMo.Location = new System.Drawing.Point(428, 80);
     this.tbMo.Name = "tbMo";
     this.tbMo.ReadOnly = true;
     this.tbMo.Size = new System.Drawing.Size(38, 21);
     this.tbMo.TabIndex = 727;
     this.tbMo.Text = "0";
     this.tbMo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMo, null);
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(390, 58);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(38, 22);
     this.label15.TabIndex = 726;
     this.label15.Text = "V";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label15, null);
     //
     // tbV
     //
     this.tbV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbV, null);
     this.tbV.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbV.Location = new System.Drawing.Point(390, 80);
     this.tbV.Name = "tbV";
     this.tbV.ReadOnly = true;
     this.tbV.Size = new System.Drawing.Size(38, 21);
     this.tbV.TabIndex = 725;
     this.tbV.Text = "0";
     this.tbV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbV, null);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(352, 58);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(38, 22);
     this.label14.TabIndex = 724;
     this.label14.Text = "Cu";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     //
     // tbCu
     //
     this.tbCu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCu, null);
     this.tbCu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCu.Location = new System.Drawing.Point(352, 80);
     this.tbCu.Name = "tbCu";
     this.tbCu.ReadOnly = true;
     this.tbCu.Size = new System.Drawing.Size(38, 21);
     this.tbCu.TabIndex = 723;
     this.tbCu.Text = "0";
     this.tbCu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCu, null);
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label13, null);
     this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(315, 58);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(38, 22);
     this.label13.TabIndex = 722;
     this.label13.Text = "Cr";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label13, null);
     //
     // tbCr
     //
     this.tbCr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbCr, null);
     this.tbCr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCr.Location = new System.Drawing.Point(315, 80);
     this.tbCr.Name = "tbCr";
     this.tbCr.ReadOnly = true;
     this.tbCr.Size = new System.Drawing.Size(38, 21);
     this.tbCr.TabIndex = 721;
     this.tbCr.Text = "0";
     this.tbCr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbCr, null);
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(278, 58);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(38, 22);
     this.label12.TabIndex = 720;
     this.label12.Text = "Ni";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label12, null);
     //
     // tbNi
     //
     this.tbNi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbNi, null);
     this.tbNi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbNi.Location = new System.Drawing.Point(278, 80);
     this.tbNi.Name = "tbNi";
     this.tbNi.ReadOnly = true;
     this.tbNi.Size = new System.Drawing.Size(38, 21);
     this.tbNi.TabIndex = 719;
     this.tbNi.Text = "0";
     this.tbNi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbNi, null);
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(240, 58);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(38, 22);
     this.label11.TabIndex = 718;
     this.label11.Text = "P";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // tbP
     //
     this.tbP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbP, null);
     this.tbP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbP.Location = new System.Drawing.Point(240, 80);
     this.tbP.Name = "tbP";
     this.tbP.ReadOnly = true;
     this.tbP.Size = new System.Drawing.Size(38, 21);
     this.tbP.TabIndex = 717;
     this.tbP.Text = "0";
     this.tbP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbP, null);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(202, 58);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(38, 22);
     this.label10.TabIndex = 716;
     this.label10.Text = "S";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // tbS
     //
     this.tbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbS, null);
     this.tbS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbS.Location = new System.Drawing.Point(202, 80);
     this.tbS.Name = "tbS";
     this.tbS.ReadOnly = true;
     this.tbS.Size = new System.Drawing.Size(38, 21);
     this.tbS.TabIndex = 715;
     this.tbS.Text = "0";
     this.tbS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbS, null);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(165, 58);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(38, 22);
     this.label9.TabIndex = 714;
     this.label9.Text = "Mn";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // tbMn
     //
     this.tbMn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbMn, null);
     this.tbMn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMn.Location = new System.Drawing.Point(165, 80);
     this.tbMn.Name = "tbMn";
     this.tbMn.ReadOnly = true;
     this.tbMn.Size = new System.Drawing.Size(38, 21);
     this.tbMn.TabIndex = 713;
     this.tbMn.Text = "0";
     this.tbMn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbMn, null);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(128, 58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(38, 22);
     this.label8.TabIndex = 712;
     this.label8.Text = "Si";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // tbSi
     //
     this.tbSi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbSi, null);
     this.tbSi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSi.Location = new System.Drawing.Point(128, 80);
     this.tbSi.Name = "tbSi";
     this.tbSi.ReadOnly = true;
     this.tbSi.Size = new System.Drawing.Size(38, 21);
     this.tbSi.TabIndex = 711;
     this.tbSi.Text = "0";
     this.tbSi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbSi, null);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(594, 28);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(35, 12);
     this.label7.TabIndex = 710;
     this.label7.Text = "长 度";
     this.coreBind.SetVerification(this.label7, null);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(459, 28);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(35, 12);
     this.label6.TabIndex = 709;
     this.label6.Text = "规 格";
     this.coreBind.SetVerification(this.label6, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(326, 27);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 12);
     this.label3.TabIndex = 708;
     this.label3.Text = "钢 种";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(90, 58);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(38, 22);
     this.label5.TabIndex = 707;
     this.label5.Text = "C";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // tbC
     //
     this.tbC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.tbC, null);
     this.tbC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbC.Location = new System.Drawing.Point(90, 80);
     this.tbC.Name = "tbC";
     this.tbC.ReadOnly = true;
     this.tbC.Size = new System.Drawing.Size(38, 21);
     this.tbC.TabIndex = 706;
     this.tbC.Text = "0";
     this.tbC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.coreBind.SetVerification(this.tbC, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(706, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(35, 12);
     this.label4.TabIndex = 704;
     this.label4.Text = "条 数";
     this.coreBind.SetVerification(this.label4, null);
     //
     // tbCount
     //
     this.coreBind.SetDatabasecommand(this.tbCount, null);
     this.tbCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCount.Location = new System.Drawing.Point(751, 25);
     this.tbCount.Name = "tbCount";
     this.tbCount.Size = new System.Drawing.Size(70, 21);
     this.tbCount.TabIndex = 703;
     this.coreBind.SetVerification(this.tbCount, null);
     //
     // cbSpec
     //
     this.coreBind.SetDatabasecommand(this.cbSpec, null);
     this.cbSpec.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSpec.FormattingEnabled = true;
     this.cbSpec.Items.AddRange(new object[] {
     "",
     "165",
     "150"});
     this.cbSpec.Location = new System.Drawing.Point(499, 25);
     this.cbSpec.Name = "cbSpec";
     this.cbSpec.Size = new System.Drawing.Size(80, 20);
     this.cbSpec.TabIndex = 700;
     this.coreBind.SetVerification(this.cbSpec, null);
     //
     // cbSteelType
     //
     this.coreBind.SetDatabasecommand(this.cbSteelType, null);
     this.cbSteelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbSteelType.FormattingEnabled = true;
     this.cbSteelType.Location = new System.Drawing.Point(364, 24);
     this.cbSteelType.Name = "cbSteelType";
     this.cbSteelType.Size = new System.Drawing.Size(80, 20);
     this.cbSteelType.TabIndex = 698;
     this.coreBind.SetVerification(this.cbSteelType, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(9, 27);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 12);
     this.label2.TabIndex = 6;
     this.label2.Text = "工艺流动卡号";
     this.coreBind.SetVerification(this.label2, null);
     //
     // tbCardNo
     //
     this.tbCardNo.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.tbCardNo, null);
     this.tbCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCardNo.Location = new System.Drawing.Point(92, 24);
     this.tbCardNo.Name = "tbCardNo";
     this.tbCardNo.ReadOnly = true;
     this.tbCardNo.Size = new System.Drawing.Size(80, 21);
     this.tbCardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.tbCardNo, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(188, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 4;
     this.label1.Text = "炉 号";
     this.coreBind.SetVerification(this.label1, null);
     //
     // tbStoveNo
     //
     this.tbStoveNo.BackColor = System.Drawing.SystemColors.Window;
     this.tbStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbStoveNo, null);
     this.tbStoveNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbStoveNo.Location = new System.Drawing.Point(230, 24);
     this.tbStoveNo.MaxLength = 13;
     this.tbStoveNo.Name = "tbStoveNo";
     this.tbStoveNo.Size = new System.Drawing.Size(80, 21);
     this.tbStoveNo.TabIndex = 3;
     this.coreBind.SetVerification(this.tbStoveNo, null);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Info;
     this.coreBind.SetDatabasecommand(this.textBox1, null);
     this.textBox1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.textBox1.Location = new System.Drawing.Point(610, 182);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size = new System.Drawing.Size(498, 54);
     this.textBox1.TabIndex = 2;
     this.coreBind.SetVerification(this.textBox1, null);
     this.textBox1.Visible = false;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1002, 192);
     this.ultraGroupBox2.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(1002, 402);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab4.TabPage = this.ultraTabPageControl1;
     ultraTab4.Text = "流程卡数据";
     ultraTab5.TabPage = this.ultraTabPageControl2;
     ultraTab5.Text = "棒材钢坯辊道预报";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab4,
     ultraTab5});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1000, 379);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Margin = new System.Windows.Forms.Padding(400, 100, 0, 0);
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(100, 26);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(99, 22);
     this.toolStripMenuItem1.Text = "放大";
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraTabControl1);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(1002, 402);
     this.ultraPanel2.TabIndex = 13;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraPanel4
     //
     this.ultraPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     // ultraPanel4.ClientArea
     //
     this.coreBind.SetDatabasecommand(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel4.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel4, null);
     this.ultraPanel4.Location = new System.Drawing.Point(27, 11);
     this.ultraPanel4.Name = "ultraPanel4";
     this.ultraPanel4.Size = new System.Drawing.Size(437, 79);
     this.ultraPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel4, null);
     //
     // ultraPanel5
     //
     //
     // ultraPanel5.ClientArea
     //
     this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel5.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel5, null);
     this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Name = "ultraPanel5";
     this.ultraPanel5.Size = new System.Drawing.Size(1002, 192);
     this.ultraPanel5.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel5, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel5);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 402);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1002, 192);
     this.ultraPanel1.TabIndex = 14;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // ultraTabControl2
     //
     this.ultraTabControl2.Controls.Add(this.ultraTabPageControl4);
     this.coreBind.SetDatabasecommand(this.ultraTabControl2, null);
     this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl2.Name = "ultraTabControl2";
     this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.ultraTabControl2.Size = new System.Drawing.Size(200, 100);
     this.ultraTabControl2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTabControl2, null);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Controls.Add(this.ultraGroupBox5);
     this.ultraTabPageControl4.Controls.Add(this.ultraPanel6);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl4, null);
     this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl4.Name = "ultraTabPageControl4";
     this.ultraTabPageControl4.Size = new System.Drawing.Size(864, 416);
     this.coreBind.SetVerification(this.ultraTabPageControl4, null);
     //
     // ultraGroupBox5
     //
     this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox5.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox5, null);
     this.ultraGroupBox5.Location = new System.Drawing.Point(9, 45);
     this.ultraGroupBox5.Name = "ultraGroupBox5";
     this.ultraGroupBox5.Size = new System.Drawing.Size(988, 374);
     this.ultraGroupBox5.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraGroupBox5, null);
     this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel4
     //
     appearance129.BackColor = System.Drawing.Color.Black;
     this.ultraLabel4.Appearance = appearance129;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(871, 154);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel4.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     appearance128.BackColor = System.Drawing.Color.Black;
     this.ultraLabel5.Appearance = appearance128;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraLabel5, null);
     this.ultraLabel5.Visible = false;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "Table2";
     this.ultraGrid3.DataSource = this.dataSet1;
     appearance101.BackColor = System.Drawing.Color.White;
     appearance101.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance101.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance101;
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance102;
     appearance103.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance103;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance104.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance104.BackColor2 = System.Drawing.Color.White;
     appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance104.FontData.SizeInPoints = 11F;
     appearance104.ForeColor = System.Drawing.Color.Black;
     appearance104.TextHAlignAsString = "Center";
     appearance104.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance104;
     appearance105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance105;
     appearance106.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance106.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance106.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance106;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 30;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance107.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance107.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance107;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(29, 12);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(982, 371);
     this.ultraGrid3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     //
     // ultraPanel6
     //
     //
     // ultraPanel6.ClientArea
     //
     this.ultraPanel6.ClientArea.Controls.Add(this.comboBox2);
     this.ultraPanel6.ClientArea.Controls.Add(this.ultraLabel6);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker5);
     this.ultraPanel6.ClientArea.Controls.Add(this.dateTimePicker6);
     this.ultraPanel6.ClientArea.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel6.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel6, null);
     this.ultraPanel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel6.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel6.Name = "ultraPanel6";
     this.ultraPanel6.Size = new System.Drawing.Size(864, 27);
     this.ultraPanel6.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraPanel6, null);
     //
     // comboBox2
     //
     this.coreBind.SetDatabasecommand(this.comboBox2, null);
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(425, 3);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(85, 20);
     this.comboBox2.TabIndex = 3;
     this.coreBind.SetVerification(this.comboBox2, null);
     //
     // ultraLabel6
     //
     appearance127.BackColor = System.Drawing.Color.Red;
     this.ultraLabel6.Appearance = appearance127;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(30, 23);
     this.ultraLabel6.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // dateTimePicker5
     //
     this.dateTimePicker5.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker5, null);
     this.dateTimePicker5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker5.Location = new System.Drawing.Point(230, 4);
     this.dateTimePicker5.Name = "dateTimePicker5";
     this.dateTimePicker5.Size = new System.Drawing.Size(138, 21);
     this.dateTimePicker5.TabIndex = 743;
     this.coreBind.SetVerification(this.dateTimePicker5, null);
     //
     // dateTimePicker6
     //
     this.dateTimePicker6.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.coreBind.SetDatabasecommand(this.dateTimePicker6, null);
     this.dateTimePicker6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker6.Location = new System.Drawing.Point(70, 4);
     this.dateTimePicker6.Name = "dateTimePicker6";
     this.dateTimePicker6.Size = new System.Drawing.Size(138, 21);
     this.dateTimePicker6.TabIndex = 742;
     this.coreBind.SetVerification(this.dateTimePicker6, null);
     //
     // panel1
     //
     this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(864, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraTabSharedControlsPage2
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage2, null);
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 20);
     this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(196, 77);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage2, null);
     //
     // timer1
     //
     this.timer1.Interval = 600;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ultraPanel2);
     this.panel5.Controls.Add(this.ultraPanel1);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1002, 594);
     this.panel5.TabIndex = 16;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // WeightPlan_FP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1002, 594);
     this.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this, null);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "WeightPlan_FP";
     this.Text = "热送辊道计量预报";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.WeightPlan_FP_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeightPlan_FP_FormClosing);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ClientArea.PerformLayout();
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel5.ClientArea.ResumeLayout(false);
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
     this.ultraTabControl2.ResumeLayout(false);
     this.ultraTabPageControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
     this.ultraGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.ultraPanel6.ClientArea.ResumeLayout(false);
     this.ultraPanel6.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 19
0
        public Size GenerateTipsForm(Sys_PD_Module module, List<Sys_PD_Filed> filedList, Control ctr, Point p)
        {
            Sys_PD_RefModule refModule = new Sys_PD_RefModule();
            ctr.Tag = module;
            ctr.Text = module.SPM_Name;

            int iTabInex = 0;
            int xPosition = p.X;
            int yPosition = p.Y;
            int vXPosition = p.X;
            int step = 0;//控制一行已经输出多少列
            int fTI = module.SPM_TI;
            int fTX = module.SPM_TX;
            int fTY = module.SPM_TY;
            int fHeight = module.SPM_Height;
            int controlWidth = 0;
            int controlHeight = 0;

            Size lableSize = new Size(module.SPM_LX, module.SPM_LY);//标签的大小
            Size textSize = new Size(fTX, fTY);//文本框的大小
            Size areaSize = new Size((fTX * 2) + module.SPM_LX + module.SPM_LI, fTY * 3);//备注框大小
            foreach (Sys_PD_Filed field in filedList)
            {

                if (field.DCP_IsHidden == 1)
                {
                    UltraTextEditor _hiddenBox = new UltraTextEditor();
                    _hiddenBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                    _hiddenBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                    _hiddenBox.Visible = false;
                    ctr.Controls.Add(_hiddenBox);
                    continue;
                }
                if (field.DCP_Style == "newline" ||
                    (field.DCP_ControlType == "textarea" &&
                    step > module.SPM_CNum - 2))
                {
                    step = 0;
                    vXPosition = xPosition;
                    yPosition += fHeight;
                }

                fTI = module.SPM_TI;
                fTX = module.SPM_TX;
                fTY = module.SPM_TY;
                fHeight = module.SPM_Height;
                textSize = new Size(fTX, fTY);//文本框的大小
                areaSize = new Size((fTX * 2) + module.SPM_LX + module.SPM_LI, fTY * 3);

                /////////如果字段有自定义的大小,则赋值到相关模块
                if (field.DCP_TI != 0 && field.DCP_TX != 0 && field.DCP_TY != 0 && field.DCP_Height != 0)
                {
                    textSize = new Size(field.DCP_TX, field.DCP_TY);
                    areaSize = new Size(field.DCP_TX, field.DCP_TY);
                    fTX = field.DCP_TX;
                    fTY = field.DCP_TY;
                    fTI = field.DCP_TI;
                    fHeight = field.DCP_Height;
                }

                Infragistics.Win.Misc.UltraLabel _lab = new Infragistics.Win.Misc.UltraLabel();
                _lab.Location = new Point(vXPosition, yPosition + 6);
                _lab.Name = module.SPM_LPrefix + field.DCP_ControlID.ToString();
                _lab.Size = lableSize;
                _lab.TabIndex = iTabInex++;
                _lab.Text = field.DCP_Label.ToString();
                ctr.Controls.Add(_lab);

                vXPosition += module.SPM_LI;

                #region 控件生成
                switch (field.DCP_ControlType)
                {
                    case "dec":
                        UltraNumericEditor _numBox = new UltraNumericEditor();
                        _numBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _numBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _numBox.Size = textSize;
                        _numBox.NumericType = NumericType.Double;
                        _numBox.TabIndex = iTabInex++;
                        _numBox.PromptChar = ' ';
                        _numBox.Nullable = true;
                        _numBox.NullText = "0";
                        if (field.DCP_IsReadonly == 1)
                        {
                            _numBox.ReadOnly = true;
                        }
                        ctr.Controls.Add(_numBox);
                        break;
                    case "int":
                        UltraNumericEditor _intBox = new UltraNumericEditor();
                        _intBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _intBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _intBox.Size = textSize;
                        _intBox.NumericType = NumericType.Integer;
                        _intBox.TabIndex = iTabInex++;
                        if (field.DCP_IsReadonly == 1)
                        {
                            _intBox.ReadOnly = true;
                        }
                        _intBox.PromptChar = ' ';
                        _intBox.Nullable = true;
                        _intBox.NullText = "";
                        ctr.Controls.Add(_intBox);
                        break;
                    case "text":
                        UltraTextEditor _textBox = new UltraTextEditor();
                        _textBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _textBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _textBox.Size = textSize;
                        _textBox.TabIndex = iTabInex++;
                        _textBox.Nullable = true;
                        if (field.DCP_IsReadonly == 1)
                        {
                            _textBox.ReadOnly = true;
                        }
                        ctr.Controls.Add(_textBox);
                        break;
                    case "textl":
                        UltraTextEditor _texBox = new UltraTextEditor();
                        _texBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _texBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _texBox.Size = new Size(textSize.Width * 2, textSize.Height);
                        _texBox.TabIndex = iTabInex++;
                        if (field.DCP_IsReadonly == 1)
                        {
                            _texBox.ReadOnly = true;
                        }
                        ctr.Controls.Add(_texBox);
                        step++;
                        vXPosition += (fTI + module.SPM_LI);
                        break;
                    case "textarea":

                        UltraTextEditor _mBox = new UltraTextEditor();
                        _mBox.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _mBox.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _mBox.Multiline = true;
                        _mBox.Size = areaSize;
                        _mBox.TabIndex = iTabInex++;
                        if (field.DCP_IsReadonly == 1)
                        {
                            _mBox.ReadOnly = true;
                        }
                        ctr.Controls.Add(_mBox);
                        break;
                    case "date":
                        UltraDateTimeEditor _dateCom = new UltraDateTimeEditor();
                        _dateCom.BackColor = System.Drawing.SystemColors.Window;
                        _dateCom.MaskInput = "yyyy-mm-dd";
                        _dateCom.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.OnMouseEnter;
                        _dateCom.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _dateCom.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _dateCom.Size = textSize;
                        _dateCom.TabIndex = iTabInex++;
                        _dateCom.Value = DateTime.Now;
                        _dateCom.PromptChar = ' ';
                        _dateCom.Nullable = true;
                        _dateCom.NullText = DateTime.Now.ToString();
                        if (field.DCP_IsReadonly == 1)
                        {
                            _dateCom.ReadOnly = true;
                        }
                        ctr.Controls.Add(_dateCom);
                        break;
                    case "time":
                        UltraDateTimeEditor _timeCom = new UltraDateTimeEditor();
                        _timeCom.BackColor = System.Drawing.SystemColors.Window;
                        _timeCom.MaskInput = "yyyy-mm-dd hh:mm";
                        _timeCom.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.OnMouseEnter;
                        _timeCom.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _timeCom.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _timeCom.Size = textSize;
                        _timeCom.TabIndex = iTabInex++;
                        _timeCom.Value = DateTime.Now;
                        _timeCom.PromptChar = ' ';
                        _timeCom.Nullable = true;
                        _timeCom.NullText = DateTime.Now.ToString();
                        if (field.DCP_IsReadonly == 1)
                        {
                            _timeCom.ReadOnly = true;
                        }
                        ctr.Controls.Add(_timeCom);
                        break;
                    case "dict":
                        UltraComboEditor _comEdit = new UltraComboEditor();
                        _comEdit.Location = new System.Drawing.Point(vXPosition, yPosition);
                        _comEdit.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        _comEdit.Size = textSize;
                        _comEdit.TabIndex = iTabInex++;
                        _comEdit.DropDownStyle = DropDownStyle.DropDownList;
                        _comEdit.Tag = field;
                        if (field.DCP_IsReadonly == 1)
                        {
                            _comEdit.ReadOnly = true;
                        }
                        _comEdit.ValueChanged += new EventHandler(_comEdit_ValueChanged);

                        ctr.Controls.Add(_comEdit);
                        //ExcuteWithReturnValue ddd = new ExcuteWithReturnValue(this.SetDictValue);

                        //ddd.BeginInvoke(_comEdit, field.DCP_Type, null, null);
                        SetDictValue(_comEdit, field.DCP_Type);
                        break;
                    case "ref":
                        #region UltraGrid 界面设置

                        UltraCombo uCom = new UltraCombo();
                        #endregion
                        uCom.Location = new System.Drawing.Point(vXPosition, yPosition);
                        uCom.Name = module.SPM_TPrefix + field.DCP_ControlID;
                        uCom.Size = textSize;
                        uCom.TabIndex = iTabInex++;
                        uCom.Tag = field;
                        //uCom.Text =
                        ctr.Controls.Add(uCom);
                        //if (uCom.Value == null)
                        //{
                        //    uCom.Value = "";
                        //}

                        string sql = string.Empty;
                        if (!string.IsNullOrEmpty(field.DCP_RefSQL))
                        {
                            refModule = instRef.GetListByWhere(string.Format(" and SPR_RefModule='{0}'", field.DCP_RefSQL)).FirstOrDefault();//获取参考
                            if (refModule != null)
                            {
                                sql = string.Format(refModule.SPR_RefSQL.Trim(), "", "");
                                DataTable refDate = new DataTable();
                                refDate = instField.GetRefData(sql);
                                uCom.DataSource = refDate.DefaultView;
                                uCom.DisplayMember = refModule.SPR_RefData;
                                uCom.ValueMember = refModule.SPR_RefValue;
                            }
                        }
                        if (!string.IsNullOrEmpty(field.DCP_PControl))
                        {
                            uCom.Enabled = false;
                        }

                        uCom.ValueChanged += new EventHandler(uCom_ValueChanged);
                        //uCom.BeforeDropDown += new System.ComponentModel.CancelEventHandler(uCom_BeforeDropDown);
                        uCom.TextChanged += new EventHandler(uCom_TextChanged);
                        //uCom.LostFocus += new EventHandler(uCom_LostFocus);
                        //uCom.InitializeLayout += new InitializeLayoutEventHandler(uCom_InitializeLayout);

                        if (field.DCP_IsReadonly == 1)
                        {
                            uCom.ReadOnly = true;
                        }
                        break;
                }
                #endregion

                if (field.DCP_ControlType == "textarea" && step + 2 < module.SPM_CNum - 2)
                {
                    vXPosition += fTI;//
                    step++;
                }
                else if (field.DCP_ControlType == "textarea" && step + 2 > module.SPM_CNum - 2)
                {
                    step = module.SPM_CNum - 1;

                    if (field.DCP_TI != 0 && field.DCP_TX != 0 && field.DCP_TY != 0 && field.DCP_Height != 0)
                    {
                        yPosition += fHeight;
                    }
                    else
                    {
                        yPosition += fHeight * 2 - 14; ;
                    }
                }

                vXPosition += fTI;
                if (controlWidth < vXPosition)
                {
                    controlWidth = vXPosition;
                }
                if (controlHeight < yPosition + module.SPM_Height)
                {
                    controlHeight = yPosition + module.SPM_Height;
                }
                if (step == module.SPM_CNum - 1)
                {
                    step = 0;
                    vXPosition = xPosition;
                    yPosition += module.SPM_Height;
                }
                else
                {
                    step++;
                }
            }
            ctr.Height = controlHeight;
            Size point = new Size(controlWidth + 20, controlHeight + 10);
            ctr.KeyUp += new KeyEventHandler(ctr_KeyUp);
            return point;
        }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SUPPLIERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SETTLEMENTNAME");
     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 ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_HELPCODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SETTLEMENTNAME");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     this.ultraGridRowEditTemplate1 = new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate();
     this.ugcpFS_SETTLEMENTNAME = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
     this.lblFS_SETTLEMENTNAME = new Infragistics.Win.Misc.UltraLabel();
     this.btnTemplateOk = new Infragistics.Win.Misc.UltraButton();
     this.btnTemplateCancel = new Infragistics.Win.Misc.UltraButton();
     this.ultraGridRowEditTemplate2 = new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate();
     this.ugcpFS_SETTLEMENTNAME1 = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
     this.lblFS_SETTLEMENTNAME1 = new Infragistics.Win.Misc.UltraLabel();
     this.btnTemplateOk1 = new Infragistics.Win.Misc.UltraButton();
     this.btnTemplateCancel1 = new Infragistics.Win.Misc.UltraButton();
     this.SettleMentManager_Fill_Panel = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     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.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     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();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).BeginInit();
     this.ultraGridRowEditTemplate1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate2)).BeginInit();
     this.ultraGridRowEditTemplate2.SuspendLayout();
     this.SettleMentManager_Fill_Panel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel1_Fill_Panel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGridRowEditTemplate1
     //
     appearance13.BackColor = System.Drawing.Color.SkyBlue;
     this.ultraGridRowEditTemplate1.Appearance = appearance13;
     this.ultraGridRowEditTemplate1.AutoScroll = true;
     this.ultraGridRowEditTemplate1.BackColor = System.Drawing.Color.SkyBlue;
     this.ultraGridRowEditTemplate1.BandHierarchyLevel = 0;
     this.ultraGridRowEditTemplate1.BandKey = "Table1";
     this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_GY", typeof(string), "Table1", 0));
     this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_SUPPLIERNAME", typeof(string), "Table1", 0));
     this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_HELPCODE", typeof(string), "Table1", 0));
     this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_SETTLEMENTNAME", typeof(string), "Table1", 0));
     this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpFS_SETTLEMENTNAME);
     this.ultraGridRowEditTemplate1.Controls.Add(this.lblFS_SETTLEMENTNAME);
     this.ultraGridRowEditTemplate1.Controls.Add(this.btnTemplateOk);
     this.ultraGridRowEditTemplate1.Controls.Add(this.btnTemplateCancel);
     this.ultraGridRowEditTemplate1.DialogSettings.AcceptButton = this.btnTemplateOk;
     this.ultraGridRowEditTemplate1.DialogSettings.CancelButton = this.btnTemplateCancel;
     this.ultraGridRowEditTemplate1.Location = new System.Drawing.Point(136, 74);
     this.ultraGridRowEditTemplate1.Name = "ultraGridRowEditTemplate1";
     this.ultraGridRowEditTemplate1.Size = new System.Drawing.Size(255, 77);
     this.ultraGridRowEditTemplate1.TabIndex = 3;
     this.ultraGridRowEditTemplate1.Visible = false;
     //
     // ugcpFS_SETTLEMENTNAME
     //
     this.ugcpFS_SETTLEMENTNAME.ColumnKey = "FS_SETTLEMENTNAME";
     this.ugcpFS_SETTLEMENTNAME.Location = new System.Drawing.Point(71, 5);
     this.ugcpFS_SETTLEMENTNAME.Name = "ugcpFS_SETTLEMENTNAME";
     this.ugcpFS_SETTLEMENTNAME.Size = new System.Drawing.Size(159, 20);
     this.ugcpFS_SETTLEMENTNAME.TabIndex = 1;
     this.ugcpFS_SETTLEMENTNAME.Text = "FS_SETTLEMENTNAME";
     //
     // lblFS_SETTLEMENTNAME
     //
     this.lblFS_SETTLEMENTNAME.AutoSize = true;
     this.lblFS_SETTLEMENTNAME.Location = new System.Drawing.Point(5, 5);
     this.lblFS_SETTLEMENTNAME.Name = "lblFS_SETTLEMENTNAME";
     this.lblFS_SETTLEMENTNAME.Size = new System.Drawing.Size(60, 16);
     this.lblFS_SETTLEMENTNAME.TabIndex = 0;
     this.lblFS_SETTLEMENTNAME.Tag = "FS_SETTLEMENTNAME";
     this.lblFS_SETTLEMENTNAME.Text = "结算单位:";
     //
     // btnTemplateOk
     //
     this.btnTemplateOk.Location = new System.Drawing.Point(73, 36);
     this.btnTemplateOk.Name = "btnTemplateOk";
     this.btnTemplateOk.Size = new System.Drawing.Size(75, 23);
     this.btnTemplateOk.TabIndex = 2;
     this.btnTemplateOk.Text = "&更新";
     this.btnTemplateOk.Click += new System.EventHandler(this.btnTemplateOk_Click);
     //
     // btnTemplateCancel
     //
     this.btnTemplateCancel.Location = new System.Drawing.Point(153, 36);
     this.btnTemplateCancel.Name = "btnTemplateCancel";
     this.btnTemplateCancel.Size = new System.Drawing.Size(75, 23);
     this.btnTemplateCancel.TabIndex = 3;
     this.btnTemplateCancel.Text = "&取消";
     this.btnTemplateCancel.Click += new System.EventHandler(this.btnTemplateCancel_Click);
     //
     // ultraGridRowEditTemplate2
     //
     appearance14.BackColor = System.Drawing.Color.SkyBlue;
     this.ultraGridRowEditTemplate2.Appearance = appearance14;
     this.ultraGridRowEditTemplate2.AutoScroll = true;
     this.ultraGridRowEditTemplate2.BackColor = System.Drawing.Color.SkyBlue;
     this.ultraGridRowEditTemplate2.BandHierarchyLevel = 0;
     this.ultraGridRowEditTemplate2.BandKey = "Table2";
     this.ultraGridRowEditTemplate2.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_FH", typeof(string), "Table2", 0));
     this.ultraGridRowEditTemplate2.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_MEMO", typeof(string), "Table2", 0));
     this.ultraGridRowEditTemplate2.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_HELPCODE", typeof(string), "Table2", 0));
     this.ultraGridRowEditTemplate2.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FS_SETTLEMENTNAME", typeof(string), "Table2", 0));
     this.ultraGridRowEditTemplate2.Controls.Add(this.ugcpFS_SETTLEMENTNAME1);
     this.ultraGridRowEditTemplate2.Controls.Add(this.lblFS_SETTLEMENTNAME1);
     this.ultraGridRowEditTemplate2.Controls.Add(this.btnTemplateOk1);
     this.ultraGridRowEditTemplate2.Controls.Add(this.btnTemplateCancel1);
     this.ultraGridRowEditTemplate2.DialogSettings.AcceptButton = this.btnTemplateOk1;
     this.ultraGridRowEditTemplate2.DialogSettings.CancelButton = this.btnTemplateCancel1;
     this.ultraGridRowEditTemplate2.Location = new System.Drawing.Point(139, 74);
     this.ultraGridRowEditTemplate2.Name = "ultraGridRowEditTemplate2";
     this.ultraGridRowEditTemplate2.Size = new System.Drawing.Size(255, 77);
     this.ultraGridRowEditTemplate2.TabIndex = 2;
     this.ultraGridRowEditTemplate2.Visible = false;
     //
     // ugcpFS_SETTLEMENTNAME1
     //
     this.ugcpFS_SETTLEMENTNAME1.ColumnKey = "FS_SETTLEMENTNAME";
     this.ugcpFS_SETTLEMENTNAME1.Location = new System.Drawing.Point(64, 5);
     this.ugcpFS_SETTLEMENTNAME1.Name = "ugcpFS_SETTLEMENTNAME1";
     this.ugcpFS_SETTLEMENTNAME1.Size = new System.Drawing.Size(166, 20);
     this.ugcpFS_SETTLEMENTNAME1.TabIndex = 1;
     this.ugcpFS_SETTLEMENTNAME1.Text = "FS_SETTLEMENTNAME";
     //
     // lblFS_SETTLEMENTNAME1
     //
     this.lblFS_SETTLEMENTNAME1.Location = new System.Drawing.Point(5, 5);
     this.lblFS_SETTLEMENTNAME1.Name = "lblFS_SETTLEMENTNAME1";
     this.lblFS_SETTLEMENTNAME1.Size = new System.Drawing.Size(100, 20);
     this.lblFS_SETTLEMENTNAME1.TabIndex = 0;
     this.lblFS_SETTLEMENTNAME1.Tag = "FS_SETTLEMENTNAME";
     this.lblFS_SETTLEMENTNAME1.Text = "结算单位:";
     //
     // btnTemplateOk1
     //
     this.btnTemplateOk1.Location = new System.Drawing.Point(75, 36);
     this.btnTemplateOk1.Name = "btnTemplateOk1";
     this.btnTemplateOk1.Size = new System.Drawing.Size(75, 23);
     this.btnTemplateOk1.TabIndex = 2;
     this.btnTemplateOk1.Text = "&更新";
     this.btnTemplateOk1.Click += new System.EventHandler(this.btnTemplateOk1_Click);
     //
     // btnTemplateCancel1
     //
     this.btnTemplateCancel1.Location = new System.Drawing.Point(155, 36);
     this.btnTemplateCancel1.Name = "btnTemplateCancel1";
     this.btnTemplateCancel1.Size = new System.Drawing.Size(75, 23);
     this.btnTemplateCancel1.TabIndex = 3;
     this.btnTemplateCancel1.Text = "&取消";
     this.btnTemplateCancel1.Click += new System.EventHandler(this.btnTemplateCancel1_Click);
     //
     // SettleMentManager_Fill_Panel
     //
     this.SettleMentManager_Fill_Panel.Controls.Add(this.panel1);
     this.SettleMentManager_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.SettleMentManager_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SettleMentManager_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.SettleMentManager_Fill_Panel.Name = "SettleMentManager_Fill_Panel";
     this.SettleMentManager_Fill_Panel.Size = new System.Drawing.Size(1002, 587);
     this.SettleMentManager_Fill_Panel.TabIndex = 0;
     //
     // panel1
     //
     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.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(1002, 587);
     this.panel1.TabIndex = 0;
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Controls.Add(this.splitContainer1);
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1002, 559);
     this.panel1_Fill_Panel.TabIndex = 0;
     //
     // splitContainer1
     //
     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.ultraGroupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(1002, 559);
     this.splitContainer1.SplitterDistance = 544;
     this.splitContainer1.TabIndex = 3;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGridRowEditTemplate1);
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     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(544, 559);
     this.ultraGroupBox1.TabIndex = 3;
     this.ultraGroupBox1.Text = "供应商(双击行更新结算单位)";
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DataMember = "Table1";
     this.ultraGrid1.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.ultraGrid1.DisplayLayout.Appearance = appearance7;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4});
     ultraGridBand1.RowEditTemplate = this.ultraGridRowEditTemplate1;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance8;
     this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance9.ForeColor = System.Drawing.Color.White;
     appearance9.TextHAlignAsString = "Left";
     appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance9;
     appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
     this.ultraGrid1.DisplayLayout.Override.RowEditTemplateUIType = Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.OnDoubleClickRow;
     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.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance12;
     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.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(538, 538);
     this.ultraGrid1.TabIndex = 1;
     this.ultraGrid1.AfterRowEditTemplateDisplayed += new Infragistics.Win.UltraWinGrid.AfterRowEditTemplateDisplayedEventHandler(this.ultraGrid1_AfterRowEditTemplateDisplayed);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "供应商编码";
     this.dataColumn1.ColumnName = "FS_GY";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "供应商";
     this.dataColumn2.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "拼音助记码";
     this.dataColumn3.ColumnName = "FS_HELPCODE";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "结算单位";
     this.dataColumn4.ColumnName = "FS_SETTLEMENTNAME";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "发货单位编码";
     this.dataColumn5.ColumnName = "FS_FH";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "发货单位";
     this.dataColumn6.ColumnName = "FS_MEMO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "拼音助记码";
     this.dataColumn7.ColumnName = "FS_HELPCODE";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "结算单位";
     this.dataColumn8.ColumnName = "FS_SETTLEMENTNAME";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGridRowEditTemplate2);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
     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(454, 559);
     this.ultraGroupBox2.TabIndex = 4;
     this.ultraGroupBox2.Text = "发货单位(双击行更新结算单位)";
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid2
     //
     this.ultraGrid2.DataMember = "Table2";
     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;
     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});
     ultraGridBand2.RowEditTemplate = this.ultraGridRowEditTemplate2;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid2.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance2;
     this.ultraGrid2.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid2.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.ForeColor = System.Drawing.Color.White;
     appearance3.TextHAlignAsString = "Left";
     appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.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;
     this.ultraGrid2.DisplayLayout.Override.RowEditTemplateUIType = Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.OnDoubleClickRow;
     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)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.ForeColor = System.Drawing.Color.Black;
     this.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.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(448, 538);
     this.ultraGrid2.TabIndex = 1;
     this.ultraGrid2.AfterRowEditTemplateDisplayed += new Infragistics.Win.UltraWinGrid.AfterRowEditTemplateDisplayedEventHandler(this.ultraGrid2_AfterRowEditTemplateDisplayed);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._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, 559);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool1});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     buttonTool2.SharedPropsInternal.Caption = "查询";
     buttonTool2.SharedPropsInternal.CustomizerCaption = "查询";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1002, 28);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 559);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1002, 28);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._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, 587);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1002, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // SettleMentManager
     //
     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.SettleMentManager_Fill_Panel);
     this.Name = "SettleMentManager";
     this.Text = "SettleMentManager";
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).EndInit();
     this.ultraGridRowEditTemplate1.ResumeLayout(false);
     this.ultraGridRowEditTemplate1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate2)).EndInit();
     this.ultraGridRowEditTemplate2.ResumeLayout(false);
     this.SettleMentManager_Fill_Panel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1_Fill_Panel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbBeginDate2  = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate2  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate2    = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate2    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbBeginDate   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate     = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkIs          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraButton1   = new Infragistics.Win.Misc.UltraButton();
     this.btnOK          = new Infragistics.Win.Misc.UltraButton();
     this.txtJobName     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1    = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid1     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
     this.ultraGroupBox1.Controls.Add(this.chkIs);
     this.ultraGroupBox1.Controls.Add(this.ultraButton1);
     this.ultraGroupBox1.Controls.Add(this.btnOK);
     this.ultraGroupBox1.Controls.Add(this.txtJobName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Location = new System.Drawing.Point(128, 40);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(744, 176);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.cmbBeginDate2);
     this.ultraGroupBox3.Controls.Add(this.chkBeginDate2);
     this.ultraGroupBox3.Controls.Add(this.cmbEndDate2);
     this.ultraGroupBox3.Controls.Add(this.chkEndDate2);
     this.ultraGroupBox3.Location = new System.Drawing.Point(328, 64);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(296, 96);
     this.ultraGroupBox3.TabIndex = 17;
     this.ultraGroupBox3.Text     = "招聘会结束时间";
     //
     // cmbBeginDate2
     //
     this.cmbBeginDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate2.Location     = new System.Drawing.Point(136, 24);
     this.cmbBeginDate2.MaskInput    = "{date} {time}";
     this.cmbBeginDate2.Name         = "cmbBeginDate2";
     this.cmbBeginDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate2.TabIndex     = 12;
     //
     // chkBeginDate2
     //
     this.chkBeginDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate2.Location    = new System.Drawing.Point(16, 24);
     this.chkBeginDate2.Name        = "chkBeginDate2";
     this.chkBeginDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate2.TabIndex    = 14;
     this.chkBeginDate2.Text        = "开始时间";
     //
     // cmbEndDate2
     //
     this.cmbEndDate2.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate2.Location     = new System.Drawing.Point(136, 56);
     this.cmbEndDate2.MaskInput    = "{date} {time}";
     this.cmbEndDate2.Name         = "cmbEndDate2";
     this.cmbEndDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate2.TabIndex     = 13;
     this.cmbEndDate2.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // chkEndDate2
     //
     this.chkEndDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate2.Location    = new System.Drawing.Point(16, 56);
     this.chkEndDate2.Name        = "chkEndDate2";
     this.chkEndDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate2.TabIndex    = 15;
     this.chkEndDate2.Text        = "结束时间";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.cmbBeginDate);
     this.ultraGroupBox2.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox2.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox2.Controls.Add(this.chkEndDate);
     this.ultraGroupBox2.Location = new System.Drawing.Point(24, 64);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(296, 96);
     this.ultraGroupBox2.TabIndex = 16;
     this.ultraGroupBox2.Text     = "招聘会开始时间";
     //
     // cmbBeginDate
     //
     this.cmbBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate.Location     = new System.Drawing.Point(136, 24);
     this.cmbBeginDate.MaskInput    = "{date} {time}";
     this.cmbBeginDate.Name         = "cmbBeginDate";
     this.cmbBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate.TabIndex     = 12;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(16, 24);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 14;
     this.chkBeginDate.Text        = "开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(136, 56);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 13;
     this.cmbEndDate.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // chkEndDate
     //
     this.chkEndDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location    = new System.Drawing.Point(16, 56);
     this.chkEndDate.Name        = "chkEndDate";
     this.chkEndDate.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate.TabIndex    = 15;
     this.chkEndDate.Text        = "结束时间";
     //
     // chkIs
     //
     this.chkIs.Location = new System.Drawing.Point(392, 32);
     this.chkIs.Name     = "chkIs";
     this.chkIs.Size     = new System.Drawing.Size(120, 20);
     this.chkIs.TabIndex = 4;
     this.chkIs.Text     = "是否失效";
     //
     // ultraButton1
     //
     this.ultraButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton1.Location    = new System.Drawing.Point(648, 104);
     this.ultraButton1.Name        = "ultraButton1";
     this.ultraButton1.Size        = new System.Drawing.Size(75, 23);
     this.ultraButton1.TabIndex    = 3;
     this.ultraButton1.Text        = "取消";
     this.ultraButton1.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // btnOK
     //
     this.btnOK.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnOK.Location    = new System.Drawing.Point(648, 64);
     this.btnOK.Name        = "btnOK";
     this.btnOK.Size        = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex    = 2;
     this.btnOK.Text        = "查询";
     this.btnOK.Click      += new System.EventHandler(this.btnOK_Click);
     //
     // txtJobName
     //
     this.txtJobName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtJobName.Location     = new System.Drawing.Point(240, 32);
     this.txtJobName.Name         = "txtJobName";
     this.txtJobName.Size         = new System.Drawing.Size(136, 21);
     this.txtJobName.TabIndex     = 1;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(136, 32);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 16);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text     = "招聘会名称:";
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location          = new System.Drawing.Point(128, 231);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(744, 328);
     this.ultraGrid1.TabIndex          = 1;
     this.ultraGrid1.Text              = "招聘会信息";
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // JobQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1183, 571);
     this.Controls.Add(this.ultraGrid1);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "JobQuery";
     this.Text  = "招聘会信息查询";
     this.Load += new System.EventHandler(this.JobQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            var Appearance2 = new Infragistics.Win.Appearance();

            ComboBoxNetworkInterfaces = new ComboBox();
            ComboBoxNetworkInterfaces.SelectedIndexChanged += new EventHandler(ComboBoxNetworkInterfaces_SelectedIndexChanged);
            LabelNetworkInterfaces = new Infragistics.Win.Misc.UltraLabel();
            ButtonCancel           = new Button();
            ButtonOK         = new Button();
            LabelInterfaceIP = new Infragistics.Win.Misc.UltraLabel();
            SuspendLayout();
            //
            // ComboBoxNetworkInterfaces
            //
            ComboBoxNetworkInterfaces.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxNetworkInterfaces.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxNetworkInterfaces.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxNetworkInterfaces.Location           = new Point(12, 30);
            ComboBoxNetworkInterfaces.Name     = "ComboBoxNetworkInterfaces";
            ComboBoxNetworkInterfaces.Size     = new Size(375, 21);
            ComboBoxNetworkInterfaces.TabIndex = 1;
            //
            // LabelNetworkInterfaces
            //
            LabelNetworkInterfaces.Location = new Point(12, 12);
            LabelNetworkInterfaces.Name     = "LabelNetworkInterfaces";
            LabelNetworkInterfaces.Size     = new Size(105, 23);
            LabelNetworkInterfaces.TabIndex = 0;
            LabelNetworkInterfaces.Text     = "&Network Interfaces:";
            //
            // ButtonCancel
            //
            ButtonCancel.DialogResult            = DialogResult.Cancel;
            ButtonCancel.Location                = new Point(312, 63);
            ButtonCancel.Name                    = "ButtonCancel";
            ButtonCancel.Size                    = new Size(75, 23);
            ButtonCancel.TabIndex                = 3;
            ButtonCancel.Text                    = "&Cancel";
            ButtonCancel.UseVisualStyleBackColor = true;
            //
            // ButtonOK
            //
            ButtonOK.DialogResult            = DialogResult.OK;
            ButtonOK.Location                = new Point(231, 63);
            ButtonOK.Name                    = "ButtonOK";
            ButtonOK.Size                    = new Size(75, 23);
            ButtonOK.TabIndex                = 2;
            ButtonOK.Text                    = "&OK";
            ButtonOK.UseVisualStyleBackColor = true;
            //
            // LabelInterfaceIP
            //
            Appearance2.TextHAlignAsString = "Right";
            Appearance2.TextVAlignAsString = "Top";
            LabelInterfaceIP.Appearance    = Appearance2;
            LabelInterfaceIP.Location      = new Point(112, 12);
            LabelInterfaceIP.Name          = "LabelInterfaceIP";
            LabelInterfaceIP.Size          = new Size(275, 20);
            LabelInterfaceIP.TabIndex      = 4;
            LabelInterfaceIP.Text          = "0.0.0.0";
            //
            // NetworkInterfaceSelector
            //
            AcceptButton        = ButtonOK;
            AutoScaleDimensions = new SizeF(6.0f, 13.0f);
            AutoScaleMode       = AutoScaleMode.Font;
            CancelButton        = ButtonCancel;
            ClientSize          = new Size(399, 98);
            ControlBox          = false;
            Controls.Add(ComboBoxNetworkInterfaces);
            Controls.Add(LabelInterfaceIP);
            Controls.Add(ButtonCancel);
            Controls.Add(ButtonOK);
            Controls.Add(LabelNetworkInterfaces);
            FormBorderStyle = FormBorderStyle.FixedDialog;
            MaximizeBox     = false;
            MinimizeBox     = false;
            Name            = "NetworkInterfaceSelector";
            ShowIcon        = false;
            ShowInTaskbar   = false;
            SizeGripStyle   = SizeGripStyle.Hide;
            StartPosition   = FormStartPosition.CenterParent;
            Text            = "Select Desired Network Interface";
            ResumeLayout(false);
        }
Exemplo n.º 23
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAplicacionDePagos));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uteTotalDestino    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1             = new System.Windows.Forms.Label();
     this.gridEXCompDestino  = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbCuenta        = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalImputado  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label2            = new System.Windows.Forms.Label();
     this.gridCompAImputar  = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.uteTotalDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.gridEXCompDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(702, 160);
     this.ultraExplorerBarContainerControl5.TabIndex = 6;
     //
     // uteTotalDestino
     //
     this.uteTotalDestino.Location    = new System.Drawing.Point(584, 40);
     this.uteTotalDestino.Name        = "uteTotalDestino";
     this.uteTotalDestino.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uteTotalDestino.ReadOnly    = true;
     this.uteTotalDestino.Size        = new System.Drawing.Size(120, 21);
     this.uteTotalDestino.TabIndex    = 1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(584, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 16);
     this.label1.TabIndex  = 38;
     this.label1.Text      = "Total: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridEXCompDestino
     //
     this.gridEXCompDestino.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXCompDestino.GroupByBoxVisible  = false;
     this.gridEXCompDestino.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXCompDestino.Location           = new System.Drawing.Point(0, 24);
     this.gridEXCompDestino.Name         = "gridEXCompDestino";
     this.gridEXCompDestino.Size         = new System.Drawing.Size(584, 128);
     this.gridEXCompDestino.TabIndex     = 2;
     this.gridEXCompDestino.DoubleClick += new System.EventHandler(this.gridEXCompDestino_DoubleClick);
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete         = true;
     this.mzCEInstanciasCaja.DataSource           = null;
     this.mzCEInstanciasCaja.DisplayMember        = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption = "";
     this.mzCEInstanciasCaja.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(120, 24);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(184, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 1;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel4.TabIndex  = 36;
     this.ultraLabel4.Text      = "Instancia de Caja";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EditObject           = null;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbCuenta.HierarchicalSearch   = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 0);
     this.mzCmbCuenta.Name                 = "mzCmbCuenta";
     this.mzCmbCuenta.ReadOnly             = false;
     this.mzCmbCuenta.SearchObject         = null;
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size                 = new System.Drawing.Size(464, 22);
     this.mzCmbCuenta.TabIndex             = 0;
     this.mzCmbCuenta.ValueChanged        += new System.EventHandler(this.mzCmbCuenta_ValueChanged);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 3);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex  = 25;
     this.ultraLabel1.Text      = "Cuenta";
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotalImputado);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCompAImputar);
     this.ultraExplorerBarContainerControl1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 268);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(702, 144);
     this.ultraExplorerBarContainerControl1.TabIndex = 7;
     //
     // uneTotalImputado
     //
     this.uneTotalImputado.Location    = new System.Drawing.Point(584, 16);
     this.uneTotalImputado.Name        = "uneTotalImputado";
     this.uneTotalImputado.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalImputado.ReadOnly    = true;
     this.uneTotalImputado.Size        = new System.Drawing.Size(120, 21);
     this.uneTotalImputado.TabIndex    = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(584, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 16);
     this.label2.TabIndex  = 36;
     this.label2.Text      = "Total: ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridCompAImputar
     //
     this.gridCompAImputar.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridCompAImputar.GroupByBoxVisible  = false;
     this.gridCompAImputar.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridCompAImputar.Location           = new System.Drawing.Point(3, 2);
     this.gridCompAImputar.Name         = "gridCompAImputar";
     this.gridCompAImputar.Size         = new System.Drawing.Size(581, 128);
     this.gridCompAImputar.TabIndex     = 0;
     this.gridCompAImputar.DoubleClick += new System.EventHandler(this.gridCompAImputar_DoubleClick);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbGuardar
     });
     this.toolBarStandar.ButtonSize     = new System.Drawing.Size(65, 22);
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(768, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbGuardar
     //
     this.tbbGuardar.ImageIndex = 4;
     this.tbbGuardar.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 160;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Informacion General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 144;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Comprobantes A Imputar";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location   = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name       = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;       //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Scrollbars = Infragistics.Win.UltraWinExplorerBar.ScrollbarStyle.Always;
     this.ultraExplorerBar1.Size       = new System.Drawing.Size(768, 377);
     this.ultraExplorerBar1.TabIndex   = 20;
     this.ultraExplorerBar1.TabStop    = false;
     //
     // FrmAplicacionDePagos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(768, 405);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAplicacionDePagos";
     this.Text = "Aplicacion de Pago";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.saveFileDialog1          = new System.Windows.Forms.SaveFileDialog();
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel6              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbProduct               = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnExcel                 = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel5              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1              = new Infragistics.Win.Misc.UltraLabel();
     this.chkEndDate               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkBeginDate             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate               = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBeginDate             = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbOperName              = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraButton1             = new Infragistics.Win.Misc.UltraButton();
     this.btnQuery                 = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberCardNo          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraPrintPreviewDialog1 = new Infragistics.Win.Printing.UltraPrintPreviewDialog(this.components);
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGridPrintDocument1  = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
     this.ultraGridExcelExporter1  = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOperName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox2.Controls.Add(this.cmbProduct);
     this.ultraGroupBox2.Controls.Add(this.btnExcel);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox2.Controls.Add(this.chkEndDate);
     this.ultraGroupBox2.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox2.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox2.Controls.Add(this.cmbBeginDate);
     this.ultraGroupBox2.Controls.Add(this.cmbOperName);
     this.ultraGroupBox2.Controls.Add(this.ultraButton1);
     this.ultraGroupBox2.Controls.Add(this.btnQuery);
     this.ultraGroupBox2.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox2.Controls.Add(this.txtMemberName);
     this.ultraGroupBox2.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox2.Location = new System.Drawing.Point(28, 32);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(888, 150);
     this.ultraGroupBox2.TabIndex = 8;
     this.ultraGroupBox2.Text     = "查找";
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(288, 64);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(88, 23);
     this.ultraLabel6.TabIndex = 41;
     this.ultraLabel6.Text     = "服务产品:";
     //
     // cmbProduct
     //
     this.cmbProduct.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbProduct.Location     = new System.Drawing.Point(392, 64);
     this.cmbProduct.Name         = "cmbProduct";
     this.cmbProduct.Size         = new System.Drawing.Size(144, 21);
     this.cmbProduct.TabIndex     = 40;
     //
     // btnExcel
     //
     this.btnExcel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnExcel.Location    = new System.Drawing.Point(504, 104);
     this.btnExcel.Name        = "btnExcel";
     this.btnExcel.Size        = new System.Drawing.Size(75, 23);
     this.btnExcel.TabIndex    = 37;
     this.btnExcel.Text        = "导出EXCEL";
     this.btnExcel.Click      += new System.EventHandler(this.btnExcel_Click);
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(288, 32);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 36;
     this.ultraLabel5.Text     = "操作员:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(24, 112);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 34;
     this.ultraLabel3.Text     = "单位名称:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(24, 72);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 33;
     this.ultraLabel2.Text     = "工商注册号:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(24, 32);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 32;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // chkEndDate
     //
     this.chkEndDate.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location   = new System.Drawing.Point(552, 72);
     this.chkEndDate.Name       = "chkEndDate";
     this.chkEndDate.Size       = new System.Drawing.Size(96, 20);
     this.chkEndDate.TabIndex   = 31;
     this.chkEndDate.Text       = "操作结束时间";
     //
     // chkBeginDate
     //
     this.chkBeginDate.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location   = new System.Drawing.Point(552, 32);
     this.chkBeginDate.Name       = "chkBeginDate";
     this.chkBeginDate.Size       = new System.Drawing.Size(96, 20);
     this.chkBeginDate.TabIndex   = 30;
     this.chkBeginDate.Text       = "操作开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(656, 72);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 29;
     this.cmbEndDate.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // cmbBeginDate
     //
     this.cmbBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate.Location     = new System.Drawing.Point(656, 32);
     this.cmbBeginDate.MaskInput    = "{date} {time}";
     this.cmbBeginDate.Name         = "cmbBeginDate";
     this.cmbBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate.TabIndex     = 28;
     //
     // cmbOperName
     //
     this.cmbOperName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbOperName.Location     = new System.Drawing.Point(392, 32);
     this.cmbOperName.Name         = "cmbOperName";
     this.cmbOperName.Size         = new System.Drawing.Size(144, 21);
     this.cmbOperName.TabIndex     = 27;
     //
     // ultraButton1
     //
     this.ultraButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton1.Location    = new System.Drawing.Point(400, 104);
     this.ultraButton1.Name        = "ultraButton1";
     this.ultraButton1.Size        = new System.Drawing.Size(75, 23);
     this.ultraButton1.TabIndex    = 19;
     this.ultraButton1.Text        = "打印";
     this.ultraButton1.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(296, 104);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 18;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(128, 72);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(136, 21);
     this.txtPaperNo.TabIndex     = 17;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(128, 112);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(136, 21);
     this.txtMemberName.TabIndex     = 15;
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(128, 32);
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(136, 21);
     this.txtMemberCardNo.TabIndex     = 13;
     //
     // ultraPrintPreviewDialog1
     //
     this.ultraPrintPreviewDialog1.Name = "ultraPrintPreviewDialog1";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox1.Location = new System.Drawing.Point(48, 205);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(840, 379);
     this.ultraGroupBox1.TabIndex = 9;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.DisplayLayout.ViewStyle   = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Location          = new System.Drawing.Point(152, 56);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(192, 80);
     this.ultraGrid1.TabIndex          = 4;
     this.ultraGrid1.Text              = "查询结果";
     this.ultraGrid1.InitializePrint  += new Infragistics.Win.UltraWinGrid.InitializePrintEventHandler(this.ultraGrid1_InitializePrint);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // ProductReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(944, 597);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "ProductReport";
     this.Text  = Login.constApp.strCardTypeL8Name + "服务产品消费报表";
     this.Load += new System.EventHandler(this.ProductReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOperName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraGroupBox1   = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox4   = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbBeginDate2    = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate2    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate2      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate2      = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraGroupBox3   = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbBeginDate     = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate       = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate       = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtJobName       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1      = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery         = new Infragistics.Win.Misc.UltraButton();
     this.ultraGrid1       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox2   = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraCombo1      = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.cmbBookEndDate   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBookBeginDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraLabel5      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6      = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnd           = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBegin         = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.txtJobName2      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7      = new Infragistics.Win.Misc.UltraLabel();
     this.btnOK            = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel        = new Infragistics.Win.Misc.UltraButton();
     this.txtPrice         = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBegin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName2)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox4);
     this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
     this.ultraGroupBox1.Controls.Add(this.txtJobName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Location = new System.Drawing.Point(208, 12);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(736, 161);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text     = "招聘会信息修改";
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.Controls.Add(this.cmbBeginDate2);
     this.ultraGroupBox4.Controls.Add(this.chkBeginDate2);
     this.ultraGroupBox4.Controls.Add(this.cmbEndDate2);
     this.ultraGroupBox4.Controls.Add(this.chkEndDate2);
     this.ultraGroupBox4.Location = new System.Drawing.Point(328, 61);
     this.ultraGroupBox4.Name     = "ultraGroupBox4";
     this.ultraGroupBox4.Size     = new System.Drawing.Size(296, 96);
     this.ultraGroupBox4.TabIndex = 18;
     this.ultraGroupBox4.Text     = "招聘会结束时间";
     //
     // cmbBeginDate2
     //
     this.cmbBeginDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate2.Location     = new System.Drawing.Point(136, 24);
     this.cmbBeginDate2.MaskInput    = "{date} {time}";
     this.cmbBeginDate2.Name         = "cmbBeginDate2";
     this.cmbBeginDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate2.TabIndex     = 12;
     //
     // chkBeginDate2
     //
     this.chkBeginDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate2.Location    = new System.Drawing.Point(16, 24);
     this.chkBeginDate2.Name        = "chkBeginDate2";
     this.chkBeginDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate2.TabIndex    = 14;
     this.chkBeginDate2.Text        = "开始时间";
     //
     // cmbEndDate2
     //
     this.cmbEndDate2.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate2.Location     = new System.Drawing.Point(136, 56);
     this.cmbEndDate2.MaskInput    = "{date} {time}";
     this.cmbEndDate2.Name         = "cmbEndDate2";
     this.cmbEndDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate2.TabIndex     = 13;
     this.cmbEndDate2.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // chkEndDate2
     //
     this.chkEndDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate2.Location    = new System.Drawing.Point(16, 56);
     this.chkEndDate2.Name        = "chkEndDate2";
     this.chkEndDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate2.TabIndex    = 15;
     this.chkEndDate2.Text        = "结束时间";
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.cmbBeginDate);
     this.ultraGroupBox3.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox3.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox3.Controls.Add(this.chkEndDate);
     this.ultraGroupBox3.Location = new System.Drawing.Point(16, 61);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(296, 96);
     this.ultraGroupBox3.TabIndex = 17;
     this.ultraGroupBox3.Text     = "招聘会开始时间";
     //
     // cmbBeginDate
     //
     this.cmbBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate.Location     = new System.Drawing.Point(136, 24);
     this.cmbBeginDate.MaskInput    = "{date} {time}";
     this.cmbBeginDate.Name         = "cmbBeginDate";
     this.cmbBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate.TabIndex     = 12;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(16, 24);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 14;
     this.chkBeginDate.Text        = "开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(136, 56);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 13;
     this.cmbEndDate.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // chkEndDate
     //
     this.chkEndDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location    = new System.Drawing.Point(16, 56);
     this.chkEndDate.Name        = "chkEndDate";
     this.chkEndDate.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate.TabIndex    = 15;
     this.chkEndDate.Text        = "结束时间";
     //
     // txtJobName
     //
     this.txtJobName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtJobName.Location     = new System.Drawing.Point(320, 21);
     this.txtJobName.Name         = "txtJobName";
     this.txtJobName.Size         = new System.Drawing.Size(224, 21);
     this.txtJobName.TabIndex     = 2;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(216, 21);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 1;
     this.ultraLabel1.Text     = "招聘会名称:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(640, 61);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 0;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location           = new System.Drawing.Point(12, 179);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(772, 360);
     this.ultraGrid1.TabIndex           = 1;
     this.ultraGrid1.Text               = "招聘会信息";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.txtPrice);
     this.ultraGroupBox2.Controls.Add(this.ultraCombo1);
     this.ultraGroupBox2.Controls.Add(this.cmbBookEndDate);
     this.ultraGroupBox2.Controls.Add(this.cmbBookBeginDate);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox2.Controls.Add(this.cmbEnd);
     this.ultraGroupBox2.Controls.Add(this.cmbBegin);
     this.ultraGroupBox2.Controls.Add(this.txtJobName2);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox2.Controls.Add(this.btnOK);
     this.ultraGroupBox2.Controls.Add(this.btnCancel);
     this.ultraGroupBox2.Location = new System.Drawing.Point(790, 179);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(365, 384);
     this.ultraGroupBox2.TabIndex = 9;
     this.ultraGroupBox2.Text     = "招聘会信息修改";
     //
     // ultraCombo1
     //
     this.ultraCombo1.CharacterCasing   = System.Windows.Forms.CharacterCasing.Normal;
     this.ultraCombo1.DisplayStyle      = Infragistics.Win.EmbeddableElementDisplayStyle.Default;
     this.ultraCombo1.DropDownStyle     = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
     this.ultraCombo1.Location          = new System.Drawing.Point(152, 85);
     this.ultraCombo1.Name              = "ultraCombo1";
     this.ultraCombo1.Size              = new System.Drawing.Size(200, 22);
     this.ultraCombo1.TabIndex          = 31;
     this.ultraCombo1.ValueChanged     += new System.EventHandler(this.ultraCombo1_ValueChanged);
     this.ultraCombo1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraCombo1_InitializeLayout);
     //
     // cmbBookEndDate
     //
     this.cmbBookEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBookEndDate.Location     = new System.Drawing.Point(152, 260);
     this.cmbBookEndDate.MaskInput    = "{date} {time}";
     this.cmbBookEndDate.Name         = "cmbBookEndDate";
     this.cmbBookEndDate.Size         = new System.Drawing.Size(200, 21);
     this.cmbBookEndDate.TabIndex     = 30;
     //
     // cmbBookBeginDate
     //
     this.cmbBookBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBookBeginDate.Location     = new System.Drawing.Point(152, 220);
     this.cmbBookBeginDate.MaskInput    = "{date} {time}";
     this.cmbBookBeginDate.Name         = "cmbBookBeginDate";
     this.cmbBookBeginDate.Size         = new System.Drawing.Size(200, 21);
     this.cmbBookBeginDate.TabIndex     = 29;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(40, 220);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(96, 23);
     this.ultraLabel5.TabIndex = 27;
     this.ultraLabel5.Text     = "预订开始时间:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(40, 260);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(104, 23);
     this.ultraLabel6.TabIndex = 28;
     this.ultraLabel6.Text     = "预订结束时间:";
     //
     // cmbEnd
     //
     this.cmbEnd.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnd.Location     = new System.Drawing.Point(152, 180);
     this.cmbEnd.MaskInput    = "{date} {time}";
     this.cmbEnd.Name         = "cmbEnd";
     this.cmbEnd.Size         = new System.Drawing.Size(200, 21);
     this.cmbEnd.TabIndex     = 26;
     //
     // cmbBegin
     //
     this.cmbBegin.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBegin.Location     = new System.Drawing.Point(152, 140);
     this.cmbBegin.MaskInput    = "{date} {time}";
     this.cmbBegin.Name         = "cmbBegin";
     this.cmbBegin.Size         = new System.Drawing.Size(200, 21);
     this.cmbBegin.TabIndex     = 25;
     //
     // txtJobName2
     //
     this.txtJobName2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtJobName2.Location     = new System.Drawing.Point(152, 46);
     this.txtJobName2.Name         = "txtJobName2";
     this.txtJobName2.Size         = new System.Drawing.Size(200, 21);
     this.txtJobName2.TabIndex     = 20;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(48, 46);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 19;
     this.ultraLabel2.Text     = "招聘会名称:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(48, 85);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 21;
     this.ultraLabel3.Text     = "所属服务产品:";
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(32, 140);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(112, 23);
     this.ultraLabel4.TabIndex = 23;
     this.ultraLabel4.Text     = "招聘会开始时间:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(32, 180);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(112, 23);
     this.ultraLabel7.TabIndex = 24;
     this.ultraLabel7.Text     = "招聘会结束时间:";
     //
     // btnOK
     //
     this.btnOK.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnOK.Location    = new System.Drawing.Point(104, 307);
     this.btnOK.Name        = "btnOK";
     this.btnOK.Size        = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex    = 17;
     this.btnOK.Text        = "确定";
     this.btnOK.Click      += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCancel.Location    = new System.Drawing.Point(232, 307);
     this.btnCancel.Name        = "btnCancel";
     this.btnCancel.Size        = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex    = 18;
     this.btnCancel.Text        = "取消";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // txtPrice
     //
     this.txtPrice.Location = new System.Drawing.Point(152, 111);
     this.txtPrice.Name     = "txtPrice";
     this.txtPrice.Size     = new System.Drawing.Size(200, 23);
     this.txtPrice.TabIndex = 32;
     //
     // JobModify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1183, 659);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGrid1);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "JobModify";
     this.Text  = "招聘会信息修改";
     this.Load += new System.EventHandler(this.JobModify_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     this.ultraGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBookBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBegin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtJobName2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.ultraPrintPreviewDialog1 = new Infragistics.Win.Printing.UltraPrintPreviewDialog(this.components);
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraGridPrintDocument1 = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
     this.ultraGroupBox1          = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbEndDate         = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate         = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmdBeginDate       = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate       = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8        = new Infragistics.Win.Misc.UltraLabel();
     this.txtCustomerService = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.txtSales           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6        = new Infragistics.Win.Misc.UltraLabel();
     this.cmbTrade           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel5        = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnterpriseType  = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnExcel           = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel3        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2        = new Infragistics.Win.Misc.UltraLabel();
     this.btnPrint           = new Infragistics.Win.Misc.UltraButton();
     this.btnQuery           = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.saveFileDialog1    = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPrintPreviewDialog1
     //
     this.ultraPrintPreviewDialog1.Name = "ultraPrintPreviewDialog1";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(16, 182);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(1000, 402);
     this.ultraGroupBox2.TabIndex = 4;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location          = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex          = 1;
     this.ultraGrid1.Text              = "非会员档案";
     this.ultraGrid1.InitializePrint  += new Infragistics.Win.UltraWinGrid.InitializePrintEventHandler(this.ultraGrid1_InitializePrint);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate);
     this.ultraGroupBox1.Controls.Add(this.cmdBeginDate);
     this.ultraGroupBox1.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerService);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox1.Controls.Add(this.txtSales);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox1.Controls.Add(this.cmbTrade);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox1.Controls.Add(this.cmbEnterpriseType);
     this.ultraGroupBox1.Controls.Add(this.btnExcel);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.btnPrint);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Location = new System.Drawing.Point(80, 8);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(744, 160);
     this.ultraGroupBox1.TabIndex = 3;
     //
     // cmbEndDate
     //
     this.cmbEndDate.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(456, 120);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 36;
     this.cmbEndDate.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // chkEndDate
     //
     this.chkEndDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location    = new System.Drawing.Point(336, 120);
     this.chkEndDate.Name        = "chkEndDate";
     this.chkEndDate.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate.TabIndex    = 38;
     this.chkEndDate.Text        = "结束时间";
     //
     // cmdBeginDate
     //
     this.cmdBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmdBeginDate.Location     = new System.Drawing.Point(176, 120);
     this.cmdBeginDate.MaskInput    = "{date} {time}";
     this.cmdBeginDate.Name         = "cmdBeginDate";
     this.cmdBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmdBeginDate.TabIndex     = 35;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(56, 120);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 37;
     this.chkBeginDate.Text        = "开始时间";
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(352, 88);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 32;
     this.ultraLabel8.Text     = "客服姓名:";
     //
     // txtCustomerService
     //
     this.txtCustomerService.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCustomerService.Location     = new System.Drawing.Point(456, 88);
     this.txtCustomerService.Name         = "txtCustomerService";
     this.txtCustomerService.Size         = new System.Drawing.Size(100, 21);
     this.txtCustomerService.TabIndex     = 31;
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(72, 88);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 30;
     this.ultraLabel7.Text     = "销售人员:";
     //
     // txtSales
     //
     this.txtSales.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtSales.Location     = new System.Drawing.Point(176, 88);
     this.txtSales.Name         = "txtSales";
     this.txtSales.Size         = new System.Drawing.Size(100, 21);
     this.txtSales.TabIndex     = 29;
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(352, 56);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 28;
     this.ultraLabel6.Text     = "行业:";
     //
     // cmbTrade
     //
     this.cmbTrade.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbTrade.Location     = new System.Drawing.Point(456, 56);
     this.cmbTrade.Name         = "cmbTrade";
     this.cmbTrade.Size         = new System.Drawing.Size(104, 21);
     this.cmbTrade.TabIndex     = 27;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(72, 56);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 26;
     this.ultraLabel5.Text     = "企业性质:";
     //
     // cmbEnterpriseType
     //
     this.cmbEnterpriseType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnterpriseType.Location     = new System.Drawing.Point(176, 56);
     this.cmbEnterpriseType.Name         = "cmbEnterpriseType";
     this.cmbEnterpriseType.Size         = new System.Drawing.Size(104, 21);
     this.cmbEnterpriseType.TabIndex     = 25;
     //
     // btnExcel
     //
     this.btnExcel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnExcel.Location    = new System.Drawing.Point(640, 104);
     this.btnExcel.Name        = "btnExcel";
     this.btnExcel.Size        = new System.Drawing.Size(75, 23);
     this.btnExcel.TabIndex    = 20;
     this.btnExcel.Text        = "导出EXCEL";
     this.btnExcel.Click      += new System.EventHandler(this.btnExcel_Click);
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(72, 24);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(352, 24);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // btnPrint
     //
     this.btnPrint.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnPrint.Location    = new System.Drawing.Point(640, 72);
     this.btnPrint.Name        = "btnPrint";
     this.btnPrint.Size        = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex    = 9;
     this.btnPrint.Text        = "打印";
     this.btnPrint.Click      += new System.EventHandler(this.btnPrint_Click);
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(640, 40);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(176, 24);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(456, 24);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // FMemberFileReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1028, 605);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "FMemberFileReport";
     this.Text  = Login.constApp.strCardTypeL8Name + "非会员档案报表";
     this.Load += new System.EventHandler(this.FMemberFileReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraGroupBox1      = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbEndDate          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmdBeginDate        = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate        = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnQuery            = new Infragistics.Win.Misc.UltraButton();
     this.txtQPaperNo         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3         = new Infragistics.Win.Misc.UltraLabel();
     this.txtQMemberName      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox2      = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtFax              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel26        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel25        = new Infragistics.Win.Misc.UltraLabel();
     this.cmbTrade            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel8         = new Infragistics.Win.Misc.UltraLabel();
     this.txtHandleManPaperNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel22        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel21        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel20        = new Infragistics.Win.Misc.UltraLabel();
     this.txtPostalcode       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel19        = new Infragistics.Win.Misc.UltraLabel();
     this.txtMobileTelephone  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel18        = new Infragistics.Win.Misc.UltraLabel();
     this.txtCorporation      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel15        = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnterpriseType   = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtCommnets         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel11        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel9         = new Infragistics.Win.Misc.UltraLabel();
     this.txtEmail            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel7         = new Infragistics.Win.Misc.UltraLabel();
     this.btnCancel           = new Infragistics.Win.Misc.UltraButton();
     this.btnModify           = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel6         = new Infragistics.Win.Misc.UltraLabel();
     this.txtLinkPhone        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtLinkAddress      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel5         = new Infragistics.Win.Misc.UltraLabel();
     this.txtPaperNo          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel23        = new Infragistics.Win.Misc.UltraLabel();
     this.txtLinkman          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel24        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGrid1          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.cmbHandleMan        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbSales            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbCustomerService  = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFax)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHandleManPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPostalcode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileTelephone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorporation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommnets)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkPhone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkman)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbHandleMan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerService)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate);
     this.ultraGroupBox1.Controls.Add(this.cmdBeginDate);
     this.ultraGroupBox1.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtQPaperNo);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.txtQMemberName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Location = new System.Drawing.Point(80, 14);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(824, 88);
     this.ultraGroupBox1.TabIndex = 22;
     this.ultraGroupBox1.Text     = "非会员档案查询";
     //
     // cmbEndDate
     //
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(400, 56);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 17;
     //
     // chkEndDate
     //
     this.chkEndDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location    = new System.Drawing.Point(280, 56);
     this.chkEndDate.Name        = "chkEndDate";
     this.chkEndDate.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate.TabIndex    = 19;
     this.chkEndDate.Text        = "结束时间";
     //
     // cmdBeginDate
     //
     this.cmdBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmdBeginDate.Location     = new System.Drawing.Point(400, 24);
     this.cmdBeginDate.MaskInput    = "{date} {time}";
     this.cmdBeginDate.Name         = "cmdBeginDate";
     this.cmdBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmdBeginDate.TabIndex     = 16;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(280, 24);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 18;
     this.chkBeginDate.Text        = "开始时间";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(616, 32);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtQPaperNo
     //
     this.txtQPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQPaperNo.Location     = new System.Drawing.Point(144, 24);
     this.txtQPaperNo.Name         = "txtQPaperNo";
     this.txtQPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtQPaperNo.TabIndex     = 5;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(40, 24);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 4;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // txtQMemberName
     //
     this.txtQMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQMemberName.Location     = new System.Drawing.Point(144, 56);
     this.txtQMemberName.Name         = "txtQMemberName";
     this.txtQMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtQMemberName.TabIndex     = 3;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(40, 56);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 2;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.cmbCustomerService);
     this.ultraGroupBox2.Controls.Add(this.cmbSales);
     this.ultraGroupBox2.Controls.Add(this.cmbHandleMan);
     this.ultraGroupBox2.Controls.Add(this.txtFax);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel26);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel25);
     this.ultraGroupBox2.Controls.Add(this.cmbTrade);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox2.Controls.Add(this.txtHandleManPaperNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel22);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel21);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel20);
     this.ultraGroupBox2.Controls.Add(this.txtPostalcode);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel19);
     this.ultraGroupBox2.Controls.Add(this.txtMobileTelephone);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel18);
     this.ultraGroupBox2.Controls.Add(this.txtCorporation);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel15);
     this.ultraGroupBox2.Controls.Add(this.cmbEnterpriseType);
     this.ultraGroupBox2.Controls.Add(this.txtCommnets);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel11);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel9);
     this.ultraGroupBox2.Controls.Add(this.txtEmail);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox2.Controls.Add(this.btnCancel);
     this.ultraGroupBox2.Controls.Add(this.btnModify);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox2.Controls.Add(this.txtLinkPhone);
     this.ultraGroupBox2.Controls.Add(this.txtLinkAddress);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel23);
     this.ultraGroupBox2.Controls.Add(this.txtLinkman);
     this.ultraGroupBox2.Controls.Add(this.txtMemberName);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel24);
     this.ultraGroupBox2.Location = new System.Drawing.Point(416, 118);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(608, 426);
     this.ultraGroupBox2.TabIndex = 24;
     this.ultraGroupBox2.Text     = "非会员档案资料修改";
     //
     // txtFax
     //
     this.txtFax.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtFax.Location     = new System.Drawing.Point(424, 208);
     this.txtFax.MaxLength    = 20;
     this.txtFax.Name         = "txtFax";
     this.txtFax.Size         = new System.Drawing.Size(152, 21);
     this.txtFax.TabIndex     = 14;
     //
     // ultraLabel26
     //
     this.ultraLabel26.Location = new System.Drawing.Point(320, 208);
     this.ultraLabel26.Name     = "ultraLabel26";
     this.ultraLabel26.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel26.TabIndex = 60;
     this.ultraLabel26.Text     = "传真:";
     //
     // ultraLabel25
     //
     this.ultraLabel25.Location = new System.Drawing.Point(32, 272);
     this.ultraLabel25.Name     = "ultraLabel25";
     this.ultraLabel25.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel25.TabIndex = 55;
     this.ultraLabel25.Text     = "客服姓名:";
     //
     // cmbTrade
     //
     this.cmbTrade.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbTrade.Location     = new System.Drawing.Point(136, 208);
     this.cmbTrade.Name         = "cmbTrade";
     this.cmbTrade.Size         = new System.Drawing.Size(152, 21);
     this.cmbTrade.TabIndex     = 13;
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(32, 208);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 53;
     this.ultraLabel8.Text     = "行业:";
     //
     // txtHandleManPaperNo
     //
     this.txtHandleManPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtHandleManPaperNo.Location     = new System.Drawing.Point(424, 272);
     this.txtHandleManPaperNo.MaxLength    = 20;
     this.txtHandleManPaperNo.Name         = "txtHandleManPaperNo";
     this.txtHandleManPaperNo.Size         = new System.Drawing.Size(152, 21);
     this.txtHandleManPaperNo.TabIndex     = 17;
     //
     // ultraLabel22
     //
     this.ultraLabel22.Location = new System.Drawing.Point(320, 272);
     this.ultraLabel22.Name     = "ultraLabel22";
     this.ultraLabel22.Size     = new System.Drawing.Size(104, 23);
     this.ultraLabel22.TabIndex = 45;
     this.ultraLabel22.Text     = "经办人身份证号:";
     //
     // ultraLabel21
     //
     this.ultraLabel21.Location = new System.Drawing.Point(320, 240);
     this.ultraLabel21.Name     = "ultraLabel21";
     this.ultraLabel21.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel21.TabIndex = 43;
     this.ultraLabel21.Text     = "经办人:";
     //
     // ultraLabel20
     //
     this.ultraLabel20.Location = new System.Drawing.Point(32, 240);
     this.ultraLabel20.Name     = "ultraLabel20";
     this.ultraLabel20.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel20.TabIndex = 41;
     this.ultraLabel20.Text     = "销售人员:";
     //
     // txtPostalcode
     //
     this.txtPostalcode.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPostalcode.Location     = new System.Drawing.Point(424, 144);
     this.txtPostalcode.MaxLength    = 20;
     this.txtPostalcode.Name         = "txtPostalcode";
     this.txtPostalcode.Size         = new System.Drawing.Size(152, 21);
     this.txtPostalcode.TabIndex     = 10;
     //
     // ultraLabel19
     //
     this.ultraLabel19.Location = new System.Drawing.Point(320, 144);
     this.ultraLabel19.Name     = "ultraLabel19";
     this.ultraLabel19.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel19.TabIndex = 39;
     this.ultraLabel19.Text     = "邮政编码:";
     //
     // txtMobileTelephone
     //
     this.txtMobileTelephone.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMobileTelephone.Location     = new System.Drawing.Point(136, 112);
     this.txtMobileTelephone.MaxLength    = 20;
     this.txtMobileTelephone.Name         = "txtMobileTelephone";
     this.txtMobileTelephone.Size         = new System.Drawing.Size(152, 21);
     this.txtMobileTelephone.TabIndex     = 7;
     //
     // ultraLabel18
     //
     this.ultraLabel18.Location = new System.Drawing.Point(32, 112);
     this.ultraLabel18.Name     = "ultraLabel18";
     this.ultraLabel18.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel18.TabIndex = 37;
     this.ultraLabel18.Text     = "手机号码:";
     //
     // txtCorporation
     //
     this.txtCorporation.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCorporation.Location     = new System.Drawing.Point(136, 80);
     this.txtCorporation.MaxLength    = 20;
     this.txtCorporation.Name         = "txtCorporation";
     this.txtCorporation.Size         = new System.Drawing.Size(152, 21);
     this.txtCorporation.TabIndex     = 5;
     //
     // ultraLabel15
     //
     this.ultraLabel15.Location = new System.Drawing.Point(32, 80);
     this.ultraLabel15.Name     = "ultraLabel15";
     this.ultraLabel15.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel15.TabIndex = 30;
     this.ultraLabel15.Text     = "法人代表:";
     //
     // cmbEnterpriseType
     //
     this.cmbEnterpriseType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnterpriseType.Location     = new System.Drawing.Point(424, 176);
     this.cmbEnterpriseType.Name         = "cmbEnterpriseType";
     this.cmbEnterpriseType.Size         = new System.Drawing.Size(152, 21);
     this.cmbEnterpriseType.TabIndex     = 12;
     //
     // txtCommnets
     //
     this.txtCommnets.AutoSize     = false;
     this.txtCommnets.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCommnets.Location     = new System.Drawing.Point(136, 304);
     this.txtCommnets.MaxLength    = 200;
     this.txtCommnets.Multiline    = true;
     this.txtCommnets.Name         = "txtCommnets";
     this.txtCommnets.Scrollbars   = System.Windows.Forms.ScrollBars.Both;
     this.txtCommnets.Size         = new System.Drawing.Size(440, 72);
     this.txtCommnets.TabIndex     = 19;
     //
     // ultraLabel11
     //
     this.ultraLabel11.Location = new System.Drawing.Point(32, 304);
     this.ultraLabel11.Name     = "ultraLabel11";
     this.ultraLabel11.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel11.TabIndex = 22;
     this.ultraLabel11.Text     = "备注:";
     //
     // ultraLabel9
     //
     this.ultraLabel9.Location = new System.Drawing.Point(320, 176);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel9.TabIndex = 16;
     this.ultraLabel9.Text     = "企业性质:";
     //
     // txtEmail
     //
     this.txtEmail.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtEmail.Location     = new System.Drawing.Point(136, 176);
     this.txtEmail.MaxLength    = 100;
     this.txtEmail.Name         = "txtEmail";
     this.txtEmail.Size         = new System.Drawing.Size(152, 21);
     this.txtEmail.TabIndex     = 11;
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(32, 176);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 12;
     this.ultraLabel7.Text     = "电子邮箱:";
     //
     // btnCancel
     //
     this.btnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCancel.Location    = new System.Drawing.Point(336, 392);
     this.btnCancel.Name        = "btnCancel";
     this.btnCancel.Size        = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex    = 33;
     this.btnCancel.Text        = "取消";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // btnModify
     //
     this.btnModify.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnModify.Location    = new System.Drawing.Point(200, 392);
     this.btnModify.Name        = "btnModify";
     this.btnModify.Size        = new System.Drawing.Size(75, 23);
     this.btnModify.TabIndex    = 31;
     this.btnModify.Text        = "确定";
     this.btnModify.Click      += new System.EventHandler(this.btnModify_Click);
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(32, 144);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 10;
     this.ultraLabel6.Text     = "单位地址:";
     //
     // txtLinkPhone
     //
     this.txtLinkPhone.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtLinkPhone.Location     = new System.Drawing.Point(424, 112);
     this.txtLinkPhone.MaxLength    = 20;
     this.txtLinkPhone.Name         = "txtLinkPhone";
     this.txtLinkPhone.Size         = new System.Drawing.Size(152, 21);
     this.txtLinkPhone.TabIndex     = 8;
     //
     // txtLinkAddress
     //
     this.txtLinkAddress.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtLinkAddress.Location     = new System.Drawing.Point(136, 144);
     this.txtLinkAddress.MaxLength    = 200;
     this.txtLinkAddress.Name         = "txtLinkAddress";
     this.txtLinkAddress.Size         = new System.Drawing.Size(152, 21);
     this.txtLinkAddress.TabIndex     = 9;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(320, 112);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 8;
     this.ultraLabel5.Text     = "办公电话:";
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Enabled      = false;
     this.txtPaperNo.Location     = new System.Drawing.Point(136, 48);
     this.txtPaperNo.MaxLength    = 30;
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(152, 21);
     this.txtPaperNo.TabIndex     = 3;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(32, 48);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 4;
     this.ultraLabel4.Text     = "工商注册号:";
     //
     // ultraLabel23
     //
     this.ultraLabel23.Location = new System.Drawing.Point(320, 80);
     this.ultraLabel23.Name     = "ultraLabel23";
     this.ultraLabel23.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel23.TabIndex = 6;
     this.ultraLabel23.Text     = "联系人:";
     //
     // txtLinkman
     //
     this.txtLinkman.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtLinkman.Location     = new System.Drawing.Point(424, 80);
     this.txtLinkman.MaxLength    = 20;
     this.txtLinkman.Name         = "txtLinkman";
     this.txtLinkman.Size         = new System.Drawing.Size(152, 21);
     this.txtLinkman.TabIndex     = 6;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(424, 48);
     this.txtMemberName.MaxLength    = 100;
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(152, 21);
     this.txtMemberName.TabIndex     = 4;
     //
     // ultraLabel24
     //
     this.ultraLabel24.Location = new System.Drawing.Point(320, 48);
     this.ultraLabel24.Name     = "ultraLabel24";
     this.ultraLabel24.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel24.TabIndex = 2;
     this.ultraLabel24.Text     = "单位名称:";
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location           = new System.Drawing.Point(8, 118);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(400, 426);
     this.ultraGrid1.TabIndex           = 23;
     this.ultraGrid1.Text               = "非会员档案";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     //
     // cmbHandleMan
     //
     this.cmbHandleMan.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbHandleMan.Location     = new System.Drawing.Point(424, 237);
     this.cmbHandleMan.Name         = "cmbHandleMan";
     this.cmbHandleMan.Size         = new System.Drawing.Size(152, 21);
     this.cmbHandleMan.TabIndex     = 61;
     //
     // cmbSales
     //
     this.cmbSales.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbSales.Location     = new System.Drawing.Point(136, 237);
     this.cmbSales.Name         = "cmbSales";
     this.cmbSales.Size         = new System.Drawing.Size(152, 21);
     this.cmbSales.TabIndex     = 62;
     //
     // cmbCustomerService
     //
     this.cmbCustomerService.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbCustomerService.Location     = new System.Drawing.Point(136, 268);
     this.cmbCustomerService.Name         = "cmbCustomerService";
     this.cmbCustomerService.Size         = new System.Drawing.Size(152, 21);
     this.cmbCustomerService.TabIndex     = 63;
     //
     // FMemberFileModify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1028, 557);
     this.Controls.Add(this.ultraGroupBox1);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGrid1);
     this.Name  = "FMemberFileModify";
     this.Text  = "非会员档案修改";
     this.Load += new System.EventHandler(this.FMemberFileModify_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFax)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHandleManPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPostalcode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileTelephone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorporation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommnets)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkPhone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLinkman)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbHandleMan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerService)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 28
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.Misc.UltraLabel lblStabile;
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MillesimoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneGruppoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneStabileRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominioRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdGruppoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdLottoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdStabileRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ordine");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineGruppoRiferimento");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineStabileRiferimento");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RipartizionePersonalizzata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnitaMisura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valore");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("riparto", 0);
            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 appearance13 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MillesimiUI));
            this.conti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblConto = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lotti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.stabili = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.stabileBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblLotti = new Infragistics.Win.Misc.UltraLabel();
            this.scale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.lblScala = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.millesimi = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.millesimoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.lblValoreMillesimo = new Infragistics.Win.Misc.UltraLabel();
            this.valoreMillesimo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.btnInserimentoMillesimo = new Infragistics.Win.Misc.UltraButton();
            this.btnCopiaMillesimi = new Infragistics.Win.Misc.UltraButton();
            this.contiOrigine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoOrigineBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCopiaMillesimi = new Infragistics.Win.Misc.UltraLabel();
            this.selezioniGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.tableLayoutMain = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanelMillesimi = new System.Windows.Forms.TableLayoutPanel();
            this.panelConto = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            lblStabile = new Infragistics.Win.Misc.UltraLabel();
            ((System.ComponentModel.ISupportInitialize)(this.conti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lotti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabileBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.millesimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.millesimoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valoreMillesimo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contiOrigine)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoOrigineBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).BeginInit();
            this.selezioniGroup.SuspendLayout();
            this.ultraExpandableGroupBoxPanel1.SuspendLayout();
            this.tableLayoutMain.SuspendLayout();
            this.tableLayoutPanelMillesimi.SuspendLayout();
            this.panelConto.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblStabile
            // 
            lblStabile.Appearance = appearance1;
            lblStabile.Location = new System.Drawing.Point(3, 44);
            lblStabile.Name = "lblStabile";
            lblStabile.Size = new System.Drawing.Size(54, 22);
            lblStabile.TabIndex = 3;
            lblStabile.Text = "Stabile";
            // 
            // conti
            // 
            this.conti.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.conti.DataSource = this.contoBindingSource;
            this.conti.DisplayMember = "DescrizioneCompleta";
            this.conti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.conti.Location = new System.Drawing.Point(49, 5);
            this.conti.Name = "conti";
            this.conti.Size = new System.Drawing.Size(386, 21);
            this.conti.TabIndex = 0;
            this.conti.ValueMember = "ID";
            // 
            // contoBindingSource
            // 
            this.contoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // lblConto
            // 
            this.lblConto.Location = new System.Drawing.Point(3, 5);
            this.lblConto.Name = "lblConto";
            this.lblConto.Size = new System.Drawing.Size(40, 27);
            this.lblConto.TabIndex = 1;
            this.lblConto.Text = "Conto";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.esercizioBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(499, 12);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(246, 21);
            this.esercizi.TabIndex = 11;
            this.esercizi.ValueMember = "ID";
            // 
            // esercizioBindingSource
            // 
            this.esercizioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lotti
            // 
            this.lotti.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.lotti.DisplayMember = "Descrizione";
            this.lotti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.lotti.Location = new System.Drawing.Point(76, 67);
            this.lotti.Name = "lotti";
            this.lotti.Size = new System.Drawing.Size(245, 21);
            this.lotti.TabIndex = 7;
            this.lotti.ValueMember = "ID";
            // 
            // stabili
            // 
            this.stabili.DataSource = this.stabileBindingSource;
            this.stabili.DisplayMember = "DisplayName";
            this.stabili.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stabili.Location = new System.Drawing.Point(76, 40);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(359, 21);
            this.stabili.TabIndex = 2;
            this.stabili.ValueMember = "ID";
            // 
            // stabileBindingSource
            // 
            this.stabileBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // lblLotti
            // 
            this.lblLotti.Appearance = appearance2;
            this.lblLotti.Location = new System.Drawing.Point(3, 72);
            this.lblLotti.Name = "lblLotti";
            this.lblLotti.Size = new System.Drawing.Size(54, 23);
            this.lblLotti.TabIndex = 6;
            this.lblLotti.Text = "Lotti";
            // 
            // scale
            // 
            this.scale.DisplayMember = "Descrizione";
            this.scale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.scale.Location = new System.Drawing.Point(499, 39);
            this.scale.Name = "scale";
            this.scale.Size = new System.Drawing.Size(246, 21);
            this.scale.TabIndex = 4;
            this.scale.ValueMember = "ID";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Appearance = appearance3;
            this.lblCondominio.Location = new System.Drawing.Point(3, 12);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(67, 22);
            this.lblCondominio.TabIndex = 9;
            this.lblCondominio.Text = "Condominio";
            // 
            // lblScala
            // 
            this.lblScala.Appearance = appearance4;
            this.lblScala.Location = new System.Drawing.Point(441, 39);
            this.lblScala.Name = "lblScala";
            this.lblScala.Size = new System.Drawing.Size(40, 22);
            this.lblScala.TabIndex = 5;
            this.lblScala.Text = "Scala";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(76, 12);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(359, 22);
            this.sceltaCondominioCombo1.TabIndex = 8;
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Appearance = appearance5;
            this.lblEsercizio.Location = new System.Drawing.Point(441, 12);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(52, 22);
            this.lblEsercizio.TabIndex = 10;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // millesimi
            // 
            this.millesimi.DataSource = this.millesimoBindingSource;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.ColumnChooserCaption = "Codice Conto";
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.Caption = "Cd.Conto";
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn1.Width = 75;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.ColumnChooserCaption = "Conto Economico";
            ultraGridColumn2.Header.Caption = "Conto";
            ultraGridColumn2.Header.VisiblePosition = 3;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.Header.Caption = "Scala";
            ultraGridColumn3.Header.VisiblePosition = 17;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn3.Width = 108;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn4.Header.Caption = "Stabile";
            ultraGridColumn4.Header.VisiblePosition = 15;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn4.Width = 109;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn5.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn5.Header.Caption = "Id Cond.";
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn6.ColumnChooserCaption = "Identificativo Conto";
            ultraGridColumn6.Header.Caption = "Id Conto";
            ultraGridColumn6.Header.VisiblePosition = 10;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.ColumnChooserCaption = "Identificativo Scala";
            ultraGridColumn7.Header.Caption = "Id Scala";
            ultraGridColumn7.Header.VisiblePosition = 5;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn8.ColumnChooserCaption = "Identificativo Lotto";
            ultraGridColumn8.Header.Caption = "Id Lotto";
            ultraGridColumn8.Header.VisiblePosition = 6;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn8.Width = 87;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn9.ColumnChooserCaption = "Identificativo Stabile";
            ultraGridColumn9.Header.Caption = "Id Stab.";
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn10.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn10.Header.Caption = "Id Un.";
            ultraGridColumn10.Header.VisiblePosition = 8;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn11.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn12.ColumnChooserCaption = "Interno Unità Immobiliare";
            ultraGridColumn12.Header.Caption = "Interno";
            ultraGridColumn12.Header.VisiblePosition = 11;
            ultraGridColumn12.Width = 65;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn13.ColumnChooserCaption = "Nominativo Soggetto";
            ultraGridColumn13.Header.Caption = "Nominativo";
            ultraGridColumn13.Header.VisiblePosition = 13;
            ultraGridColumn13.Width = 345;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn14.CellAppearance = appearance6;
            ultraGridColumn14.Header.VisiblePosition = 2;
            ultraGridColumn14.Width = 68;
            ultraGridColumn15.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn15.ColumnChooserCaption = "Ordine Conto";
            ultraGridColumn15.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn15.Header.Caption = "Ord.Conto";
            ultraGridColumn15.Header.VisiblePosition = 18;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 62;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn28.CellAppearance = appearance7;
            ultraGridColumn28.Header.Caption = "Ordine Scala";
            ultraGridColumn28.Header.VisiblePosition = 16;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn28.Width = 50;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn29.CellAppearance = appearance8;
            ultraGridColumn29.Header.Caption = "Ordine Stabile";
            ultraGridColumn29.Header.VisiblePosition = 14;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn29.Width = 50;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn16.ColumnChooserCaption = "Ripartizione Personalizzata";
            ultraGridColumn16.Header.Caption = "Rip.";
            ultraGridColumn16.Header.VisiblePosition = 27;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn17.ColumnChooserCaption = "Tipo Unità Immobiliare";
            ultraGridColumn17.Header.Caption = "Tipo";
            ultraGridColumn17.Header.VisiblePosition = 12;
            ultraGridColumn17.Width = 160;
            ultraGridColumn18.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn18.Header.VisiblePosition = 19;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance9.TextHAlignAsString = "Right";
            ultraGridColumn19.CellAppearance = appearance9;
            ultraGridColumn19.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            ultraGridColumn19.ColumnChooserCaption = "Valore Millesimo";
            ultraGridColumn19.Format = "";
            ultraGridColumn19.Header.VisiblePosition = 20;
            ultraGridColumn19.MaskInput = "{double:5.3:c}";
            ultraGridColumn19.MaxValue = new decimal(new int[] {
            99999999,
            0,
            0,
            196608});
            ultraGridColumn19.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            ultraGridColumn19.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn19.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Edit;
            ultraGridColumn19.Width = 66;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn20.Header.VisiblePosition = 21;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.ColumnChooserCaption = "Descrizione Complet";
            ultraGridColumn21.Header.Caption = "Descrizione";
            ultraGridColumn21.Header.VisiblePosition = 22;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn22.Header.VisiblePosition = 23;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn23.ColumnChooserCaption = "Identificativo";
            ultraGridColumn23.Header.Caption = "Id";
            ultraGridColumn23.Header.VisiblePosition = 1;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn24.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn24.Header.VisiblePosition = 24;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn24.Width = 74;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn25.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn25.Header.VisiblePosition = 25;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn26.Header.VisiblePosition = 26;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn27.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance10.Image = global::Gipasoft.Stabili.UI.Millesimi.MillesimiResources.branch_element;
            appearance10.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance10.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraGridColumn27.CellButtonAppearance = appearance10;
            ultraGridColumn27.DataType = typeof(System.Drawing.Bitmap);
            ultraGridColumn27.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn27.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn27.Header.Caption = "R";
            ultraGridColumn27.Header.VisiblePosition = 28;
            ultraGridColumn27.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn27.Width = 30;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27});
            this.millesimi.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance11.FontData.BoldAsString = "True";
            appearance11.TextHAlignAsString = "Left";
            this.millesimi.DisplayLayout.CaptionAppearance = appearance11;
            this.millesimi.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.millesimi.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.millesimi.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.millesimi.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.millesimi.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.millesimi.DisplayLayout.Override.CellPadding = 2;
            this.millesimi.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.millesimi.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.millesimi.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.millesimi.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.millesimi.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.millesimi.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.millesimi.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.millesimi.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.millesimi.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.millesimi.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.millesimi.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.millesimi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.millesimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.millesimi.Location = new System.Drawing.Point(3, 41);
            this.millesimi.Name = "millesimi";
            this.millesimi.Size = new System.Drawing.Size(755, 192);
            this.millesimi.TabIndex = 3;
            this.millesimi.Text = " Millesimi";
            this.millesimi.AfterRowUpdate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.millesimiAfterRowUpdate);
            this.millesimi.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.millesimiClickCellButton);
            this.millesimi.BeforeCellActivate += new Infragistics.Win.UltraWinGrid.CancelableCellEventHandler(this.millesimiBeforeCellActivate);
            // 
            // millesimoBindingSource
            // 
            this.millesimoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.MillesimoDTO);
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(3, 36);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 4;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // lblValoreMillesimo
            // 
            this.lblValoreMillesimo.Location = new System.Drawing.Point(477, 6);
            this.lblValoreMillesimo.Name = "lblValoreMillesimo";
            this.lblValoreMillesimo.Size = new System.Drawing.Size(55, 25);
            this.lblValoreMillesimo.TabIndex = 5;
            this.lblValoreMillesimo.Text = "Millesimo";
            // 
            // valoreMillesimo
            // 
            this.valoreMillesimo.Location = new System.Drawing.Point(538, 3);
            this.valoreMillesimo.MaskInput = "nnnn.nnn";
            this.valoreMillesimo.MaxValue = 9999.999D;
            this.valoreMillesimo.MinValue = 0;
            this.valoreMillesimo.Name = "valoreMillesimo";
            this.valoreMillesimo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.valoreMillesimo.Size = new System.Drawing.Size(60, 21);
            this.valoreMillesimo.TabIndex = 6;
            // 
            // btnInserimentoMillesimo
            // 
            appearance12.Image = global::Gipasoft.Stabili.UI.Millesimi.MillesimiResources.row_add;
            appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnInserimentoMillesimo.Appearance = appearance12;
            this.btnInserimentoMillesimo.Location = new System.Drawing.Point(604, -1);
            this.btnInserimentoMillesimo.Name = "btnInserimentoMillesimo";
            this.btnInserimentoMillesimo.Size = new System.Drawing.Size(30, 25);
            this.btnInserimentoMillesimo.TabIndex = 7;
            this.btnInserimentoMillesimo.Click += new System.EventHandler(this.btnInserimentoMillesimoClick);
            // 
            // btnCopiaMillesimi
            // 
            appearance13.Image = global::Gipasoft.Stabili.UI.Millesimi.MillesimiResources.row_add;
            appearance13.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance13.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnCopiaMillesimi.Appearance = appearance13;
            this.btnCopiaMillesimi.Location = new System.Drawing.Point(441, 2);
            this.btnCopiaMillesimi.Name = "btnCopiaMillesimi";
            this.btnCopiaMillesimi.Size = new System.Drawing.Size(30, 25);
            this.btnCopiaMillesimi.TabIndex = 9;
            this.btnCopiaMillesimi.Click += new System.EventHandler(this.btnCopiaMillesimiClick);
            // 
            // contiOrigine
            // 
            this.contiOrigine.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.contiOrigine.DataSource = this.contoOrigineBindingSource;
            this.contiOrigine.DisplayMember = "DescrizioneCompleta";
            this.contiOrigine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contiOrigine.Location = new System.Drawing.Point(67, 2);
            this.contiOrigine.Name = "contiOrigine";
            this.contiOrigine.Size = new System.Drawing.Size(368, 21);
            this.contiOrigine.TabIndex = 9;
            this.contiOrigine.ValueMember = "ID";
            // 
            // contoOrigineBindingSource
            // 
            this.contoOrigineBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // lblCopiaMillesimi
            // 
            this.lblCopiaMillesimi.Location = new System.Drawing.Point(3, 3);
            this.lblCopiaMillesimi.Name = "lblCopiaMillesimi";
            this.lblCopiaMillesimi.Size = new System.Drawing.Size(61, 25);
            this.lblCopiaMillesimi.TabIndex = 8;
            this.lblCopiaMillesimi.Text = "Copia da";
            // 
            // selezioniGroup
            // 
            this.selezioniGroup.Controls.Add(this.ultraExpandableGroupBoxPanel1);
            this.selezioniGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selezioniGroup.ExpandedSize = new System.Drawing.Size(761, 146);
            this.selezioniGroup.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroup.Name = "selezioniGroup";
            this.selezioniGroup.Size = new System.Drawing.Size(761, 146);
            this.selezioniGroup.TabIndex = 0;
            this.selezioniGroup.Text = "Selezioni";
            // 
            // ultraExpandableGroupBoxPanel1
            // 
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.btnCerca);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lotti);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.esercizi);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblLotti);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.stabili);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.scale);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblCondominio);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblScala);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.sceltaCondominioCombo1);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblEsercizio);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(lblStabile);
            this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
            this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(755, 124);
            this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
            // 
            // btnCerca
            // 
            this.btnCerca.Location = new System.Drawing.Point(76, 97);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 12;
            this.btnCerca.Text = "Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // tableLayoutMain
            // 
            this.tableLayoutMain.ColumnCount = 1;
            this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutMain.Controls.Add(this.selezioniGroup, 0, 0);
            this.tableLayoutMain.Controls.Add(this.tableLayoutPanelMillesimi, 0, 1);
            this.tableLayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutMain.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutMain.Name = "tableLayoutMain";
            this.tableLayoutMain.RowCount = 2;
            this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutMain.Size = new System.Drawing.Size(767, 463);
            this.tableLayoutMain.TabIndex = 10;
            // 
            // tableLayoutPanelMillesimi
            // 
            this.tableLayoutPanelMillesimi.ColumnCount = 1;
            this.tableLayoutPanelMillesimi.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelMillesimi.Controls.Add(this.panelConto, 0, 0);
            this.tableLayoutPanelMillesimi.Controls.Add(this.millesimi, 0, 1);
            this.tableLayoutPanelMillesimi.Controls.Add(this.panel1, 0, 2);
            this.tableLayoutPanelMillesimi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelMillesimi.Location = new System.Drawing.Point(3, 155);
            this.tableLayoutPanelMillesimi.Name = "tableLayoutPanelMillesimi";
            this.tableLayoutPanelMillesimi.RowCount = 3;
            this.tableLayoutPanelMillesimi.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanelMillesimi.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelMillesimi.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanelMillesimi.Size = new System.Drawing.Size(761, 305);
            this.tableLayoutPanelMillesimi.TabIndex = 1;
            this.tableLayoutPanelMillesimi.Visible = false;
            // 
            // panelConto
            // 
            this.panelConto.Controls.Add(this.conti);
            this.panelConto.Controls.Add(this.lblConto);
            this.panelConto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelConto.Location = new System.Drawing.Point(3, 3);
            this.panelConto.Name = "panelConto";
            this.panelConto.Size = new System.Drawing.Size(755, 32);
            this.panelConto.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnInserimentoMillesimo);
            this.panel1.Controls.Add(this.btnConferma);
            this.panel1.Controls.Add(this.btnCopiaMillesimi);
            this.panel1.Controls.Add(this.valoreMillesimo);
            this.panel1.Controls.Add(this.lblCopiaMillesimi);
            this.panel1.Controls.Add(this.lblValoreMillesimo);
            this.panel1.Controls.Add(this.contiOrigine);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 239);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(755, 63);
            this.panel1.TabIndex = 4;
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // MillesimiUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutMain);
            this.Name = "MillesimiUI";
            this.Size = new System.Drawing.Size(767, 463);
            this.Load += new System.EventHandler(this.millesimiUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.conti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lotti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabileBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.millesimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.millesimoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valoreMillesimo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contiOrigine)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoOrigineBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).EndInit();
            this.selezioniGroup.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.PerformLayout();
            this.tableLayoutMain.ResumeLayout(false);
            this.tableLayoutPanelMillesimi.ResumeLayout(false);
            this.panelConto.ResumeLayout(false);
            this.panelConto.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
Exemplo n.º 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.butNew         = new Signature.Windows.Forms.Button();
     this.txtUserID      = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label2         = new System.Windows.Forms.Label();
     this.txtPassword    = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtRepID       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.txtPnoneExt    = new System.Windows.Forms.Label();
     this.txtUser        = new Signature.Windows.Forms.MaskedEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 220);
     this.txtStatus.Size     = new System.Drawing.Size(452, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.butNew);
     this.ultraGroupBox1.Controls.Add(this.txtUserID);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.txtPassword);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtRepID);
     this.ultraGroupBox1.Controls.Add(this.txtPnoneExt);
     this.ultraGroupBox1.Controls.Add(this.txtUser);
     this.ultraGroupBox1.Controls.Add(this.label3);
     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(452, 220);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // butNew
     //
     this.butNew.AllowDrop = true;
     this.butNew.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.butNew.BackColor = System.Drawing.Color.LightSteelBlue;
     this.butNew.ForeColor = System.Drawing.Color.Black;
     this.butNew.Location  = new System.Drawing.Point(300, 172);
     this.butNew.Name      = "ultraButton1";
     this.butNew.Size      = new System.Drawing.Size(113, 25);
     this.butNew.TabIndex  = 302;
     this.butNew.Text      = "&New";
     this.butNew.Click    += new System.EventHandler(this.butNew_Click);
     //
     // txtUserID
     //
     this.txtUserID.AllowDrop       = true;
     appearance1.TextHAlignAsString = "Right";
     this.txtUserID.Appearance      = appearance1;
     this.txtUserID.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtUserID.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtUserID.FormatString    = "###,###.##";
     this.txtUserID.InputMask       = "nnnnnnnnn";
     this.txtUserID.Location        = new System.Drawing.Point(99, 39);
     this.txtUserID.Name            = "txtAmountDue";
     this.txtUserID.Size            = new System.Drawing.Size(64, 20);
     this.txtUserID.TabIndex        = 0;
     this.txtUserID.Text            = "0";
     this.txtUserID.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(23, 39);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(62, 20);
     this.label2.TabIndex  = 301;
     this.label2.Text      = "ID:";
     //
     // txtPassword
     //
     this.txtPassword.AllowDrop       = true;
     this.txtPassword.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtPassword.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtPassword.Location        = new System.Drawing.Point(99, 112);
     this.txtPassword.Name            = "txtCustomerID";
     this.txtPassword.Size            = new System.Drawing.Size(80, 20);
     this.txtPassword.TabIndex        = 2;
     this.txtPassword.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(23, 116);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 299;
     this.label1.Text      = "Password :"******"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(169, 151);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(267, 20);
     this.txtName.TabIndex    = 297;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtRepID
     //
     this.txtRepID.AllowDrop        = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtRepID.Appearance       = appearance3;
     this.txtRepID.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtRepID.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRepID.FormatString     = "###,###.##";
     this.txtRepID.InputMask        = "nnnnnnnnn";
     this.txtRepID.Location         = new System.Drawing.Point(99, 149);
     this.txtRepID.Name             = "txtAmountDue";
     this.txtRepID.Size             = new System.Drawing.Size(64, 20);
     this.txtRepID.TabIndex         = 3;
     this.txtRepID.Text             = "0";
     this.txtRepID.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPnoneExt
     //
     this.txtPnoneExt.BackColor = System.Drawing.Color.Transparent;
     this.txtPnoneExt.Location  = new System.Drawing.Point(23, 149);
     this.txtPnoneExt.Name      = "txtPnoneExt";
     this.txtPnoneExt.Size      = new System.Drawing.Size(62, 20);
     this.txtPnoneExt.TabIndex  = 296;
     this.txtPnoneExt.Text      = "Rep ID:";
     //
     // txtUser
     //
     this.txtUser.AllowDrop       = true;
     this.txtUser.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtUser.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtUser.Location        = new System.Drawing.Point(99, 75);
     this.txtUser.Name            = "txtCustomerID";
     this.txtUser.Size            = new System.Drawing.Size(80, 20);
     this.txtUser.TabIndex        = 1;
     this.txtUser.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(23, 75);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(103, 20);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "User :"******"$this.Icon")));
     this.Name            = "frmUser";
     this.ShowInTaskbar   = false;
     this.Text            = "User Maintenance";
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.Load           += new System.EventHandler(this.frmOrder_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 30
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();
     this.saveFileDialog1          = new System.Windows.Forms.SaveFileDialog();
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbSales                 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel21             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7              = new Infragistics.Win.Misc.UltraLabel();
     this.txtPaperNo               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberCardNo          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraComboEditor1        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel1              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbMemberRight           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel4              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbMember                = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnExcel                 = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel5              = new Infragistics.Win.Misc.UltraLabel();
     this.chkEndDate               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkBeginDate             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate               = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbBeginDate             = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.cmbOperName              = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraButton1             = new Infragistics.Win.Misc.UltraButton();
     this.btnQuery                 = new Infragistics.Win.Misc.UltraButton();
     this.ultraPrintPreviewDialog1 = new Infragistics.Win.Printing.UltraPrintPreviewDialog(this.components);
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGridPrintDocument1  = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
     this.ultraGridExcelExporter1  = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.cmbDept     = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMember)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOperName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDept)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.cmbDept);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox2.Controls.Add(this.cmbSales);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel21);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox2.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox2.Controls.Add(this.txtMemberName);
     this.ultraGroupBox2.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox2.Controls.Add(this.ultraComboEditor1);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox2.Controls.Add(this.cmbMemberRight);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Controls.Add(this.cmbMember);
     this.ultraGroupBox2.Controls.Add(this.btnExcel);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.chkEndDate);
     this.ultraGroupBox2.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox2.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox2.Controls.Add(this.cmbBeginDate);
     this.ultraGroupBox2.Controls.Add(this.cmbOperName);
     this.ultraGroupBox2.Controls.Add(this.ultraButton1);
     this.ultraGroupBox2.Controls.Add(this.btnQuery);
     this.ultraGroupBox2.Location = new System.Drawing.Point(48, 32);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(1144, 152);
     this.ultraGroupBox2.TabIndex = 8;
     this.ultraGroupBox2.Text     = "查找";
     //
     // cmbSales
     //
     this.cmbSales.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbSales.Location     = new System.Drawing.Point(961, 45);
     this.cmbSales.Name         = "cmbSales";
     this.cmbSales.Size         = new System.Drawing.Size(144, 21);
     this.cmbSales.TabIndex     = 61;
     //
     // ultraLabel21
     //
     this.ultraLabel21.Location = new System.Drawing.Point(857, 46);
     this.ultraLabel21.Name     = "ultraLabel21";
     this.ultraLabel21.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel21.TabIndex = 60;
     this.ultraLabel21.Text     = "销售人员:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(42, 112);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 53;
     this.ultraLabel3.Text     = "单位名称:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(42, 77);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 52;
     this.ultraLabel6.Text     = "工商注册号:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(42, 40);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 51;
     this.ultraLabel7.Text     = "会员卡号:";
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(146, 77);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(136, 21);
     this.txtPaperNo.TabIndex     = 50;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(146, 111);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(136, 21);
     this.txtMemberName.TabIndex     = 49;
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(146, 40);
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(136, 21);
     this.txtMemberCardNo.TabIndex     = 48;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(566, 43);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(96, 23);
     this.ultraLabel2.TabIndex = 47;
     this.ultraLabel2.Text     = "是否工本费:";
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.ultraComboEditor1.Location     = new System.Drawing.Point(670, 43);
     this.ultraComboEditor1.Name         = "ultraComboEditor1";
     this.ultraComboEditor1.Size         = new System.Drawing.Size(144, 21);
     this.ultraComboEditor1.TabIndex     = 46;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(301, 113);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(96, 23);
     this.ultraLabel1.TabIndex = 45;
     this.ultraLabel1.Text     = "会员资格:";
     //
     // cmbMemberRight
     //
     this.cmbMemberRight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMemberRight.Location     = new System.Drawing.Point(405, 113);
     this.cmbMemberRight.Name         = "cmbMemberRight";
     this.cmbMemberRight.Size         = new System.Drawing.Size(144, 21);
     this.cmbMemberRight.TabIndex     = 44;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(301, 81);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(96, 23);
     this.ultraLabel4.TabIndex = 43;
     this.ultraLabel4.Text     = "是否会员:";
     //
     // cmbMember
     //
     this.cmbMember.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMember.Location     = new System.Drawing.Point(405, 81);
     this.cmbMember.Name         = "cmbMember";
     this.cmbMember.Size         = new System.Drawing.Size(144, 21);
     this.cmbMember.TabIndex     = 42;
     //
     // btnExcel
     //
     this.btnExcel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnExcel.Location    = new System.Drawing.Point(1039, 111);
     this.btnExcel.Name        = "btnExcel";
     this.btnExcel.Size        = new System.Drawing.Size(75, 23);
     this.btnExcel.TabIndex    = 37;
     this.btnExcel.Text        = "导出EXCEL";
     this.btnExcel.Click      += new System.EventHandler(this.btnExcel_Click);
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(301, 41);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 36;
     this.ultraLabel5.Text     = "操作员:";
     //
     // chkEndDate
     //
     this.chkEndDate.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate.Location   = new System.Drawing.Point(566, 119);
     this.chkEndDate.Name       = "chkEndDate";
     this.chkEndDate.Size       = new System.Drawing.Size(96, 20);
     this.chkEndDate.TabIndex   = 31;
     this.chkEndDate.Text       = "操作结束时间";
     //
     // chkBeginDate
     //
     this.chkBeginDate.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location   = new System.Drawing.Point(566, 79);
     this.chkBeginDate.Name       = "chkBeginDate";
     this.chkBeginDate.Size       = new System.Drawing.Size(96, 20);
     this.chkBeginDate.TabIndex   = 30;
     this.chkBeginDate.Text       = "操作开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.DateTime     = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     this.cmbEndDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate.Location     = new System.Drawing.Point(670, 119);
     this.cmbEndDate.MaskInput    = "{date} {time}";
     this.cmbEndDate.Name         = "cmbEndDate";
     this.cmbEndDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex     = 29;
     this.cmbEndDate.Value        = new System.DateTime(2008, 3, 10, 23, 59, 59, 0);
     //
     // cmbBeginDate
     //
     this.cmbBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbBeginDate.Location     = new System.Drawing.Point(670, 79);
     this.cmbBeginDate.MaskInput    = "{date} {time}";
     this.cmbBeginDate.Name         = "cmbBeginDate";
     this.cmbBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmbBeginDate.TabIndex     = 28;
     //
     // cmbOperName
     //
     this.cmbOperName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbOperName.Location     = new System.Drawing.Point(405, 41);
     this.cmbOperName.Name         = "cmbOperName";
     this.cmbOperName.Size         = new System.Drawing.Size(144, 21);
     this.cmbOperName.TabIndex     = 27;
     //
     // ultraButton1
     //
     this.ultraButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton1.Location    = new System.Drawing.Point(947, 111);
     this.ultraButton1.Name        = "ultraButton1";
     this.ultraButton1.Size        = new System.Drawing.Size(75, 23);
     this.ultraButton1.TabIndex    = 19;
     this.ultraButton1.Text        = "打印";
     this.ultraButton1.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(856, 113);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 18;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // ultraPrintPreviewDialog1
     //
     this.ultraPrintPreviewDialog1.Name = "ultraPrintPreviewDialog1";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox1.Location = new System.Drawing.Point(48, 205);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(1144, 379);
     this.ultraGroupBox1.TabIndex = 9;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.DisplayLayout.ViewStyle   = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Location          = new System.Drawing.Point(152, 56);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(192, 80);
     this.ultraGrid1.TabIndex          = 4;
     this.ultraGrid1.Text              = "查询结果";
     this.ultraGrid1.InitializePrint  += new Infragistics.Win.UltraWinGrid.InitializePrintEventHandler(this.ultraGrid1_InitializePrint);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // cmbDept
     //
     this.cmbDept.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbDept.Location     = new System.Drawing.Point(961, 81);
     this.cmbDept.Name         = "cmbDept";
     this.cmbDept.Size         = new System.Drawing.Size(152, 21);
     this.cmbDept.TabIndex     = 73;
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(859, 81);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 72;
     this.ultraLabel8.Text     = "部门:";
     //
     // AllMoneyReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1272, 597);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "AllMoneyReport";
     this.Text  = Login.constApp.strCardTypeL6Name + "消费明细报表";
     this.Load += new System.EventHandler(this.ProductReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMember)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOperName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDept)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 31
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmPagosGastosServicios));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.tarea                             = new System.Windows.Forms.Label();
     this.gridComprobantes                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalSeleccionados             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1                            = new System.Windows.Forms.Label();
     this.utbNinguno                        = new Infragistics.Win.Misc.UltraButton();
     this.utbTodos                          = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel13                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEResponsable                   = new mz.erp.ui.controls.mzComboEditor();
     this.label3                            = new System.Windows.Forms.Label();
     this.mzCEInstanciasCaja                = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel11                      = new Infragistics.Win.Misc.UltraLabel();
     this.uccFecha                          = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ubBuscar                          = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ubEliminar                        = new Infragistics.Win.Misc.UltraButton();
     this.ubAgregar                         = new Infragistics.Win.Misc.UltraButton();
     this.uneTotal                          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label4                            = new System.Windows.Forms.Label();
     this.gridEXValores                     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4                    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5                    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.gridComprobantes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.tarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, -28);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(886, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // tarea
     //
     this.tarea.BackColor = System.Drawing.Color.Transparent;
     this.tarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.tarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tarea.Location  = new System.Drawing.Point(0, 0);
     this.tarea.Name      = "tarea";
     this.tarea.Size      = new System.Drawing.Size(886, 23);
     this.tarea.TabIndex  = 1;
     this.tarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridComprobantes
     //
     this.gridComprobantes.Controls.Add(this.uneTotalSeleccionados);
     this.gridComprobantes.Controls.Add(this.label1);
     this.gridComprobantes.Controls.Add(this.utbNinguno);
     this.gridComprobantes.Controls.Add(this.utbTodos);
     this.gridComprobantes.Controls.Add(this.ultraLabel1);
     this.gridComprobantes.Controls.Add(this.gridEX1);
     this.gridComprobantes.Controls.Add(this.ultraLabel13);
     this.gridComprobantes.Controls.Add(this.mzCEResponsable);
     this.gridComprobantes.Controls.Add(this.label3);
     this.gridComprobantes.Controls.Add(this.mzCEInstanciasCaja);
     this.gridComprobantes.Controls.Add(this.ultraLabel11);
     this.gridComprobantes.Controls.Add(this.uccFecha);
     this.gridComprobantes.DockPadding.Top = 12;
     this.gridComprobantes.Location        = new System.Drawing.Point(28, -172);
     this.gridComprobantes.Name            = "gridComprobantes";
     this.gridComprobantes.Size            = new System.Drawing.Size(886, 261);
     this.gridComprobantes.TabIndex        = 0;
     //
     // uneTotalSeleccionados
     //
     this.uneTotalSeleccionados.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotalSeleccionados.Location      = new System.Drawing.Point(520, 232);
     this.uneTotalSeleccionados.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotalSeleccionados.Name          = "uneTotalSeleccionados";
     this.uneTotalSeleccionados.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalSeleccionados.Size          = new System.Drawing.Size(96, 21);
     this.uneTotalSeleccionados.TabIndex      = 4;
     this.uneTotalSeleccionados.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(390, 233);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 16);
     this.label1.TabIndex  = 121;
     this.label1.Text      = "Total Seleccionados: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // utbNinguno
     //
     this.utbNinguno.AcceptsFocus = false;
     this.utbNinguno.Location     = new System.Drawing.Point(64, 232);
     this.utbNinguno.Name         = "utbNinguno";
     this.utbNinguno.Size         = new System.Drawing.Size(64, 22);
     this.utbNinguno.TabIndex     = 119;
     this.utbNinguno.TabStop      = false;
     this.utbNinguno.Text         = "&Ninguno";
     //
     // utbTodos
     //
     this.utbTodos.AcceptsFocus = false;
     this.utbTodos.Location     = new System.Drawing.Point(0, 232);
     this.utbTodos.Name         = "utbTodos";
     this.utbTodos.Size         = new System.Drawing.Size(64, 22);
     this.utbTodos.TabIndex     = 118;
     this.utbTodos.TabStop      = false;
     this.utbTodos.Text         = "&Todos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(8, 56);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(152, 16);
     this.ultraLabel1.TabIndex  = 117;
     this.ultraLabel1.Text      = "Comprobantes a Pagar";
     //
     // gridEX1
     //
     this.gridEX1.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEX1.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AutomaticSort    = false;
     this.gridEX1.ContinuousScroll = false;
     this.gridEX1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.Location           = new System.Drawing.Point(0, 72);
     this.gridEX1.Name       = "gridEX1";
     this.gridEX1.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEX1.Size       = new System.Drawing.Size(880, 160);
     this.gridEX1.TabIndex   = 3;
     //
     // ultraLabel13
     //
     appearance1.TextHAlign       = Infragistics.Win.HAlign.Right;
     this.ultraLabel13.Appearance = appearance1;
     this.ultraLabel13.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location   = new System.Drawing.Point(416, 5);
     this.ultraLabel13.Name       = "ultraLabel13";
     this.ultraLabel13.Size       = new System.Drawing.Size(88, 16);
     this.ultraLabel13.TabIndex   = 115;
     this.ultraLabel13.Text       = "Responsable";
     //
     // mzCEResponsable
     //
     this.mzCEResponsable.AutoComplete         = true;
     this.mzCEResponsable.DataSource           = null;
     this.mzCEResponsable.DisplayMember        = "";
     this.mzCEResponsable.DisplayMemberCaption = "";
     this.mzCEResponsable.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsable.Location             = new System.Drawing.Point(528, 0);
     this.mzCEResponsable.MaxItemsDisplay      = 50;
     this.mzCEResponsable.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsable.Name               = "mzCEResponsable";
     this.mzCEResponsable.Size               = new System.Drawing.Size(256, 21);
     this.mzCEResponsable.SorterMember       = "";
     this.mzCEResponsable.TabIndex           = 2;
     this.mzCEResponsable.ValueMember        = "";
     this.mzCEResponsable.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 42;
     this.label3.Text      = "Caja :";
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(128, 0);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(8, 29);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel11.TabIndex  = 41;
     this.ultraLabel11.Text      = "Fecha";
     //
     // uccFecha
     //
     dateButton1.Caption = "Today";
     this.uccFecha.DateButtons.Add(dateButton1);
     this.uccFecha.Enabled           = false;
     this.uccFecha.Location          = new System.Drawing.Point(128, 24);
     this.uccFecha.Name              = "uccFecha";
     this.uccFecha.NonAutoSizeHeight = 23;
     this.uccFecha.Size              = new System.Drawing.Size(272, 21);
     this.uccFecha.TabIndex          = 1;
     this.uccFecha.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubBuscar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 148);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(886, 229);
     this.ultraExplorerBarContainerControl3.TabIndex = 5;
     //
     // ubBuscar
     //
     this.ubBuscar.ImageList = this.imglStandar;
     this.ubBuscar.Location  = new System.Drawing.Point(217, 0);
     this.ubBuscar.Name      = "ubBuscar";
     this.ubBuscar.Size      = new System.Drawing.Size(97, 24);
     this.ubBuscar.TabIndex  = 2;
     this.ubBuscar.Text      = "Buscar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(112, 0);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 0);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     //
     // uneTotal
     //
     this.uneTotal.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotal.Location      = new System.Drawing.Point(520, 0);
     this.uneTotal.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 3;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(411, 3);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 16);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "Total: ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridEXValores
     //
     this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXValores.AutomaticSort    = false;
     this.gridEXValores.ContinuousScroll = false;
     this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEXValores.GroupByBoxVisible  = false;
     this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXValores.Location           = new System.Drawing.Point(0, 32);
     this.gridEXValores.Name       = "gridEXValores";
     this.gridEXValores.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size       = new System.Drawing.Size(880, 192);
     this.gridEXValores.TabIndex   = 4;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(952, 28);
     this.toolBarStandar.TabIndex       = 51;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.gridComprobantes);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.gridComprobantes;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 261;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 229;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(952, 402);
     this.ultraExplorerBar1.TabIndex = 52;
     //
     // FrmPagosGastosServicios
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 430);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmPagosGastosServicios";
     this.Text = "FrmPagosGastosServicios";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.gridComprobantes.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.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()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KitID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Name", 0, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity", 1);
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     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 appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtCustomerID  = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.gKits          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.btDelete       = new Signature.Windows.Forms.Button();
     this.btSave         = new Signature.Windows.Forms.Button();
     this.txtKitName     = new Infragistics.Win.Misc.UltraLabel();
     this.txtQuantity    = new Signature.Windows.Forms.MaskedEdit();
     this.label2         = new System.Windows.Forms.Label();
     this.txtPrint       = new Signature.Windows.Forms.Button();
     this.txtKitID       = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerID);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Location  = new System.Drawing.Point(9, 20);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(771, 69);
     this.ultraGroupBox1.TabIndex  = 12;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtName
     //
     appearance1.BackColor    = System.Drawing.Color.Transparent;
     appearance1.BackColor2   = System.Drawing.Color.Black;
     this.txtName.Appearance  = appearance1;
     this.txtName.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(158, 22);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(595, 28);
     this.txtName.TabIndex    = 14;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop = true;
     this.txtCustomerID.Location  = new System.Drawing.Point(88, 28);
     this.txtCustomerID.Name      = "txtCustomerID";
     this.txtCustomerID.Size      = new System.Drawing.Size(52, 20);
     this.txtCustomerID.TabIndex  = 12;
     this.txtCustomerID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(18, 28);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(63, 19);
     this.label9.TabIndex  = 13;
     this.label9.Text      = "School ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.gKits);
     this.ultraGroupBox2.Location  = new System.Drawing.Point(12, 103);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(625, 451);
     this.ultraGroupBox2.TabIndex  = 13;
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // gKits
     //
     appearance2.BackColor                   = System.Drawing.Color.Transparent;
     appearance2.BackColor2                  = System.Drawing.Color.Transparent;
     appearance2.BackGradientStyle           = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.gKits.DisplayLayout.Appearance     = appearance2;
     ultraGridColumn1.AutoEdit               = false;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 102;
     ultraGridColumn2.AutoEdit               = false;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 384;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width                  = 113;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3
     });
     this.gKits.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.gKits.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.gKits.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor       = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.GroupByBox.Appearance = appearance3;
     appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
     this.gKits.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gKits.DisplayLayout.GroupByBox.Hidden = true;
     appearance5.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2        = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
     this.gKits.DisplayLayout.InterBandSpacing            = 10;
     this.gKits.DisplayLayout.MaxColScrollRegions         = 1;
     this.gKits.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gKits.DisplayLayout.Override.ActiveCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.SystemColors.Highlight;
     appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gKits.DisplayLayout.Override.ActiveRowAppearance = appearance7;
     this.gKits.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gKits.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.gKits.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BorderColor  = System.Drawing.Color.Silver;
     appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gKits.DisplayLayout.Override.CellAppearance  = appearance9;
     this.gKits.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gKits.DisplayLayout.Override.CellPadding     = 0;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.Override.GroupByRowAppearance = 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;
     appearance11.ForeColor          = System.Drawing.Color.White;
     appearance11.TextHAlignAsString = "Left";
     appearance11.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.gKits.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.gKits.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gKits.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.Override.RowAppearance = appearance12;
     appearance13.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.gKits.DisplayLayout.Override.RowSelectorAppearance = appearance13;
     this.gKits.DisplayLayout.Override.RowSelectors          = Infragistics.Win.DefaultableBoolean.False;
     this.gKits.DisplayLayout.Override.RowSelectorWidth      = 12;
     this.gKits.DisplayLayout.Override.RowSpacingBefore      = 2;
     appearance14.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance14.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance14.ForeColor         = System.Drawing.Color.Black;
     this.gKits.DisplayLayout.Override.SelectedRowAppearance = appearance14;
     appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gKits.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
     this.gKits.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.gKits.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gKits.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gKits.DisplayLayout.ViewStyleBand     = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gKits.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.gKits.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gKits.Location          = new System.Drawing.Point(3, 3);
     this.gKits.Name              = "gKits";
     this.gKits.Size              = new System.Drawing.Size(619, 445);
     this.gKits.TabIndex          = 30;
     this.gKits.Text              = "nm,n,n";
     this.gKits.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.gKits.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.gKits_MouseUp);
     this.gKits.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gKits_InitializeLayout);
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.btDelete);
     this.ultraGroupBox3.Controls.Add(this.btSave);
     this.ultraGroupBox3.Controls.Add(this.txtKitName);
     this.ultraGroupBox3.Controls.Add(this.txtQuantity);
     this.ultraGroupBox3.Controls.Add(this.label2);
     this.ultraGroupBox3.Controls.Add(this.txtPrint);
     this.ultraGroupBox3.Controls.Add(this.txtKitID);
     this.ultraGroupBox3.Controls.Add(this.label1);
     this.ultraGroupBox3.Location  = new System.Drawing.Point(651, 103);
     this.ultraGroupBox3.Name      = "ultraGroupBox3";
     this.ultraGroupBox3.Size      = new System.Drawing.Size(129, 448);
     this.ultraGroupBox3.TabIndex  = 14;
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // btDelete
     //
     this.btDelete.Location = new System.Drawing.Point(6, 392);
     this.btDelete.Name     = "btDelete";
     this.btDelete.Size     = new System.Drawing.Size(114, 22);
     this.btDelete.TabIndex = 21;
     this.btDelete.Text     = "Delete Row";
     this.btDelete.Click   += new System.EventHandler(this.btDelete_Click);
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(6, 420);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(114, 22);
     this.btSave.TabIndex = 20;
     this.btSave.Text     = "Save && Print ";
     this.btSave.Click   += new System.EventHandler(this.btSave_Click);
     //
     // txtKitName
     //
     appearance16.BackColor      = System.Drawing.Color.Transparent;
     appearance16.BackColor2     = System.Drawing.Color.Black;
     this.txtKitName.Appearance  = appearance16;
     this.txtKitName.Location    = new System.Drawing.Point(18, 115);
     this.txtKitName.Name        = "txtKitName";
     this.txtKitName.Size        = new System.Drawing.Size(93, 52);
     this.txtKitName.TabIndex    = 19;
     this.txtKitName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtQuantity
     //
     this.txtQuantity.AllowDrop = true;
     this.txtQuantity.Location  = new System.Drawing.Point(75, 79);
     this.txtQuantity.Name      = "txtCustomerID";
     this.txtQuantity.Size      = new System.Drawing.Size(36, 20);
     this.txtQuantity.TabIndex  = 17;
     this.txtQuantity.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(57, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(54, 19);
     this.label2.TabIndex  = 18;
     this.label2.Text      = "Qty:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPrint
     //
     this.txtPrint.Location = new System.Drawing.Point(9, 292);
     this.txtPrint.Name     = "txtPrint";
     this.txtPrint.Size     = new System.Drawing.Size(114, 22);
     this.txtPrint.TabIndex = 16;
     this.txtPrint.Text     = "Print ";
     this.txtPrint.Visible  = false;
     this.txtPrint.Click   += new System.EventHandler(this.bPrint_Click);
     //
     // txtKitID
     //
     this.txtKitID.AllowDrop = true;
     this.txtKitID.Location  = new System.Drawing.Point(18, 79);
     this.txtKitID.Name      = "txtCustomerID";
     this.txtKitID.Size      = new System.Drawing.Size(51, 20);
     this.txtKitID.TabIndex  = 14;
     this.txtKitID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(20, 57);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(31, 19);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "Kit:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmKitSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.AliceBlue;
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmKitSetup";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Kit Setup";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnDelete       = new Infragistics.Win.Misc.UltraButton();
     this.ultraGroupBox1  = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbType         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtValue        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2     = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1     = new Infragistics.Win.Misc.UltraLabel();
     this.btnModify       = new Infragistics.Win.Misc.UltraButton();
     this.btnAdd          = new Infragistics.Win.Misc.UltraButton();
     this.ultraGrid1      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGrid2      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox2  = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbMemberType   = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtMemberValue  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4     = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5     = new Infragistics.Win.Misc.UltraLabel();
     this.btnMemberModify = new Infragistics.Win.Misc.UltraButton();
     this.btnMemberAdd    = new Infragistics.Win.Misc.UltraButton();
     this.btnMemberDelete = new Infragistics.Win.Misc.UltraButton();
     this.cmbMember       = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel3     = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMember)).BeginInit();
     this.SuspendLayout();
     //
     // btnDelete
     //
     this.btnDelete.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnDelete.Location    = new System.Drawing.Point(272, 128);
     this.btnDelete.Name        = "btnDelete";
     this.btnDelete.Size        = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex    = 3;
     this.btnDelete.Text        = "删除";
     this.btnDelete.Click      += new System.EventHandler(this.btnDelete_Click);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.cmbType);
     this.ultraGroupBox1.Controls.Add(this.txtValue);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.btnModify);
     this.ultraGroupBox1.Controls.Add(this.btnAdd);
     this.ultraGroupBox1.Controls.Add(this.btnDelete);
     this.ultraGroupBox1.Location = new System.Drawing.Point(707, 72);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(384, 192);
     this.ultraGroupBox1.TabIndex = 5;
     this.ultraGroupBox1.Text     = "参数设置";
     //
     // cmbType
     //
     this.cmbType.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbType.Location      = new System.Drawing.Point(144, 32);
     this.cmbType.Name          = "cmbType";
     this.cmbType.Size          = new System.Drawing.Size(216, 21);
     this.cmbType.TabIndex      = 13;
     //
     // txtValue
     //
     this.txtValue.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtValue.Location     = new System.Drawing.Point(144, 72);
     this.txtValue.Name         = "txtValue";
     this.txtValue.Size         = new System.Drawing.Size(216, 21);
     this.txtValue.TabIndex     = 12;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(40, 72);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 10;
     this.ultraLabel2.Text     = "参数值:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(40, 32);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 9;
     this.ultraLabel1.Text     = "参数类型:";
     //
     // btnModify
     //
     this.btnModify.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnModify.Location    = new System.Drawing.Point(168, 128);
     this.btnModify.Name        = "btnModify";
     this.btnModify.Size        = new System.Drawing.Size(75, 23);
     this.btnModify.TabIndex    = 8;
     this.btnModify.Text        = "修改";
     this.btnModify.Click      += new System.EventHandler(this.btnModify_Click);
     //
     // btnAdd
     //
     this.btnAdd.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnAdd.Location    = new System.Drawing.Point(64, 128);
     this.btnAdd.Name        = "btnAdd";
     this.btnAdd.Size        = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex    = 7;
     this.btnAdd.Text        = "添加";
     this.btnAdd.Click      += new System.EventHandler(this.btnAdd_Click);
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location           = new System.Drawing.Point(16, 32);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(685, 248);
     this.ultraGrid1.TabIndex           = 6;
     this.ultraGrid1.Text               = "参数列表";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     //
     // ultraGrid2
     //
     this.ultraGrid2.Location           = new System.Drawing.Point(16, 304);
     this.ultraGrid2.Name               = "ultraGrid2";
     this.ultraGrid2.Size               = new System.Drawing.Size(685, 248);
     this.ultraGrid2.TabIndex           = 7;
     this.ultraGrid2.Text               = "会员参数设置";
     this.ultraGrid2.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid2_InitializeLayout);
     this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.cmbMemberType);
     this.ultraGroupBox2.Controls.Add(this.txtMemberValue);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.btnMemberModify);
     this.ultraGroupBox2.Controls.Add(this.btnMemberAdd);
     this.ultraGroupBox2.Controls.Add(this.btnMemberDelete);
     this.ultraGroupBox2.Controls.Add(this.cmbMember);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox2.Location = new System.Drawing.Point(707, 320);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(384, 208);
     this.ultraGroupBox2.TabIndex = 8;
     this.ultraGroupBox2.Text     = "会员参数设置";
     //
     // cmbMemberType
     //
     this.cmbMemberType.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMemberType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbMemberType.Location      = new System.Drawing.Point(152, 72);
     this.cmbMemberType.Name          = "cmbMemberType";
     this.cmbMemberType.Size          = new System.Drawing.Size(216, 21);
     this.cmbMemberType.TabIndex      = 20;
     //
     // txtMemberValue
     //
     this.txtMemberValue.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberValue.Location     = new System.Drawing.Point(152, 104);
     this.txtMemberValue.Name         = "txtMemberValue";
     this.txtMemberValue.Size         = new System.Drawing.Size(216, 21);
     this.txtMemberValue.TabIndex     = 19;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(48, 104);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 17;
     this.ultraLabel4.Text     = "参数值:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(48, 70);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 16;
     this.ultraLabel5.Text     = "参数类型:";
     //
     // btnMemberModify
     //
     this.btnMemberModify.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnMemberModify.Location    = new System.Drawing.Point(176, 160);
     this.btnMemberModify.Name        = "btnMemberModify";
     this.btnMemberModify.Size        = new System.Drawing.Size(75, 23);
     this.btnMemberModify.TabIndex    = 15;
     this.btnMemberModify.Text        = "修改";
     this.btnMemberModify.Click      += new System.EventHandler(this.btnMemberModify_Click);
     //
     // btnMemberAdd
     //
     this.btnMemberAdd.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnMemberAdd.Location    = new System.Drawing.Point(80, 160);
     this.btnMemberAdd.Name        = "btnMemberAdd";
     this.btnMemberAdd.Size        = new System.Drawing.Size(75, 23);
     this.btnMemberAdd.TabIndex    = 14;
     this.btnMemberAdd.Text        = "添加";
     this.btnMemberAdd.Click      += new System.EventHandler(this.btnMemberAdd_Click);
     //
     // btnMemberDelete
     //
     this.btnMemberDelete.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnMemberDelete.Location    = new System.Drawing.Point(280, 160);
     this.btnMemberDelete.Name        = "btnMemberDelete";
     this.btnMemberDelete.Size        = new System.Drawing.Size(75, 23);
     this.btnMemberDelete.TabIndex    = 13;
     this.btnMemberDelete.Text        = "删除";
     this.btnMemberDelete.Click      += new System.EventHandler(this.btnMemberDelete_Click);
     //
     // cmbMember
     //
     this.cmbMember.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMember.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbMember.Location      = new System.Drawing.Point(152, 32);
     this.cmbMember.Name          = "cmbMember";
     this.cmbMember.Size          = new System.Drawing.Size(216, 21);
     this.cmbMember.TabIndex      = 1;
     this.cmbMember.ValueChanged += new System.EventHandler(this.cmbMember_ValueChanged);
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(48, 36);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 0;
     this.ultraLabel3.Text     = "会员类型:";
     //
     // MemberSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(1132, 589);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGrid2);
     this.Controls.Add(this.ultraGrid1);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberSetting";
     this.Text  = "一通卡会员参数设置";
     this.Load += new System.EventHandler(this.MemberSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMember)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 34
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager             resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmAgrupamientos));
            Infragistics.Win.UltraWinTree.UltraTreeNode                ultraTreeNode1         = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override                     _override1             = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzCmbCuenta   = new mz.erp.ui.controls.mzCuentasControl();
            this.ultraLabel2   = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmb         = new mz.erp.ui.controls.mzProveedoresControl();
            this.ultraLabel1   = new Infragistics.Win.Misc.UltraLabel();
            this.gridElementos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar            = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar             = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos    = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar              = new Infragistics.Win.Misc.UltraButton();
            this.ultraTreeAgrupamientos = new Infragistics.Win.UltraWinTree.UltraTree();
            this.cmAgrupamientosTree    = new System.Windows.Forms.ContextMenu();
            this.menuItem1              = new System.Windows.Forms.MenuItem();
            this.ultraExplorerBar1      = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.button1 = new System.Windows.Forms.Button();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.button1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmb);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridElementos);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 50);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(842, 220);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.AllowEditClientePaso = false;
            this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EnableCtaCte         = false;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(125, 3);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.ReseteaCodCta        = false;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(614, 25);
            this.mzCmbCuenta.TabIndex             = 0;
            this.mzCmbCuenta.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.mzCmbCuenta_KeyDown);

            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel2.Name     = "ultraLabel2";
            this.ultraLabel2.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel2.TabIndex = 36;
            this.ultraLabel2.Text     = "Cuenta";
            //
            // mzCmb
            //
            this.mzCmb.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmb.DataValue            = "";
            this.mzCmb.EnableCtaCte         = false;
            this.mzCmb.FastSearch           = false;
            this.mzCmb.Location             = new System.Drawing.Point(125, 0);
            this.mzCmb.Name                 = "mzCmb";
            this.mzCmb.SearchObjectListener = null;
            this.mzCmb.Size                 = new System.Drawing.Size(585, 25);
            this.mzCmb.TabIndex             = 0;
            this.mzCmb.Tag = "ResponsableEmision";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel1.Name     = "ultraLabel1";
            this.ultraLabel1.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel1.TabIndex = 27;
            this.ultraLabel1.Text     = "Proveedor";
            //
            // gridElementos
            //
            this.gridElementos.AllowCardSizing = false;
            this.gridElementos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridElementos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridElementos.Cursor          = System.Windows.Forms.Cursors.Default;
            this.gridElementos.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.gridElementos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridElementos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridElementos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gridElementos.GroupByBoxVisible  = false;
            this.gridElementos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridElementos.Location           = new System.Drawing.Point(0, 27);
            this.gridElementos.Name               = "gridElementos";
            this.gridElementos.Size               = new System.Drawing.Size(842, 193);
            this.gridElementos.TabIndex           = 1;
            this.gridElementos.TabStop            = false;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTreeAgrupamientos);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 330);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(842, 532);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(490, 76);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(96, 28);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(490, 39);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(96, 28);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.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.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.LayoutData         = resources.GetString("gridEXAgrupamientos.LayoutData");
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(599, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(235, 526);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(490, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(96, 28);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTreeAgrupamientos
            //
            this.ultraTreeAgrupamientos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTreeAgrupamientos.ContextMenu   = this.cmAgrupamientosTree;
            this.ultraTreeAgrupamientos.HideSelection = false;
            this.ultraTreeAgrupamientos.Location      = new System.Drawing.Point(0, 0);
            this.ultraTreeAgrupamientos.Name          = "ultraTreeAgrupamientos";
            ultraTreeNode1.Key  = "RAIZ";
            ultraTreeNode1.Text = "Agrupamientos";
            this.ultraTreeAgrupamientos.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType             = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTreeAgrupamientos.Override = _override1;
            this.ultraTreeAgrupamientos.Size     = new System.Drawing.Size(480, 526);
            this.ultraTreeAgrupamientos.TabIndex = 0;
            //
            // cmAgrupamientosTree
            //
            this.cmAgrupamientosTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index  = 0;
            this.menuItem1.Text   = "Agregar";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.AnimationEnabled = false;
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 220;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Datos Generales";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 532;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 550);
            this.ultraExplorerBar1.TabIndex = 24;

            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(529, -2);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text     = "Agregar";
            this.button1.UseVisualStyleBackColor = true;

            //
            // FrmAgrupamientos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize        = new System.Drawing.Size(912, 550);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupamientos";
            this.Text = "Grupos de Clientes";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.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.btnAddCard         = new Infragistics.Win.Misc.UltraButton();
     this.txtNewMemberCardNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraButton1       = new Infragistics.Win.Misc.UltraButton();
     this.ultraGroupBox1     = new Infragistics.Win.Misc.UltraGroupBox();
     this.errorProvider1     = new System.Windows.Forms.ErrorProvider();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAddCard
     //
     this.btnAddCard.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnAddCard.Location    = new System.Drawing.Point(56, 88);
     this.btnAddCard.Name        = "btnAddCard";
     this.btnAddCard.Size        = new System.Drawing.Size(72, 23);
     this.btnAddCard.TabIndex    = 11;
     this.btnAddCard.Text        = "È·¶¨";
     this.btnAddCard.Click      += new System.EventHandler(this.btnAddCard_Click);
     //
     // txtNewMemberCardNo
     //
     this.txtNewMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtNewMemberCardNo.Location     = new System.Drawing.Point(152, 40);
     this.txtNewMemberCardNo.MaxLength    = 8;
     this.txtNewMemberCardNo.Name         = "txtNewMemberCardNo";
     this.txtNewMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtNewMemberCardNo.TabIndex     = 10;
     this.txtNewMemberCardNo.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtNewMemberCardNo_KeyPress);
     this.txtNewMemberCardNo.Validated   += new System.EventHandler(this.txtNewMemberCardNo_Validated);
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(40, 40);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.TabIndex = 9;
     this.ultraLabel4.Text     = "лáÔ±¿¨ºÅ£º";
     //
     // ultraButton1
     //
     this.ultraButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton1.Location    = new System.Drawing.Point(152, 88);
     this.ultraButton1.Name        = "ultraButton1";
     this.ultraButton1.Size        = new System.Drawing.Size(72, 23);
     this.ultraButton1.TabIndex    = 12;
     this.ultraButton1.Text        = "È¡Ïû";
     this.ultraButton1.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox1.Controls.Add(this.btnAddCard);
     this.ultraGroupBox1.Controls.Add(this.txtNewMemberCardNo);
     this.ultraGroupBox1.Controls.Add(this.ultraButton1);
     this.ultraGroupBox1.Location = new System.Drawing.Point(48, 48);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(320, 160);
     this.ultraGroupBox1.TabIndex = 13;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // MemberCardAddCardNewCard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(416, 237);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name = "MemberCardAddCardNewCard";
     this.Text = "²¹¿¨²Ù×÷";
     ((System.ComponentModel.ISupportInitialize)(this.txtNewMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.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()
 {
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     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.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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGAOrder));
     this.ProductID      = new Signature.Windows.Forms.ColumnSetting();
     this.Description    = new Signature.Windows.Forms.ColumnSetting();
     this.Price          = new Signature.Windows.Forms.ColumnSetting();
     this.Quantity       = new Signature.Windows.Forms.ColumnSetting();
     this.columnSetting1 = new Signature.Windows.Forms.ColumnSetting();
     this.columnSetting2 = new Signature.Windows.Forms.ColumnSetting();
     this.columnSetting3 = new Signature.Windows.Forms.ColumnSetting();
     this.columnSetting4 = new Signature.Windows.Forms.ColumnSetting();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.label1         = new System.Windows.Forms.Label();
     this.txtShipDate    = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtCustomerID  = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.gKits          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.bCancel        = new System.Windows.Forms.Button();
     this.bSubmit        = new System.Windows.Forms.Button();
     this.label2         = new System.Windows.Forms.Label();
     this.cbKit          = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).BeginInit();
     this.SuspendLayout();
     //
     // ProductID
     //
     this.ProductID.ButtonWidth = 25;
     this.ProductID.IsEditable  = false;
     //
     // Description
     //
     this.Description.ButtonWidth = 25;
     this.Description.IsEditable  = false;
     //
     // Price
     //
     this.Price.ButtonWidth = 25;
     this.Price.IsEditable  = false;
     //
     // Quantity
     //
     this.Quantity.ButtonWidth = 25;
     //
     // columnSetting1
     //
     this.columnSetting1.ButtonWidth = 25;
     //
     // columnSetting2
     //
     this.columnSetting2.ButtonWidth = 25;
     //
     // columnSetting3
     //
     this.columnSetting3.ButtonWidth = 25;
     //
     // columnSetting4
     //
     this.columnSetting4.ButtonWidth = 25;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.cbKit);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtShipDate);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerID);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Location  = new System.Drawing.Point(9, 20);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(436, 69);
     this.ultraGroupBox1.TabIndex  = 12;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(230, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(86, 19);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Delivery Date:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtShipDate
     //
     this.txtShipDate.Location = new System.Drawing.Point(335, 11);
     this.txtShipDate.Name     = "txtShipDate";
     this.txtShipDate.Size     = new System.Drawing.Size(84, 21);
     this.txtShipDate.TabIndex = 15;
     this.txtShipDate.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtName
     //
     appearance1.BackColor    = System.Drawing.Color.Transparent;
     appearance1.BackColor2   = System.Drawing.Color.Black;
     this.txtName.Appearance  = appearance1;
     this.txtName.Location    = new System.Drawing.Point(22, 37);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(261, 20);
     this.txtName.TabIndex    = 14;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop = true;
     this.txtCustomerID.Location  = new System.Drawing.Point(88, 11);
     this.txtCustomerID.Name      = "txtCustomerID";
     this.txtCustomerID.Size      = new System.Drawing.Size(52, 20);
     this.txtCustomerID.TabIndex  = 12;
     this.txtCustomerID.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(6, 11);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(63, 19);
     this.label9.TabIndex  = 13;
     this.label9.Text      = "School ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.gKits);
     this.ultraGroupBox2.Location  = new System.Drawing.Point(12, 103);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(433, 245);
     this.ultraGroupBox2.TabIndex  = 13;
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // gKits
     //
     appearance2.BackColor                                      = System.Drawing.Color.Transparent;
     appearance2.BackColor2                                     = System.Drawing.Color.Transparent;
     appearance2.BackGradientStyle                              = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.gKits.DisplayLayout.Appearance                        = appearance2;
     this.gKits.DisplayLayout.BorderStyle                       = Infragistics.Win.UIElementBorderStyle.None;
     this.gKits.DisplayLayout.CaptionVisible                    = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor                                      = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2                                     = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle                              = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor                                    = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.GroupByBox.Appearance             = appearance3;
     appearance4.ForeColor                                      = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.BandLabelAppearance    = appearance4;
     this.gKits.DisplayLayout.GroupByBox.BorderStyle            = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gKits.DisplayLayout.GroupByBox.Hidden                 = true;
     appearance5.BackColor                                      = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2                                     = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle                              = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor                                      = System.Drawing.SystemColors.GrayText;
     this.gKits.DisplayLayout.GroupByBox.PromptAppearance       = appearance5;
     this.gKits.DisplayLayout.InterBandSpacing                  = 10;
     this.gKits.DisplayLayout.MaxColScrollRegions               = 1;
     this.gKits.DisplayLayout.MaxRowScrollRegions               = 1;
     appearance6.BackColor                                      = System.Drawing.SystemColors.Window;
     appearance6.ForeColor                                      = System.Drawing.SystemColors.ControlText;
     this.gKits.DisplayLayout.Override.ActiveCellAppearance     = appearance6;
     appearance7.BackColor                                      = System.Drawing.SystemColors.Highlight;
     appearance7.ForeColor                                      = System.Drawing.SystemColors.HighlightText;
     this.gKits.DisplayLayout.Override.ActiveRowAppearance      = appearance7;
     this.gKits.DisplayLayout.Override.BorderStyleCell          = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gKits.DisplayLayout.Override.BorderStyleRow           = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor                                      = System.Drawing.Color.Transparent;
     this.gKits.DisplayLayout.Override.CardAreaAppearance       = appearance8;
     appearance9.BorderColor                                    = System.Drawing.Color.Silver;
     appearance9.TextTrimming                                   = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gKits.DisplayLayout.Override.CellAppearance           = appearance9;
     this.gKits.DisplayLayout.Override.CellClickAction          = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gKits.DisplayLayout.Override.CellPadding              = 0;
     appearance10.BackColor                                     = System.Drawing.SystemColors.Control;
     appearance10.BackColor2                                    = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment                         = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle                             = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor                                   = System.Drawing.SystemColors.Window;
     this.gKits.DisplayLayout.Override.GroupByRowAppearance     = 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;
     appearance11.ForeColor                                     = System.Drawing.Color.White;
     appearance11.TextHAlignAsString                            = "Left";
     appearance11.ThemedElementAlpha                            = Infragistics.Win.Alpha.Transparent;
     this.gKits.DisplayLayout.Override.HeaderAppearance         = appearance11;
     this.gKits.DisplayLayout.Override.HeaderClickAction        = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gKits.DisplayLayout.Override.HeaderStyle              = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BorderColor                                   = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.Override.RowAppearance            = appearance12;
     appearance13.BackColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackColor2                                    = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance13.BackGradientStyle                             = Infragistics.Win.GradientStyle.Vertical;
     this.gKits.DisplayLayout.Override.RowSelectorAppearance    = appearance13;
     this.gKits.DisplayLayout.Override.RowSelectors             = Infragistics.Win.DefaultableBoolean.False;
     this.gKits.DisplayLayout.Override.RowSelectorWidth         = 12;
     this.gKits.DisplayLayout.Override.RowSpacingBefore         = 2;
     appearance14.BackColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance14.BackColor2                                    = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance14.BackGradientStyle                             = Infragistics.Win.GradientStyle.Vertical;
     appearance14.ForeColor                                     = System.Drawing.Color.Black;
     this.gKits.DisplayLayout.Override.SelectedRowAppearance    = appearance14;
     appearance15.BackColor                                     = System.Drawing.SystemColors.ControlLight;
     this.gKits.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
     this.gKits.DisplayLayout.RowConnectorColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.gKits.DisplayLayout.RowConnectorStyle                 = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.gKits.DisplayLayout.ScrollBounds                      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gKits.DisplayLayout.ScrollStyle                       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gKits.DisplayLayout.ViewStyleBand                     = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gKits.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gKits.Location = new System.Drawing.Point(15, 22);
     this.gKits.Name     = "gKits";
     this.gKits.Size     = new System.Drawing.Size(401, 209);
     this.gKits.TabIndex = 29;
     this.gKits.Text     = "nm,n,n";
     this.gKits.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.gKits_KeyUp);
     //
     // bCancel
     //
     this.bCancel.Location = new System.Drawing.Point(47, 360);
     this.bCancel.Name     = "bCancel";
     this.bCancel.Size     = new System.Drawing.Size(124, 26);
     this.bCancel.TabIndex = 14;
     this.bCancel.Text     = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
     //
     // bSubmit
     //
     this.bSubmit.Location = new System.Drawing.Point(288, 360);
     this.bSubmit.Name     = "bSubmit";
     this.bSubmit.Size     = new System.Drawing.Size(124, 26);
     this.bSubmit.TabIndex = 15;
     this.bSubmit.Text     = "Submit and  Save";
     this.bSubmit.UseVisualStyleBackColor = true;
     this.bSubmit.Click += new System.EventHandler(this.bSubmit_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(199, 37);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(117, 19);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Kit ?:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cbKit
     //
     this.cbKit.AutoSize = true;
     this.cbKit.Location = new System.Drawing.Point(335, 39);
     this.cbKit.Name     = "cbKit";
     this.cbKit.Size     = new System.Drawing.Size(15, 14);
     this.cbKit.TabIndex = 18;
     this.cbKit.UseVisualStyleBackColor = true;
     //
     // frmGAOrder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.AliceBlue;
     this.ClientSize        = new System.Drawing.Size(454, 398);
     this.Controls.Add(this.bSubmit);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmGAOrder";
     this.ShowInTaskbar = false;
     this.Text          = "GA Order";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gKits)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 37
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(mzProveedoresControl));
     Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     this.button4          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.buttonElipsis    = new System.Windows.Forms.Button();
     this.labelDescription = new Infragistics.Win.Misc.UltraLabel();
     this.editorID         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnCtaCte        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).BeginInit();
     this.SuspendLayout();
     //
     // button4
     //
     this.button4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.BackColor = System.Drawing.SystemColors.Control;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button4.Image     = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
     this.button4.Location  = new System.Drawing.Point(440, 1);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(22, 21);
     this.button4.TabIndex  = 15;
     this.button4.TabStop   = false;
     this.button4.Click    += new System.EventHandler(this.button4_Click);
     //
     // button2
     //
     this.button2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button2.Image     = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location  = new System.Drawing.Point(416, 1);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(22, 21);
     this.button2.TabIndex  = 14;
     this.button2.TabStop   = false;
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.SystemColors.Control;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.Image     = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location  = new System.Drawing.Point(392, 1);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(22, 21);
     this.button1.TabIndex  = 13;
     this.button1.TabStop   = false;
     //
     // buttonElipsis
     //
     this.buttonElipsis.BackColor = System.Drawing.SystemColors.Control;
     this.buttonElipsis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonElipsis.Location  = new System.Drawing.Point(104, 1);
     this.buttonElipsis.Name      = "buttonElipsis";
     this.buttonElipsis.Size      = new System.Drawing.Size(22, 21);
     this.buttonElipsis.TabIndex  = 11;
     this.buttonElipsis.TabStop   = false;
     this.buttonElipsis.Text      = "...";
     //
     // labelDescription
     //
     appearance1.TextVAlign                      = Infragistics.Win.VAlign.Middle;
     this.labelDescription.Appearance            = appearance1;
     this.labelDescription.BackColor             = System.Drawing.SystemColors.Control;
     this.labelDescription.BorderStyleInner      = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.labelDescription.ImageTransparentColor = System.Drawing.Color.Turquoise;
     this.labelDescription.Location              = new System.Drawing.Point(128, 1);
     this.labelDescription.Name                  = "labelDescription";
     this.labelDescription.Size                  = new System.Drawing.Size(264, 21);
     this.labelDescription.TabIndex              = 12;
     this.labelDescription.Click                += new System.EventHandler(this.labelDescription_Click);
     //
     // editorID
     //
     this.editorID.Location = new System.Drawing.Point(0, 1);
     this.editorID.Name     = "editorID";
     this.editorID.Size     = new System.Drawing.Size(104, 21);
     this.editorID.TabIndex = 10;
     //
     // btnCtaCte
     //
     this.btnCtaCte.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCtaCte.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCtaCte.Image     = ((System.Drawing.Image)(resources.GetObject("btnCtaCte.Image")));
     this.btnCtaCte.Location  = new System.Drawing.Point(464, 0);
     this.btnCtaCte.Name      = "btnCtaCte";
     this.btnCtaCte.Size      = new System.Drawing.Size(22, 21);
     this.btnCtaCte.TabIndex  = 16;
     this.btnCtaCte.TabStop   = false;
     //
     // mzProveedoresControl
     //
     this.Controls.Add(this.btnCtaCte);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.buttonElipsis);
     this.Controls.Add(this.labelDescription);
     this.Controls.Add(this.editorID);
     this.Name = "mzProveedoresControl";
     this.Size = new System.Drawing.Size(490, 22);
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).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();
     this.ultraGrid1         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.txtQMemberCardNo   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtQPaperNo        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox1     = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnQuery           = new Infragistics.Win.Misc.UltraButton();
     this.txtQMemberName     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3        = new Infragistics.Win.Misc.UltraLabel();
     this.btnAddCard         = new Infragistics.Win.Misc.UltraButton();
     this.ultraGroupBox2     = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtCost            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel9        = new Infragistics.Win.Misc.UltraLabel();
     this.btnCancel          = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel8        = new Infragistics.Win.Misc.UltraLabel();
     this.txtNewMemberCardNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtFree            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel5        = new Infragistics.Win.Misc.UltraLabel();
     this.txtMemberName      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.txtPaperNo         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6        = new Infragistics.Win.Misc.UltraLabel();
     this.txtMemberCardNo    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.errorProvider1     = new System.Windows.Forms.ErrorProvider(this.components);
     this.ultraGroupBox3     = new Infragistics.Win.Misc.UltraGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location           = new System.Drawing.Point(88, 48);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(224, 64);
     this.ultraGrid1.TabIndex           = 0;
     this.ultraGrid1.Text               = "已挂失会员卡";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(8, 32);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 1;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // txtQMemberCardNo
     //
     this.txtQMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQMemberCardNo.Location     = new System.Drawing.Point(136, 32);
     this.txtQMemberCardNo.MaxLength    = 8;
     this.txtQMemberCardNo.Name         = "txtQMemberCardNo";
     this.txtQMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtQMemberCardNo.TabIndex     = 2;
     //
     // txtQPaperNo
     //
     this.txtQPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQPaperNo.Location     = new System.Drawing.Point(136, 72);
     this.txtQPaperNo.Name         = "txtQPaperNo";
     this.txtQPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtQPaperNo.TabIndex     = 4;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(8, 72);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 3;
     this.ultraLabel2.Text     = "工商注册号:";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtQMemberName);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.txtQMemberCardNo);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.txtQPaperNo);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Location = new System.Drawing.Point(200, 72);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(616, 112);
     this.ultraGroupBox1.TabIndex = 5;
     this.ultraGroupBox1.Text     = "已挂失会员卡查询";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(296, 72);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 7;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // txtQMemberName
     //
     this.txtQMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQMemberName.Location     = new System.Drawing.Point(408, 32);
     this.txtQMemberName.Name         = "txtQMemberName";
     this.txtQMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtQMemberName.TabIndex     = 6;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(280, 32);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 5;
     this.ultraLabel3.Text     = "单位名称:";
     //
     // btnAddCard
     //
     this.btnAddCard.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnAddCard.Location    = new System.Drawing.Point(56, 224);
     this.btnAddCard.Name        = "btnAddCard";
     this.btnAddCard.Size        = new System.Drawing.Size(72, 23);
     this.btnAddCard.TabIndex    = 8;
     this.btnAddCard.Text        = "补卡";
     this.btnAddCard.Click      += new System.EventHandler(this.btnAddCard_Click);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.txtCost);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel9);
     this.ultraGroupBox2.Controls.Add(this.btnCancel);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox2.Controls.Add(this.txtNewMemberCardNo);
     this.ultraGroupBox2.Controls.Add(this.txtFree);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox2.Controls.Add(this.txtMemberName);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox2.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox2.Controls.Add(this.btnAddCard);
     this.ultraGroupBox2.Location = new System.Drawing.Point(720, 200);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(272, 264);
     this.ultraGroupBox2.TabIndex = 9;
     this.ultraGroupBox2.Text     = "补卡操作";
     //
     // txtCost
     //
     this.txtCost.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCost.Location     = new System.Drawing.Point(138, 192);
     this.txtCost.Name         = "txtCost";
     this.txtCost.Size         = new System.Drawing.Size(100, 21);
     this.txtCost.TabIndex     = 24;
     //
     // ultraLabel9
     //
     this.ultraLabel9.Location = new System.Drawing.Point(34, 192);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel9.TabIndex = 23;
     this.ultraLabel9.Text     = "工本费:";
     //
     // btnCancel
     //
     this.btnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCancel.Location    = new System.Drawing.Point(152, 224);
     this.btnCancel.Name        = "btnCancel";
     this.btnCancel.Size        = new System.Drawing.Size(72, 23);
     this.btnCancel.TabIndex    = 22;
     this.btnCancel.Text        = "取消";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(32, 64);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 20;
     this.ultraLabel8.Text     = "新会员卡号:";
     //
     // txtNewMemberCardNo
     //
     this.txtNewMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtNewMemberCardNo.Location     = new System.Drawing.Point(136, 64);
     this.txtNewMemberCardNo.MaxLength    = 8;
     this.txtNewMemberCardNo.Name         = "txtNewMemberCardNo";
     this.txtNewMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtNewMemberCardNo.TabIndex     = 21;
     //
     // txtFree
     //
     this.txtFree.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtFree.Enabled      = false;
     this.txtFree.Location     = new System.Drawing.Point(138, 160);
     this.txtFree.Name         = "txtFree";
     this.txtFree.Size         = new System.Drawing.Size(100, 21);
     this.txtFree.TabIndex     = 19;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(34, 160);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 18;
     this.ultraLabel5.Text     = "场次:";
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(138, 96);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 15;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(34, 104);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 14;
     this.ultraLabel4.Text     = "单位名称:";
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(138, 128);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 17;
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(34, 128);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 16;
     this.ultraLabel6.Text     = "工商注册号:";
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(138, 32);
     this.txtMemberCardNo.MaxLength    = 8;
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 13;
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(34, 32);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 12;
     this.ultraLabel7.Text     = "会员卡号:";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox3.Location = new System.Drawing.Point(16, 200);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(696, 408);
     this.ultraGroupBox3.TabIndex = 10;
     //
     // MemberCardAddCard
     //
     this.AcceptButton      = this.btnQuery;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1008, 654);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberCardAddCard";
     this.Text  = Login.constApp.strCardTypeL8Name + "补卡";
     this.Load += new System.EventHandler(this.MemberCardAddCard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.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()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProductID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Price", 1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ordered", 2);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Received", 3);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InvCode", 4);
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.txtReference   = new Signature.Windows.Forms.MaskedEdit();
     this.label2         = new System.Windows.Forms.Label();
     this.txtOrderID     = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.txtVendorID    = new Signature.Windows.Forms.MaskedEdit();
     this.label9         = new System.Windows.Forms.Label();
     this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox();
     this.Grid           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.bSubmit        = new System.Windows.Forms.Button();
     this.bCancel        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.txtReference);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.txtOrderID);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.txtVendorID);
     this.ultraGroupBox1.Controls.Add(this.label9);
     this.ultraGroupBox1.Location  = new System.Drawing.Point(9, 20);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(781, 95);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtReference
     //
     this.txtReference.AllowDrop   = true;
     this.txtReference.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtReference.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReference.Location    = new System.Drawing.Point(554, 19);
     this.txtReference.Name        = "txtCustomerID";
     this.txtReference.Size        = new System.Drawing.Size(102, 20);
     this.txtReference.TabIndex    = 2;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(442, 19);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(94, 19);
     this.label2.TabIndex  = 18;
     this.label2.Text      = "Reference Doc :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOrderID
     //
     this.txtOrderID.AllowDrop   = true;
     this.txtOrderID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtOrderID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtOrderID.Location    = new System.Drawing.Point(129, 18);
     this.txtOrderID.Name        = "txtCustomerID";
     this.txtOrderID.Size        = new System.Drawing.Size(102, 20);
     this.txtOrderID.TabIndex    = 0;
     this.txtOrderID.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(6, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(105, 19);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Purchase Order #:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtName
     //
     appearance1.BackColor    = System.Drawing.Color.Transparent;
     appearance1.BackColor2   = System.Drawing.Color.Black;
     this.txtName.Appearance  = appearance1;
     this.txtName.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(259, 60);
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(500, 20);
     this.txtName.TabIndex    = 14;
     this.txtName.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtVendorID
     //
     this.txtVendorID.AllowDrop   = true;
     this.txtVendorID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtVendorID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVendorID.Location    = new System.Drawing.Point(129, 60);
     this.txtVendorID.Name        = "txtCustomerID";
     this.txtVendorID.Size        = new System.Drawing.Size(102, 20);
     this.txtVendorID.TabIndex    = 1;
     this.txtVendorID.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(49, 60);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(62, 19);
     this.label9.TabIndex  = 13;
     this.label9.Text      = "Vendor ID:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.Grid);
     this.ultraGroupBox2.Controls.Add(this.bSubmit);
     this.ultraGroupBox2.Controls.Add(this.bCancel);
     this.ultraGroupBox2.Location  = new System.Drawing.Point(9, 128);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(778, 496);
     this.ultraGroupBox2.TabIndex  = 13;
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // Grid
     //
     ultraGridColumn1.Header.Caption         = "ItemID";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 82;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 5;
     ultraGridColumn2.Width                  = 336;
     ultraGridColumn3.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn3.Format                 = "";
     ultraGridColumn3.Header.VisiblePosition = 1;
     ultraGridColumn3.MaskDisplayMode        = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
     ultraGridColumn3.MaskInput              = "{LOC}nnnnnnn.nn";
     ultraGridColumn3.Width                  = 77;
     ultraGridColumn4.Header.Caption         = "QtyOrd";
     ultraGridColumn4.Header.VisiblePosition = 2;
     ultraGridColumn4.Width                  = 71;
     ultraGridColumn5.Header.Caption         = "QtyRcvd";
     ultraGridColumn5.Header.VisiblePosition = 3;
     ultraGridColumn5.MaskInput              = "";
     ultraGridColumn5.Width                  = 79;
     ultraGridColumn6.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn6.Header.VisiblePosition = 4;
     ultraGridColumn6.Width                  = 84;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6
     });
     this.Grid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.Grid.DisplayLayout.GroupByBox.Hidden          = true;
     this.Grid.DisplayLayout.MaxColScrollRegions        = 1;
     this.Grid.DisplayLayout.MaxRowScrollRegions        = 1;
     this.Grid.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.Grid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.Grid.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.Grid.Location = new System.Drawing.Point(6, 12);
     this.Grid.Name     = "Grid";
     this.Grid.Size     = new System.Drawing.Size(761, 391);
     this.Grid.TabIndex = 16;
     this.Grid.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     this.Grid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Grid_MouseUp);
     this.Grid.Enter   += new System.EventHandler(this.Grid_Enter);
     //
     // bSubmit
     //
     this.bSubmit.Location = new System.Drawing.Point(494, 455);
     this.bSubmit.Name     = "bSubmit";
     this.bSubmit.Size     = new System.Drawing.Size(124, 26);
     this.bSubmit.TabIndex = 15;
     this.bSubmit.Text     = "Save";
     this.bSubmit.UseVisualStyleBackColor = true;
     this.bSubmit.Click += new System.EventHandler(this.bSubmit_Click);
     //
     // bCancel
     //
     this.bCancel.Location = new System.Drawing.Point(147, 455);
     this.bCancel.Name     = "bCancel";
     this.bCancel.Size     = new System.Drawing.Size(124, 26);
     this.bCancel.TabIndex = 14;
     this.bCancel.Text     = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
     //
     // frmReceive
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.AliceBlue;
     this.ClientSize          = new System.Drawing.Size(795, 664);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmReceive";
     this.ShowInTaskbar = false;
     this.Text          = "Receive Purchase Order";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox2, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 40
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConfirmarPreciosProductosCompras));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                        = new System.Windows.Forms.Label();
     this.containerProductos                = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2                         = new System.Windows.Forms.GroupBox();
     this.gridManagerView1                  = new mz.erp.ui.controls.GridManagerView();
     this.gridProductos                     = new Janus.Windows.GridEX.GridEX();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.checkBox1                         = new System.Windows.Forms.CheckBox();
     this.uccFechaFactura                   = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.umeNumeroFactura                  = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.uneValorCotizacionFactura         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel31                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel32                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel33                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEFuenteDeCambioFactura         = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEMonedaFactura                 = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbProveedor                    = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -43);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(846, 34);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(846, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.groupBox2);
     this.containerProductos.Controls.Add(this.groupBox1);
     this.containerProductos.Location = new System.Drawing.Point(28, -221);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(846, 453);
     this.containerProductos.TabIndex = 3;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.gridManagerView1);
     this.groupBox2.Controls.Add(this.gridProductos);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 120);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(846, 333);
     this.groupBox2.TabIndex = 157;
     this.groupBox2.TabStop  = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(3, 16);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = false;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductos.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(3, 16);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(840, 314);
     this.gridProductos.TabIndex           = 8;
     this.gridProductos.TabStop            = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.uccFechaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel2);
     this.groupBox1.Controls.Add(this.umeNumeroFactura);
     this.groupBox1.Controls.Add(this.ultraLabel5);
     this.groupBox1.Controls.Add(this.uneValorCotizacionFactura);
     this.groupBox1.Controls.Add(this.ultraLabel31);
     this.groupBox1.Controls.Add(this.ultraLabel32);
     this.groupBox1.Controls.Add(this.ultraLabel33);
     this.groupBox1.Controls.Add(this.mzCEFuenteDeCambioFactura);
     this.groupBox1.Controls.Add(this.mzCEMonedaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel4);
     this.groupBox1.Controls.Add(this.mzCmbProveedor);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(846, 120);
     this.groupBox1.TabIndex = 156;
     this.groupBox1.TabStop  = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(17, 93);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(184, 16);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "La factura ha sido cargada";
     //
     // uccFechaFactura
     //
     dateButton1.Caption = "Today";
     this.uccFechaFactura.DateButtons.Add(dateButton1);
     this.uccFechaFactura.Location          = new System.Drawing.Point(88, 64);
     this.uccFechaFactura.Name              = "uccFechaFactura";
     this.uccFechaFactura.NonAutoSizeHeight = 23;
     this.uccFechaFactura.Size              = new System.Drawing.Size(112, 21);
     this.uccFechaFactura.TabIndex          = 2;
     this.uccFechaFactura.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(16, 64);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel2.TabIndex  = 168;
     this.ultraLabel2.Text      = "Fecha";
     //
     // umeNumeroFactura
     //
     this.umeNumeroFactura.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.umeNumeroFactura.InputMask = "?-####-########";
     this.umeNumeroFactura.Location  = new System.Drawing.Point(88, 40);
     this.umeNumeroFactura.Name      = "umeNumeroFactura";
     this.umeNumeroFactura.TabIndex  = 1;
     this.umeNumeroFactura.Text      = "A--";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(16, 41);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel5.TabIndex  = 167;
     this.ultraLabel5.Text      = "Número";
     //
     // uneValorCotizacionFactura
     //
     this.uneValorCotizacionFactura.Location      = new System.Drawing.Point(344, 88);
     this.uneValorCotizacionFactura.Name          = "uneValorCotizacionFactura";
     this.uneValorCotizacionFactura.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorCotizacionFactura.PromptChar    = ' ';
     this.uneValorCotizacionFactura.Size          = new System.Drawing.Size(100, 21);
     this.uneValorCotizacionFactura.TabIndex      = 6;
     this.uneValorCotizacionFactura.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ultraLabel31
     //
     this.ultraLabel31.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel31.Location  = new System.Drawing.Point(216, 90);
     this.ultraLabel31.Name      = "ultraLabel31";
     this.ultraLabel31.Size      = new System.Drawing.Size(104, 16);
     this.ultraLabel31.TabIndex  = 162;
     this.ultraLabel31.Text      = "Valor Conversion";
     //
     // ultraLabel32
     //
     this.ultraLabel32.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel32.Location  = new System.Drawing.Point(216, 64);
     this.ultraLabel32.Name      = "ultraLabel32";
     this.ultraLabel32.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel32.TabIndex  = 161;
     this.ultraLabel32.Text      = "Fuente de Cambio";
     //
     // ultraLabel33
     //
     this.ultraLabel33.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel33.Location  = new System.Drawing.Point(216, 41);
     this.ultraLabel33.Name      = "ultraLabel33";
     this.ultraLabel33.Size      = new System.Drawing.Size(72, 16);
     this.ultraLabel33.TabIndex  = 160;
     this.ultraLabel33.Text      = "Moneda";
     //
     // mzCEFuenteDeCambioFactura
     //
     this.mzCEFuenteDeCambioFactura.AutoComplete         = true;
     this.mzCEFuenteDeCambioFactura.DataSource           = null;
     this.mzCEFuenteDeCambioFactura.DisplayMember        = "";
     this.mzCEFuenteDeCambioFactura.DisplayMemberCaption = "";
     this.mzCEFuenteDeCambioFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFuenteDeCambioFactura.Location             = new System.Drawing.Point(344, 64);
     this.mzCEFuenteDeCambioFactura.MaxItemsDisplay      = 8;
     this.mzCEFuenteDeCambioFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFuenteDeCambioFactura.Name               = "mzCEFuenteDeCambioFactura";
     this.mzCEFuenteDeCambioFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEFuenteDeCambioFactura.SorterMember       = "";
     this.mzCEFuenteDeCambioFactura.TabIndex           = 5;
     this.mzCEFuenteDeCambioFactura.ValueMember        = "";
     this.mzCEFuenteDeCambioFactura.ValueMemberCaption = "";
     //
     // mzCEMonedaFactura
     //
     this.mzCEMonedaFactura.AutoComplete         = true;
     this.mzCEMonedaFactura.DataSource           = null;
     this.mzCEMonedaFactura.DisplayMember        = "";
     this.mzCEMonedaFactura.DisplayMemberCaption = "";
     this.mzCEMonedaFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedaFactura.Location             = new System.Drawing.Point(344, 40);
     this.mzCEMonedaFactura.MaxItemsDisplay      = 8;
     this.mzCEMonedaFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedaFactura.Name               = "mzCEMonedaFactura";
     this.mzCEMonedaFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEMonedaFactura.SorterMember       = "";
     this.mzCEMonedaFactura.TabIndex           = 4;
     this.mzCEMonedaFactura.ValueMember        = "";
     this.mzCEMonedaFactura.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(16, 16);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel4.TabIndex  = 159;
     this.ultraLabel4.Text      = "Proveedor";
     //
     // mzCmbProveedor
     //
     this.mzCmbProveedor.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbProveedor.DataValue            = "";
     this.mzCmbProveedor.EditObject           = null;
     this.mzCmbProveedor.FastSearch           = false;
     this.mzCmbProveedor.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProveedor.HierarchicalSearch   = false;
     this.mzCmbProveedor.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProveedor.Name                 = "mzCmbProveedor";
     this.mzCmbProveedor.ReadOnly             = false;
     this.mzCmbProveedor.SearchObject         = null;
     this.mzCmbProveedor.SearchObjectListener = null;
     this.mzCmbProveedor.Size                 = new System.Drawing.Size(560, 22);
     this.mzCmbProveedor.TabIndex             = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 291);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 4;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(846, 150);
     this.uTEObservaciones.TabIndex  = 2;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 24;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Enabled   = false;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 34;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Key       = "Productos";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 453;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Producto";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Key            = "Observaciones";
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(912, 466);
     this.ultraExplorerBar.TabIndex = 25;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmConfirmarPreciosProductosCompras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 494);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConfirmarPreciosProductosCompras";
     this.Text = "FrmConfirmarPreciosProductosCompras";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }