/// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FTSErrorCodeSelect));
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.ucLabEditProduct = new UserControl.UCLabelEdit();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.ucButtonSave     = new UserControl.UCButton();
     this.ucButtonExit     = new UserControl.UCButton();
     this.errorCodeSelect  = new UserControl.UCErrorCodeSelect();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ucLabEditProduct);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(536, 48);
     this.groupBox2.TabIndex = 166;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "产品信息";
     //
     // ucLabEditProduct
     //
     this.ucLabEditProduct.AllowEditOnlyChecked = true;
     this.ucLabEditProduct.Caption      = "产品序列号";
     this.ucLabEditProduct.Checked      = false;
     this.ucLabEditProduct.EditType     = UserControl.EditTypes.String;
     this.ucLabEditProduct.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ucLabEditProduct.Location     = new System.Drawing.Point(16, 16);
     this.ucLabEditProduct.MaxLength    = 40;
     this.ucLabEditProduct.Multiline    = false;
     this.ucLabEditProduct.Name         = "ucLabEditProduct";
     this.ucLabEditProduct.PasswordChar = '\0';
     this.ucLabEditProduct.ReadOnly     = true;
     this.ucLabEditProduct.ShowCheckBox = false;
     this.ucLabEditProduct.Size         = new System.Drawing.Size(274, 24);
     this.ucLabEditProduct.TabIndex     = 0;
     this.ucLabEditProduct.TabNext      = true;
     this.ucLabEditProduct.Value        = "";
     this.ucLabEditProduct.WidthType    = UserControl.WidthTypes.Long;
     this.ucLabEditProduct.XAlign       = 90;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ucButtonSave);
     this.groupBox1.Controls.Add(this.ucButtonExit);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 446);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(536, 56);
     this.groupBox1.TabIndex = 293;
     this.groupBox1.TabStop  = false;
     //
     // ucButtonSave
     //
     this.ucButtonSave.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonSave.BackgroundImage")));
     this.ucButtonSave.ButtonType      = UserControl.ButtonTypes.Save;
     this.ucButtonSave.Caption         = "保存";
     this.ucButtonSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonSave.Location        = new System.Drawing.Point(144, 16);
     this.ucButtonSave.Name            = "ucButtonSave";
     this.ucButtonSave.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonSave.TabIndex        = 11;
     this.ucButtonSave.Click          += new System.EventHandler(this.ucButtonSave_Click);
     //
     // ucButtonExit
     //
     this.ucButtonExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage")));
     this.ucButtonExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.ucButtonExit.Caption         = "退出";
     this.ucButtonExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonExit.Location        = new System.Drawing.Point(280, 16);
     this.ucButtonExit.Name            = "ucButtonExit";
     this.ucButtonExit.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonExit.TabIndex        = 9;
     this.ucButtonExit.Click          += new System.EventHandler(this.ucButtonExit_Click);
     //
     // errorCodeSelect
     //
     this.errorCodeSelect.AddButtonTop          = 101;
     this.errorCodeSelect.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.errorCodeSelect.Location              = new System.Drawing.Point(0, 48);
     this.errorCodeSelect.Name                  = "errorCodeSelect";
     this.errorCodeSelect.RemoveButtonTop       = 189;
     this.errorCodeSelect.Size                  = new System.Drawing.Size(536, 398);
     this.errorCodeSelect.TabIndex              = 294;
     this.errorCodeSelect.SelectedIndexChanged += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged);
     //
     // FTSErrorCodeSelect
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(536, 502);
     this.Controls.Add(this.errorCodeSelect);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FTSErrorCodeSelect";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "不良信息编辑";
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectReject));
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3    = new Infragistics.Win.Appearance();
     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();
     this.panel1          = new System.Windows.Forms.Panel();
     this.errorCodeSelect = new UserControl.UCErrorCodeSelect();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.txtMO           = new UserControl.UCLabelEdit();
     this.txtItem         = new UserControl.UCLabelEdit();
     this.cbxOutLine      = new UserControl.UCLabelCombox();
     this.panelButton     = new System.Windows.Forms.Panel();
     this.btnSave         = new UserControl.UCButton();
     this.txtNum          = new UserControl.UCLabelEdit();
     this.btnClear        = new UserControl.UCButton();
     this.btnOutPut       = new UserControl.UCButton();
     this.lstMessages     = new System.Windows.Forms.ListBox();
     this.txtMEMO         = new UserControl.UCLabelEdit();
     this.txtRunningCard  = new UserControl.UCLabelEdit();
     this.btnExit         = new UserControl.UCButton();
     this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ultraOptionSet2 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panelButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.errorCodeSelect);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 61);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(832, 264);
     this.panel1.TabIndex = 163;
     //
     // errorCodeSelect
     //
     this.errorCodeSelect.AddButtonTop           = 94;
     this.errorCodeSelect.BackColor              = System.Drawing.Color.Gainsboro;
     this.errorCodeSelect.CanInput               = true;
     this.errorCodeSelect.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.errorCodeSelect.Location               = new System.Drawing.Point(0, 0);
     this.errorCodeSelect.Name                   = "errorCodeSelect";
     this.errorCodeSelect.RemoveButtonTop        = 175;
     this.errorCodeSelect.SelectedErrorCodeGroup = null;
     this.errorCodeSelect.Size                   = new System.Drawing.Size(832, 264);
     this.errorCodeSelect.TabIndex               = 0;
     this.errorCodeSelect.EndErrorCodeInput     += new System.EventHandler(this.errorCodeSelect_EndErrorCodeInput);
     this.errorCodeSelect.Resize                += new System.EventHandler(this.errorCodeSelect_Resize);
     this.errorCodeSelect.SelectedIndexChanged  += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtMO);
     this.groupBox1.Controls.Add(this.txtItem);
     this.groupBox1.Controls.Add(this.cbxOutLine);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(832, 61);
     this.groupBox1.TabIndex = 162;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "产品信息";
     //
     // txtMO
     //
     this.txtMO.AllowEditOnlyChecked = true;
     this.txtMO.Caption      = "工单";
     this.txtMO.Checked      = false;
     this.txtMO.EditType     = UserControl.EditTypes.String;
     this.txtMO.Location     = new System.Drawing.Point(453, 22);
     this.txtMO.MaxLength    = 40;
     this.txtMO.Multiline    = false;
     this.txtMO.Name         = "txtMO";
     this.txtMO.PasswordChar = '\0';
     this.txtMO.ReadOnly     = true;
     this.txtMO.ShowCheckBox = false;
     this.txtMO.Size         = new System.Drawing.Size(170, 24);
     this.txtMO.TabIndex     = 14;
     this.txtMO.TabNext      = true;
     this.txtMO.Value        = "";
     this.txtMO.WidthType    = UserControl.WidthTypes.Normal;
     this.txtMO.XAlign       = 490;
     //
     // txtItem
     //
     this.txtItem.AllowEditOnlyChecked = true;
     this.txtItem.Caption      = "产品";
     this.txtItem.Checked      = false;
     this.txtItem.EditType     = UserControl.EditTypes.String;
     this.txtItem.Location     = new System.Drawing.Point(265, 22);
     this.txtItem.MaxLength    = 40;
     this.txtItem.Multiline    = false;
     this.txtItem.Name         = "txtItem";
     this.txtItem.PasswordChar = '\0';
     this.txtItem.ReadOnly     = true;
     this.txtItem.ShowCheckBox = false;
     this.txtItem.Size         = new System.Drawing.Size(170, 24);
     this.txtItem.TabIndex     = 13;
     this.txtItem.TabNext      = true;
     this.txtItem.Value        = "";
     this.txtItem.WidthType    = UserControl.WidthTypes.Normal;
     this.txtItem.XAlign       = 302;
     //
     // cbxOutLine
     //
     this.cbxOutLine.AllowEditOnlyChecked = true;
     this.cbxOutLine.Caption       = "线外工序";
     this.cbxOutLine.Checked       = false;
     this.cbxOutLine.Location      = new System.Drawing.Point(33, 22);
     this.cbxOutLine.Name          = "cbxOutLine";
     this.cbxOutLine.SelectedIndex = -1;
     this.cbxOutLine.ShowCheckBox  = true;
     this.cbxOutLine.Size          = new System.Drawing.Size(210, 24);
     this.cbxOutLine.TabIndex      = 11;
     this.cbxOutLine.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxOutLine.XAlign        = 110;
     //
     // panelButton
     //
     this.panelButton.Controls.Add(this.btnSave);
     this.panelButton.Controls.Add(this.txtNum);
     this.panelButton.Controls.Add(this.btnClear);
     this.panelButton.Controls.Add(this.btnOutPut);
     this.panelButton.Controls.Add(this.lstMessages);
     this.panelButton.Controls.Add(this.txtMEMO);
     this.panelButton.Controls.Add(this.txtRunningCard);
     this.panelButton.Controls.Add(this.btnExit);
     this.panelButton.Controls.Add(this.ultraOptionSet1);
     this.panelButton.Controls.Add(this.ultraOptionSet2);
     this.panelButton.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelButton.Location = new System.Drawing.Point(0, 325);
     this.panelButton.Name     = "panelButton";
     this.panelButton.Size     = new System.Drawing.Size(832, 208);
     this.panelButton.TabIndex = 160;
     //
     // btnSave
     //
     this.btnSave.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.ButtonType      = UserControl.ButtonTypes.Save;
     this.btnSave.Caption         = "保存";
     this.btnSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Enabled         = false;
     this.btnSave.Location        = new System.Drawing.Point(500, 37);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(88, 22);
     this.btnSave.TabIndex        = 278;
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // txtNum
     //
     this.txtNum.AllowEditOnlyChecked = true;
     this.txtNum.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNum.Caption      = "批退个数";
     this.txtNum.Checked      = false;
     this.txtNum.EditType     = UserControl.EditTypes.String;
     this.txtNum.Location     = new System.Drawing.Point(686, 178);
     this.txtNum.MaxLength    = 40;
     this.txtNum.Multiline    = false;
     this.txtNum.Name         = "txtNum";
     this.txtNum.PasswordChar = '\0';
     this.txtNum.ReadOnly     = false;
     this.txtNum.ShowCheckBox = false;
     this.txtNum.Size         = new System.Drawing.Size(161, 24);
     this.txtNum.TabIndex     = 277;
     this.txtNum.TabNext      = true;
     this.txtNum.Value        = "0";
     this.txtNum.WidthType    = UserControl.WidthTypes.Small;
     this.txtNum.XAlign       = 747;
     //
     // btnClear
     //
     this.btnClear.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClear.BackColor       = System.Drawing.SystemColors.Control;
     this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage")));
     this.btnClear.ButtonType      = UserControl.ButtonTypes.None;
     this.btnClear.Caption         = "清空";
     this.btnClear.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnClear.Location        = new System.Drawing.Point(719, 136);
     this.btnClear.Name            = "btnClear";
     this.btnClear.Size            = new System.Drawing.Size(88, 22);
     this.btnClear.TabIndex        = 276;
     this.btnClear.Click          += new System.EventHandler(this.btnClear_Click);
     //
     // btnOutPut
     //
     this.btnOutPut.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOutPut.BackColor       = System.Drawing.SystemColors.Control;
     this.btnOutPut.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOutPut.BackgroundImage")));
     this.btnOutPut.ButtonType      = UserControl.ButtonTypes.None;
     this.btnOutPut.Caption         = "导出";
     this.btnOutPut.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnOutPut.Location        = new System.Drawing.Point(719, 106);
     this.btnOutPut.Name            = "btnOutPut";
     this.btnOutPut.Size            = new System.Drawing.Size(88, 22);
     this.btnOutPut.TabIndex        = 275;
     this.btnOutPut.Click          += new System.EventHandler(this.btnOutPut_Click);
     //
     // lstMessages
     //
     this.lstMessages.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.lstMessages.Location = new System.Drawing.Point(7, 84);
     this.lstMessages.Name     = "lstMessages";
     this.lstMessages.Size     = new System.Drawing.Size(685, 108);
     this.lstMessages.TabIndex = 273;
     //
     // txtMEMO
     //
     this.txtMEMO.AllowEditOnlyChecked = true;
     this.txtMEMO.Caption      = "备注";
     this.txtMEMO.Checked      = false;
     this.txtMEMO.EditType     = UserControl.EditTypes.String;
     this.txtMEMO.Location     = new System.Drawing.Point(7, 37);
     this.txtMEMO.MaxLength    = 40;
     this.txtMEMO.Multiline    = false;
     this.txtMEMO.Name         = "txtMEMO";
     this.txtMEMO.PasswordChar = '\0';
     this.txtMEMO.ReadOnly     = false;
     this.txtMEMO.ShowCheckBox = false;
     this.txtMEMO.Size         = new System.Drawing.Size(237, 24);
     this.txtMEMO.TabIndex     = 9;
     this.txtMEMO.TabNext      = true;
     this.txtMEMO.Value        = "";
     this.txtMEMO.WidthType    = UserControl.WidthTypes.Long;
     this.txtMEMO.XAlign       = 44;
     //
     // txtRunningCard
     //
     this.txtRunningCard.AllowEditOnlyChecked = true;
     this.txtRunningCard.Caption         = "产品序列号";
     this.txtRunningCard.Checked         = false;
     this.txtRunningCard.EditType        = UserControl.EditTypes.String;
     this.txtRunningCard.Location        = new System.Drawing.Point(265, 37);
     this.txtRunningCard.MaxLength       = 40;
     this.txtRunningCard.Multiline       = false;
     this.txtRunningCard.Name            = "txtRunningCard";
     this.txtRunningCard.PasswordChar    = '\0';
     this.txtRunningCard.ReadOnly        = false;
     this.txtRunningCard.ShowCheckBox    = false;
     this.txtRunningCard.Size            = new System.Drawing.Size(206, 24);
     this.txtRunningCard.TabIndex        = 7;
     this.txtRunningCard.TabNext         = true;
     this.txtRunningCard.Value           = "";
     this.txtRunningCard.WidthType       = UserControl.WidthTypes.Normal;
     this.txtRunningCard.XAlign          = 338;
     this.txtRunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRunningCard_TxtboxKeyPress);
     //
     // btnExit
     //
     this.btnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.btnExit.Caption         = "退出";
     this.btnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnExit.Location        = new System.Drawing.Point(604, 37);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 4;
     //
     // ultraOptionSet1
     //
     appearance1.FontData.BoldAsString = "False";
     this.ultraOptionSet1.Appearance   = appearance1;
     this.ultraOptionSet1.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraOptionSet1.CheckedIndex = 0;
     valueListItem1.DataValue          = "ValueListItem0";
     valueListItem1.DisplayText        = "批退";
     valueListItem2.DataValue          = "ValueListItem1";
     valueListItem2.DisplayText        = "取消批退";
     this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.ultraOptionSet1.Location    = new System.Drawing.Point(233, 8);
     this.ultraOptionSet1.Name        = "ultraOptionSet1";
     this.ultraOptionSet1.Size        = new System.Drawing.Size(100, 15);
     this.ultraOptionSet1.TabIndex    = 274;
     this.ultraOptionSet1.Text        = "批退";
     this.ultraOptionSet1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraOptionSet1.Visible     = false;
     //
     // ultraOptionSet2
     //
     appearance3.FontData.BoldAsString = "False";
     this.ultraOptionSet2.Appearance   = appearance3;
     this.ultraOptionSet2.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraOptionSet2.CheckedIndex = 1;
     valueListItem3.DataValue          = "ValueListItem0";
     valueListItem3.DisplayText        = "批号";
     valueListItem4.DataValue          = "ValueListItem1";
     valueListItem4.DisplayText        = "产品序列号";
     valueListItem5.DataValue          = "ValueListItem2";
     valueListItem5.DisplayText        = "Carton";
     valueListItem6.DataValue          = "ValueListItem3";
     valueListItem6.DisplayText        = "栈板";
     this.ultraOptionSet2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem4,
         valueListItem5,
         valueListItem6
     });
     this.ultraOptionSet2.Location    = new System.Drawing.Point(13, 8);
     this.ultraOptionSet2.Name        = "ultraOptionSet2";
     this.ultraOptionSet2.Size        = new System.Drawing.Size(200, 15);
     this.ultraOptionSet2.TabIndex    = 272;
     this.ultraOptionSet2.Text        = "产品序列号";
     this.ultraOptionSet2.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraOptionSet2.Visible     = false;
     //
     // FCollectReject
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize    = new System.Drawing.Size(832, 533);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panelButton);
     this.Name       = "FCollectReject";
     this.Text       = "批退采集";
     this.Closed    += new System.EventHandler(this.FCollectReject_Closed);
     this.Activated += new System.EventHandler(this.FCollectReject_Activated);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panelButton.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).EndInit();
     this.ResumeLayout(false);
 }