Example #1
0
        private void AddCount(UCLabelEdit ucLabelEdit, int add)
        {
            int count = int.Parse(ucLabelEdit.Value);

            count            += add;
            ucLabelEdit.Value = count.ToString();
        }
Example #2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FDropMaterial));
     this.panel2                = new System.Windows.Forms.Panel();
     this.btnDrop               = new UserControl.UCButton();
     this.btnExit               = new UserControl.UCButton();
     this.ucLabelEditMOCode     = new UserControl.UCLabelEdit();
     this.ucLabelEditSum        = new UserControl.UCLabelEdit();
     this.ucLabelEditInputRcard = new UserControl.UCLabelEdit();
     this.panel3                = new System.Windows.Forms.Panel();
     this.ultraGridLoadedPart   = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panel4                = new System.Windows.Forms.Panel();
     this.ucMessage1            = new UserControl.UCMessage();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridLoadedPart)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnDrop);
     this.panel2.Controls.Add(this.btnExit);
     this.panel2.Controls.Add(this.ucLabelEditMOCode);
     this.panel2.Controls.Add(this.ucLabelEditSum);
     this.panel2.Controls.Add(this.ucLabelEditInputRcard);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 342);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(752, 100);
     this.panel2.TabIndex = 10;
     //
     // btnDrop
     //
     this.btnDrop.BackColor       = System.Drawing.SystemColors.Control;
     this.btnDrop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDrop.BackgroundImage")));
     this.btnDrop.ButtonType      = UserControl.ButtonTypes.Save;
     this.btnDrop.Caption         = "拆解";
     this.btnDrop.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnDrop.Location        = new System.Drawing.Point(401, 53);
     this.btnDrop.Name            = "btnDrop";
     this.btnDrop.Size            = new System.Drawing.Size(88, 22);
     this.btnDrop.TabIndex        = 6;
     this.btnDrop.Click          += new System.EventHandler(this.ucButtonSave_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor             = System.Drawing.SystemColors.Control;
     this.btnExit.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     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, 53);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex = 5;
     this.btnExit.TabStop  = false;
     //
     // ucLabelEditMOCode
     //
     this.ucLabelEditMOCode.AllowEditOnlyChecked = true;
     this.ucLabelEditMOCode.AutoSelectAll        = false;
     this.ucLabelEditMOCode.AutoUpper            = true;
     this.ucLabelEditMOCode.Caption      = "工单";
     this.ucLabelEditMOCode.Checked      = false;
     this.ucLabelEditMOCode.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditMOCode.Location     = new System.Drawing.Point(361, 23);
     this.ucLabelEditMOCode.MaxLength    = 40;
     this.ucLabelEditMOCode.Multiline    = false;
     this.ucLabelEditMOCode.Name         = "ucLabelEditMOCode";
     this.ucLabelEditMOCode.PasswordChar = '\0';
     this.ucLabelEditMOCode.ReadOnly     = true;
     this.ucLabelEditMOCode.ShowCheckBox = false;
     this.ucLabelEditMOCode.Size         = new System.Drawing.Size(170, 24);
     this.ucLabelEditMOCode.TabIndex     = 3;
     this.ucLabelEditMOCode.TabNext      = false;
     this.ucLabelEditMOCode.TabStop      = false;
     this.ucLabelEditMOCode.Value        = "";
     this.ucLabelEditMOCode.Visible      = false;
     this.ucLabelEditMOCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditMOCode.XAlign       = 398;
     //
     // ucLabelEditSum
     //
     this.ucLabelEditSum.AllowEditOnlyChecked = true;
     this.ucLabelEditSum.AutoSelectAll        = false;
     this.ucLabelEditSum.AutoUpper            = true;
     this.ucLabelEditSum.Caption      = "已采集数量";
     this.ucLabelEditSum.Checked      = false;
     this.ucLabelEditSum.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditSum.Location     = new System.Drawing.Point(17, 23);
     this.ucLabelEditSum.MaxLength    = 40;
     this.ucLabelEditSum.Multiline    = false;
     this.ucLabelEditSum.Name         = "ucLabelEditSum";
     this.ucLabelEditSum.PasswordChar = '\0';
     this.ucLabelEditSum.ReadOnly     = true;
     this.ucLabelEditSum.ShowCheckBox = false;
     this.ucLabelEditSum.Size         = new System.Drawing.Size(206, 24);
     this.ucLabelEditSum.TabIndex     = 3;
     this.ucLabelEditSum.TabNext      = false;
     this.ucLabelEditSum.TabStop      = false;
     this.ucLabelEditSum.Value        = "0";
     this.ucLabelEditSum.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditSum.XAlign       = 90;
     //
     // ucLabelEditInputRcard
     //
     this.ucLabelEditInputRcard.AllowEditOnlyChecked = true;
     this.ucLabelEditInputRcard.AutoSelectAll        = false;
     this.ucLabelEditInputRcard.AutoUpper            = true;
     this.ucLabelEditInputRcard.Caption         = "产品序列号";
     this.ucLabelEditInputRcard.Checked         = false;
     this.ucLabelEditInputRcard.EditType        = UserControl.EditTypes.String;
     this.ucLabelEditInputRcard.Location        = new System.Drawing.Point(17, 53);
     this.ucLabelEditInputRcard.MaxLength       = 40;
     this.ucLabelEditInputRcard.Multiline       = false;
     this.ucLabelEditInputRcard.Name            = "ucLabelEditInputRcard";
     this.ucLabelEditInputRcard.PasswordChar    = '\0';
     this.ucLabelEditInputRcard.ReadOnly        = false;
     this.ucLabelEditInputRcard.ShowCheckBox    = false;
     this.ucLabelEditInputRcard.Size            = new System.Drawing.Size(273, 24);
     this.ucLabelEditInputRcard.TabIndex        = 0;
     this.ucLabelEditInputRcard.TabNext         = false;
     this.ucLabelEditInputRcard.Value           = "";
     this.ucLabelEditInputRcard.WidthType       = UserControl.WidthTypes.Long;
     this.ucLabelEditInputRcard.XAlign          = 90;
     this.ucLabelEditInputRcard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLabelEditInput_TxtboxKeyPress);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.ultraGridLoadedPart);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(752, 336);
     this.panel3.TabIndex = 11;
     //
     // ultraGridLoadedPart
     //
     this.ultraGridLoadedPart.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridLoadedPart.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGridLoadedPart.Location          = new System.Drawing.Point(8, 8);
     this.ultraGridLoadedPart.Name              = "ultraGridLoadedPart";
     this.ultraGridLoadedPart.Size              = new System.Drawing.Size(741, 322);
     this.ultraGridLoadedPart.TabIndex          = 12;
     this.ultraGridLoadedPart.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridLoadedPart_InitializeLayout);
     this.ultraGridLoadedPart.CellChange       += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridLoadedPart_CellChange);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucMessage1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 336);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(752, 6);
     this.panel4.TabIndex = 12;
     //
     // ucMessage1
     //
     this.ucMessage1.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage1.ButtonVisible = false;
     this.ucMessage1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ucMessage1.Location      = new System.Drawing.Point(0, 0);
     this.ucMessage1.Name          = "ucMessage1";
     this.ucMessage1.Size          = new System.Drawing.Size(752, 6);
     this.ucMessage1.TabIndex      = 3;
     this.ucMessage1.TabStop       = false;
     //
     // FDropMaterial
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(752, 442);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Name        = "FDropMaterial";
     this.Text        = "拆解处理";
     this.Load       += new System.EventHandler(this.FDropMaterial_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FDropMaterial_FormClosed);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridLoadedPart)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 public void SetUp()
 {
     uCLabelEdit = new UCLabelEdit();
 }
