Esempio n. 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInfoForm));
     this.memInfor  = new UserControl.UCMessage();
     this.ucButton1 = new UserControl.UCButton();
     this.SuspendLayout();
     //
     // memInfor
     //
     this.memInfor.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.memInfor.AutoScroll         = true;
     this.memInfor.BackColor          = System.Drawing.Color.Gainsboro;
     this.memInfor.ButtonVisible      = false;
     this.memInfor.Font               = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.memInfor.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.memInfor.Location           = new System.Drawing.Point(0, 0);
     this.memInfor.Name               = "memInfor";
     this.memInfor.Size               = new System.Drawing.Size(496, 244);
     this.memInfor.TabIndex           = 2;
     this.memInfor.WorkingErrorAdded += new UserControl.WorkingErrorAddedEventHandler(this.memInfor_WorkingErrorAdded);
     //
     // ucButton1
     //
     this.ucButton1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ucButton1.BackColor             = System.Drawing.SystemColors.Control;
     this.ucButton1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage")));
     this.ucButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ucButton1.ButtonType            = UserControl.ButtonTypes.Refresh;
     this.ucButton1.Caption               = "清除";
     this.ucButton1.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.ucButton1.Location              = new System.Drawing.Point(400, 253);
     this.ucButton1.Name     = "ucButton1";
     this.ucButton1.Size     = new System.Drawing.Size(89, 21);
     this.ucButton1.TabIndex = 3;
     this.ucButton1.Click   += new System.EventHandler(this.ucButton1_Click);
     //
     // FInfoForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.ClientSize        = new System.Drawing.Size(496, 280);
     this.Controls.Add(this.ucButton1);
     this.Controls.Add(this.memInfor);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FInfoForm";
     this.Text            = "信息";
     this.Load           += new System.EventHandler(this.FInfoForm_Load);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FFirstOnline));
     this.ucBtnExit     = new UserControl.UCButton();
     this.ucBtnOK       = new UserControl.UCButton();
     this.ucMessage     = new UserControl.UCMessage();
     this.ucButton1     = new UserControl.UCButton();
     this.lblOnlineInfo = new System.Windows.Forms.Label();
     this.ucRCard       = new UserControl.UCLabelEdit();
     this.ucSSName      = new UserControl.UCLabelEdit();
     this.cbxShiftTime  = new UserControl.UCLabelCombox();
     this.dtpBegin      = new System.Windows.Forms.DateTimePicker();
     this.label1        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // 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(442, 52);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 2;
     //
     // 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(336, 52);
     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);
     //
     // ucMessage
     //
     this.ucMessage.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.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Enabled       = false;
     this.ucMessage.Location      = new System.Drawing.Point(77, 95);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(473, 215);
     this.ucMessage.TabIndex      = 0;
     //
     // ucButton1
     //
     this.ucButton1.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage")));
     this.ucButton1.ButtonType      = UserControl.ButtonTypes.None;
     this.ucButton1.Caption         = "其它产线";
     this.ucButton1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButton1.Location        = new System.Drawing.Point(464, 17);
     this.ucButton1.Name            = "ucButton1";
     this.ucButton1.Size            = new System.Drawing.Size(88, 22);
     this.ucButton1.TabIndex        = 8;
     this.ucButton1.Visible         = false;
     this.ucButton1.Click          += new System.EventHandler(this.ucButton1_Click);
     //
     // lblOnlineInfo
     //
     this.lblOnlineInfo.Location = new System.Drawing.Point(10, 95);
     this.lblOnlineInfo.Name     = "lblOnlineInfo";
     this.lblOnlineInfo.Size     = new System.Drawing.Size(67, 25);
     this.lblOnlineInfo.TabIndex = 9;
     this.lblOnlineInfo.Text     = "上线信息";
     //
     // ucRCard
     //
     this.ucRCard.AllowEditOnlyChecked = true;
     this.ucRCard.Caption         = "首件标签";
     this.ucRCard.Checked         = false;
     this.ucRCard.EditType        = UserControl.EditTypes.String;
     this.ucRCard.Location        = new System.Drawing.Point(22, 52);
     this.ucRCard.MaxLength       = 400;
     this.ucRCard.Multiline       = false;
     this.ucRCard.Name            = "ucRCard";
     this.ucRCard.PasswordChar    = '\0';
     this.ucRCard.ReadOnly        = false;
     this.ucRCard.ShowCheckBox    = false;
     this.ucRCard.Size            = new System.Drawing.Size(262, 23);
     this.ucRCard.TabIndex        = 0;
     this.ucRCard.TabNext         = false;
     this.ucRCard.Value           = "";
     this.ucRCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucRCard.XAlign          = 84;
     this.ucRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucRCard_TxtboxKeyPress);
     //
     // ucSSName
     //
     this.ucSSName.AllowEditOnlyChecked = true;
     this.ucSSName.Caption      = "产线名";
     this.ucSSName.Checked      = false;
     this.ucSSName.EditType     = UserControl.EditTypes.String;
     this.ucSSName.Enabled      = false;
     this.ucSSName.Location     = new System.Drawing.Point(34, 16);
     this.ucSSName.MaxLength    = 40;
     this.ucSSName.Multiline    = false;
     this.ucSSName.Name         = "ucSSName";
     this.ucSSName.PasswordChar = '\0';
     this.ucSSName.ReadOnly     = false;
     this.ucSSName.ShowCheckBox = false;
     this.ucSSName.Size         = new System.Drawing.Size(250, 24);
     this.ucSSName.TabIndex     = 11;
     this.ucSSName.TabNext      = false;
     this.ucSSName.Value        = "";
     this.ucSSName.WidthType    = UserControl.WidthTypes.Long;
     this.ucSSName.XAlign       = 84;
     //
     // cbxShiftTime
     //
     this.cbxShiftTime.AllowEditOnlyChecked = true;
     this.cbxShiftTime.Caption       = "上班时间";
     this.cbxShiftTime.Checked       = false;
     this.cbxShiftTime.Location      = new System.Drawing.Point(24, 152);
     this.cbxShiftTime.Name          = "cbxShiftTime";
     this.cbxShiftTime.SelectedIndex = -1;
     this.cbxShiftTime.ShowCheckBox  = false;
     this.cbxShiftTime.Size          = new System.Drawing.Size(195, 21);
     this.cbxShiftTime.TabIndex      = 13;
     this.cbxShiftTime.Visible       = false;
     this.cbxShiftTime.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxShiftTime.XAlign        = 86;
     //
     // dtpBegin
     //
     this.dtpBegin.CustomFormat = "H:mm:ss";
     this.dtpBegin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBegin.Location     = new System.Drawing.Point(352, 16);
     this.dtpBegin.Name         = "dtpBegin";
     this.dtpBegin.ShowUpDown   = true;
     this.dtpBegin.Size         = new System.Drawing.Size(80, 21);
     this.dtpBegin.TabIndex     = 14;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(288, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 15;
     this.label1.Text     = "上班时间";
     //
     // FFirstOnline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(556, 315);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dtpBegin);
     this.Controls.Add(this.cbxShiftTime);
     this.Controls.Add(this.ucSSName);
     this.Controls.Add(this.ucRCard);
     this.Controls.Add(this.lblOnlineInfo);
     this.Controls.Add(this.ucButton1);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.ucBtnOK);
     this.Controls.Add(this.ucBtnExit);
     this.Name    = "FFirstOnline";
     this.Text    = "首件上线";
     this.Load   += new System.EventHandler(this.FFirstOnline_Load);
     this.Closed += new System.EventHandler(this.FFirstOnline_Closed);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FFirstOffline));
     this.ucBtnOK        = new UserControl.UCButton();
     this.ucMessage      = new UserControl.UCMessage();
     this.lblOnlineInfo  = new System.Windows.Forms.Label();
     this.ucRCard        = new UserControl.UCLabelEdit();
     this.ucSSName       = new UserControl.UCLabelEdit();
     this.ucMessageOff   = new UserControl.UCMessage();
     this.lblOfflineInfo = new System.Windows.Forms.Label();
     this.cbxBeginTime   = new UserControl.UCLabelCombox();
     this.SuspendLayout();
     //
     // ucBtnOK
     //
     this.ucBtnOK.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage")));
     this.ucBtnOK.ButtonType      = UserControl.ButtonTypes.None;
     this.ucBtnOK.Caption         = "确认下线";
     this.ucBtnOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnOK.Location        = new System.Drawing.Point(224, 40);
     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);
     //
     // ucMessage
     //
     this.ucMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Enabled       = false;
     this.ucMessage.Location      = new System.Drawing.Point(64, 72);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(682, 168);
     this.ucMessage.TabIndex      = 0;
     //
     // lblOnlineInfo
     //
     this.lblOnlineInfo.Location = new System.Drawing.Point(8, 88);
     this.lblOnlineInfo.Name     = "lblOnlineInfo";
     this.lblOnlineInfo.Size     = new System.Drawing.Size(56, 23);
     this.lblOnlineInfo.TabIndex = 9;
     this.lblOnlineInfo.Text     = "上线信息";
     //
     // ucRCard
     //
     this.ucRCard.AllowEditOnlyChecked = true;
     this.ucRCard.Caption         = "首件标签";
     this.ucRCard.Checked         = false;
     this.ucRCard.EditType        = UserControl.EditTypes.String;
     this.ucRCard.Location        = new System.Drawing.Point(8, 8);
     this.ucRCard.MaxLength       = 400;
     this.ucRCard.Multiline       = false;
     this.ucRCard.Name            = "ucRCard";
     this.ucRCard.PasswordChar    = '\0';
     this.ucRCard.ReadOnly        = false;
     this.ucRCard.ShowCheckBox    = false;
     this.ucRCard.Size            = new System.Drawing.Size(262, 22);
     this.ucRCard.TabIndex        = 0;
     this.ucRCard.TabNext         = false;
     this.ucRCard.Value           = "";
     this.ucRCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucRCard.XAlign          = 70;
     this.ucRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucRCard_TxtboxKeyPress);
     //
     // ucSSName
     //
     this.ucSSName.AllowEditOnlyChecked = true;
     this.ucSSName.Caption      = "产线名";
     this.ucSSName.Checked      = false;
     this.ucSSName.EditType     = UserControl.EditTypes.String;
     this.ucSSName.Enabled      = false;
     this.ucSSName.Location     = new System.Drawing.Point(280, 8);
     this.ucSSName.MaxLength    = 40;
     this.ucSSName.Multiline    = false;
     this.ucSSName.Name         = "ucSSName";
     this.ucSSName.PasswordChar = '\0';
     this.ucSSName.ReadOnly     = false;
     this.ucSSName.ShowCheckBox = false;
     this.ucSSName.Size         = new System.Drawing.Size(250, 22);
     this.ucSSName.TabIndex     = 11;
     this.ucSSName.TabNext      = false;
     this.ucSSName.Value        = "";
     this.ucSSName.WidthType    = UserControl.WidthTypes.Long;
     this.ucSSName.XAlign       = 330;
     //
     // ucMessageOff
     //
     this.ucMessageOff.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.ucMessageOff.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessageOff.ButtonVisible = false;
     this.ucMessageOff.Enabled       = false;
     this.ucMessageOff.Location      = new System.Drawing.Point(64, 256);
     this.ucMessageOff.Name          = "ucMessageOff";
     this.ucMessageOff.Size          = new System.Drawing.Size(682, 168);
     this.ucMessageOff.TabIndex      = 12;
     //
     // lblOfflineInfo
     //
     this.lblOfflineInfo.Location = new System.Drawing.Point(0, 256);
     this.lblOfflineInfo.Name     = "lblOfflineInfo";
     this.lblOfflineInfo.Size     = new System.Drawing.Size(56, 23);
     this.lblOfflineInfo.TabIndex = 13;
     this.lblOfflineInfo.Text     = "下线信息";
     //
     // cbxBeginTime
     //
     this.cbxBeginTime.AllowEditOnlyChecked = true;
     this.cbxBeginTime.Caption       = "上班时间";
     this.cbxBeginTime.Checked       = false;
     this.cbxBeginTime.Location      = new System.Drawing.Point(8, 40);
     this.cbxBeginTime.Name          = "cbxBeginTime";
     this.cbxBeginTime.SelectedIndex = -1;
     this.cbxBeginTime.ShowCheckBox  = false;
     this.cbxBeginTime.Size          = new System.Drawing.Size(195, 21);
     this.cbxBeginTime.TabIndex      = 18;
     this.cbxBeginTime.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxBeginTime.XAlign        = 70;
     //
     // FFirstOffline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(752, 445);
     this.Controls.Add(this.cbxBeginTime);
     this.Controls.Add(this.lblOfflineInfo);
     this.Controls.Add(this.ucMessageOff);
     this.Controls.Add(this.ucSSName);
     this.Controls.Add(this.ucRCard);
     this.Controls.Add(this.lblOnlineInfo);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.ucBtnOK);
     this.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name    = "FFirstOffline";
     this.Text    = "首件下线";
     this.Load   += new System.EventHandler(this.FFirstOffline_Load);
     this.Closed += new System.EventHandler(this.FFirstOffline_Closed);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FLotTransferCarton));
     this.ucLabEdit2   = new UserControl.UCLabelEdit();
     this.ucLabelEdit1 = new UserControl.UCLabelEdit();
     this.panel1       = new System.Windows.Forms.Panel();
     this.ucLabelComboxCurrentCarton = new UserControl.UCLabelCombox();
     this.txtMoCode   = new UserControl.UCLabelEdit();
     this.txtItemCode = new UserControl.UCLabelEdit();
     this.txtLotCode  = new UserControl.UCLabelEdit();
     this.txtCartonNO = new UserControl.UCLabelEdit();
     this.panel2      = new System.Windows.Forms.Panel();
     this.btnConfirm  = new UserControl.UCButton();
     this.BtnExit     = new UserControl.UCButton();
     this.panel4      = new System.Windows.Forms.Panel();
     this.ucMessage   = new UserControl.UCMessage();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // ucLabEdit2
     //
     this.ucLabEdit2.AllowEditOnlyChecked = true;
     this.ucLabEdit2.AutoSelectAll        = false;
     this.ucLabEdit2.AutoUpper            = true;
     this.ucLabEdit2.Caption      = "包装数量";
     this.ucLabEdit2.Checked      = false;
     this.ucLabEdit2.EditType     = UserControl.EditTypes.String;
     this.ucLabEdit2.Location     = new System.Drawing.Point(161, -16);
     this.ucLabEdit2.MaxLength    = 40;
     this.ucLabEdit2.Multiline    = false;
     this.ucLabEdit2.Name         = "ucLabEdit2";
     this.ucLabEdit2.PasswordChar = '\0';
     this.ucLabEdit2.ReadOnly     = false;
     this.ucLabEdit2.ShowCheckBox = false;
     this.ucLabEdit2.Size         = new System.Drawing.Size(194, 56);
     this.ucLabEdit2.TabIndex     = 16;
     this.ucLabEdit2.TabNext      = true;
     this.ucLabEdit2.Value        = "";
     this.ucLabEdit2.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabEdit2.XAlign       = 222;
     //
     // ucLabelEdit1
     //
     this.ucLabelEdit1.AllowEditOnlyChecked = true;
     this.ucLabelEdit1.AutoSelectAll        = false;
     this.ucLabelEdit1.AutoUpper            = true;
     this.ucLabelEdit1.Caption      = "输入标示";
     this.ucLabelEdit1.Checked      = false;
     this.ucLabelEdit1.EditType     = UserControl.EditTypes.String;
     this.ucLabelEdit1.Location     = new System.Drawing.Point(358, 16);
     this.ucLabelEdit1.MaxLength    = 40;
     this.ucLabelEdit1.Multiline    = false;
     this.ucLabelEdit1.Name         = "ucLabelEdit1";
     this.ucLabelEdit1.PasswordChar = '\0';
     this.ucLabelEdit1.ReadOnly     = false;
     this.ucLabelEdit1.ShowCheckBox = false;
     this.ucLabelEdit1.Size         = new System.Drawing.Size(194, 24);
     this.ucLabelEdit1.TabIndex     = 1;
     this.ucLabelEdit1.TabNext      = true;
     this.ucLabelEdit1.Value        = "";
     this.ucLabelEdit1.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEdit1.XAlign       = 419;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ucLabelComboxCurrentCarton);
     this.panel1.Controls.Add(this.txtMoCode);
     this.panel1.Controls.Add(this.txtItemCode);
     this.panel1.Controls.Add(this.txtLotCode);
     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(720, 77);
     this.panel1.TabIndex = 285;
     //
     // ucLabelComboxCurrentCarton
     //
     this.ucLabelComboxCurrentCarton.AllowEditOnlyChecked = true;
     this.ucLabelComboxCurrentCarton.Caption       = "Carton号";
     this.ucLabelComboxCurrentCarton.Checked       = false;
     this.ucLabelComboxCurrentCarton.Location      = new System.Drawing.Point(362, 16);
     this.ucLabelComboxCurrentCarton.Name          = "ucLabelComboxCurrentCarton";
     this.ucLabelComboxCurrentCarton.SelectedIndex = -1;
     this.ucLabelComboxCurrentCarton.ShowCheckBox  = false;
     this.ucLabelComboxCurrentCarton.Size          = new System.Drawing.Size(261, 24);
     this.ucLabelComboxCurrentCarton.TabIndex      = 50;
     this.ucLabelComboxCurrentCarton.WidthType     = UserControl.WidthTypes.Long;
     this.ucLabelComboxCurrentCarton.XAlign        = 423;
     //
     // txtMoCode
     //
     this.txtMoCode.AllowEditOnlyChecked = true;
     this.txtMoCode.AutoSelectAll        = false;
     this.txtMoCode.AutoUpper            = true;
     this.txtMoCode.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtMoCode.Caption      = "工单代码";
     this.txtMoCode.Checked      = false;
     this.txtMoCode.EditType     = UserControl.EditTypes.String;
     this.txtMoCode.Location     = new System.Drawing.Point(361, 46);
     this.txtMoCode.MaxLength    = 4000;
     this.txtMoCode.Multiline    = false;
     this.txtMoCode.Name         = "txtMoCode";
     this.txtMoCode.PasswordChar = '\0';
     this.txtMoCode.ReadOnly     = true;
     this.txtMoCode.ShowCheckBox = false;
     this.txtMoCode.Size         = new System.Drawing.Size(261, 24);
     this.txtMoCode.TabIndex     = 3;
     this.txtMoCode.TabNext      = false;
     this.txtMoCode.TabStop      = false;
     this.txtMoCode.Value        = "";
     this.txtMoCode.WidthType    = UserControl.WidthTypes.Long;
     this.txtMoCode.XAlign       = 422;
     //
     // txtItemCode
     //
     this.txtItemCode.AllowEditOnlyChecked = true;
     this.txtItemCode.AutoSelectAll        = false;
     this.txtItemCode.AutoUpper            = true;
     this.txtItemCode.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtItemCode.Caption      = "产品代码";
     this.txtItemCode.Checked      = false;
     this.txtItemCode.EditType     = UserControl.EditTypes.String;
     this.txtItemCode.Location     = new System.Drawing.Point(37, 46);
     this.txtItemCode.MaxLength    = 4000;
     this.txtItemCode.Multiline    = false;
     this.txtItemCode.Name         = "txtItemCode";
     this.txtItemCode.PasswordChar = '\0';
     this.txtItemCode.ReadOnly     = true;
     this.txtItemCode.ShowCheckBox = false;
     this.txtItemCode.Size         = new System.Drawing.Size(261, 24);
     this.txtItemCode.TabIndex     = 2;
     this.txtItemCode.TabNext      = false;
     this.txtItemCode.TabStop      = false;
     this.txtItemCode.Value        = "";
     this.txtItemCode.WidthType    = UserControl.WidthTypes.Long;
     this.txtItemCode.XAlign       = 98;
     //
     // txtLotCode
     //
     this.txtLotCode.AllowEditOnlyChecked = true;
     this.txtLotCode.AutoSelectAll        = false;
     this.txtLotCode.AutoUpper            = true;
     this.txtLotCode.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtLotCode.Caption         = "产品批次条码";
     this.txtLotCode.Checked         = false;
     this.txtLotCode.EditType        = UserControl.EditTypes.String;
     this.txtLotCode.Location        = new System.Drawing.Point(13, 16);
     this.txtLotCode.MaxLength       = 4000;
     this.txtLotCode.Multiline       = false;
     this.txtLotCode.Name            = "txtLotCode";
     this.txtLotCode.PasswordChar    = '\0';
     this.txtLotCode.ReadOnly        = false;
     this.txtLotCode.ShowCheckBox    = false;
     this.txtLotCode.Size            = new System.Drawing.Size(285, 24);
     this.txtLotCode.TabIndex        = 1;
     this.txtLotCode.TabNext         = false;
     this.txtLotCode.Value           = "";
     this.txtLotCode.WidthType       = UserControl.WidthTypes.Long;
     this.txtLotCode.XAlign          = 98;
     this.txtLotCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLotCode_TxtboxKeyPress);
     //
     // txtCartonNO
     //
     this.txtCartonNO.AllowEditOnlyChecked = true;
     this.txtCartonNO.AutoSelectAll        = false;
     this.txtCartonNO.AutoUpper            = true;
     this.txtCartonNO.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtCartonNO.Caption         = "Carton号";
     this.txtCartonNO.Checked         = false;
     this.txtCartonNO.EditType        = UserControl.EditTypes.String;
     this.txtCartonNO.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCartonNO.Location        = new System.Drawing.Point(25, 16);
     this.txtCartonNO.MaxLength       = 40;
     this.txtCartonNO.Multiline       = false;
     this.txtCartonNO.Name            = "txtCartonNO";
     this.txtCartonNO.PasswordChar    = '\0';
     this.txtCartonNO.ReadOnly        = false;
     this.txtCartonNO.ShowCheckBox    = false;
     this.txtCartonNO.Size            = new System.Drawing.Size(261, 24);
     this.txtCartonNO.TabIndex        = 3;
     this.txtCartonNO.TabNext         = true;
     this.txtCartonNO.Value           = "";
     this.txtCartonNO.WidthType       = UserControl.WidthTypes.Long;
     this.txtCartonNO.XAlign          = 86;
     this.txtCartonNO.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCartonNO_TxtboxKeyPress);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnConfirm);
     this.panel2.Controls.Add(this.BtnExit);
     this.panel2.Controls.Add(this.txtCartonNO);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 429);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(720, 56);
     this.panel2.TabIndex = 286;
     //
     // btnConfirm
     //
     this.btnConfirm.BackColor       = System.Drawing.SystemColors.Control;
     this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage")));
     this.btnConfirm.ButtonType      = UserControl.ButtonTypes.Confirm;
     this.btnConfirm.Caption         = "确认";
     this.btnConfirm.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnConfirm.Location        = new System.Drawing.Point(304, 17);
     this.btnConfirm.Name            = "btnConfirm";
     this.btnConfirm.Size            = new System.Drawing.Size(88, 22);
     this.btnConfirm.TabIndex        = 101;
     this.btnConfirm.Visible         = false;
     //
     // 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(408, 16);
     this.BtnExit.Name            = "BtnExit";
     this.BtnExit.Size            = new System.Drawing.Size(88, 22);
     this.BtnExit.TabIndex        = 100;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucMessage);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 77);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(720, 352);
     this.panel4.TabIndex = 288;
     //
     // ucMessage
     //
     this.ucMessage.AutoScroll    = true;
     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, 0);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(720, 352);
     this.ucMessage.TabIndex      = 176;
     //
     // FLotTransferCarton
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Gainsboro;
     this.ClientSize    = new System.Drawing.Size(720, 485);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name          = "FLotTransferCarton";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Carton包装移转采集";
     this.Load         += new System.EventHandler(this.FPack_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLastOnline));
     this.ucBtnOK       = new UserControl.UCButton();
     this.ucMessage     = new UserControl.UCMessage();
     this.lblOnlineInfo = new System.Windows.Forms.Label();
     this.ucRCard       = new UserControl.UCLabelEdit();
     this.ucSSName      = new UserControl.UCLabelEdit();
     this.cbxShiftTime  = new UserControl.UCLabelCombox();
     this.dtpEnd        = new System.Windows.Forms.DateTimePicker();
     this.label1        = new System.Windows.Forms.Label();
     this.cbxBeginTime  = new UserControl.UCLabelCombox();
     this.SuspendLayout();
     //
     // ucBtnOK
     //
     this.ucBtnOK.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage")));
     this.ucBtnOK.ButtonType      = UserControl.ButtonTypes.None;
     this.ucBtnOK.Caption         = "确认上线";
     this.ucBtnOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnOK.Location        = new System.Drawing.Point(528, 40);
     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);
     //
     // ucMessage
     //
     this.ucMessage.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.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Enabled       = false;
     this.ucMessage.Location      = new System.Drawing.Point(72, 72);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(632, 376);
     this.ucMessage.TabIndex      = 0;
     //
     // lblOnlineInfo
     //
     this.lblOnlineInfo.Location = new System.Drawing.Point(8, 80);
     this.lblOnlineInfo.Name     = "lblOnlineInfo";
     this.lblOnlineInfo.Size     = new System.Drawing.Size(56, 16);
     this.lblOnlineInfo.TabIndex = 9;
     this.lblOnlineInfo.Text     = "上线信息";
     //
     // ucRCard
     //
     this.ucRCard.AllowEditOnlyChecked = true;
     this.ucRCard.Caption         = "末件标签";
     this.ucRCard.Checked         = false;
     this.ucRCard.EditType        = UserControl.EditTypes.String;
     this.ucRCard.Location        = new System.Drawing.Point(10, 40);
     this.ucRCard.MaxLength       = 400;
     this.ucRCard.Multiline       = false;
     this.ucRCard.Name            = "ucRCard";
     this.ucRCard.PasswordChar    = '\0';
     this.ucRCard.ReadOnly        = false;
     this.ucRCard.ShowCheckBox    = false;
     this.ucRCard.Size            = new System.Drawing.Size(262, 23);
     this.ucRCard.TabIndex        = 0;
     this.ucRCard.TabNext         = false;
     this.ucRCard.Value           = "";
     this.ucRCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucRCard.XAlign          = 72;
     this.ucRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucRCard_TxtboxKeyPress);
     //
     // ucSSName
     //
     this.ucSSName.AllowEditOnlyChecked = true;
     this.ucSSName.Caption      = "产线名";
     this.ucSSName.Checked      = false;
     this.ucSSName.EditType     = UserControl.EditTypes.String;
     this.ucSSName.Enabled      = false;
     this.ucSSName.Location     = new System.Drawing.Point(288, 8);
     this.ucSSName.MaxLength    = 40;
     this.ucSSName.Multiline    = false;
     this.ucSSName.Name         = "ucSSName";
     this.ucSSName.PasswordChar = '\0';
     this.ucSSName.ReadOnly     = false;
     this.ucSSName.ShowCheckBox = false;
     this.ucSSName.Size         = new System.Drawing.Size(250, 24);
     this.ucSSName.TabIndex     = 11;
     this.ucSSName.TabNext      = false;
     this.ucSSName.Value        = "";
     this.ucSSName.WidthType    = UserControl.WidthTypes.Long;
     this.ucSSName.XAlign       = 338;
     //
     // cbxShiftTime
     //
     this.cbxShiftTime.AllowEditOnlyChecked = true;
     this.cbxShiftTime.Caption       = "班次时间列表";
     this.cbxShiftTime.Checked       = false;
     this.cbxShiftTime.Location      = new System.Drawing.Point(40, 152);
     this.cbxShiftTime.Name          = "cbxShiftTime";
     this.cbxShiftTime.SelectedIndex = -1;
     this.cbxShiftTime.ShowCheckBox  = false;
     this.cbxShiftTime.Size          = new System.Drawing.Size(220, 21);
     this.cbxShiftTime.TabIndex      = 13;
     this.cbxShiftTime.Visible       = false;
     this.cbxShiftTime.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxShiftTime.XAlign        = 127;
     //
     // dtpEnd
     //
     this.dtpEnd.CustomFormat = "H:mm:ss";
     this.dtpEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEnd.Location     = new System.Drawing.Point(72, 8);
     this.dtpEnd.Name         = "dtpEnd";
     this.dtpEnd.ShowUpDown   = true;
     this.dtpEnd.TabIndex     = 14;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 15;
     this.label1.Text     = "下班时间";
     //
     // cbxBeginTime
     //
     this.cbxBeginTime.AllowEditOnlyChecked = true;
     this.cbxBeginTime.Caption       = "上班时间";
     this.cbxBeginTime.Checked       = false;
     this.cbxBeginTime.Location      = new System.Drawing.Point(277, 40);
     this.cbxBeginTime.Name          = "cbxBeginTime";
     this.cbxBeginTime.SelectedIndex = -1;
     this.cbxBeginTime.ShowCheckBox  = false;
     this.cbxBeginTime.Size          = new System.Drawing.Size(195, 21);
     this.cbxBeginTime.TabIndex      = 16;
     this.cbxBeginTime.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxBeginTime.XAlign        = 339;
     //
     // FLastOnline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(712, 453);
     this.Controls.Add(this.cbxBeginTime);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dtpEnd);
     this.Controls.Add(this.cbxShiftTime);
     this.Controls.Add(this.ucSSName);
     this.Controls.Add(this.ucRCard);
     this.Controls.Add(this.lblOnlineInfo);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.ucBtnOK);
     this.Name    = "FLastOnline";
     this.Text    = "末件上线";
     this.Load   += new System.EventHandler(this.FLastOnline_Load);
     this.Closed += new System.EventHandler(this.FLastOnline_Closed);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager      resources         = new System.ComponentModel.ComponentResourceManager(typeof(FSMTFeederReelWatch));
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LineCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MachineCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MachineStationCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FeederCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FeederLeftCount");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FeederAlterDay");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ReelNo");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ReelLeftQty");
     Infragistics.Win.UltraWinGrid.UltraGridBand         ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LineCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrorType");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MachineCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MachineStationCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelNo");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelLeftQty");
     Infragistics.Win.UltraWinGrid.UltraGridBand         ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LineCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MachineCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MachineStationCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FeederCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FeederLeftCount");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FeederAlterDay");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelNo");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelLeftQty");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NextReelNo", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NextReelLeftQty", 1);
     this.panelTop          = new System.Windows.Forms.Panel();
     this.txtReelStopLine   = new UserControl.UCLabelEdit();
     this.txtRefreshInteval = new UserControl.UCLabelEdit();
     this.txtReelAlert      = new UserControl.UCLabelEdit();
     this.btnRefresh        = new UserControl.UCButton();
     this.txtLineCode       = new UserControl.UCLabelEdit();
     this.panelBottom       = new System.Windows.Forms.Panel();
     this.grpAlertLog       = new System.Windows.Forms.GroupBox();
     this.ucMessage         = new UserControl.UCMessage();
     this.grpAlertMusic     = new System.Windows.Forms.GroupBox();
     this.lstAlertMusic     = new System.Windows.Forms.ListBox();
     this.ultraDataSource1  = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.tmrRefresh        = new System.Windows.Forms.Timer(this.components);
     this.panelLineStopMsg  = new System.Windows.Forms.Panel();
     this.gridLineError     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.lblLineStatus     = new System.Windows.Forms.Label();
     this.lblLineStatusTip  = new System.Windows.Forms.Label();
     this.panelMiddle       = new System.Windows.Forms.Panel();
     this.gridList          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelTop.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.grpAlertLog.SuspendLayout();
     this.grpAlertMusic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     this.panelLineStopMsg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLineError)).BeginInit();
     this.panelMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.txtReelStopLine);
     this.panelTop.Controls.Add(this.txtRefreshInteval);
     this.panelTop.Controls.Add(this.txtReelAlert);
     this.panelTop.Controls.Add(this.btnRefresh);
     this.panelTop.Controls.Add(this.txtLineCode);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(835, 52);
     this.panelTop.TabIndex = 0;
     //
     // txtReelStopLine
     //
     this.txtReelStopLine.AllowEditOnlyChecked = true;
     this.txtReelStopLine.AutoUpper            = true;
     this.txtReelStopLine.Caption      = "料卷停线标准(%)";
     this.txtReelStopLine.Checked      = false;
     this.txtReelStopLine.EditType     = UserControl.EditTypes.Number;
     this.txtReelStopLine.Location     = new System.Drawing.Point(627, 15);
     this.txtReelStopLine.MaxLength    = 40;
     this.txtReelStopLine.Multiline    = false;
     this.txtReelStopLine.Name         = "txtReelStopLine";
     this.txtReelStopLine.PasswordChar = '\0';
     this.txtReelStopLine.ReadOnly     = false;
     this.txtReelStopLine.ShowCheckBox = false;
     this.txtReelStopLine.Size         = new System.Drawing.Size(153, 24);
     this.txtReelStopLine.TabIndex     = 8;
     this.txtReelStopLine.TabNext      = true;
     this.txtReelStopLine.Value        = "98";
     this.txtReelStopLine.WidthType    = UserControl.WidthTypes.Tiny;
     this.txtReelStopLine.XAlign       = 730;
     //
     // txtRefreshInteval
     //
     this.txtRefreshInteval.AllowEditOnlyChecked = true;
     this.txtRefreshInteval.AutoUpper            = true;
     this.txtRefreshInteval.Caption         = "刷新频率(分)";
     this.txtRefreshInteval.Checked         = false;
     this.txtRefreshInteval.EditType        = UserControl.EditTypes.Integer;
     this.txtRefreshInteval.Location        = new System.Drawing.Point(473, 15);
     this.txtRefreshInteval.MaxLength       = 40;
     this.txtRefreshInteval.Multiline       = false;
     this.txtRefreshInteval.Name            = "txtRefreshInteval";
     this.txtRefreshInteval.PasswordChar    = '\0';
     this.txtRefreshInteval.ReadOnly        = false;
     this.txtRefreshInteval.ShowCheckBox    = false;
     this.txtRefreshInteval.Size            = new System.Drawing.Size(135, 24);
     this.txtRefreshInteval.TabIndex        = 7;
     this.txtRefreshInteval.TabNext         = true;
     this.txtRefreshInteval.Value           = "2";
     this.txtRefreshInteval.WidthType       = UserControl.WidthTypes.Tiny;
     this.txtRefreshInteval.XAlign          = 558;
     this.txtRefreshInteval.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRefreshInteval_TxtboxKeyPress);
     //
     // txtReelAlert
     //
     this.txtReelAlert.AllowEditOnlyChecked = true;
     this.txtReelAlert.AutoUpper            = true;
     this.txtReelAlert.Caption      = "料卷预警标准(%)";
     this.txtReelAlert.Checked      = false;
     this.txtReelAlert.EditType     = UserControl.EditTypes.Number;
     this.txtReelAlert.Location     = new System.Drawing.Point(301, 15);
     this.txtReelAlert.MaxLength    = 40;
     this.txtReelAlert.Multiline    = false;
     this.txtReelAlert.Name         = "txtReelAlert";
     this.txtReelAlert.PasswordChar = '\0';
     this.txtReelAlert.ReadOnly     = false;
     this.txtReelAlert.ShowCheckBox = false;
     this.txtReelAlert.Size         = new System.Drawing.Size(153, 24);
     this.txtReelAlert.TabIndex     = 6;
     this.txtReelAlert.TabNext      = true;
     this.txtReelAlert.Value        = "90";
     this.txtReelAlert.WidthType    = UserControl.WidthTypes.Tiny;
     this.txtReelAlert.XAlign       = 404;
     //
     // btnRefresh
     //
     this.btnRefresh.BackColor       = System.Drawing.SystemColors.Control;
     this.btnRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.BackgroundImage")));
     this.btnRefresh.ButtonType      = UserControl.ButtonTypes.None;
     this.btnRefresh.Caption         = "更新";
     this.btnRefresh.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnRefresh.Location        = new System.Drawing.Point(194, 15);
     this.btnRefresh.Name            = "btnRefresh";
     this.btnRefresh.Size            = new System.Drawing.Size(88, 22);
     this.btnRefresh.TabIndex        = 4;
     this.btnRefresh.Click          += new System.EventHandler(this.btnRefresh_Click);
     //
     // txtLineCode
     //
     this.txtLineCode.AllowEditOnlyChecked = true;
     this.txtLineCode.AutoUpper            = true;
     this.txtLineCode.Caption      = "产线编号";
     this.txtLineCode.Checked      = false;
     this.txtLineCode.EditType     = UserControl.EditTypes.String;
     this.txtLineCode.Location     = new System.Drawing.Point(15, 15);
     this.txtLineCode.MaxLength    = 40;
     this.txtLineCode.Multiline    = false;
     this.txtLineCode.Name         = "txtLineCode";
     this.txtLineCode.PasswordChar = '\0';
     this.txtLineCode.ReadOnly     = true;
     this.txtLineCode.ShowCheckBox = false;
     this.txtLineCode.Size         = new System.Drawing.Size(161, 24);
     this.txtLineCode.TabIndex     = 1;
     this.txtLineCode.TabNext      = true;
     this.txtLineCode.Value        = "";
     this.txtLineCode.WidthType    = UserControl.WidthTypes.Small;
     this.txtLineCode.XAlign       = 76;
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.grpAlertLog);
     this.panelBottom.Controls.Add(this.grpAlertMusic);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 301);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Size     = new System.Drawing.Size(835, 119);
     this.panelBottom.TabIndex = 1;
     //
     // grpAlertLog
     //
     this.grpAlertLog.Controls.Add(this.ucMessage);
     this.grpAlertLog.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grpAlertLog.Location = new System.Drawing.Point(0, 0);
     this.grpAlertLog.Name     = "grpAlertLog";
     this.grpAlertLog.Size     = new System.Drawing.Size(655, 119);
     this.grpAlertLog.TabIndex = 1;
     this.grpAlertLog.TabStop  = false;
     this.grpAlertLog.Text     = "预警记录";
     //
     // 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(3, 17);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(649, 99);
     this.ucMessage.TabIndex      = 1;
     //
     // grpAlertMusic
     //
     this.grpAlertMusic.Controls.Add(this.lstAlertMusic);
     this.grpAlertMusic.Dock     = System.Windows.Forms.DockStyle.Right;
     this.grpAlertMusic.Location = new System.Drawing.Point(655, 0);
     this.grpAlertMusic.Name     = "grpAlertMusic";
     this.grpAlertMusic.Size     = new System.Drawing.Size(180, 119);
     this.grpAlertMusic.TabIndex = 0;
     this.grpAlertMusic.TabStop  = false;
     this.grpAlertMusic.Text     = "预警提示音";
     //
     // lstAlertMusic
     //
     this.lstAlertMusic.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lstAlertMusic.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.lstAlertMusic.ItemHeight  = 12;
     this.lstAlertMusic.Location    = new System.Drawing.Point(3, 17);
     this.lstAlertMusic.Name        = "lstAlertMusic";
     this.lstAlertMusic.Size        = new System.Drawing.Size(174, 96);
     this.lstAlertMusic.TabIndex    = 0;
     //
     // ultraDataSource1
     //
     this.ultraDataSource1.Band.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3,
         ultraDataColumn4,
         ultraDataColumn5,
         ultraDataColumn6,
         ultraDataColumn7,
         ultraDataColumn8
     });
     //
     // tmrRefresh
     //
     this.tmrRefresh.Interval = 5000;
     this.tmrRefresh.Tick    += new System.EventHandler(this.tmrRefresh_Tick);
     //
     // panelLineStopMsg
     //
     this.panelLineStopMsg.Controls.Add(this.gridLineError);
     this.panelLineStopMsg.Controls.Add(this.lblLineStatus);
     this.panelLineStopMsg.Controls.Add(this.lblLineStatusTip);
     this.panelLineStopMsg.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panelLineStopMsg.ForeColor = System.Drawing.Color.Green;
     this.panelLineStopMsg.Location  = new System.Drawing.Point(0, 420);
     this.panelLineStopMsg.Name      = "panelLineStopMsg";
     this.panelLineStopMsg.Padding   = new System.Windows.Forms.Padding(80, 0, 0, 0);
     this.panelLineStopMsg.Size      = new System.Drawing.Size(835, 89);
     this.panelLineStopMsg.TabIndex  = 2;
     //
     // gridLineError
     //
     this.gridLineError.Cursor               = System.Windows.Forms.Cursors.Default;
     ultraGridColumn1.Header.Caption         = "产线代码";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 82;
     ultraGridColumn2.Header.Caption         = "工单代码";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 80;
     ultraGridColumn3.Header.Caption         = "停线描述";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width                  = 180;
     ultraGridColumn4.Header.Caption         = "机台";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.Width                  = 44;
     ultraGridColumn5.Header.Caption         = "站位";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.Width                  = 69;
     ultraGridColumn6.Header.Caption         = "料卷编号";
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.Width                  = 93;
     ultraGridColumn7.Header.Caption         = "料卷剩余数量";
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7
     });
     this.gridLineError.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.gridLineError.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridLineError.Location = new System.Drawing.Point(80, 0);
     this.gridLineError.Name     = "gridLineError";
     this.gridLineError.Size     = new System.Drawing.Size(755, 89);
     this.gridLineError.TabIndex = 2;
     //
     // lblLineStatus
     //
     this.lblLineStatus.AutoSize  = true;
     this.lblLineStatus.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblLineStatus.ForeColor = System.Drawing.Color.Green;
     this.lblLineStatus.Location  = new System.Drawing.Point(7, 30);
     this.lblLineStatus.Name      = "lblLineStatus";
     this.lblLineStatus.Size      = new System.Drawing.Size(56, 22);
     this.lblLineStatus.TabIndex  = 1;
     this.lblLineStatus.Text      = "正常";
     //
     // lblLineStatusTip
     //
     this.lblLineStatusTip.AutoSize  = true;
     this.lblLineStatusTip.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblLineStatusTip.Location  = new System.Drawing.Point(7, 7);
     this.lblLineStatusTip.Name      = "lblLineStatusTip";
     this.lblLineStatusTip.Size      = new System.Drawing.Size(65, 12);
     this.lblLineStatusTip.TabIndex  = 0;
     this.lblLineStatusTip.Text      = "产线状态:";
     //
     // panelMiddle
     //
     this.panelMiddle.Controls.Add(this.gridList);
     this.panelMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMiddle.Location = new System.Drawing.Point(0, 52);
     this.panelMiddle.Name     = "panelMiddle";
     this.panelMiddle.Size     = new System.Drawing.Size(835, 249);
     this.panelMiddle.TabIndex = 3;
     //
     // gridList
     //
     this.gridList.Cursor                     = System.Windows.Forms.Cursors.Hand;
     this.gridList.DataSource                 = this.ultraDataSource1;
     ultraGridColumn8.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn8.Header.Caption          = "产线编号";
     ultraGridColumn8.Header.VisiblePosition  = 0;
     ultraGridColumn8.Width                   = 41;
     ultraGridColumn9.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn9.Header.Caption          = "机台代码";
     ultraGridColumn9.Header.VisiblePosition  = 1;
     ultraGridColumn9.Width                   = 86;
     ultraGridColumn10.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn10.Header.Caption         = "站位";
     ultraGridColumn10.Header.VisiblePosition = 2;
     ultraGridColumn10.Width                  = 70;
     ultraGridColumn11.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn11.Header.Caption         = "Feeder代码";
     ultraGridColumn11.Header.VisiblePosition = 3;
     ultraGridColumn11.Width                  = 128;
     ultraGridColumn12.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn12.Header.Caption         = "Feeder剩余次数";
     ultraGridColumn12.Header.VisiblePosition = 4;
     ultraGridColumn12.Width                  = 105;
     ultraGridColumn13.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn13.Header.Caption         = "保养剩余天数";
     ultraGridColumn13.Header.VisiblePosition = 5;
     ultraGridColumn14.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn14.Header.Caption         = "料卷编号";
     ultraGridColumn14.Header.VisiblePosition = 6;
     ultraGridColumn14.Width                  = 125;
     ultraGridColumn15.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn15.Header.Caption         = "料卷剩余数量";
     ultraGridColumn15.Header.VisiblePosition = 7;
     ultraGridColumn15.Width                  = 92;
     ultraGridColumn16.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn16.Header.Caption         = "下一料卷编号";
     ultraGridColumn16.Header.VisiblePosition = 8;
     ultraGridColumn17.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn17.Header.Caption         = "下一料卷剩余数量";
     ultraGridColumn17.Header.VisiblePosition = 9;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15,
         ultraGridColumn16,
         ultraGridColumn17
     });
     this.gridList.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.gridList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridList.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gridList.Location = new System.Drawing.Point(0, 0);
     this.gridList.Name     = "gridList";
     this.gridList.Size     = new System.Drawing.Size(835, 249);
     this.gridList.TabIndex = 0;
     //
     // FSMTFeederReelWatch
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(835, 509);
     this.Controls.Add(this.panelMiddle);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelLineStopMsg);
     this.Controls.Add(this.panelTop);
     this.Name     = "FSMTFeederReelWatch";
     this.Text     = "SMT机台监控";
     this.Load    += new System.EventHandler(this.FSMTFeederReelWatch_Load);
     this.Closed  += new System.EventHandler(this.FSMTFeederReelWatch_Closed);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FSMTFeederReelWatch_Closing);
     this.panelTop.ResumeLayout(false);
     this.panelBottom.ResumeLayout(false);
     this.grpAlertLog.ResumeLayout(false);
     this.grpAlertMusic.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     this.panelLineStopMsg.ResumeLayout(false);
     this.panelLineStopMsg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLineError)).EndInit();
     this.panelMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectionSoftware));
     this.gpbInput          = new System.Windows.Forms.GroupBox();
     this.ucBtnRecede       = new UserControl.UCButton();
     this.ucLEInput         = new UserControl.UCLabelEdit();
     this.ucBtnExit         = new UserControl.UCButton();
     this.ucBtnOK           = new UserControl.UCButton();
     this.grbCheck          = new System.Windows.Forms.GroupBox();
     this.chkConfig         = new System.Windows.Forms.CheckBox();
     this.chkAutoGetVersion = new System.Windows.Forms.CheckBox();
     this.chbSoftName       = new System.Windows.Forms.CheckBox();
     this.ucMessage         = new UserControl.UCMessage();
     this.gpbInput.SuspendLayout();
     this.grbCheck.SuspendLayout();
     this.SuspendLayout();
     //
     // gpbInput
     //
     this.gpbInput.Controls.Add(this.ucBtnRecede);
     this.gpbInput.Controls.Add(this.ucLEInput);
     this.gpbInput.Controls.Add(this.ucBtnExit);
     this.gpbInput.Controls.Add(this.ucBtnOK);
     this.gpbInput.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.gpbInput.Location = new System.Drawing.Point(0, 503);
     this.gpbInput.Name     = "gpbInput";
     this.gpbInput.Size     = new System.Drawing.Size(714, 44);
     this.gpbInput.TabIndex = 0;
     this.gpbInput.TabStop  = false;
     //
     // 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(409, 14);
     this.ucBtnRecede.Name            = "ucBtnRecede";
     this.ucBtnRecede.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnRecede.TabIndex        = 12;
     this.ucBtnRecede.Click          += new System.EventHandler(this.ucBtnRecede_Click);
     //
     // ucLEInput
     //
     this.ucLEInput.AllowEditOnlyChecked = true;
     this.ucLEInput.Caption         = "输入框";
     this.ucLEInput.Checked         = false;
     this.ucLEInput.EditType        = UserControl.EditTypes.String;
     this.ucLEInput.Location        = new System.Drawing.Point(28, 14);
     this.ucLEInput.MaxLength       = 40;
     this.ucLEInput.Multiline       = false;
     this.ucLEInput.Name            = "ucLEInput";
     this.ucLEInput.PasswordChar    = '\0';
     this.ucLEInput.ReadOnly        = false;
     this.ucLEInput.ShowCheckBox    = false;
     this.ucLEInput.Size            = new System.Drawing.Size(249, 24);
     this.ucLEInput.TabIndex        = 0;
     this.ucLEInput.TabNext         = false;
     this.ucLEInput.Value           = "";
     this.ucLEInput.WidthType       = UserControl.WidthTypes.Long;
     this.ucLEInput.XAlign          = 77;
     this.ucLEInput.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLEInput_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(519, 14);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 9;
     //
     // 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(300, 14);
     this.ucBtnOK.Name            = "ucBtnOK";
     this.ucBtnOK.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnOK.TabIndex        = 8;
     this.ucBtnOK.Click          += new System.EventHandler(this.ucBtnOK_Click);
     //
     // grbCheck
     //
     this.grbCheck.Controls.Add(this.chkConfig);
     this.grbCheck.Controls.Add(this.chkAutoGetVersion);
     this.grbCheck.Controls.Add(this.chbSoftName);
     this.grbCheck.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grbCheck.Location = new System.Drawing.Point(0, 0);
     this.grbCheck.Name     = "grbCheck";
     this.grbCheck.Size     = new System.Drawing.Size(714, 37);
     this.grbCheck.TabIndex = 169;
     this.grbCheck.TabStop  = false;
     //
     // chkConfig
     //
     this.chkConfig.Location = new System.Drawing.Point(303, 9);
     this.chkConfig.Name     = "chkConfig";
     this.chkConfig.Size     = new System.Drawing.Size(85, 24);
     this.chkConfig.TabIndex = 0;
     this.chkConfig.Text     = "配置比对";
     //
     // chkAutoGetVersion
     //
     this.chkAutoGetVersion.Location = new System.Drawing.Point(155, 9);
     this.chkAutoGetVersion.Name     = "chkAutoGetVersion";
     this.chkAutoGetVersion.Size     = new System.Drawing.Size(139, 24);
     this.chkAutoGetVersion.TabIndex = 0;
     this.chkAutoGetVersion.Text     = "自动获取软件信息";
     //
     // chbSoftName
     //
     this.chbSoftName.Location = new System.Drawing.Point(28, 9);
     this.chbSoftName.Name     = "chbSoftName";
     this.chbSoftName.Size     = new System.Drawing.Size(107, 24);
     this.chbSoftName.TabIndex = 0;
     this.chbSoftName.Text     = "采集软件名称";
     //
     // 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, 37);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(714, 466);
     this.ucMessage.TabIndex      = 170;
     //
     // FCollectionSoftware
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize    = new System.Drawing.Size(714, 547);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.grbCheck);
     this.Controls.Add(this.gpbInput);
     this.Name    = "FCollectionSoftware";
     this.Text    = "软件信息采集";
     this.Closed += new System.EventHandler(this.FCollectionSoftware_Closed);
     this.gpbInput.ResumeLayout(false);
     this.grbCheck.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLastOffline));
     this.ucMessage     = new UserControl.UCMessage();
     this.lblOnlineInfo = new System.Windows.Forms.Label();
     this.ucRCard       = new UserControl.UCLabelEdit();
     this.ucSSName      = new UserControl.UCLabelEdit();
     this.btnOffline    = new UserControl.UCButton();
     this.cbxEndTime    = new UserControl.UCLabelCombox();
     this.txtBeginTime  = new UserControl.UCLabelEdit();
     this.SuspendLayout();
     //
     // ucMessage
     //
     this.ucMessage.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.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Enabled       = false;
     this.ucMessage.Location      = new System.Drawing.Point(64, 72);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(640, 376);
     this.ucMessage.TabIndex      = 0;
     //
     // lblOnlineInfo
     //
     this.lblOnlineInfo.Location = new System.Drawing.Point(8, 72);
     this.lblOnlineInfo.Name     = "lblOnlineInfo";
     this.lblOnlineInfo.Size     = new System.Drawing.Size(56, 16);
     this.lblOnlineInfo.TabIndex = 9;
     this.lblOnlineInfo.Text     = "下线信息";
     //
     // ucRCard
     //
     this.ucRCard.AllowEditOnlyChecked = true;
     this.ucRCard.Caption         = "末件标签";
     this.ucRCard.Checked         = false;
     this.ucRCard.EditType        = UserControl.EditTypes.String;
     this.ucRCard.Location        = new System.Drawing.Point(2, 8);
     this.ucRCard.MaxLength       = 400;
     this.ucRCard.Multiline       = false;
     this.ucRCard.Name            = "ucRCard";
     this.ucRCard.PasswordChar    = '\0';
     this.ucRCard.ReadOnly        = false;
     this.ucRCard.ShowCheckBox    = false;
     this.ucRCard.Size            = new System.Drawing.Size(262, 23);
     this.ucRCard.TabIndex        = 0;
     this.ucRCard.TabNext         = false;
     this.ucRCard.Value           = "";
     this.ucRCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucRCard.XAlign          = 64;
     this.ucRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucRCard_TxtboxKeyPress);
     //
     // ucSSName
     //
     this.ucSSName.AllowEditOnlyChecked = true;
     this.ucSSName.Caption      = "产线名";
     this.ucSSName.Checked      = false;
     this.ucSSName.EditType     = UserControl.EditTypes.String;
     this.ucSSName.Enabled      = false;
     this.ucSSName.Location     = new System.Drawing.Point(272, 8);
     this.ucSSName.MaxLength    = 40;
     this.ucSSName.Multiline    = false;
     this.ucSSName.Name         = "ucSSName";
     this.ucSSName.PasswordChar = '\0';
     this.ucSSName.ReadOnly     = false;
     this.ucSSName.ShowCheckBox = false;
     this.ucSSName.Size         = new System.Drawing.Size(256, 24);
     this.ucSSName.TabIndex     = 11;
     this.ucSSName.TabNext      = false;
     this.ucSSName.Value        = "";
     this.ucSSName.WidthType    = UserControl.WidthTypes.Long;
     this.ucSSName.XAlign       = 328;
     //
     // btnOffline
     //
     this.btnOffline.BackColor       = System.Drawing.SystemColors.Control;
     this.btnOffline.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOffline.BackgroundImage")));
     this.btnOffline.ButtonType      = UserControl.ButtonTypes.None;
     this.btnOffline.Caption         = "确认下线";
     this.btnOffline.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnOffline.Location        = new System.Drawing.Point(520, 40);
     this.btnOffline.Name            = "btnOffline";
     this.btnOffline.Size            = new System.Drawing.Size(88, 22);
     this.btnOffline.TabIndex        = 16;
     this.btnOffline.Click          += new System.EventHandler(this.btnOffline_Click);
     //
     // cbxEndTime
     //
     this.cbxEndTime.AllowEditOnlyChecked = true;
     this.cbxEndTime.Caption               = "下班时间";
     this.cbxEndTime.Checked               = false;
     this.cbxEndTime.Location              = new System.Drawing.Point(5, 40);
     this.cbxEndTime.Name                  = "cbxEndTime";
     this.cbxEndTime.SelectedIndex         = -1;
     this.cbxEndTime.ShowCheckBox          = false;
     this.cbxEndTime.Size                  = new System.Drawing.Size(195, 21);
     this.cbxEndTime.TabIndex              = 17;
     this.cbxEndTime.WidthType             = UserControl.WidthTypes.Normal;
     this.cbxEndTime.XAlign                = 67;
     this.cbxEndTime.SelectedIndexChanged += new System.EventHandler(this.cbxEndTime_SelectedIndexChanged);
     //
     // txtBeginTime
     //
     this.txtBeginTime.AllowEditOnlyChecked = true;
     this.txtBeginTime.Caption      = "上班时间";
     this.txtBeginTime.Checked      = false;
     this.txtBeginTime.EditType     = UserControl.EditTypes.String;
     this.txtBeginTime.Enabled      = false;
     this.txtBeginTime.Location     = new System.Drawing.Point(269, 40);
     this.txtBeginTime.MaxLength    = 400;
     this.txtBeginTime.Multiline    = false;
     this.txtBeginTime.Name         = "txtBeginTime";
     this.txtBeginTime.PasswordChar = '\0';
     this.txtBeginTime.ReadOnly     = false;
     this.txtBeginTime.ShowCheckBox = false;
     this.txtBeginTime.Size         = new System.Drawing.Size(195, 23);
     this.txtBeginTime.TabIndex     = 18;
     this.txtBeginTime.TabNext      = false;
     this.txtBeginTime.Value        = "";
     this.txtBeginTime.WidthType    = UserControl.WidthTypes.Normal;
     this.txtBeginTime.XAlign       = 331;
     //
     // FLastOffline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(712, 453);
     this.Controls.Add(this.txtBeginTime);
     this.Controls.Add(this.cbxEndTime);
     this.Controls.Add(this.btnOffline);
     this.Controls.Add(this.ucSSName);
     this.Controls.Add(this.ucRCard);
     this.Controls.Add(this.lblOnlineInfo);
     this.Controls.Add(this.ucMessage);
     this.Name    = "FLastOffline";
     this.Text    = "末件下线";
     this.Load   += new System.EventHandler(this.FLastOffline_Load);
     this.Closed += new System.EventHandler(this.FLastOffline_Closed);
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FOffMo));
     this.txtMoCode     = new UserControl.UCLabelEdit();
     this.txtPlanQty    = new UserControl.UCLabelEdit();
     this.txtInputQty   = new UserControl.UCLabelEdit();
     this.txtItemCode   = new UserControl.UCLabelEdit();
     this.txtActQty     = new UserControl.UCLabelEdit();
     this.txtScrapQty   = new UserControl.UCLabelEdit();
     this.txtOffQty     = new UserControl.UCLabelEdit();
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnProcessAll = new UserControl.UCButton();
     this.bntLock       = new UserControl.UCButton();
     this.panel2        = new System.Windows.Forms.Panel();
     this.ucBtnExit     = new UserControl.UCButton();
     this.txtSumNum     = new UserControl.UCLabelEdit();
     this.txtRCard      = new UserControl.UCLabelEdit();
     this.panel3        = new System.Windows.Forms.Panel();
     this.ucMessage     = new UserControl.UCMessage();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // txtMoCode
     //
     this.txtMoCode.AllowEditOnlyChecked = true;
     this.txtMoCode.Caption         = "工单";
     this.txtMoCode.Checked         = false;
     this.txtMoCode.EditType        = UserControl.EditTypes.String;
     this.txtMoCode.Location        = new System.Drawing.Point(46, 16);
     this.txtMoCode.MaxLength       = 40;
     this.txtMoCode.Multiline       = false;
     this.txtMoCode.Name            = "txtMoCode";
     this.txtMoCode.PasswordChar    = '\0';
     this.txtMoCode.ReadOnly        = false;
     this.txtMoCode.ShowCheckBox    = false;
     this.txtMoCode.Size            = new System.Drawing.Size(204, 24);
     this.txtMoCode.TabIndex        = 1;
     this.txtMoCode.TabNext         = false;
     this.txtMoCode.Value           = "";
     this.txtMoCode.WidthType       = UserControl.WidthTypes.Normal;
     this.txtMoCode.XAlign          = 90;
     this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_TxtboxKeyPress);
     //
     // txtPlanQty
     //
     this.txtPlanQty.AllowEditOnlyChecked = true;
     this.txtPlanQty.Caption      = "计划数量";
     this.txtPlanQty.Checked      = false;
     this.txtPlanQty.EditType     = UserControl.EditTypes.String;
     this.txtPlanQty.Location     = new System.Drawing.Point(269, 56);
     this.txtPlanQty.MaxLength    = 40;
     this.txtPlanQty.Multiline    = false;
     this.txtPlanQty.Name         = "txtPlanQty";
     this.txtPlanQty.PasswordChar = '\0';
     this.txtPlanQty.ReadOnly     = true;
     this.txtPlanQty.ShowCheckBox = false;
     this.txtPlanQty.Size         = new System.Drawing.Size(233, 24);
     this.txtPlanQty.TabIndex     = 2;
     this.txtPlanQty.TabNext      = false;
     this.txtPlanQty.Value        = "";
     this.txtPlanQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtPlanQty.XAlign       = 342;
     //
     // txtInputQty
     //
     this.txtInputQty.AllowEditOnlyChecked = true;
     this.txtInputQty.Caption      = "已投入数量";
     this.txtInputQty.Checked      = false;
     this.txtInputQty.EditType     = UserControl.EditTypes.String;
     this.txtInputQty.Location     = new System.Drawing.Point(539, 56);
     this.txtInputQty.MaxLength    = 40;
     this.txtInputQty.Multiline    = false;
     this.txtInputQty.Name         = "txtInputQty";
     this.txtInputQty.PasswordChar = '\0';
     this.txtInputQty.ReadOnly     = true;
     this.txtInputQty.ShowCheckBox = false;
     this.txtInputQty.Size         = new System.Drawing.Size(247, 24);
     this.txtInputQty.TabIndex     = 3;
     this.txtInputQty.TabNext      = false;
     this.txtInputQty.Value        = "";
     this.txtInputQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtInputQty.XAlign       = 627;
     //
     // txtItemCode
     //
     this.txtItemCode.AllowEditOnlyChecked = true;
     this.txtItemCode.Caption      = "产品代码";
     this.txtItemCode.Checked      = false;
     this.txtItemCode.EditType     = UserControl.EditTypes.String;
     this.txtItemCode.Location     = new System.Drawing.Point(17, 56);
     this.txtItemCode.MaxLength    = 40;
     this.txtItemCode.Multiline    = false;
     this.txtItemCode.Name         = "txtItemCode";
     this.txtItemCode.PasswordChar = '\0';
     this.txtItemCode.ReadOnly     = true;
     this.txtItemCode.ShowCheckBox = false;
     this.txtItemCode.Size         = new System.Drawing.Size(233, 24);
     this.txtItemCode.TabIndex     = 4;
     this.txtItemCode.TabNext      = false;
     this.txtItemCode.Value        = "";
     this.txtItemCode.WidthType    = UserControl.WidthTypes.Normal;
     this.txtItemCode.XAlign       = 90;
     //
     // txtActQty
     //
     this.txtActQty.AllowEditOnlyChecked = true;
     this.txtActQty.Caption      = "已完成产量";
     this.txtActQty.Checked      = false;
     this.txtActQty.EditType     = UserControl.EditTypes.String;
     this.txtActQty.Location     = new System.Drawing.Point(258, 96);
     this.txtActQty.MaxLength    = 40;
     this.txtActQty.Multiline    = false;
     this.txtActQty.Name         = "txtActQty";
     this.txtActQty.PasswordChar = '\0';
     this.txtActQty.ReadOnly     = true;
     this.txtActQty.ShowCheckBox = false;
     this.txtActQty.Size         = new System.Drawing.Size(247, 24);
     this.txtActQty.TabIndex     = 5;
     this.txtActQty.TabNext      = false;
     this.txtActQty.Value        = "";
     this.txtActQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtActQty.XAlign       = 346;
     //
     // txtScrapQty
     //
     this.txtScrapQty.AllowEditOnlyChecked = true;
     this.txtScrapQty.Caption      = "已拆解报废数量";
     this.txtScrapQty.Checked      = false;
     this.txtScrapQty.EditType     = UserControl.EditTypes.String;
     this.txtScrapQty.Location     = new System.Drawing.Point(511, 96);
     this.txtScrapQty.MaxLength    = 40;
     this.txtScrapQty.Multiline    = false;
     this.txtScrapQty.Name         = "txtScrapQty";
     this.txtScrapQty.PasswordChar = '\0';
     this.txtScrapQty.ReadOnly     = true;
     this.txtScrapQty.ShowCheckBox = false;
     this.txtScrapQty.Size         = new System.Drawing.Size(276, 24);
     this.txtScrapQty.TabIndex     = 6;
     this.txtScrapQty.TabNext      = false;
     this.txtScrapQty.Value        = "";
     this.txtScrapQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtScrapQty.XAlign       = 627;
     //
     // txtOffQty
     //
     this.txtOffQty.AllowEditOnlyChecked = true;
     this.txtOffQty.Caption      = "已脱离数量";
     this.txtOffQty.Checked      = false;
     this.txtOffQty.EditType     = UserControl.EditTypes.String;
     this.txtOffQty.Location     = new System.Drawing.Point(3, 96);
     this.txtOffQty.MaxLength    = 40;
     this.txtOffQty.Multiline    = false;
     this.txtOffQty.Name         = "txtOffQty";
     this.txtOffQty.PasswordChar = '\0';
     this.txtOffQty.ReadOnly     = true;
     this.txtOffQty.ShowCheckBox = false;
     this.txtOffQty.Size         = new System.Drawing.Size(247, 24);
     this.txtOffQty.TabIndex     = 7;
     this.txtOffQty.TabNext      = false;
     this.txtOffQty.Value        = "";
     this.txtOffQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtOffQty.XAlign       = 91;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnProcessAll);
     this.panel1.Controls.Add(this.txtInputQty);
     this.panel1.Controls.Add(this.txtScrapQty);
     this.panel1.Controls.Add(this.txtMoCode);
     this.panel1.Controls.Add(this.txtActQty);
     this.panel1.Controls.Add(this.txtPlanQty);
     this.panel1.Controls.Add(this.txtItemCode);
     this.panel1.Controls.Add(this.txtOffQty);
     this.panel1.Controls.Add(this.bntLock);
     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(815, 136);
     this.panel1.TabIndex = 8;
     //
     // btnProcessAll
     //
     this.btnProcessAll.BackColor       = System.Drawing.SystemColors.Control;
     this.btnProcessAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnProcessAll.BackgroundImage")));
     this.btnProcessAll.ButtonType      = UserControl.ButtonTypes.None;
     this.btnProcessAll.Caption         = "全部脱离";
     this.btnProcessAll.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnProcessAll.Location        = new System.Drawing.Point(369, 16);
     this.btnProcessAll.Name            = "btnProcessAll";
     this.btnProcessAll.Size            = new System.Drawing.Size(88, 22);
     this.btnProcessAll.TabIndex        = 12;
     this.btnProcessAll.TabStop         = false;
     this.btnProcessAll.Click          += new System.EventHandler(this.btnProcessAll_Click);
     //
     // bntLock
     //
     this.bntLock.BackColor       = System.Drawing.SystemColors.Control;
     this.bntLock.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bntLock.BackgroundImage")));
     this.bntLock.ButtonType      = UserControl.ButtonTypes.None;
     this.bntLock.Caption         = "锁定";
     this.bntLock.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.bntLock.Location        = new System.Drawing.Point(273, 16);
     this.bntLock.Name            = "bntLock";
     this.bntLock.Size            = new System.Drawing.Size(88, 22);
     this.bntLock.TabIndex        = 11;
     this.bntLock.TabStop         = false;
     this.bntLock.Click          += new System.EventHandler(this.bntLock_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ucBtnExit);
     this.panel2.Controls.Add(this.txtSumNum);
     this.panel2.Controls.Add(this.txtRCard);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 489);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(815, 63);
     this.panel2.TabIndex = 9;
     //
     // 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(603, 15);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 8;
     //
     // txtSumNum
     //
     this.txtSumNum.AllowEditOnlyChecked = true;
     this.txtSumNum.Caption      = "已采集数量";
     this.txtSumNum.Checked      = false;
     this.txtSumNum.EditType     = UserControl.EditTypes.String;
     this.txtSumNum.Location     = new System.Drawing.Point(337, 15);
     this.txtSumNum.MaxLength    = 40;
     this.txtSumNum.Multiline    = false;
     this.txtSumNum.Name         = "txtSumNum";
     this.txtSumNum.PasswordChar = '\0';
     this.txtSumNum.ReadOnly     = true;
     this.txtSumNum.ShowCheckBox = false;
     this.txtSumNum.Size         = new System.Drawing.Size(247, 24);
     this.txtSumNum.TabIndex     = 7;
     this.txtSumNum.TabNext      = false;
     this.txtSumNum.Value        = "0";
     this.txtSumNum.WidthType    = UserControl.WidthTypes.Normal;
     this.txtSumNum.XAlign       = 425;
     //
     // txtRCard
     //
     this.txtRCard.AllowEditOnlyChecked = true;
     this.txtRCard.Caption         = "产品序列号";
     this.txtRCard.Checked         = false;
     this.txtRCard.EditType        = UserControl.EditTypes.String;
     this.txtRCard.Location        = new System.Drawing.Point(3, 15);
     this.txtRCard.MaxLength       = 40;
     this.txtRCard.Multiline       = false;
     this.txtRCard.Name            = "txtRCard";
     this.txtRCard.PasswordChar    = '\0';
     this.txtRCard.ReadOnly        = false;
     this.txtRCard.ShowCheckBox    = false;
     this.txtRCard.Size            = new System.Drawing.Size(328, 24);
     this.txtRCard.TabIndex        = 6;
     this.txtRCard.TabNext         = false;
     this.txtRCard.Value           = "";
     this.txtRCard.WidthType       = UserControl.WidthTypes.Long;
     this.txtRCard.XAlign          = 91;
     this.txtRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCard_TxtboxKeyPress);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.ucMessage);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 136);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(815, 353);
     this.panel3.TabIndex = 10;
     //
     // 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, 0);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(815, 353);
     this.ucMessage.TabIndex      = 1;
     //
     // FOffMo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(815, 552);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "FOffMo";
     this.Text  = "脱离工单";
     this.Load += new System.EventHandler(this.FOffMo_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FPackCarton));
     this.ucLabEdit2    = new UserControl.UCLabelEdit();
     this.ucLabelEdit1  = new UserControl.UCLabelEdit();
     this.panel1        = new System.Windows.Forms.Panel();
     this.txtMemo       = new UserControl.UCLabelEdit();
     this.btnEnable     = new UserControl.UCButton();
     this.chkCodex      = new System.Windows.Forms.CheckBox();
     this.txtCapcity    = new UserControl.UCLabelEdit();
     this.txtCartonNO   = new UserControl.UCLabelEdit();
     this.txtCollected  = new UserControl.UCLabelEdit();
     this.panel2        = new System.Windows.Forms.Panel();
     this.uBtnExit      = new UserControl.UCButton();
     this.txtRCard      = new UserControl.UCLabelEdit();
     this.panel3        = new System.Windows.Forms.Panel();
     this.ultraGridMain = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panel4        = new System.Windows.Forms.Panel();
     this.ucMessage     = new UserControl.UCMessage();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMain)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // ucLabEdit2
     //
     this.ucLabEdit2.AllowEditOnlyChecked = true;
     this.ucLabEdit2.Caption      = "包装数量";
     this.ucLabEdit2.Checked      = false;
     this.ucLabEdit2.EditType     = UserControl.EditTypes.String;
     this.ucLabEdit2.Location     = new System.Drawing.Point(161, -16);
     this.ucLabEdit2.MaxLength    = 40;
     this.ucLabEdit2.Multiline    = false;
     this.ucLabEdit2.Name         = "ucLabEdit2";
     this.ucLabEdit2.PasswordChar = '\0';
     this.ucLabEdit2.ReadOnly     = false;
     this.ucLabEdit2.ShowCheckBox = false;
     this.ucLabEdit2.Size         = new System.Drawing.Size(194, 56);
     this.ucLabEdit2.TabIndex     = 16;
     this.ucLabEdit2.TabNext      = true;
     this.ucLabEdit2.Value        = "";
     this.ucLabEdit2.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabEdit2.XAlign       = 222;
     //
     // ucLabelEdit1
     //
     this.ucLabelEdit1.AllowEditOnlyChecked = true;
     this.ucLabelEdit1.Caption      = "输入标示";
     this.ucLabelEdit1.Checked      = false;
     this.ucLabelEdit1.EditType     = UserControl.EditTypes.String;
     this.ucLabelEdit1.Location     = new System.Drawing.Point(358, 16);
     this.ucLabelEdit1.MaxLength    = 40;
     this.ucLabelEdit1.Multiline    = false;
     this.ucLabelEdit1.Name         = "ucLabelEdit1";
     this.ucLabelEdit1.PasswordChar = '\0';
     this.ucLabelEdit1.ReadOnly     = false;
     this.ucLabelEdit1.ShowCheckBox = false;
     this.ucLabelEdit1.Size         = new System.Drawing.Size(194, 24);
     this.ucLabelEdit1.TabIndex     = 1;
     this.ucLabelEdit1.TabNext      = true;
     this.ucLabelEdit1.Value        = "";
     this.ucLabelEdit1.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEdit1.XAlign       = 419;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtMemo);
     this.panel1.Controls.Add(this.btnEnable);
     this.panel1.Controls.Add(this.chkCodex);
     this.panel1.Controls.Add(this.txtCapcity);
     this.panel1.Controls.Add(this.txtCartonNO);
     this.panel1.Controls.Add(this.txtCollected);
     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(720, 82);
     this.panel1.TabIndex = 285;
     //
     // txtMemo
     //
     this.txtMemo.AllowEditOnlyChecked = true;
     this.txtMemo.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtMemo.Caption      = "备注";
     this.txtMemo.Checked      = false;
     this.txtMemo.EditType     = UserControl.EditTypes.String;
     this.txtMemo.Location     = new System.Drawing.Point(340, 15);
     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(197, 22);
     this.txtMemo.TabIndex     = 203;
     this.txtMemo.TabNext      = true;
     this.txtMemo.TabStop      = false;
     this.txtMemo.Value        = "";
     this.txtMemo.WidthType    = UserControl.WidthTypes.Long;
     this.txtMemo.XAlign       = 371;
     //
     // btnEnable
     //
     this.btnEnable.BackColor       = System.Drawing.SystemColors.Control;
     this.btnEnable.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEnable.BackgroundImage")));
     this.btnEnable.ButtonType      = UserControl.ButtonTypes.None;
     this.btnEnable.Caption         = "锁定";
     this.btnEnable.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnEnable.Location        = new System.Drawing.Point(247, 15);
     this.btnEnable.Name            = "btnEnable";
     this.btnEnable.Size            = new System.Drawing.Size(73, 20);
     this.btnEnable.TabIndex        = 202;
     this.btnEnable.Click          += new System.EventHandler(this.btnEnable_Click);
     //
     // chkCodex
     //
     this.chkCodex.Location = new System.Drawing.Point(340, 52);
     this.chkCodex.Name     = "chkCodex";
     this.chkCodex.Size     = new System.Drawing.Size(140, 22);
     this.chkCodex.TabIndex = 201;
     this.chkCodex.Text     = "检查Carton 与序列号算法";
     this.chkCodex.Visible  = false;
     //
     // txtCapcity
     //
     this.txtCapcity.AllowEditOnlyChecked = true;
     this.txtCapcity.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtCapcity.Caption      = "Carton容量";
     this.txtCapcity.Checked      = false;
     this.txtCapcity.EditType     = UserControl.EditTypes.Integer;
     this.txtCapcity.Location     = new System.Drawing.Point(24, 52);
     this.txtCapcity.MaxLength    = 40;
     this.txtCapcity.Multiline    = false;
     this.txtCapcity.Name         = "txtCapcity";
     this.txtCapcity.PasswordChar = '\0';
     this.txtCapcity.ReadOnly     = true;
     this.txtCapcity.ShowCheckBox = false;
     this.txtCapcity.Size         = new System.Drawing.Size(144, 22);
     this.txtCapcity.TabIndex     = 100;
     this.txtCapcity.TabNext      = true;
     this.txtCapcity.TabStop      = false;
     this.txtCapcity.Value        = "";
     this.txtCapcity.WidthType    = UserControl.WidthTypes.Small;
     this.txtCapcity.XAlign       = 85;
     //
     // txtCartonNO
     //
     this.txtCartonNO.AllowEditOnlyChecked = true;
     this.txtCartonNO.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtCartonNO.Caption         = "Carton号";
     this.txtCartonNO.Checked         = false;
     this.txtCartonNO.EditType        = UserControl.EditTypes.String;
     this.txtCartonNO.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCartonNO.Location        = new System.Drawing.Point(24, 15);
     this.txtCartonNO.MaxLength       = 40;
     this.txtCartonNO.Multiline       = false;
     this.txtCartonNO.Name            = "txtCartonNO";
     this.txtCartonNO.PasswordChar    = '\0';
     this.txtCartonNO.ReadOnly        = false;
     this.txtCartonNO.ShowCheckBox    = false;
     this.txtCartonNO.Size            = new System.Drawing.Size(218, 22);
     this.txtCartonNO.TabIndex        = 1;
     this.txtCartonNO.TabNext         = true;
     this.txtCartonNO.Value           = "";
     this.txtCartonNO.WidthType       = UserControl.WidthTypes.Long;
     this.txtCartonNO.XAlign          = 75;
     this.txtCartonNO.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCartonNO_TxtboxKeyPress);
     //
     // txtCollected
     //
     this.txtCollected.AllowEditOnlyChecked = true;
     this.txtCollected.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtCollected.Caption      = "已采集数量";
     this.txtCollected.Checked      = false;
     this.txtCollected.EditType     = UserControl.EditTypes.Integer;
     this.txtCollected.Location     = new System.Drawing.Point(176, 52);
     this.txtCollected.MaxLength    = 40;
     this.txtCollected.Multiline    = false;
     this.txtCollected.Name         = "txtCollected";
     this.txtCollected.PasswordChar = '\0';
     this.txtCollected.ReadOnly     = true;
     this.txtCollected.ShowCheckBox = false;
     this.txtCollected.Size         = new System.Drawing.Size(144, 22);
     this.txtCollected.TabIndex     = 200;
     this.txtCollected.TabNext      = true;
     this.txtCollected.TabStop      = false;
     this.txtCollected.Value        = "";
     this.txtCollected.WidthType    = UserControl.WidthTypes.Small;
     this.txtCollected.XAlign       = 237;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.uBtnExit);
     this.panel2.Controls.Add(this.txtRCard);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 433);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(720, 52);
     this.panel2.TabIndex = 286;
     //
     // uBtnExit
     //
     this.uBtnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.uBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uBtnExit.BackgroundImage")));
     this.uBtnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.uBtnExit.Caption         = "退出";
     this.uBtnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.uBtnExit.Location        = new System.Drawing.Point(293, 15);
     this.uBtnExit.Name            = "uBtnExit";
     this.uBtnExit.Size            = new System.Drawing.Size(74, 20);
     this.uBtnExit.TabIndex        = 0;
     //
     // txtRCard
     //
     this.txtRCard.AllowEditOnlyChecked = true;
     this.txtRCard.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtRCard.Caption         = "SN输入框";
     this.txtRCard.Checked         = false;
     this.txtRCard.EditType        = UserControl.EditTypes.String;
     this.txtRCard.Location        = new System.Drawing.Point(4, 15);
     this.txtRCard.MaxLength       = 4000;
     this.txtRCard.Multiline       = false;
     this.txtRCard.Name            = "txtRCard";
     this.txtRCard.PasswordChar    = '\0';
     this.txtRCard.ReadOnly        = false;
     this.txtRCard.ShowCheckBox    = false;
     this.txtRCard.Size            = new System.Drawing.Size(218, 22);
     this.txtRCard.TabIndex        = 3;
     this.txtRCard.TabNext         = false;
     this.txtRCard.Value           = "";
     this.txtRCard.WidthType       = UserControl.WidthTypes.Long;
     this.txtRCard.XAlign          = 55;
     this.txtRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCard_TxtboxKeyPress);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.ultraGridMain);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 82);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(720, 223);
     this.panel3.TabIndex = 287;
     //
     // ultraGridMain
     //
     this.ultraGridMain.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridMain.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridMain.Font              = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGridMain.Location          = new System.Drawing.Point(0, 0);
     this.ultraGridMain.Name              = "ultraGridMain";
     this.ultraGridMain.Size              = new System.Drawing.Size(720, 223);
     this.ultraGridMain.TabIndex          = 300;
     this.ultraGridMain.TabStop           = false;
     this.ultraGridMain.Text              = "Carton中产品列表";
     this.ultraGridMain.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridMain_InitializeLayout);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucMessage);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 305);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(720, 128);
     this.panel4.TabIndex = 288;
     //
     // ucMessage
     //
     this.ucMessage.AutoScroll    = true;
     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, 0);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(720, 128);
     this.ucMessage.TabIndex      = 175;
     //
     // FPackCarton
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.Gainsboro;
     this.ClientSize        = new System.Drawing.Size(720, 485);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name          = "FPackCarton";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Carton包装采集";
     this.Load         += new System.EventHandler(this.FPack_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMain)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectMo));
     this.ucLEMOCode      = new UserControl.UCLabelEdit();
     this.ucLEItemCode    = new UserControl.UCLabelEdit();
     this.ucLEPlanQty     = new UserControl.UCLabelEdit();
     this.ucLEInputQty    = new UserControl.UCLabelEdit();
     this.ucLEScrapQty    = new UserControl.UCLabelEdit();
     this.ucLENeedQty     = new UserControl.UCLabelEdit();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.ucLERunningCard = new UserControl.UCLabelEdit();
     this.ucBtnExit       = new UserControl.UCButton();
     this.ucBtnOK         = new UserControl.UCButton();
     this.ucMessage       = new UserControl.UCMessage();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ucLEMOCode
     //
     this.ucLEMOCode.AllowEditOnlyChecked = true;
     this.ucLEMOCode.Caption         = "工单";
     this.ucLEMOCode.Checked         = false;
     this.ucLEMOCode.EditType        = UserControl.EditTypes.String;
     this.ucLEMOCode.Location        = new System.Drawing.Point(63, 16);
     this.ucLEMOCode.MaxLength       = 40;
     this.ucLEMOCode.Multiline       = false;
     this.ucLEMOCode.Name            = "ucLEMOCode";
     this.ucLEMOCode.PasswordChar    = '\0';
     this.ucLEMOCode.ReadOnly        = false;
     this.ucLEMOCode.ShowCheckBox    = false;
     this.ucLEMOCode.Size            = new System.Drawing.Size(170, 24);
     this.ucLEMOCode.TabIndex        = 0;
     this.ucLEMOCode.TabNext         = false;
     this.ucLEMOCode.Value           = "";
     this.ucLEMOCode.WidthType       = UserControl.WidthTypes.Normal;
     this.ucLEMOCode.XAlign          = 100;
     this.ucLEMOCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLEMOCode_TxtboxKeyPress);
     //
     // ucLEItemCode
     //
     this.ucLEItemCode.AllowEditOnlyChecked = true;
     this.ucLEItemCode.Caption      = "产品代码";
     this.ucLEItemCode.Checked      = false;
     this.ucLEItemCode.EditType     = UserControl.EditTypes.String;
     this.ucLEItemCode.Location     = new System.Drawing.Point(39, 48);
     this.ucLEItemCode.MaxLength    = 40;
     this.ucLEItemCode.Multiline    = false;
     this.ucLEItemCode.Name         = "ucLEItemCode";
     this.ucLEItemCode.PasswordChar = '\0';
     this.ucLEItemCode.ReadOnly     = true;
     this.ucLEItemCode.ShowCheckBox = false;
     this.ucLEItemCode.Size         = new System.Drawing.Size(194, 24);
     this.ucLEItemCode.TabIndex     = 1;
     this.ucLEItemCode.TabNext      = false;
     this.ucLEItemCode.Value        = "";
     this.ucLEItemCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEItemCode.XAlign       = 100;
     //
     // ucLEPlanQty
     //
     this.ucLEPlanQty.AllowEditOnlyChecked = true;
     this.ucLEPlanQty.Caption      = "计划产量";
     this.ucLEPlanQty.Checked      = false;
     this.ucLEPlanQty.EditType     = UserControl.EditTypes.String;
     this.ucLEPlanQty.Location     = new System.Drawing.Point(336, 48);
     this.ucLEPlanQty.MaxLength    = 40;
     this.ucLEPlanQty.Multiline    = false;
     this.ucLEPlanQty.Name         = "ucLEPlanQty";
     this.ucLEPlanQty.PasswordChar = '\0';
     this.ucLEPlanQty.ReadOnly     = true;
     this.ucLEPlanQty.ShowCheckBox = false;
     this.ucLEPlanQty.Size         = new System.Drawing.Size(194, 24);
     this.ucLEPlanQty.TabIndex     = 4;
     this.ucLEPlanQty.TabNext      = false;
     this.ucLEPlanQty.Value        = "";
     this.ucLEPlanQty.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEPlanQty.XAlign       = 397;
     //
     // ucLEInputQty
     //
     this.ucLEInputQty.AllowEditOnlyChecked = true;
     this.ucLEInputQty.Caption      = "已投入产量";
     this.ucLEInputQty.Checked      = false;
     this.ucLEInputQty.EditType     = UserControl.EditTypes.String;
     this.ucLEInputQty.Location     = new System.Drawing.Point(27, 80);
     this.ucLEInputQty.MaxLength    = 40;
     this.ucLEInputQty.Multiline    = false;
     this.ucLEInputQty.Name         = "ucLEInputQty";
     this.ucLEInputQty.PasswordChar = '\0';
     this.ucLEInputQty.ReadOnly     = true;
     this.ucLEInputQty.ShowCheckBox = false;
     this.ucLEInputQty.Size         = new System.Drawing.Size(206, 24);
     this.ucLEInputQty.TabIndex     = 2;
     this.ucLEInputQty.TabNext      = false;
     this.ucLEInputQty.Value        = "";
     this.ucLEInputQty.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEInputQty.XAlign       = 100;
     //
     // ucLEScrapQty
     //
     this.ucLEScrapQty.AllowEditOnlyChecked = true;
     this.ucLEScrapQty.Caption      = "已拆解、报废量";
     this.ucLEScrapQty.Checked      = false;
     this.ucLEScrapQty.EditType     = UserControl.EditTypes.String;
     this.ucLEScrapQty.Location     = new System.Drawing.Point(299, 80);
     this.ucLEScrapQty.MaxLength    = 40;
     this.ucLEScrapQty.Multiline    = false;
     this.ucLEScrapQty.Name         = "ucLEScrapQty";
     this.ucLEScrapQty.PasswordChar = '\0';
     this.ucLEScrapQty.ReadOnly     = true;
     this.ucLEScrapQty.ShowCheckBox = false;
     this.ucLEScrapQty.Size         = new System.Drawing.Size(230, 24);
     this.ucLEScrapQty.TabIndex     = 5;
     this.ucLEScrapQty.TabNext      = false;
     this.ucLEScrapQty.Value        = "";
     this.ucLEScrapQty.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEScrapQty.XAlign       = 396;
     //
     // ucLENeedQty
     //
     this.ucLENeedQty.AllowEditOnlyChecked = true;
     this.ucLENeedQty.Caption      = "未投入产量";
     this.ucLENeedQty.Checked      = false;
     this.ucLENeedQty.EditType     = UserControl.EditTypes.String;
     this.ucLENeedQty.Location     = new System.Drawing.Point(324, 16);
     this.ucLENeedQty.MaxLength    = 40;
     this.ucLENeedQty.Multiline    = false;
     this.ucLENeedQty.Name         = "ucLENeedQty";
     this.ucLENeedQty.PasswordChar = '\0';
     this.ucLENeedQty.ReadOnly     = true;
     this.ucLENeedQty.ShowCheckBox = false;
     this.ucLENeedQty.Size         = new System.Drawing.Size(206, 24);
     this.ucLENeedQty.TabIndex     = 3;
     this.ucLENeedQty.TabNext      = false;
     this.ucLENeedQty.Value        = "";
     this.ucLENeedQty.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLENeedQty.XAlign       = 397;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ucLERunningCard);
     this.groupBox1.Controls.Add(this.ucBtnExit);
     this.groupBox1.Controls.Add(this.ucBtnOK);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 255);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(543, 51);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     //
     // ucLERunningCard
     //
     this.ucLERunningCard.AllowEditOnlyChecked = true;
     this.ucLERunningCard.Caption         = "输入框";
     this.ucLERunningCard.Checked         = false;
     this.ucLERunningCard.EditType        = UserControl.EditTypes.String;
     this.ucLERunningCard.Location        = new System.Drawing.Point(12, 18);
     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        = 0;
     this.ucLERunningCard.TabNext         = false;
     this.ucLERunningCard.Value           = "";
     this.ucLERunningCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucLERunningCard.XAlign          = 61;
     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(422, 17);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 2;
     //
     // 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(318, 17);
     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);
     //
     // ucMessage
     //
     this.ucMessage.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.ucMessage.BackColor     = System.Drawing.Color.Gainsboro;
     this.ucMessage.ButtonVisible = false;
     this.ucMessage.Location      = new System.Drawing.Point(4, 120);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(534, 133);
     this.ucMessage.TabIndex      = 0;
     //
     // FCollectMo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(543, 306);
     this.Controls.Add(this.ucMessage);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ucLENeedQty);
     this.Controls.Add(this.ucLEScrapQty);
     this.Controls.Add(this.ucLEInputQty);
     this.Controls.Add(this.ucLEPlanQty);
     this.Controls.Add(this.ucLEItemCode);
     this.Controls.Add(this.ucLEMOCode);
     this.Name       = "FCollectMo";
     this.Text       = "归属工单采集";
     this.Closed    += new System.EventHandler(this.FCollectMo_Closed);
     this.Activated += new System.EventHandler(this.FCollectMo_Activated);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMultiGoMO));
     this.txtMoCode       = new UserControl.UCLabelEdit();
     this.dsMo            = new BenQGuru.eMES.Client.Data.dsMo();
     this.panel1          = new System.Windows.Forms.Panel();
     this.bRCardLetterULE = new UserControl.UCLabelEdit();
     this.bRCardLenULE    = new UserControl.UCLabelEdit();
     this.chkNeedMemo     = new System.Windows.Forms.CheckBox();
     this.bntLock         = new UserControl.UCButton();
     this.panel2          = new System.Windows.Forms.Panel();
     this.ucBtnExit       = new UserControl.UCButton();
     this.txtSumNum       = new UserControl.UCLabelEdit();
     this.txtRCard        = new UserControl.UCLabelEdit();
     this.panel3          = new System.Windows.Forms.Panel();
     this.grdMoList       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ucMessage       = new UserControl.UCMessage();
     this.panel4          = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.dsMo)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdMoList)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // txtMoCode
     //
     this.txtMoCode.AllowEditOnlyChecked = true;
     this.txtMoCode.Caption         = "工单";
     this.txtMoCode.Checked         = false;
     this.txtMoCode.EditType        = UserControl.EditTypes.String;
     this.txtMoCode.Location        = new System.Drawing.Point(25, 16);
     this.txtMoCode.MaxLength       = 80;
     this.txtMoCode.Multiline       = false;
     this.txtMoCode.Name            = "txtMoCode";
     this.txtMoCode.PasswordChar    = '\0';
     this.txtMoCode.ReadOnly        = false;
     this.txtMoCode.ShowCheckBox    = false;
     this.txtMoCode.Size            = new System.Drawing.Size(525, 24);
     this.txtMoCode.TabIndex        = 1;
     this.txtMoCode.TabNext         = false;
     this.txtMoCode.Value           = "";
     this.txtMoCode.WidthType       = UserControl.WidthTypes.TooLong;
     this.txtMoCode.XAlign          = 69;
     this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_TxtboxKeyPress);
     //
     // dsMo
     //
     this.dsMo.DataSetName = "dsMo";
     this.dsMo.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.bRCardLetterULE);
     this.panel1.Controls.Add(this.bRCardLenULE);
     this.panel1.Controls.Add(this.chkNeedMemo);
     this.panel1.Controls.Add(this.bntLock);
     this.panel1.Controls.Add(this.txtMoCode);
     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(752, 80);
     this.panel1.TabIndex = 9;
     //
     // bRCardLetterULE
     //
     this.bRCardLetterULE.AllowEditOnlyChecked = true;
     this.bRCardLetterULE.Caption      = "产品序列号首字符检查";
     this.bRCardLetterULE.Checked      = false;
     this.bRCardLetterULE.EditType     = UserControl.EditTypes.String;
     this.bRCardLetterULE.Location     = new System.Drawing.Point(346, 46);
     this.bRCardLetterULE.MaxLength    = 40;
     this.bRCardLetterULE.Multiline    = false;
     this.bRCardLetterULE.Name         = "bRCardLetterULE";
     this.bRCardLetterULE.PasswordChar = '\0';
     this.bRCardLetterULE.ReadOnly     = false;
     this.bRCardLetterULE.ShowCheckBox = true;
     this.bRCardLetterULE.Size         = new System.Drawing.Size(339, 24);
     this.bRCardLetterULE.TabIndex     = 24;
     this.bRCardLetterULE.TabNext      = false;
     this.bRCardLetterULE.Value        = "";
     this.bRCardLetterULE.WidthType    = UserControl.WidthTypes.Normal;
     this.bRCardLetterULE.XAlign       = 525;
     //
     // bRCardLenULE
     //
     this.bRCardLenULE.AllowEditOnlyChecked = true;
     this.bRCardLenULE.Caption      = "产品序列号长度检查";
     this.bRCardLenULE.Checked      = false;
     this.bRCardLenULE.EditType     = UserControl.EditTypes.Integer;
     this.bRCardLenULE.Location     = new System.Drawing.Point(16, 48);
     this.bRCardLenULE.MaxLength    = 40;
     this.bRCardLenULE.Multiline    = false;
     this.bRCardLenULE.Name         = "bRCardLenULE";
     this.bRCardLenULE.PasswordChar = '\0';
     this.bRCardLenULE.ReadOnly     = false;
     this.bRCardLenULE.ShowCheckBox = true;
     this.bRCardLenULE.Size         = new System.Drawing.Size(324, 24);
     this.bRCardLenULE.TabIndex     = 23;
     this.bRCardLenULE.TabNext      = false;
     this.bRCardLenULE.Value        = "";
     this.bRCardLenULE.WidthType    = UserControl.WidthTypes.Normal;
     this.bRCardLenULE.XAlign       = 180;
     //
     // chkNeedMemo
     //
     this.chkNeedMemo.Location = new System.Drawing.Point(648, 16);
     this.chkNeedMemo.Name     = "chkNeedMemo";
     this.chkNeedMemo.Size     = new System.Drawing.Size(104, 24);
     this.chkNeedMemo.TabIndex = 13;
     this.chkNeedMemo.Text     = "备注";
     //
     // bntLock
     //
     this.bntLock.BackColor       = System.Drawing.SystemColors.Control;
     this.bntLock.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bntLock.BackgroundImage")));
     this.bntLock.ButtonType      = UserControl.ButtonTypes.None;
     this.bntLock.Caption         = "锁定";
     this.bntLock.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.bntLock.Location        = new System.Drawing.Point(552, 16);
     this.bntLock.Name            = "bntLock";
     this.bntLock.Size            = new System.Drawing.Size(88, 22);
     this.bntLock.TabIndex        = 12;
     this.bntLock.TabStop         = false;
     this.bntLock.Click          += new System.EventHandler(this.bntLock_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ucBtnExit);
     this.panel2.Controls.Add(this.txtSumNum);
     this.panel2.Controls.Add(this.txtRCard);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 444);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(752, 49);
     this.panel2.TabIndex = 10;
     //
     // 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(597, 16);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 5;
     //
     // txtSumNum
     //
     this.txtSumNum.AllowEditOnlyChecked = true;
     this.txtSumNum.Caption      = "已采集数量";
     this.txtSumNum.Checked      = false;
     this.txtSumNum.EditType     = UserControl.EditTypes.String;
     this.txtSumNum.Location     = new System.Drawing.Point(335, 16);
     this.txtSumNum.MaxLength    = 40;
     this.txtSumNum.Multiline    = false;
     this.txtSumNum.Name         = "txtSumNum";
     this.txtSumNum.PasswordChar = '\0';
     this.txtSumNum.ReadOnly     = true;
     this.txtSumNum.ShowCheckBox = false;
     this.txtSumNum.Size         = new System.Drawing.Size(247, 24);
     this.txtSumNum.TabIndex     = 3;
     this.txtSumNum.TabNext      = false;
     this.txtSumNum.Value        = "0";
     this.txtSumNum.WidthType    = UserControl.WidthTypes.Normal;
     this.txtSumNum.XAlign       = 423;
     //
     // txtRCard
     //
     this.txtRCard.AllowEditOnlyChecked = true;
     this.txtRCard.Caption         = "输入框";
     this.txtRCard.Checked         = false;
     this.txtRCard.EditType        = UserControl.EditTypes.String;
     this.txtRCard.Location        = new System.Drawing.Point(31, 16);
     this.txtRCard.MaxLength       = 40;
     this.txtRCard.Multiline       = false;
     this.txtRCard.Name            = "txtRCard";
     this.txtRCard.PasswordChar    = '\0';
     this.txtRCard.ReadOnly        = false;
     this.txtRCard.ShowCheckBox    = false;
     this.txtRCard.Size            = new System.Drawing.Size(299, 24);
     this.txtRCard.TabIndex        = 2;
     this.txtRCard.TabNext         = false;
     this.txtRCard.Value           = "";
     this.txtRCard.WidthType       = UserControl.WidthTypes.Long;
     this.txtRCard.XAlign          = 90;
     this.txtRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCard_TxtboxKeyPress);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.grdMoList);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 80);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(752, 208);
     this.panel3.TabIndex = 11;
     //
     // grdMoList
     //
     this.grdMoList.Cursor     = System.Windows.Forms.Cursors.Default;
     this.grdMoList.DataSource = this.dsMo.MultiMo;
     this.grdMoList.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.grdMoList.Font       = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.grdMoList.Location   = new System.Drawing.Point(0, 0);
     this.grdMoList.Name       = "grdMoList";
     this.grdMoList.Size       = new System.Drawing.Size(752, 208);
     this.grdMoList.TabIndex   = 12;
     //
     // 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, 0);
     this.ucMessage.Name          = "ucMessage";
     this.ucMessage.Size          = new System.Drawing.Size(752, 156);
     this.ucMessage.TabIndex      = 3;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ucMessage);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 288);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(752, 156);
     this.panel4.TabIndex = 12;
     //
     // FMultiGoMO
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(752, 493);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.ImeMode = System.Windows.Forms.ImeMode.On;
     this.Name    = "FMultiGoMO";
     this.Text    = "多工单归属";
     this.Closed += new System.EventHandler(this.FMultiGoMO_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.dsMo)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdMoList)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 13
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);
 }
Esempio n. 14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FInfoForm));
     this.memInfor  = new UserControl.UCMessage();
     this.ucButton1 = new UserControl.UCButton();
     this.btnExit   = new UserControl.UCButton();
     this.timer1    = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // memInfor
     //
     this.memInfor.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.memInfor.AutoScroll    = true;
     this.memInfor.BackColor     = System.Drawing.Color.Gainsboro;
     this.memInfor.ButtonVisible = false;
     this.memInfor.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.memInfor.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.memInfor.Location      = new System.Drawing.Point(0, 0);
     this.memInfor.Name          = "memInfor";
     this.memInfor.Size          = new System.Drawing.Size(496, 256);
     this.memInfor.TabIndex      = 2;
     //
     // ucButton1
     //
     this.ucButton1.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ucButton1.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage")));
     this.ucButton1.ButtonType      = UserControl.ButtonTypes.Refresh;
     this.ucButton1.Caption         = "清除";
     this.ucButton1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButton1.Location        = new System.Drawing.Point(400, 256);
     this.ucButton1.Name            = "ucButton1";
     this.ucButton1.Size            = new System.Drawing.Size(88, 99);
     this.ucButton1.TabIndex        = 3;
     this.ucButton1.Click          += new System.EventHandler(this.ucButton1_Click);
     //
     // btnExit
     //
     this.btnExit.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.ButtonType      = UserControl.ButtonTypes.None;
     this.btnExit.Caption         = "退出";
     this.btnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnExit.Location        = new System.Drawing.Point(312, 256);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 99);
     this.btnExit.TabIndex        = 4;
     this.btnExit.Click          += new System.EventHandler(this.btnExit_Click);
     this.btnExit.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.btnExit_KeyDown);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 30000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // FInfoForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(218)), ((System.Byte)(235)), ((System.Byte)(243)));
     this.ClientSize        = new System.Drawing.Size(496, 280);
     this.ControlBox        = false;
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.ucButton1);
     this.Controls.Add(this.memInfor);
     this.KeyPreview  = true;
     this.MinimizeBox = false;
     this.Name        = "FInfoForm";
     this.Opacity     = 0.75;
     this.Text        = "MES Agent 采集信息";
     this.TopMost     = true;
     this.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.FInfoForm_KeyDown);
     this.Load       += new System.EventHandler(this.FInfoForm_Load);
     this.ResumeLayout(false);
 }