Example #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectionIDMerge_OutLine));
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.chkUndo             = new System.Windows.Forms.CheckBox();
     this.txtIDMergeValue     = new System.Windows.Forms.TextBox();
     this.lblSplit            = new System.Windows.Forms.Label();
     this.ucBtnCancel         = new UserControl.UCButton();
     this.ucLERunningCard     = new UserControl.UCLabelEdit();
     this.ucBtnExit           = new UserControl.UCButton();
     this.ucBtnOK             = new UserControl.UCButton();
     this.ucButton1           = new UserControl.UCButton();
     this.ucButton2           = new UserControl.UCButton();
     this.ucBtnRecede         = new UserControl.UCButton();
     this.panel1              = new System.Windows.Forms.Panel();
     this.txtMoCode           = new UserControl.UCLabelEdit();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.bCardTransLenULE    = new UserControl.UCLabelEdit();
     this.aCardTransLenULE    = new UserControl.UCLabelEdit();
     this.aCardTransLetterULE = new UserControl.UCLabelEdit();
     this.bCardTransLetterULE = new UserControl.UCLabelEdit();
     this.splitter1           = new System.Windows.Forms.Splitter();
     this.ucMessage           = new UserControl.UCMessage();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkUndo);
     this.groupBox1.Controls.Add(this.txtIDMergeValue);
     this.groupBox1.Controls.Add(this.lblSplit);
     this.groupBox1.Controls.Add(this.ucBtnCancel);
     this.groupBox1.Controls.Add(this.ucLERunningCard);
     this.groupBox1.Controls.Add(this.ucBtnExit);
     this.groupBox1.Controls.Add(this.ucBtnOK);
     this.groupBox1.Controls.Add(this.ucButton1);
     this.groupBox1.Controls.Add(this.ucButton2);
     this.groupBox1.Controls.Add(this.ucBtnRecede);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 526);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(814, 97);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // chkUndo
     //
     this.chkUndo.Location = new System.Drawing.Point(668, 54);
     this.chkUndo.Name     = "chkUndo";
     this.chkUndo.Size     = new System.Drawing.Size(104, 24);
     this.chkUndo.TabIndex = 21;
     this.chkUndo.Text     = "更改转换结果";
     this.chkUndo.Visible  = false;
     //
     // txtIDMergeValue
     //
     this.txtIDMergeValue.Location = new System.Drawing.Point(464, 23);
     this.txtIDMergeValue.Name     = "txtIDMergeValue";
     this.txtIDMergeValue.Size     = new System.Drawing.Size(154, 21);
     this.txtIDMergeValue.TabIndex = 20;
     //
     // lblSplit
     //
     this.lblSplit.AutoSize = true;
     this.lblSplit.Location = new System.Drawing.Point(395, 29);
     this.lblSplit.Name     = "lblSplit";
     this.lblSplit.Size     = new System.Drawing.Size(53, 12);
     this.lblSplit.TabIndex = 19;
     this.lblSplit.Text     = "分版比例";
     //
     // ucBtnCancel
     //
     this.ucBtnCancel.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnCancel.BackgroundImage")));
     this.ucBtnCancel.ButtonType      = UserControl.ButtonTypes.Cancle;
     this.ucBtnCancel.Caption         = "取消";
     this.ucBtnCancel.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnCancel.Location        = new System.Drawing.Point(248, 56);
     this.ucBtnCancel.Name            = "ucBtnCancel";
     this.ucBtnCancel.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnCancel.TabIndex        = 2;
     this.ucBtnCancel.Click          += new System.EventHandler(this.ucBtnCancel_Click);
     //
     // ucLERunningCard
     //
     this.ucLERunningCard.AllowEditOnlyChecked = true;
     this.ucLERunningCard.AutoSelectAll        = false;
     this.ucLERunningCard.AutoUpper            = true;
     this.ucLERunningCard.Caption         = "输入框";
     this.ucLERunningCard.Checked         = false;
     this.ucLERunningCard.EditType        = UserControl.EditTypes.String;
     this.ucLERunningCard.Location        = new System.Drawing.Point(24, 22);
     this.ucLERunningCard.MaxLength       = 40;
     this.ucLERunningCard.Multiline       = false;
     this.ucLERunningCard.Name            = "ucLERunningCard";
     this.ucLERunningCard.PasswordChar    = '\0';
     this.ucLERunningCard.ReadOnly        = false;
     this.ucLERunningCard.ShowCheckBox    = false;
     this.ucLERunningCard.Size            = new System.Drawing.Size(249, 24);
     this.ucLERunningCard.TabIndex        = 1;
     this.ucLERunningCard.TabNext         = false;
     this.ucLERunningCard.Value           = "";
     this.ucLERunningCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucLERunningCard.XAlign          = 73;
     this.ucLERunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLERunningCard_TxtboxKeyPress);
     //
     // ucBtnExit
     //
     this.ucBtnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage")));
     this.ucBtnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.ucBtnExit.Caption         = "退出";
     this.ucBtnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnExit.Location        = new System.Drawing.Point(508, 56);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 4;
     //
     // ucBtnOK
     //
     this.ucBtnOK.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage")));
     this.ucBtnOK.ButtonType      = UserControl.ButtonTypes.Confirm;
     this.ucBtnOK.Caption         = "确认";
     this.ucBtnOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnOK.Location        = new System.Drawing.Point(120, 56);
     this.ucBtnOK.Name            = "ucBtnOK";
     this.ucBtnOK.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnOK.TabIndex        = 1;
     this.ucBtnOK.Click          += new System.EventHandler(this.ucBtnOK_Click);
     //
     // ucButton1
     //
     this.ucButton1.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage")));
     this.ucButton1.ButtonType      = UserControl.ButtonTypes.Confirm;
     this.ucButton1.Caption         = "确认";
     this.ucButton1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButton1.Location        = new System.Drawing.Point(120, 56);
     this.ucButton1.Name            = "ucButton1";
     this.ucButton1.Size            = new System.Drawing.Size(88, 22);
     this.ucButton1.TabIndex        = 1;
     //
     // ucButton2
     //
     this.ucButton2.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton2.BackgroundImage")));
     this.ucButton2.ButtonType      = UserControl.ButtonTypes.Cancle;
     this.ucButton2.Caption         = "取消";
     this.ucButton2.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButton2.Location        = new System.Drawing.Point(248, 56);
     this.ucButton2.Name            = "ucButton2";
     this.ucButton2.Size            = new System.Drawing.Size(88, 22);
     this.ucButton2.TabIndex        = 2;
     //
     // ucBtnRecede
     //
     this.ucBtnRecede.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnRecede.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnRecede.BackgroundImage")));
     this.ucBtnRecede.ButtonType      = UserControl.ButtonTypes.Change;
     this.ucBtnRecede.Caption         = "更正";
     this.ucBtnRecede.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnRecede.Location        = new System.Drawing.Point(384, 56);
     this.ucBtnRecede.Name            = "ucBtnRecede";
     this.ucBtnRecede.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnRecede.TabIndex        = 3;
     this.ucBtnRecede.Click          += new System.EventHandler(this.ucBtnRecede_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtMoCode);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(814, 112);
     this.panel1.TabIndex = 1;
     //
     // txtMoCode
     //
     this.txtMoCode.AllowEditOnlyChecked = true;
     this.txtMoCode.AutoSelectAll        = false;
     this.txtMoCode.AutoUpper            = true;
     this.txtMoCode.Caption         = "工单代码";
     this.txtMoCode.Checked         = false;
     this.txtMoCode.EditType        = UserControl.EditTypes.String;
     this.txtMoCode.Location        = new System.Drawing.Point(24, 12);
     this.txtMoCode.MaxLength       = 40;
     this.txtMoCode.Multiline       = false;
     this.txtMoCode.Name            = "txtMoCode";
     this.txtMoCode.PasswordChar    = '\0';
     this.txtMoCode.ReadOnly        = false;
     this.txtMoCode.ShowCheckBox    = true;
     this.txtMoCode.Size            = new System.Drawing.Size(210, 24);
     this.txtMoCode.TabIndex        = 0;
     this.txtMoCode.TabNext         = false;
     this.txtMoCode.Value           = "";
     this.txtMoCode.WidthType       = UserControl.WidthTypes.Normal;
     this.txtMoCode.XAlign          = 101;
     this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.bCardTransLenULE);
     this.groupBox2.Controls.Add(this.aCardTransLenULE);
     this.groupBox2.Controls.Add(this.aCardTransLetterULE);
     this.groupBox2.Controls.Add(this.bCardTransLetterULE);
     this.groupBox2.Location = new System.Drawing.Point(24, 32);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(713, 72);
     this.groupBox2.TabIndex = 14;
     this.groupBox2.TabStop  = false;
     //
     // bCardTransLenULE
     //
     this.bCardTransLenULE.AllowEditOnlyChecked = true;
     this.bCardTransLenULE.AutoSelectAll        = false;
     this.bCardTransLenULE.AutoUpper            = true;
     this.bCardTransLenULE.Caption      = "转换前序列号长度";
     this.bCardTransLenULE.Checked      = false;
     this.bCardTransLenULE.EditType     = UserControl.EditTypes.String;
     this.bCardTransLenULE.Location     = new System.Drawing.Point(42, 16);
     this.bCardTransLenULE.MaxLength    = 40;
     this.bCardTransLenULE.Multiline    = false;
     this.bCardTransLenULE.Name         = "bCardTransLenULE";
     this.bCardTransLenULE.PasswordChar = '\0';
     this.bCardTransLenULE.ReadOnly     = false;
     this.bCardTransLenULE.ShowCheckBox = true;
     this.bCardTransLenULE.Size         = new System.Drawing.Size(258, 24);
     this.bCardTransLenULE.TabIndex     = 22;
     this.bCardTransLenULE.TabNext      = false;
     this.bCardTransLenULE.Value        = "";
     this.bCardTransLenULE.WidthType    = UserControl.WidthTypes.Normal;
     this.bCardTransLenULE.XAlign       = 167;
     //
     // aCardTransLenULE
     //
     this.aCardTransLenULE.AllowEditOnlyChecked = true;
     this.aCardTransLenULE.AutoSelectAll        = false;
     this.aCardTransLenULE.AutoUpper            = true;
     this.aCardTransLenULE.Caption      = "转换后序列号长度";
     this.aCardTransLenULE.Checked      = false;
     this.aCardTransLenULE.EditType     = UserControl.EditTypes.String;
     this.aCardTransLenULE.Location     = new System.Drawing.Point(42, 40);
     this.aCardTransLenULE.MaxLength    = 40;
     this.aCardTransLenULE.Multiline    = false;
     this.aCardTransLenULE.Name         = "aCardTransLenULE";
     this.aCardTransLenULE.PasswordChar = '\0';
     this.aCardTransLenULE.ReadOnly     = false;
     this.aCardTransLenULE.ShowCheckBox = true;
     this.aCardTransLenULE.Size         = new System.Drawing.Size(258, 24);
     this.aCardTransLenULE.TabIndex     = 21;
     this.aCardTransLenULE.TabNext      = false;
     this.aCardTransLenULE.Value        = "";
     this.aCardTransLenULE.WidthType    = UserControl.WidthTypes.Normal;
     this.aCardTransLenULE.XAlign       = 167;
     //
     // aCardTransLetterULE
     //
     this.aCardTransLetterULE.AllowEditOnlyChecked = true;
     this.aCardTransLetterULE.AutoSelectAll        = false;
     this.aCardTransLetterULE.AutoUpper            = true;
     this.aCardTransLetterULE.Caption         = "转换后序列号首字符串";
     this.aCardTransLetterULE.Checked         = false;
     this.aCardTransLetterULE.EditType        = UserControl.EditTypes.String;
     this.aCardTransLetterULE.Location        = new System.Drawing.Point(383, 40);
     this.aCardTransLetterULE.MaxLength       = 40;
     this.aCardTransLetterULE.Multiline       = false;
     this.aCardTransLetterULE.Name            = "aCardTransLetterULE";
     this.aCardTransLetterULE.PasswordChar    = '\0';
     this.aCardTransLetterULE.ReadOnly        = false;
     this.aCardTransLetterULE.ShowCheckBox    = true;
     this.aCardTransLetterULE.Size            = new System.Drawing.Size(282, 24);
     this.aCardTransLetterULE.TabIndex        = 20;
     this.aCardTransLetterULE.TabNext         = false;
     this.aCardTransLetterULE.Value           = "";
     this.aCardTransLetterULE.WidthType       = UserControl.WidthTypes.Normal;
     this.aCardTransLetterULE.XAlign          = 532;
     this.aCardTransLetterULE.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aCardTransLetterULE_TxtboxKeyPress);
     //
     // bCardTransLetterULE
     //
     this.bCardTransLetterULE.AllowEditOnlyChecked = true;
     this.bCardTransLetterULE.AutoSelectAll        = false;
     this.bCardTransLetterULE.AutoUpper            = true;
     this.bCardTransLetterULE.Caption      = "转换前序列号首字符串";
     this.bCardTransLetterULE.Checked      = false;
     this.bCardTransLetterULE.EditType     = UserControl.EditTypes.String;
     this.bCardTransLetterULE.Location     = new System.Drawing.Point(383, 16);
     this.bCardTransLetterULE.MaxLength    = 40;
     this.bCardTransLetterULE.Multiline    = false;
     this.bCardTransLetterULE.Name         = "bCardTransLetterULE";
     this.bCardTransLetterULE.PasswordChar = '\0';
     this.bCardTransLetterULE.ReadOnly     = false;
     this.bCardTransLetterULE.ShowCheckBox = true;
     this.bCardTransLetterULE.Size         = new System.Drawing.Size(282, 24);
     this.bCardTransLetterULE.TabIndex     = 19;
     this.bCardTransLetterULE.TabNext      = false;
     this.bCardTransLetterULE.Value        = "";
     this.bCardTransLetterULE.WidthType    = UserControl.WidthTypes.Normal;
     this.bCardTransLetterULE.XAlign       = 532;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 112);
     this.splitter1.TabIndex = 13;
     this.splitter1.TabStop  = false;
     //
     // ucMessage
     //
     this.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ucMessage.Location      = new System.Drawing.Point(0, 112);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(814, 414);
     this.ucMessage.TabIndex      = 2;
     //
     // FCollectionIDMerge_OutLine
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(814, 623);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Name        = "FCollectionIDMerge_OutLine";
     this.Text        = "SMT分板采集";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FCollectionIDMerge_Load);
     this.Closed     += new System.EventHandler(this.FCollectionIDMerge_Closed);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }