Example #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);
 }
Example #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInvShipCheck));
     this.grbShip       = new System.Windows.Forms.GroupBox();
     this.btnShipOK     = new UserControl.UCButton();
     this.txtShipRCard  = new System.Windows.Forms.TextBox();
     this.txtShipCarton = new System.Windows.Forms.TextBox();
     this.txtShipNo     = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.grbShip.SuspendLayout();
     this.SuspendLayout();
     //
     // grbShip
     //
     this.grbShip.Controls.Add(this.btnShipOK);
     this.grbShip.Controls.Add(this.txtShipRCard);
     this.grbShip.Controls.Add(this.txtShipCarton);
     this.grbShip.Controls.Add(this.txtShipNo);
     this.grbShip.Controls.Add(this.label4);
     this.grbShip.Controls.Add(this.label5);
     this.grbShip.Controls.Add(this.label6);
     this.grbShip.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grbShip.Location = new System.Drawing.Point(0, 0);
     this.grbShip.Name     = "grbShip";
     this.grbShip.Size     = new System.Drawing.Size(646, 93);
     this.grbShip.TabIndex = 1;
     this.grbShip.TabStop  = false;
     this.grbShip.Text     = "出货验证";
     //
     // btnShipOK
     //
     this.btnShipOK.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnShipOK.BackColor       = System.Drawing.SystemColors.Control;
     this.btnShipOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnShipOK.BackgroundImage")));
     this.btnShipOK.ButtonType      = UserControl.ButtonTypes.None;
     this.btnShipOK.Caption         = "验证出货";
     this.btnShipOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnShipOK.Location        = new System.Drawing.Point(358, 63);
     this.btnShipOK.Name            = "btnShipOK";
     this.btnShipOK.Size            = new System.Drawing.Size(88, 22);
     this.btnShipOK.TabIndex        = 3;
     this.btnShipOK.Click          += new System.EventHandler(this.btnShipOK_Click);
     //
     // txtShipRCard
     //
     this.txtShipRCard.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtShipRCard.Location        = new System.Drawing.Point(65, 65);
     this.txtShipRCard.Name            = "txtShipRCard";
     this.txtShipRCard.Size            = new System.Drawing.Size(150, 20);
     this.txtShipRCard.TabIndex        = 2;
     this.txtShipRCard.Leave          += new System.EventHandler(this.txtShipRCard_Leave);
     this.txtShipRCard.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtShipCarton_KeyUp);
     this.txtShipRCard.Enter          += new System.EventHandler(this.txtShipRCard_Enter);
     //
     // txtShipCarton
     //
     this.txtShipCarton.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtShipCarton.Location        = new System.Drawing.Point(288, 33);
     this.txtShipCarton.Name            = "txtShipCarton";
     this.txtShipCarton.Size            = new System.Drawing.Size(158, 20);
     this.txtShipCarton.TabIndex        = 1;
     this.txtShipCarton.Leave          += new System.EventHandler(this.txtShipCarton_Leave);
     this.txtShipCarton.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtShipCarton_KeyUp);
     this.txtShipCarton.Enter          += new System.EventHandler(this.txtShipCarton_Enter);
     //
     // txtShipNo
     //
     this.txtShipNo.BackColor       = System.Drawing.Color.GreenYellow;
     this.txtShipNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtShipNo.Location        = new System.Drawing.Point(65, 33);
     this.txtShipNo.Name            = "txtShipNo";
     this.txtShipNo.Size            = new System.Drawing.Size(152, 20);
     this.txtShipNo.TabIndex        = 0;
     this.txtShipNo.Leave          += new System.EventHandler(this.txtShipNo_Leave);
     this.txtShipNo.Enter          += new System.EventHandler(this.txtShipNo_Enter);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 63);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(52, 21);
     this.label4.TabIndex = 2;
     this.label4.Text     = "序列号";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(235, 32);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 21);
     this.label5.TabIndex = 1;
     this.label5.Text     = "Carton号";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(10, 33);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(59, 22);
     this.label6.TabIndex = 0;
     this.label6.Text     = "出货单号";
     //
     // FInvShipCheck
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(646, 322);
     this.Controls.Add(this.grbShip);
     this.Location      = new System.Drawing.Point(400, 400);
     this.Name          = "FInvShipCheck";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "出货数据验证";
     this.Load         += new System.EventHandler(this.FInvPlanate_Load);
     this.Closed       += new System.EventHandler(this.FInvPlanate_Closed);
     this.Activated    += new System.EventHandler(this.FInvShipCheck_Activated);
     this.grbShip.ResumeLayout(false);
     this.grbShip.PerformLayout();
     this.ResumeLayout(false);
 }
Example #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);
 }
Example #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInvShipImp));
     this.panelTop         = new System.Windows.Forms.Panel();
     this.btnRead          = new UserControl.UCButton();
     this.btnBrowse        = new UserControl.UCButton();
     this.txtFileName      = new UserControl.UCLabelEdit();
     this.panelBottom      = new System.Windows.Forms.Panel();
     this.btnExit          = new UserControl.UCButton();
     this.btnSave          = new UserControl.UCButton();
     this.panelMiddle      = new System.Windows.Forms.Panel();
     this.ultraGridContent = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.fileDialog       = new System.Windows.Forms.OpenFileDialog();
     this.panelTop.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.panelMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.btnRead);
     this.panelTop.Controls.Add(this.btnBrowse);
     this.panelTop.Controls.Add(this.txtFileName);
     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(734, 37);
     this.panelTop.TabIndex = 0;
     //
     // btnRead
     //
     this.btnRead.BackColor       = System.Drawing.SystemColors.Control;
     this.btnRead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRead.BackgroundImage")));
     this.btnRead.ButtonType      = UserControl.ButtonTypes.None;
     this.btnRead.Caption         = "读取文件内容";
     this.btnRead.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnRead.Location        = new System.Drawing.Point(578, 7);
     this.btnRead.Name            = "btnRead";
     this.btnRead.Size            = new System.Drawing.Size(88, 22);
     this.btnRead.TabIndex        = 2;
     this.btnRead.Click          += new System.EventHandler(this.btnRead_Click);
     //
     // btnBrowse
     //
     this.btnBrowse.BackColor       = System.Drawing.SystemColors.Control;
     this.btnBrowse.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBrowse.BackgroundImage")));
     this.btnBrowse.ButtonType      = UserControl.ButtonTypes.None;
     this.btnBrowse.Caption         = "浏览";
     this.btnBrowse.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnBrowse.Location        = new System.Drawing.Point(484, 7);
     this.btnBrowse.Name            = "btnBrowse";
     this.btnBrowse.Size            = new System.Drawing.Size(88, 22);
     this.btnBrowse.TabIndex        = 1;
     this.btnBrowse.Click          += new System.EventHandler(this.btnBrowse_Click);
     //
     // txtFileName
     //
     this.txtFileName.AllowEditOnlyChecked = true;
     this.txtFileName.Caption      = "导入文件名";
     this.txtFileName.Checked      = false;
     this.txtFileName.EditType     = UserControl.EditTypes.String;
     this.txtFileName.Location     = new System.Drawing.Point(5, 7);
     this.txtFileName.MaxLength    = 40;
     this.txtFileName.Multiline    = false;
     this.txtFileName.Name         = "txtFileName";
     this.txtFileName.PasswordChar = '\0';
     this.txtFileName.ReadOnly     = false;
     this.txtFileName.ShowCheckBox = false;
     this.txtFileName.Size         = new System.Drawing.Size(473, 23);
     this.txtFileName.TabIndex     = 0;
     this.txtFileName.TabNext      = true;
     this.txtFileName.Value        = "";
     this.txtFileName.WidthType    = UserControl.WidthTypes.TooLong;
     this.txtFileName.XAlign       = 78;
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.btnExit);
     this.panelBottom.Controls.Add(this.btnSave);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 240);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Size     = new System.Drawing.Size(734, 33);
     this.panelBottom.TabIndex = 1;
     //
     // 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.Exit;
     this.btnExit.Caption         = "退出";
     this.btnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnExit.Location        = new System.Drawing.Point(631, 7);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 1;
     //
     // btnSave
     //
     this.btnSave.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.ButtonType      = UserControl.ButtonTypes.None;
     this.btnSave.Caption         = "保存";
     this.btnSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Location        = new System.Drawing.Point(537, 7);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(88, 22);
     this.btnSave.TabIndex        = 0;
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // panelMiddle
     //
     this.panelMiddle.Controls.Add(this.ultraGridContent);
     this.panelMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMiddle.Location = new System.Drawing.Point(0, 37);
     this.panelMiddle.Name     = "panelMiddle";
     this.panelMiddle.Size     = new System.Drawing.Size(734, 203);
     this.panelMiddle.TabIndex = 2;
     //
     // ultraGridContent
     //
     this.ultraGridContent.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridContent.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridContent.Location          = new System.Drawing.Point(0, 0);
     this.ultraGridContent.Name              = "ultraGridContent";
     this.ultraGridContent.Size              = new System.Drawing.Size(734, 203);
     this.ultraGridContent.TabIndex          = 9;
     this.ultraGridContent.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridContent_InitializeLayout);
     //
     // fileDialog
     //
     this.fileDialog.Filter = "CSV文件|*.csv";
     //
     // FInvShipImp
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(734, 273);
     this.Controls.Add(this.panelMiddle);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Name    = "FInvShipImp";
     this.Text    = "出货单导入";
     this.Load   += new System.EventHandler(this.FInvShipImp_Load);
     this.Closed += new System.EventHandler(this.FInvShipImp_Closed);
     this.panelTop.ResumeLayout(false);
     this.panelBottom.ResumeLayout(false);
     this.panelMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FfunTestInfo));
     this.txtFunTestQty = new UserControl.UCLabelEdit();
     this.ultraGridMain = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.btnExit       = new UserControl.UCButton();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMain)).BeginInit();
     this.SuspendLayout();
     //
     // txtFunTestQty
     //
     this.txtFunTestQty.AllowEditOnlyChecked = true;
     this.txtFunTestQty.Caption      = "功能测试数量";
     this.txtFunTestQty.Checked      = false;
     this.txtFunTestQty.EditType     = UserControl.EditTypes.Integer;
     this.txtFunTestQty.Location     = new System.Drawing.Point(24, 16);
     this.txtFunTestQty.MaxLength    = 40;
     this.txtFunTestQty.Multiline    = false;
     this.txtFunTestQty.Name         = "txtFunTestQty";
     this.txtFunTestQty.PasswordChar = '\0';
     this.txtFunTestQty.ReadOnly     = true;
     this.txtFunTestQty.ShowCheckBox = false;
     this.txtFunTestQty.Size         = new System.Drawing.Size(220, 24);
     this.txtFunTestQty.TabIndex     = 1;
     this.txtFunTestQty.TabNext      = true;
     this.txtFunTestQty.Value        = "";
     this.txtFunTestQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtFunTestQty.XAlign       = 111;
     //
     // ultraGridMain
     //
     this.ultraGridMain.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridMain.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ultraGridMain.Location          = new System.Drawing.Point(16, 48);
     this.ultraGridMain.Name              = "ultraGridMain";
     this.ultraGridMain.Size              = new System.Drawing.Size(464, 240);
     this.ultraGridMain.TabIndex          = 8;
     this.ultraGridMain.Text              = "功能测试产品";
     this.ultraGridMain.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridMain_InitializeLayout);
     //
     // 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(384, 16);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 10;
     //
     // FfunTestInfo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(496, 293);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.ultraGridMain);
     this.Controls.Add(this.txtFunTestQty);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FfunTestInfo";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "功能测试不良信息";
     this.Load           += new System.EventHandler(this.FfunTestInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMain)).EndInit();
     this.ResumeLayout(false);
 }
Example #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);
 }
Example #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FInvPlanate));
     this.rtxtInput   = new System.Windows.Forms.RichTextBox();
     this.ucBtnCancel = new UserControl.UCButton();
     this.lblMessage  = new System.Windows.Forms.Label();
     this.ucBtnOK     = new UserControl.UCButton();
     this.SuspendLayout();
     //
     // rtxtInput
     //
     this.rtxtInput.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.rtxtInput.Location = new System.Drawing.Point(6, 28);
     this.rtxtInput.Name     = "rtxtInput";
     this.rtxtInput.Size     = new System.Drawing.Size(316, 82);
     this.rtxtInput.TabIndex = 6;
     this.rtxtInput.Text     = "";
     //
     // ucBtnCancel
     //
     this.ucBtnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucBtnCancel.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnCancel.BackgroundImage")));
     this.ucBtnCancel.ButtonType      = UserControl.ButtonTypes.None;
     this.ucBtnCancel.Caption         = "取消";
     this.ucBtnCancel.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnCancel.Location        = new System.Drawing.Point(128, 118);
     this.ucBtnCancel.Name            = "ucBtnCancel";
     this.ucBtnCancel.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnCancel.TabIndex        = 8;
     this.ucBtnCancel.Click          += new System.EventHandler(this.ucBtnCancel_Click);
     //
     // lblMessage
     //
     this.lblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMessage.Location  = new System.Drawing.Point(8, 6);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(284, 16);
     this.lblMessage.TabIndex  = 9;
     this.lblMessage.Text      = "请输入待移除的Carton";
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ucBtnOK
     //
     this.ucBtnOK.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(30, 118);
     this.ucBtnOK.Name            = "ucBtnOK";
     this.ucBtnOK.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnOK.TabIndex        = 7;
     this.ucBtnOK.Click          += new System.EventHandler(this.ucBtnOK_Click);
     //
     // FInvPlanate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(328, 149);
     this.Controls.Add(this.rtxtInput);
     this.Controls.Add(this.ucBtnCancel);
     this.Controls.Add(this.lblMessage);
     this.Controls.Add(this.ucBtnOK);
     this.Location      = new System.Drawing.Point(400, 400);
     this.Name          = "FInvPlanate";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Carton输入";
     this.Load         += new System.EventHandler(this.FInvPlanate_Load);
     this.Closed       += new System.EventHandler(this.FInvPlanate_Closed);
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FTossDarfonERP));
     this.pnlMain    = new System.Windows.Forms.Panel();
     this.ugrdREC    = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.pnlControl = new System.Windows.Forms.Panel();
     this.btnToss    = new UserControl.UCButton();
     this.btnCancle  = new UserControl.UCButton();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ugrdREC)).BeginInit();
     this.pnlControl.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.ugrdREC);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(560, 416);
     this.pnlMain.TabIndex = 0;
     //
     // ugrdREC
     //
     this.ugrdREC.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ugrdREC.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ugrdREC.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ugrdREC.Location          = new System.Drawing.Point(0, 0);
     this.ugrdREC.Name              = "ugrdREC";
     this.ugrdREC.Size              = new System.Drawing.Size(560, 416);
     this.ugrdREC.TabIndex          = 20;
     this.ugrdREC.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ugrdREC_InitializeLayout);
     //
     // pnlControl
     //
     this.pnlControl.Controls.Add(this.btnCancle);
     this.pnlControl.Controls.Add(this.btnToss);
     this.pnlControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlControl.Location = new System.Drawing.Point(0, 416);
     this.pnlControl.Name     = "pnlControl";
     this.pnlControl.Size     = new System.Drawing.Size(560, 37);
     this.pnlControl.TabIndex = 1;
     //
     // btnToss
     //
     this.btnToss.BackColor       = System.Drawing.SystemColors.Control;
     this.btnToss.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnToss.BackgroundImage")));
     this.btnToss.ButtonType      = UserControl.ButtonTypes.Confirm;
     this.btnToss.Caption         = "抛转";
     this.btnToss.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnToss.Location        = new System.Drawing.Point(160, 8);
     this.btnToss.Name            = "btnToss";
     this.btnToss.Size            = new System.Drawing.Size(88, 22);
     this.btnToss.TabIndex        = 18;
     this.btnToss.Click          += new System.EventHandler(this.btnToss_Click);
     //
     // btnCancle
     //
     this.btnCancle.BackColor       = System.Drawing.SystemColors.Control;
     this.btnCancle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancle.BackgroundImage")));
     this.btnCancle.ButtonType      = UserControl.ButtonTypes.Exit;
     this.btnCancle.Caption         = "退出";
     this.btnCancle.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnCancle.Location        = new System.Drawing.Point(280, 7);
     this.btnCancle.Name            = "btnCancle";
     this.btnCancle.Size            = new System.Drawing.Size(88, 22);
     this.btnCancle.TabIndex        = 19;
     //
     // FTossDarfonERP
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(560, 453);
     this.Controls.Add(this.pnlControl);
     this.Controls.Add(this.pnlMain);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FTossDarfonERP";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "入库资料抛转";
     this.Load         += new System.EventHandler(this.FTossDarfonERP_Load);
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ugrdREC)).EndInit();
     this.pnlControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTSScrap));
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.txtScrapCause         = new System.Windows.Forms.TextBox();
     this.scrapLabel            = new System.Windows.Forms.Label();
     this.ultraCheckEditorScrap = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.ucLabComboxOPCode     = new UserControl.UCLabelCombox();
     this.ucLabEditRoute        = new UserControl.UCLabelEdit();
     this.ucLabEditItemCode     = new UserControl.UCLabelEdit();
     this.ucLabEditMOCode       = new UserControl.UCLabelEdit();
     this.ultraCheckEditor1     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.panel1         = new System.Windows.Forms.Panel();
     this.txtAgentUser   = new UserControl.UCLabelEdit();
     this.rCardEditor    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtRunningCard = new System.Windows.Forms.Label();
     this.groupBox       = new System.Windows.Forms.GroupBox();
     this.btnConfirm     = new UserControl.UCButton();
     this.btnExit        = new UserControl.UCButton();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditorScrap)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rCardEditor)).BeginInit();
     this.groupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Controls.Add(this.groupBox1);
     this.groupBox3.Controls.Add(this.panel1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(526, 229);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtScrapCause);
     this.groupBox2.Controls.Add(this.scrapLabel);
     this.groupBox2.Controls.Add(this.ultraCheckEditorScrap);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 65);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(520, 161);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     //
     // txtScrapCause
     //
     this.txtScrapCause.Location  = new System.Drawing.Point(86, 25);
     this.txtScrapCause.MaxLength = 100;
     this.txtScrapCause.Multiline = true;
     this.txtScrapCause.Name      = "txtScrapCause";
     this.txtScrapCause.Size      = new System.Drawing.Size(328, 72);
     this.txtScrapCause.TabIndex  = 10;
     this.txtScrapCause.Leave    += new System.EventHandler(this.txtScrapCause_Leave);
     this.txtScrapCause.Enter    += new System.EventHandler(this.txtScrapCause_Enter);
     //
     // scrapLabel
     //
     this.scrapLabel.Location = new System.Drawing.Point(7, 25);
     this.scrapLabel.Name     = "scrapLabel";
     this.scrapLabel.Size     = new System.Drawing.Size(72, 18);
     this.scrapLabel.TabIndex = 9;
     this.scrapLabel.Text     = "报废原因";
     //
     // ultraCheckEditorScrap
     //
     this.ultraCheckEditorScrap.Checked              = true;
     this.ultraCheckEditorScrap.CheckState           = System.Windows.Forms.CheckState.Checked;
     this.ultraCheckEditorScrap.Location             = new System.Drawing.Point(8, 0);
     this.ultraCheckEditorScrap.Name                 = "ultraCheckEditorScrap";
     this.ultraCheckEditorScrap.Size                 = new System.Drawing.Size(72, 16);
     this.ultraCheckEditorScrap.TabIndex             = 8;
     this.ultraCheckEditorScrap.Text                 = "报废";
     this.ultraCheckEditorScrap.Visible              = false;
     this.ultraCheckEditorScrap.CheckedValueChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedValueChanged);
     this.ultraCheckEditorScrap.CheckedChanged      += new System.EventHandler(this.ultraCheckEditor2_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ucLabComboxOPCode);
     this.groupBox1.Controls.Add(this.ucLabEditRoute);
     this.groupBox1.Controls.Add(this.ucLabEditItemCode);
     this.groupBox1.Controls.Add(this.ucLabEditMOCode);
     this.groupBox1.Controls.Add(this.ultraCheckEditor1);
     this.groupBox1.Location = new System.Drawing.Point(2, 65);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(498, 79);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Visible  = false;
     //
     // ucLabComboxOPCode
     //
     this.ucLabComboxOPCode.AllowEditOnlyChecked = true;
     this.ucLabComboxOPCode.Caption       = "工位";
     this.ucLabComboxOPCode.Checked       = false;
     this.ucLabComboxOPCode.Location      = new System.Drawing.Point(239, 45);
     this.ucLabComboxOPCode.Name          = "ucLabComboxOPCode";
     this.ucLabComboxOPCode.SelectedIndex = -1;
     this.ucLabComboxOPCode.ShowCheckBox  = false;
     this.ucLabComboxOPCode.Size          = new System.Drawing.Size(170, 24);
     this.ucLabComboxOPCode.TabIndex      = 57;
     this.ucLabComboxOPCode.WidthType     = UserControl.WidthTypes.Normal;
     this.ucLabComboxOPCode.XAlign        = 276;
     //
     // ucLabEditRoute
     //
     this.ucLabEditRoute.AllowEditOnlyChecked = true;
     this.ucLabEditRoute.AutoSelectAll        = false;
     this.ucLabEditRoute.AutoUpper            = true;
     this.ucLabEditRoute.Caption      = "途程";
     this.ucLabEditRoute.Checked      = false;
     this.ucLabEditRoute.EditType     = UserControl.EditTypes.String;
     this.ucLabEditRoute.Location     = new System.Drawing.Point(24, 45);
     this.ucLabEditRoute.MaxLength    = 40;
     this.ucLabEditRoute.Multiline    = false;
     this.ucLabEditRoute.Name         = "ucLabEditRoute";
     this.ucLabEditRoute.PasswordChar = '\0';
     this.ucLabEditRoute.ReadOnly     = true;
     this.ucLabEditRoute.ShowCheckBox = false;
     this.ucLabEditRoute.Size         = new System.Drawing.Size(170, 24);
     this.ucLabEditRoute.TabIndex     = 55;
     this.ucLabEditRoute.TabNext      = true;
     this.ucLabEditRoute.Value        = "";
     this.ucLabEditRoute.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabEditRoute.XAlign       = 61;
     //
     // ucLabEditItemCode
     //
     this.ucLabEditItemCode.AllowEditOnlyChecked = true;
     this.ucLabEditItemCode.AutoSelectAll        = false;
     this.ucLabEditItemCode.AutoUpper            = true;
     this.ucLabEditItemCode.Caption      = "产品代码";
     this.ucLabEditItemCode.Checked      = false;
     this.ucLabEditItemCode.EditType     = UserControl.EditTypes.String;
     this.ucLabEditItemCode.Location     = new System.Drawing.Point(217, 16);
     this.ucLabEditItemCode.MaxLength    = 40;
     this.ucLabEditItemCode.Multiline    = false;
     this.ucLabEditItemCode.Name         = "ucLabEditItemCode";
     this.ucLabEditItemCode.PasswordChar = '\0';
     this.ucLabEditItemCode.ReadOnly     = true;
     this.ucLabEditItemCode.ShowCheckBox = false;
     this.ucLabEditItemCode.Size         = new System.Drawing.Size(194, 24);
     this.ucLabEditItemCode.TabIndex     = 54;
     this.ucLabEditItemCode.TabNext      = true;
     this.ucLabEditItemCode.Value        = "";
     this.ucLabEditItemCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabEditItemCode.XAlign       = 278;
     //
     // ucLabEditMOCode
     //
     this.ucLabEditMOCode.AllowEditOnlyChecked = true;
     this.ucLabEditMOCode.AutoSelectAll        = false;
     this.ucLabEditMOCode.AutoUpper            = true;
     this.ucLabEditMOCode.Caption      = "工单";
     this.ucLabEditMOCode.Checked      = false;
     this.ucLabEditMOCode.EditType     = UserControl.EditTypes.String;
     this.ucLabEditMOCode.Location     = new System.Drawing.Point(24, 16);
     this.ucLabEditMOCode.MaxLength    = 40;
     this.ucLabEditMOCode.Multiline    = false;
     this.ucLabEditMOCode.Name         = "ucLabEditMOCode";
     this.ucLabEditMOCode.PasswordChar = '\0';
     this.ucLabEditMOCode.ReadOnly     = true;
     this.ucLabEditMOCode.ShowCheckBox = false;
     this.ucLabEditMOCode.Size         = new System.Drawing.Size(170, 24);
     this.ucLabEditMOCode.TabIndex     = 53;
     this.ucLabEditMOCode.TabNext      = true;
     this.ucLabEditMOCode.Value        = "";
     this.ucLabEditMOCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabEditMOCode.XAlign       = 61;
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.Location             = new System.Drawing.Point(8, 0);
     this.ultraCheckEditor1.Name                 = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size                 = new System.Drawing.Size(48, 16);
     this.ultraCheckEditor1.TabIndex             = 7;
     this.ultraCheckEditor1.Text                 = "回流";
     this.ultraCheckEditor1.CheckedValueChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedValueChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtAgentUser);
     this.panel1.Controls.Add(this.rCardEditor);
     this.panel1.Controls.Add(this.txtRunningCard);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(3, 17);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(520, 48);
     this.panel1.TabIndex = 0;
     //
     // txtAgentUser
     //
     this.txtAgentUser.AllowEditOnlyChecked = true;
     this.txtAgentUser.AutoSelectAll        = false;
     this.txtAgentUser.AutoUpper            = true;
     this.txtAgentUser.Caption      = "代录维修人员";
     this.txtAgentUser.Checked      = false;
     this.txtAgentUser.EditType     = UserControl.EditTypes.String;
     this.txtAgentUser.Location     = new System.Drawing.Point(250, 16);
     this.txtAgentUser.MaxLength    = 20;
     this.txtAgentUser.Multiline    = false;
     this.txtAgentUser.Name         = "txtAgentUser";
     this.txtAgentUser.PasswordChar = '\0';
     this.txtAgentUser.ReadOnly     = false;
     this.txtAgentUser.ShowCheckBox = true;
     this.txtAgentUser.Size         = new System.Drawing.Size(234, 24);
     this.txtAgentUser.TabIndex     = 194;
     this.txtAgentUser.TabNext      = false;
     this.txtAgentUser.Value        = "";
     this.txtAgentUser.WidthType    = UserControl.WidthTypes.Normal;
     this.txtAgentUser.XAlign       = 351;
     //
     // rCardEditor
     //
     this.rCardEditor.ImageTransparentColor = System.Drawing.Color.Teal;
     this.rCardEditor.Location     = new System.Drawing.Point(88, 16);
     this.rCardEditor.MaxLength    = 100;
     this.rCardEditor.Name         = "rCardEditor";
     this.rCardEditor.Size         = new System.Drawing.Size(136, 21);
     this.rCardEditor.TabIndex     = 1;
     this.rCardEditor.WordWrap     = false;
     this.rCardEditor.TextChanged += new System.EventHandler(this.rCardEditor_TextChanged);
     this.rCardEditor.Leave       += new System.EventHandler(this.rCardEditor_Leave);
     this.rCardEditor.Enter       += new System.EventHandler(this.rCardEditor_Enter);
     this.rCardEditor.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.rCardEditor_KeyPress);
     //
     // txtRunningCard
     //
     this.txtRunningCard.Location  = new System.Drawing.Point(8, 16);
     this.txtRunningCard.Name      = "txtRunningCard";
     this.txtRunningCard.Size      = new System.Drawing.Size(100, 16);
     this.txtRunningCard.TabIndex  = 0;
     this.txtRunningCard.Text      = "产品序列号";
     this.txtRunningCard.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox
     //
     this.groupBox.Controls.Add(this.btnConfirm);
     this.groupBox.Controls.Add(this.btnExit);
     this.groupBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox.Location = new System.Drawing.Point(0, 173);
     this.groupBox.Name     = "groupBox";
     this.groupBox.Size     = new System.Drawing.Size(526, 56);
     this.groupBox.TabIndex = 170;
     this.groupBox.TabStop  = false;
     //
     // 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(120, 16);
     this.btnConfirm.Name            = "btnConfirm";
     this.btnConfirm.Size            = new System.Drawing.Size(88, 22);
     this.btnConfirm.TabIndex        = 0;
     this.btnConfirm.Click          += new System.EventHandler(this.ucButton2_Click);
     //
     // 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(264, 16);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 0;
     //
     // FTSScrap
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize    = new System.Drawing.Size(526, 229);
     this.Controls.Add(this.groupBox);
     this.Controls.Add(this.groupBox3);
     this.Name  = "FTSScrap";
     this.Text  = "维修报废";
     this.Load += new System.EventHandler(this.FTSScrap_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditorScrap)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rCardEditor)).EndInit();
     this.groupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(FSMTCheckReelQty));
     Infragistics.Win.UltraWinGrid.UltraGridBand    ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StepSequenceCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelNo");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MaterialCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelLeftQty");
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActualQty");
     this.panelTop          = new System.Windows.Forms.Panel();
     this.txtItemCodeQuery  = new UserControl.UCLabelEdit();
     this.btnQuery          = new UserControl.UCButton();
     this.txtSSCodeQuery    = new UserControl.UCLabelEdit();
     this.txtMOCodeQuery    = new UserControl.UCLabelEdit();
     this.panelBottom       = new System.Windows.Forms.Panel();
     this.btnExit           = new UserControl.UCButton();
     this.btnSave           = new UserControl.UCButton();
     this.txtReelNoReturn   = new UserControl.UCLabelEdit();
     this.rdoReturn         = new System.Windows.Forms.RadioButton();
     this.txtReelQty        = new UserControl.UCLabelEdit();
     this.txtReelNoCheckQty = new UserControl.UCLabelEdit();
     this.rdoCheckQty       = new System.Windows.Forms.RadioButton();
     this.panelMiddle       = new System.Windows.Forms.Panel();
     this.gridList          = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelTop.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.panelMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.txtItemCodeQuery);
     this.panelTop.Controls.Add(this.btnQuery);
     this.panelTop.Controls.Add(this.txtSSCodeQuery);
     this.panelTop.Controls.Add(this.txtMOCodeQuery);
     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(844, 45);
     this.panelTop.TabIndex = 0;
     //
     // txtItemCodeQuery
     //
     this.txtItemCodeQuery.AllowEditOnlyChecked = true;
     this.txtItemCodeQuery.Caption      = "产品代码";
     this.txtItemCodeQuery.Checked      = false;
     this.txtItemCodeQuery.EditType     = UserControl.EditTypes.String;
     this.txtItemCodeQuery.Location     = new System.Drawing.Point(191, 12);
     this.txtItemCodeQuery.MaxLength    = 40;
     this.txtItemCodeQuery.Multiline    = false;
     this.txtItemCodeQuery.Name         = "txtItemCodeQuery";
     this.txtItemCodeQuery.PasswordChar = '\0';
     this.txtItemCodeQuery.ReadOnly     = true;
     this.txtItemCodeQuery.ShowCheckBox = false;
     this.txtItemCodeQuery.Size         = new System.Drawing.Size(161, 24);
     this.txtItemCodeQuery.TabIndex     = 18;
     this.txtItemCodeQuery.TabNext      = true;
     this.txtItemCodeQuery.Value        = "";
     this.txtItemCodeQuery.WidthType    = UserControl.WidthTypes.Small;
     this.txtItemCodeQuery.XAlign       = 252;
     //
     // btnQuery
     //
     this.btnQuery.BackColor       = System.Drawing.SystemColors.Control;
     this.btnQuery.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnQuery.BackgroundImage")));
     this.btnQuery.ButtonType      = UserControl.ButtonTypes.None;
     this.btnQuery.Caption         = "查询";
     this.btnQuery.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnQuery.Location        = new System.Drawing.Point(545, 12);
     this.btnQuery.Name            = "btnQuery";
     this.btnQuery.Size            = new System.Drawing.Size(88, 22);
     this.btnQuery.TabIndex        = 17;
     this.btnQuery.TabStop         = false;
     this.btnQuery.Click          += new System.EventHandler(this.btnQuery_Click);
     //
     // txtSSCodeQuery
     //
     this.txtSSCodeQuery.AllowEditOnlyChecked = true;
     this.txtSSCodeQuery.Caption         = "产线代码";
     this.txtSSCodeQuery.Checked         = false;
     this.txtSSCodeQuery.EditType        = UserControl.EditTypes.String;
     this.txtSSCodeQuery.Location        = new System.Drawing.Point(368, 12);
     this.txtSSCodeQuery.MaxLength       = 40;
     this.txtSSCodeQuery.Multiline       = false;
     this.txtSSCodeQuery.Name            = "txtSSCodeQuery";
     this.txtSSCodeQuery.PasswordChar    = '\0';
     this.txtSSCodeQuery.ReadOnly        = false;
     this.txtSSCodeQuery.ShowCheckBox    = false;
     this.txtSSCodeQuery.Size            = new System.Drawing.Size(161, 24);
     this.txtSSCodeQuery.TabIndex        = 16;
     this.txtSSCodeQuery.TabNext         = false;
     this.txtSSCodeQuery.Value           = "";
     this.txtSSCodeQuery.WidthType       = UserControl.WidthTypes.Small;
     this.txtSSCodeQuery.XAlign          = 429;
     this.txtSSCodeQuery.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSSCodeQuery_TxtboxKeyPress);
     //
     // txtMOCodeQuery
     //
     this.txtMOCodeQuery.AllowEditOnlyChecked = true;
     this.txtMOCodeQuery.Caption         = "工单代码";
     this.txtMOCodeQuery.Checked         = false;
     this.txtMOCodeQuery.EditType        = UserControl.EditTypes.String;
     this.txtMOCodeQuery.Location        = new System.Drawing.Point(13, 12);
     this.txtMOCodeQuery.MaxLength       = 40;
     this.txtMOCodeQuery.Multiline       = false;
     this.txtMOCodeQuery.Name            = "txtMOCodeQuery";
     this.txtMOCodeQuery.PasswordChar    = '\0';
     this.txtMOCodeQuery.ReadOnly        = false;
     this.txtMOCodeQuery.ShowCheckBox    = false;
     this.txtMOCodeQuery.Size            = new System.Drawing.Size(161, 24);
     this.txtMOCodeQuery.TabIndex        = 15;
     this.txtMOCodeQuery.TabNext         = false;
     this.txtMOCodeQuery.Value           = "";
     this.txtMOCodeQuery.WidthType       = UserControl.WidthTypes.Small;
     this.txtMOCodeQuery.XAlign          = 74;
     this.txtMOCodeQuery.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMOCodeQuery_TxtboxKeyPress);
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.btnExit);
     this.panelBottom.Controls.Add(this.btnSave);
     this.panelBottom.Controls.Add(this.txtReelNoReturn);
     this.panelBottom.Controls.Add(this.rdoReturn);
     this.panelBottom.Controls.Add(this.txtReelQty);
     this.panelBottom.Controls.Add(this.txtReelNoCheckQty);
     this.panelBottom.Controls.Add(this.rdoCheckQty);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 469);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Size     = new System.Drawing.Size(844, 108);
     this.panelBottom.TabIndex = 1;
     //
     // 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(320, 74);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 21;
     this.btnExit.TabStop         = false;
     //
     // btnSave
     //
     this.btnSave.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.ButtonType      = UserControl.ButtonTypes.None;
     this.btnSave.Caption         = "保存";
     this.btnSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Location        = new System.Drawing.Point(180, 74);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(88, 22);
     this.btnSave.TabIndex        = 20;
     this.btnSave.TabStop         = false;
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // txtReelNoReturn
     //
     this.txtReelNoReturn.AllowEditOnlyChecked = true;
     this.txtReelNoReturn.Caption         = "料卷编号";
     this.txtReelNoReturn.Checked         = false;
     this.txtReelNoReturn.EditType        = UserControl.EditTypes.String;
     this.txtReelNoReturn.Enabled         = false;
     this.txtReelNoReturn.Location        = new System.Drawing.Point(66, 44);
     this.txtReelNoReturn.MaxLength       = 40;
     this.txtReelNoReturn.Multiline       = false;
     this.txtReelNoReturn.Name            = "txtReelNoReturn";
     this.txtReelNoReturn.PasswordChar    = '\0';
     this.txtReelNoReturn.ReadOnly        = false;
     this.txtReelNoReturn.ShowCheckBox    = false;
     this.txtReelNoReturn.Size            = new System.Drawing.Size(161, 24);
     this.txtReelNoReturn.TabIndex        = 19;
     this.txtReelNoReturn.TabNext         = true;
     this.txtReelNoReturn.Value           = "";
     this.txtReelNoReturn.WidthType       = UserControl.WidthTypes.Small;
     this.txtReelNoReturn.XAlign          = 127;
     this.txtReelNoReturn.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReelNoReturn_TxtboxKeyPress);
     //
     // rdoReturn
     //
     this.rdoReturn.Location = new System.Drawing.Point(13, 44);
     this.rdoReturn.Name     = "rdoReturn";
     this.rdoReturn.Size     = new System.Drawing.Size(55, 24);
     this.rdoReturn.TabIndex = 18;
     this.rdoReturn.Text     = "退料";
     //
     // txtReelQty
     //
     this.txtReelQty.AllowEditOnlyChecked = true;
     this.txtReelQty.Caption         = "实际数量";
     this.txtReelQty.Checked         = false;
     this.txtReelQty.EditType        = UserControl.EditTypes.Integer;
     this.txtReelQty.Location        = new System.Drawing.Point(247, 14);
     this.txtReelQty.MaxLength       = 40;
     this.txtReelQty.Multiline       = false;
     this.txtReelQty.Name            = "txtReelQty";
     this.txtReelQty.PasswordChar    = '\0';
     this.txtReelQty.ReadOnly        = false;
     this.txtReelQty.ShowCheckBox    = false;
     this.txtReelQty.Size            = new System.Drawing.Size(161, 24);
     this.txtReelQty.TabIndex        = 17;
     this.txtReelQty.TabNext         = true;
     this.txtReelQty.Value           = "";
     this.txtReelQty.WidthType       = UserControl.WidthTypes.Small;
     this.txtReelQty.XAlign          = 308;
     this.txtReelQty.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReelQty_TxtboxKeyPress);
     //
     // txtReelNoCheckQty
     //
     this.txtReelNoCheckQty.AllowEditOnlyChecked = true;
     this.txtReelNoCheckQty.Caption      = "料卷编号";
     this.txtReelNoCheckQty.Checked      = false;
     this.txtReelNoCheckQty.EditType     = UserControl.EditTypes.String;
     this.txtReelNoCheckQty.Location     = new System.Drawing.Point(66, 14);
     this.txtReelNoCheckQty.MaxLength    = 40;
     this.txtReelNoCheckQty.Multiline    = false;
     this.txtReelNoCheckQty.Name         = "txtReelNoCheckQty";
     this.txtReelNoCheckQty.PasswordChar = '\0';
     this.txtReelNoCheckQty.ReadOnly     = false;
     this.txtReelNoCheckQty.ShowCheckBox = false;
     this.txtReelNoCheckQty.Size         = new System.Drawing.Size(161, 24);
     this.txtReelNoCheckQty.TabIndex     = 16;
     this.txtReelNoCheckQty.TabNext      = true;
     this.txtReelNoCheckQty.Value        = "";
     this.txtReelNoCheckQty.WidthType    = UserControl.WidthTypes.Small;
     this.txtReelNoCheckQty.XAlign       = 127;
     //
     // rdoCheckQty
     //
     this.rdoCheckQty.Checked         = true;
     this.rdoCheckQty.Location        = new System.Drawing.Point(13, 14);
     this.rdoCheckQty.Name            = "rdoCheckQty";
     this.rdoCheckQty.Size            = new System.Drawing.Size(55, 24);
     this.rdoCheckQty.TabIndex        = 0;
     this.rdoCheckQty.TabStop         = true;
     this.rdoCheckQty.Text            = "点料";
     this.rdoCheckQty.CheckedChanged += new System.EventHandler(this.rdoCheckQty_CheckedChanged);
     //
     // panelMiddle
     //
     this.panelMiddle.Controls.Add(this.gridList);
     this.panelMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMiddle.Location = new System.Drawing.Point(0, 45);
     this.panelMiddle.Name     = "panelMiddle";
     this.panelMiddle.Size     = new System.Drawing.Size(844, 424);
     this.panelMiddle.TabIndex = 2;
     //
     // gridList
     //
     this.gridList.Cursor                    = System.Windows.Forms.Cursors.Default;
     ultraGridColumn1.Header.Caption         = "工单代码";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Width                  = 95;
     ultraGridColumn2.Header.Caption         = "产线代码";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 76;
     ultraGridColumn3.Header.Caption         = "料卷编号";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn4.Header.Caption         = "物料代码";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn5.Header.Caption         = "剩余数量";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.Width                  = 78;
     ultraGridColumn6.Header.Caption         = "点料数量";
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.Width                  = 81;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6
     });
     this.gridList.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.gridList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridList.Location = new System.Drawing.Point(0, 0);
     this.gridList.Name     = "gridList";
     this.gridList.Size     = new System.Drawing.Size(844, 424);
     this.gridList.TabIndex = 0;
     //
     // FSMTCheckReelQty
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(844, 577);
     this.Controls.Add(this.panelMiddle);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Name    = "FSMTCheckReelQty";
     this.Text    = "料卷点料/退料";
     this.Load   += new System.EventHandler(this.FSMTCheckReelQty_Load);
     this.Closed += new System.EventHandler(this.FSMTCheckReelQty_Closed);
     this.panelTop.ResumeLayout(false);
     this.panelBottom.ResumeLayout(false);
     this.panelMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).EndInit();
     this.ResumeLayout(false);
 }
Example #11
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);
 }
Example #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FTSErrorCodeSelect));
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.ucLabEditProduct = new UserControl.UCLabelEdit();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.ucButtonSave     = new UserControl.UCButton();
     this.ucButtonExit     = new UserControl.UCButton();
     this.errorCodeSelect  = new UserControl.UCErrorCodeSelect();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ucLabEditProduct);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(536, 48);
     this.groupBox2.TabIndex = 166;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "产品信息";
     //
     // ucLabEditProduct
     //
     this.ucLabEditProduct.AllowEditOnlyChecked = true;
     this.ucLabEditProduct.Caption      = "产品序列号";
     this.ucLabEditProduct.Checked      = false;
     this.ucLabEditProduct.EditType     = UserControl.EditTypes.String;
     this.ucLabEditProduct.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ucLabEditProduct.Location     = new System.Drawing.Point(16, 16);
     this.ucLabEditProduct.MaxLength    = 40;
     this.ucLabEditProduct.Multiline    = false;
     this.ucLabEditProduct.Name         = "ucLabEditProduct";
     this.ucLabEditProduct.PasswordChar = '\0';
     this.ucLabEditProduct.ReadOnly     = true;
     this.ucLabEditProduct.ShowCheckBox = false;
     this.ucLabEditProduct.Size         = new System.Drawing.Size(274, 24);
     this.ucLabEditProduct.TabIndex     = 0;
     this.ucLabEditProduct.TabNext      = true;
     this.ucLabEditProduct.Value        = "";
     this.ucLabEditProduct.WidthType    = UserControl.WidthTypes.Long;
     this.ucLabEditProduct.XAlign       = 90;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ucButtonSave);
     this.groupBox1.Controls.Add(this.ucButtonExit);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 446);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(536, 56);
     this.groupBox1.TabIndex = 293;
     this.groupBox1.TabStop  = false;
     //
     // ucButtonSave
     //
     this.ucButtonSave.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonSave.BackgroundImage")));
     this.ucButtonSave.ButtonType      = UserControl.ButtonTypes.Save;
     this.ucButtonSave.Caption         = "保存";
     this.ucButtonSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonSave.Location        = new System.Drawing.Point(144, 16);
     this.ucButtonSave.Name            = "ucButtonSave";
     this.ucButtonSave.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonSave.TabIndex        = 11;
     this.ucButtonSave.Click          += new System.EventHandler(this.ucButtonSave_Click);
     //
     // ucButtonExit
     //
     this.ucButtonExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage")));
     this.ucButtonExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.ucButtonExit.Caption         = "退出";
     this.ucButtonExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonExit.Location        = new System.Drawing.Point(280, 16);
     this.ucButtonExit.Name            = "ucButtonExit";
     this.ucButtonExit.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonExit.TabIndex        = 9;
     this.ucButtonExit.Click          += new System.EventHandler(this.ucButtonExit_Click);
     //
     // errorCodeSelect
     //
     this.errorCodeSelect.AddButtonTop          = 101;
     this.errorCodeSelect.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.errorCodeSelect.Location              = new System.Drawing.Point(0, 48);
     this.errorCodeSelect.Name                  = "errorCodeSelect";
     this.errorCodeSelect.RemoveButtonTop       = 189;
     this.errorCodeSelect.Size                  = new System.Drawing.Size(536, 398);
     this.errorCodeSelect.TabIndex              = 294;
     this.errorCodeSelect.SelectedIndexChanged += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged);
     //
     // FTSErrorCodeSelect
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(536, 502);
     this.Controls.Add(this.errorCodeSelect);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FTSErrorCodeSelect";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "不良信息编辑";
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #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);
 }
Example #14
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTSErrorEdit));
     this.groupBoxItemInfoForTS = new System.Windows.Forms.GroupBox();
     this.ucLabEditRunningCard  = new UserControl.UCLabelEdit();
     this.groupBoxDown          = new System.Windows.Forms.GroupBox();
     this.btnSave                 = new UserControl.UCButton();
     this.ucButtonExit            = new UserControl.UCButton();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.listViewSelected        = new System.Windows.Forms.ListView();
     this.listViewSelect          = new System.Windows.Forms.ListView();
     this.lblSelectedErrorCode    = new System.Windows.Forms.Label();
     this.lblUnselectedErrorCode  = new System.Windows.Forms.Label();
     this.ucButtonAdd             = new UserControl.UCButton();
     this.ucButtonRemove          = new UserControl.UCButton();
     this.ucLabelComboxErrorGroup = new UserControl.UCLabelCombox();
     this.groupBoxItemInfoForTS.SuspendLayout();
     this.groupBoxDown.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxItemInfoForTS
     //
     this.groupBoxItemInfoForTS.Controls.Add(this.ucLabEditRunningCard);
     this.groupBoxItemInfoForTS.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBoxItemInfoForTS.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBoxItemInfoForTS.Location = new System.Drawing.Point(0, 0);
     this.groupBoxItemInfoForTS.Name     = "groupBoxItemInfoForTS";
     this.groupBoxItemInfoForTS.Size     = new System.Drawing.Size(514, 48);
     this.groupBoxItemInfoForTS.TabIndex = 165;
     this.groupBoxItemInfoForTS.TabStop  = false;
     this.groupBoxItemInfoForTS.Text     = "产品信息";
     //
     // ucLabEditRunningCard
     //
     this.ucLabEditRunningCard.AllowEditOnlyChecked = true;
     this.ucLabEditRunningCard.AutoSelectAll        = false;
     this.ucLabEditRunningCard.AutoUpper            = true;
     this.ucLabEditRunningCard.Caption      = "产品序列号";
     this.ucLabEditRunningCard.Checked      = false;
     this.ucLabEditRunningCard.EditType     = UserControl.EditTypes.String;
     this.ucLabEditRunningCard.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ucLabEditRunningCard.Location     = new System.Drawing.Point(17, 16);
     this.ucLabEditRunningCard.MaxLength    = 40;
     this.ucLabEditRunningCard.Multiline    = false;
     this.ucLabEditRunningCard.Name         = "ucLabEditRunningCard";
     this.ucLabEditRunningCard.PasswordChar = '\0';
     this.ucLabEditRunningCard.ReadOnly     = true;
     this.ucLabEditRunningCard.ShowCheckBox = false;
     this.ucLabEditRunningCard.Size         = new System.Drawing.Size(273, 24);
     this.ucLabEditRunningCard.TabIndex     = 0;
     this.ucLabEditRunningCard.TabNext      = true;
     this.ucLabEditRunningCard.Value        = "";
     this.ucLabEditRunningCard.WidthType    = UserControl.WidthTypes.Long;
     this.ucLabEditRunningCard.XAlign       = 90;
     //
     // groupBoxDown
     //
     this.groupBoxDown.Controls.Add(this.btnSave);
     this.groupBoxDown.Controls.Add(this.ucButtonExit);
     this.groupBoxDown.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBoxDown.Location = new System.Drawing.Point(0, 398);
     this.groupBoxDown.Name     = "groupBoxDown";
     this.groupBoxDown.Size     = new System.Drawing.Size(514, 56);
     this.groupBoxDown.TabIndex = 292;
     this.groupBoxDown.TabStop  = false;
     //
     // btnSave
     //
     this.btnSave.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.ButtonType      = UserControl.ButtonTypes.Save;
     this.btnSave.Caption         = "保存";
     this.btnSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Location        = new System.Drawing.Point(144, 16);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(88, 22);
     this.btnSave.TabIndex        = 11;
     this.btnSave.Click          += new System.EventHandler(this.ucButtonSave_Click);
     //
     // ucButtonExit
     //
     this.ucButtonExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage")));
     this.ucButtonExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.ucButtonExit.Caption         = "退出";
     this.ucButtonExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonExit.Location        = new System.Drawing.Point(280, 16);
     this.ucButtonExit.Name            = "ucButtonExit";
     this.ucButtonExit.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonExit.TabIndex        = 9;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.listViewSelected);
     this.panel1.Controls.Add(this.listViewSelect);
     this.panel1.Controls.Add(this.lblSelectedErrorCode);
     this.panel1.Controls.Add(this.lblUnselectedErrorCode);
     this.panel1.Controls.Add(this.ucButtonAdd);
     this.panel1.Controls.Add(this.ucButtonRemove);
     this.panel1.Controls.Add(this.ucLabelComboxErrorGroup);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 48);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(514, 350);
     this.panel1.TabIndex = 293;
     //
     // listViewSelected
     //
     this.listViewSelected.LabelWrap = false;
     this.listViewSelected.Location  = new System.Drawing.Point(312, 64);
     this.listViewSelected.Name      = "listViewSelected";
     this.listViewSelected.Size      = new System.Drawing.Size(184, 280);
     this.listViewSelected.TabIndex  = 16;
     this.listViewSelected.UseCompatibleStateImageBehavior = false;
     this.listViewSelected.View         = System.Windows.Forms.View.List;
     this.listViewSelected.DoubleClick += new System.EventHandler(this.listViewSelected_DoubleClick);
     //
     // listViewSelect
     //
     this.listViewSelect.LabelWrap = false;
     this.listViewSelect.Location  = new System.Drawing.Point(16, 64);
     this.listViewSelect.Name      = "listViewSelect";
     this.listViewSelect.Size      = new System.Drawing.Size(184, 280);
     this.listViewSelect.TabIndex  = 15;
     this.listViewSelect.UseCompatibleStateImageBehavior = false;
     this.listViewSelect.View         = System.Windows.Forms.View.List;
     this.listViewSelect.DoubleClick += new System.EventHandler(this.listViewSelect_DoubleClick);
     //
     // lblSelectedErrorCode
     //
     this.lblSelectedErrorCode.AutoSize = true;
     this.lblSelectedErrorCode.Location = new System.Drawing.Point(309, 48);
     this.lblSelectedErrorCode.Name     = "lblSelectedErrorCode";
     this.lblSelectedErrorCode.Size     = new System.Drawing.Size(77, 12);
     this.lblSelectedErrorCode.TabIndex = 14;
     this.lblSelectedErrorCode.Text     = "已选不良代码";
     //
     // lblUnselectedErrorCode
     //
     this.lblUnselectedErrorCode.AutoSize = true;
     this.lblUnselectedErrorCode.Location = new System.Drawing.Point(13, 48);
     this.lblUnselectedErrorCode.Name     = "lblUnselectedErrorCode";
     this.lblUnselectedErrorCode.Size     = new System.Drawing.Size(77, 12);
     this.lblUnselectedErrorCode.TabIndex = 13;
     this.lblUnselectedErrorCode.Text     = "待选不良代码";
     //
     // ucButtonAdd
     //
     this.ucButtonAdd.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonAdd.BackgroundImage")));
     this.ucButtonAdd.ButtonType      = UserControl.ButtonTypes.AllRight;
     this.ucButtonAdd.Caption         = ">>";
     this.ucButtonAdd.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonAdd.Location        = new System.Drawing.Point(213, 130);
     this.ucButtonAdd.Name            = "ucButtonAdd";
     this.ucButtonAdd.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonAdd.TabIndex        = 10;
     this.ucButtonAdd.Click          += new System.EventHandler(this.ucButtonAdd_Click);
     //
     // ucButtonRemove
     //
     this.ucButtonRemove.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonRemove.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonRemove.BackgroundImage")));
     this.ucButtonRemove.ButtonType      = UserControl.ButtonTypes.AllLeft;
     this.ucButtonRemove.Caption         = "<<";
     this.ucButtonRemove.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonRemove.ImeMode         = System.Windows.Forms.ImeMode.NoControl;
     this.ucButtonRemove.Location        = new System.Drawing.Point(213, 218);
     this.ucButtonRemove.Name            = "ucButtonRemove";
     this.ucButtonRemove.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonRemove.TabIndex        = 11;
     this.ucButtonRemove.Click          += new System.EventHandler(this.ucButtonRemove_Click);
     //
     // ucLabelComboxErrorGroup
     //
     this.ucLabelComboxErrorGroup.AllowEditOnlyChecked = true;
     this.ucLabelComboxErrorGroup.Caption               = "不良代码组";
     this.ucLabelComboxErrorGroup.Checked               = false;
     this.ucLabelComboxErrorGroup.Location              = new System.Drawing.Point(17, 8);
     this.ucLabelComboxErrorGroup.Name                  = "ucLabelComboxErrorGroup";
     this.ucLabelComboxErrorGroup.SelectedIndex         = -1;
     this.ucLabelComboxErrorGroup.ShowCheckBox          = false;
     this.ucLabelComboxErrorGroup.Size                  = new System.Drawing.Size(273, 24);
     this.ucLabelComboxErrorGroup.TabIndex              = 8;
     this.ucLabelComboxErrorGroup.WidthType             = UserControl.WidthTypes.Long;
     this.ucLabelComboxErrorGroup.XAlign                = 90;
     this.ucLabelComboxErrorGroup.SelectedIndexChanged += new System.EventHandler(this.ucLabelComboxErrorGroup_SelectedIndexChanged);
     //
     // FTSErrorEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Gainsboro;
     this.ClientSize    = new System.Drawing.Size(514, 454);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBoxDown);
     this.Controls.Add(this.groupBoxItemInfoForTS);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "FTSErrorEdit";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "不良信息编辑";
     this.Load           += new System.EventHandler(this.FTSErrorEdit_Load);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.FTSErrorEdit_FormClosed);
     this.groupBoxItemInfoForTS.ResumeLayout(false);
     this.groupBoxDown.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #15
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);
 }
Example #16
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);
 }
Example #17
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);
 }
Example #18
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);
 }
Example #19
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);
 }
Example #20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInvRecCheck));
     this.grbRec       = new System.Windows.Forms.GroupBox();
     this.btnRecOK     = new UserControl.UCButton();
     this.txtRecRCard  = new System.Windows.Forms.TextBox();
     this.txtRecCarton = new System.Windows.Forms.TextBox();
     this.txtRecNo     = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.grbRec.SuspendLayout();
     this.SuspendLayout();
     //
     // grbRec
     //
     this.grbRec.Controls.Add(this.btnRecOK);
     this.grbRec.Controls.Add(this.txtRecRCard);
     this.grbRec.Controls.Add(this.txtRecCarton);
     this.grbRec.Controls.Add(this.txtRecNo);
     this.grbRec.Controls.Add(this.label3);
     this.grbRec.Controls.Add(this.label2);
     this.grbRec.Controls.Add(this.label1);
     this.grbRec.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grbRec.Location = new System.Drawing.Point(0, 0);
     this.grbRec.Name     = "grbRec";
     this.grbRec.Size     = new System.Drawing.Size(646, 93);
     this.grbRec.TabIndex = 0;
     this.grbRec.TabStop  = false;
     this.grbRec.Text     = "入库验证";
     //
     // btnRecOK
     //
     this.btnRecOK.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRecOK.BackColor       = System.Drawing.SystemColors.Control;
     this.btnRecOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRecOK.BackgroundImage")));
     this.btnRecOK.ButtonType      = UserControl.ButtonTypes.None;
     this.btnRecOK.Caption         = "验证入库";
     this.btnRecOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnRecOK.Location        = new System.Drawing.Point(358, 63);
     this.btnRecOK.Name            = "btnRecOK";
     this.btnRecOK.Size            = new System.Drawing.Size(88, 22);
     this.btnRecOK.TabIndex        = 3;
     this.btnRecOK.Click          += new System.EventHandler(this.btnRecOK_Click);
     //
     // txtRecRCard
     //
     this.txtRecRCard.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRecRCard.Location        = new System.Drawing.Point(65, 65);
     this.txtRecRCard.Name            = "txtRecRCard";
     this.txtRecRCard.Size            = new System.Drawing.Size(150, 20);
     this.txtRecRCard.TabIndex        = 2;
     this.txtRecRCard.Leave          += new System.EventHandler(this.txtRecRCard_Leave);
     this.txtRecRCard.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtRecRCard_KeyUp);
     this.txtRecRCard.Enter          += new System.EventHandler(this.txtRecRCard_Enter);
     //
     // txtRecCarton
     //
     this.txtRecCarton.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRecCarton.Location        = new System.Drawing.Point(301, 32);
     this.txtRecCarton.Name            = "txtRecCarton";
     this.txtRecCarton.Size            = new System.Drawing.Size(158, 20);
     this.txtRecCarton.TabIndex        = 1;
     this.txtRecCarton.Leave          += new System.EventHandler(this.txtRecCarton_Leave);
     this.txtRecCarton.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtRecRCard_KeyUp);
     this.txtRecCarton.Enter          += new System.EventHandler(this.txtRecCarton_Enter);
     //
     // txtRecNo
     //
     this.txtRecNo.BackColor       = System.Drawing.Color.GreenYellow;
     this.txtRecNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRecNo.Location        = new System.Drawing.Point(65, 32);
     this.txtRecNo.Name            = "txtRecNo";
     this.txtRecNo.Size            = new System.Drawing.Size(152, 20);
     this.txtRecNo.TabIndex        = 0;
     this.txtRecNo.Leave          += new System.EventHandler(this.txtRecNo_Leave);
     this.txtRecNo.Enter          += new System.EventHandler(this.txtRecNo_Enter);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(52, 21);
     this.label3.TabIndex = 2;
     this.label3.Text     = "序列号";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(245, 31);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(59, 21);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Carton号";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "入库单号";
     //
     // FInvRecCheck
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(646, 322);
     this.Controls.Add(this.grbRec);
     this.Location      = new System.Drawing.Point(400, 400);
     this.Name          = "FInvRecCheck";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "入库数据验证";
     this.Load         += new System.EventHandler(this.FInvPlanate_Load);
     this.Closed       += new System.EventHandler(this.FInvPlanate_Closed);
     this.Activated    += new System.EventHandler(this.FInvRecCheck_Activated);
     this.grbRec.ResumeLayout(false);
     this.grbRec.PerformLayout();
     this.ResumeLayout(false);
 }
Example #21
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);
 }
Example #22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInvReceive));
     this.cbxType          = new UserControl.UCLabelCombox();
     this.txtDesc          = new UserControl.UCLabelEdit();
     this.cbxModel         = new UserControl.UCLabelCombox();
     this.cbxItemCode      = new UserControl.UCLabelCombox();
     this.txtItemDesc      = new UserControl.UCLabelEdit();
     this.btnQuit          = new UserControl.UCButton();
     this.btnAdd           = new UserControl.UCButton();
     this.btnDelete        = new UserControl.UCButton();
     this.grxDetail        = new System.Windows.Forms.GroupBox();
     this.ultraGridContent = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panel1           = new System.Windows.Forms.Panel();
     this.grbDataInput     = new System.Windows.Forms.GroupBox();
     this.lblMo            = new System.Windows.Forms.Label();
     this.txtMoCode        = new System.Windows.Forms.TextBox();
     this.lblRecNo         = new System.Windows.Forms.Label();
     this.txtRecNo         = new System.Windows.Forms.TextBox();
     this.lblNum           = new System.Windows.Forms.Label();
     this.txtNum           = new System.Windows.Forms.TextBox();
     this.grxDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).BeginInit();
     this.panel1.SuspendLayout();
     this.grbDataInput.SuspendLayout();
     this.SuspendLayout();
     //
     // cbxType
     //
     this.cbxType.AllowEditOnlyChecked = true;
     this.cbxType.Caption       = "类型";
     this.cbxType.Checked       = false;
     this.cbxType.Location      = new System.Drawing.Point(262, 19);
     this.cbxType.Name          = "cbxType";
     this.cbxType.SelectedIndex = -1;
     this.cbxType.ShowCheckBox  = false;
     this.cbxType.Size          = new System.Drawing.Size(160, 24);
     this.cbxType.TabIndex      = 1;
     this.cbxType.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxType.XAlign        = 310;
     //
     // txtDesc
     //
     this.txtDesc.AllowEditOnlyChecked = true;
     this.txtDesc.Caption          = "备注";
     this.txtDesc.CausesValidation = false;
     this.txtDesc.Checked          = false;
     this.txtDesc.EditType         = UserControl.EditTypes.String;
     this.txtDesc.Location         = new System.Drawing.Point(10, 134);
     this.txtDesc.MaxLength        = 40;
     this.txtDesc.Multiline        = false;
     this.txtDesc.Name             = "txtDesc";
     this.txtDesc.PasswordChar     = '\0';
     this.txtDesc.ReadOnly         = false;
     this.txtDesc.ShowCheckBox     = false;
     this.txtDesc.Size             = new System.Drawing.Size(364, 24);
     this.txtDesc.TabIndex         = 7;
     this.txtDesc.TabNext          = true;
     this.txtDesc.Value            = "";
     this.txtDesc.WidthType        = UserControl.WidthTypes.TooLong;
     this.txtDesc.XAlign           = 41;
     //
     // cbxModel
     //
     this.cbxModel.AllowEditOnlyChecked = true;
     this.cbxModel.Caption               = "产品别";
     this.cbxModel.Checked               = false;
     this.cbxModel.Location              = new System.Drawing.Point(35, 74);
     this.cbxModel.Name                  = "cbxModel";
     this.cbxModel.SelectedIndex         = -1;
     this.cbxModel.ShowCheckBox          = false;
     this.cbxModel.Size                  = new System.Drawing.Size(158, 20);
     this.cbxModel.TabIndex              = 3;
     this.cbxModel.WidthType             = UserControl.WidthTypes.Normal;
     this.cbxModel.XAlign                = 82;
     this.cbxModel.SelectedIndexChanged += new System.EventHandler(this.cbxModel_SelectedIndexChanged);
     //
     // cbxItemCode
     //
     this.cbxItemCode.AllowEditOnlyChecked = true;
     this.cbxItemCode.Caption               = "产品代码";
     this.cbxItemCode.Checked               = false;
     this.cbxItemCode.Location              = new System.Drawing.Point(249, 74);
     this.cbxItemCode.Name                  = "cbxItemCode";
     this.cbxItemCode.SelectedIndex         = -1;
     this.cbxItemCode.ShowCheckBox          = false;
     this.cbxItemCode.Size                  = new System.Drawing.Size(173, 24);
     this.cbxItemCode.TabIndex              = 4;
     this.cbxItemCode.WidthType             = UserControl.WidthTypes.Normal;
     this.cbxItemCode.XAlign                = 311;
     this.cbxItemCode.SelectedIndexChanged += new System.EventHandler(this.cbxItemCode_SelectedIndexChanged);
     //
     // txtItemDesc
     //
     this.txtItemDesc.AllowEditOnlyChecked = true;
     this.txtItemDesc.Caption      = "产品描述";
     this.txtItemDesc.Checked      = false;
     this.txtItemDesc.EditType     = UserControl.EditTypes.String;
     this.txtItemDesc.Location     = new System.Drawing.Point(23, 104);
     this.txtItemDesc.MaxLength    = 40;
     this.txtItemDesc.Multiline    = false;
     this.txtItemDesc.Name         = "txtItemDesc";
     this.txtItemDesc.PasswordChar = '\0';
     this.txtItemDesc.ReadOnly     = false;
     this.txtItemDesc.ShowCheckBox = false;
     this.txtItemDesc.Size         = new System.Drawing.Size(170, 24);
     this.txtItemDesc.TabIndex     = 5;
     this.txtItemDesc.TabNext      = true;
     this.txtItemDesc.TabStop      = false;
     this.txtItemDesc.Value        = "";
     this.txtItemDesc.WidthType    = UserControl.WidthTypes.Normal;
     this.txtItemDesc.XAlign       = 83;
     //
     // btnQuit
     //
     this.btnQuit.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnQuit.BackColor       = System.Drawing.SystemColors.Control;
     this.btnQuit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnQuit.BackgroundImage")));
     this.btnQuit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.btnQuit.Caption         = "退出";
     this.btnQuit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnQuit.Location        = new System.Drawing.Point(708, 7);
     this.btnQuit.Name            = "btnQuit";
     this.btnQuit.RightToLeft     = System.Windows.Forms.RightToLeft.Yes;
     this.btnQuit.Size            = new System.Drawing.Size(88, 22);
     this.btnQuit.TabIndex        = 0;
     this.btnQuit.TabStop         = false;
     //
     // btnAdd
     //
     this.btnAdd.BackColor       = System.Drawing.SystemColors.Control;
     this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
     this.btnAdd.ButtonType      = UserControl.ButtonTypes.Add;
     this.btnAdd.Caption         = "新增";
     this.btnAdd.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnAdd.Location        = new System.Drawing.Point(442, 134);
     this.btnAdd.Name            = "btnAdd";
     this.btnAdd.Size            = new System.Drawing.Size(88, 22);
     this.btnAdd.TabIndex        = 8;
     this.btnAdd.TabStop         = false;
     this.btnAdd.Click          += new System.EventHandler(this.btnAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.BackColor       = System.Drawing.SystemColors.Control;
     this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
     this.btnDelete.ButtonType      = UserControl.ButtonTypes.Delete;
     this.btnDelete.Caption         = "删除";
     this.btnDelete.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnDelete.Location        = new System.Drawing.Point(23, 7);
     this.btnDelete.Name            = "btnDelete";
     this.btnDelete.Size            = new System.Drawing.Size(88, 22);
     this.btnDelete.TabIndex        = 10;
     this.btnDelete.TabStop         = false;
     this.btnDelete.Click          += new System.EventHandler(this.btnDelete_Click);
     //
     // grxDetail
     //
     this.grxDetail.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.grxDetail.Controls.Add(this.ultraGridContent);
     this.grxDetail.Location = new System.Drawing.Point(0, 178);
     this.grxDetail.Name     = "grxDetail";
     this.grxDetail.Size     = new System.Drawing.Size(808, 326);
     this.grxDetail.TabIndex = 11;
     this.grxDetail.TabStop  = false;
     this.grxDetail.Text     = "入库单明细";
     //
     // ultraGridContent
     //
     this.ultraGridContent.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridContent.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridContent.Location          = new System.Drawing.Point(3, 16);
     this.ultraGridContent.Name              = "ultraGridContent";
     this.ultraGridContent.Size              = new System.Drawing.Size(802, 307);
     this.ultraGridContent.TabIndex          = 8;
     this.ultraGridContent.TabStop           = false;
     this.ultraGridContent.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridContent_InitializeLayout);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnQuit);
     this.panel1.Controls.Add(this.btnDelete);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 508);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(808, 37);
     this.panel1.TabIndex = 12;
     //
     // grbDataInput
     //
     this.grbDataInput.Controls.Add(this.lblMo);
     this.grbDataInput.Controls.Add(this.txtMoCode);
     this.grbDataInput.Controls.Add(this.lblRecNo);
     this.grbDataInput.Controls.Add(this.txtRecNo);
     this.grbDataInput.Controls.Add(this.lblNum);
     this.grbDataInput.Controls.Add(this.txtNum);
     this.grbDataInput.Controls.Add(this.cbxType);
     this.grbDataInput.Controls.Add(this.txtDesc);
     this.grbDataInput.Controls.Add(this.cbxModel);
     this.grbDataInput.Controls.Add(this.cbxItemCode);
     this.grbDataInput.Controls.Add(this.txtItemDesc);
     this.grbDataInput.Controls.Add(this.btnAdd);
     this.grbDataInput.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grbDataInput.Location = new System.Drawing.Point(0, 0);
     this.grbDataInput.Name     = "grbDataInput";
     this.grbDataInput.Size     = new System.Drawing.Size(808, 171);
     this.grbDataInput.TabIndex = 13;
     this.grbDataInput.TabStop  = false;
     this.grbDataInput.Text     = "数据输入";
     //
     // lblMo
     //
     this.lblMo.Location = new System.Drawing.Point(36, 50);
     this.lblMo.Name     = "lblMo";
     this.lblMo.Size     = new System.Drawing.Size(44, 21);
     this.lblMo.TabIndex = 106;
     this.lblMo.Text     = "工单";
     //
     // txtMoCode
     //
     this.txtMoCode.Location  = new System.Drawing.Point(83, 48);
     this.txtMoCode.Name      = "txtMoCode";
     this.txtMoCode.Size      = new System.Drawing.Size(111, 20);
     this.txtMoCode.TabIndex  = 2;
     this.txtMoCode.Leave    += new System.EventHandler(this.txtMoCode_Leave);
     this.txtMoCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress);
     this.txtMoCode.Enter    += new System.EventHandler(this.txtMoCode_Enter);
     //
     // lblRecNo
     //
     this.lblRecNo.Location = new System.Drawing.Point(20, 22);
     this.lblRecNo.Name     = "lblRecNo";
     this.lblRecNo.Size     = new System.Drawing.Size(60, 22);
     this.lblRecNo.TabIndex = 104;
     this.lblRecNo.Text     = "入库单号";
     //
     // txtRecNo
     //
     this.txtRecNo.Location  = new System.Drawing.Point(83, 19);
     this.txtRecNo.Name      = "txtRecNo";
     this.txtRecNo.Size      = new System.Drawing.Size(111, 20);
     this.txtRecNo.TabIndex  = 0;
     this.txtRecNo.Leave    += new System.EventHandler(this.txtRecNo_Leave);
     this.txtRecNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRecNo_TxtboxKeyPress);
     this.txtRecNo.Enter    += new System.EventHandler(this.txtRecNo_Enter);
     //
     // lblNum
     //
     this.lblNum.Location = new System.Drawing.Point(245, 110);
     this.lblNum.Name     = "lblNum";
     this.lblNum.Size     = new System.Drawing.Size(64, 21);
     this.lblNum.TabIndex = 102;
     this.lblNum.Text     = "计划数量";
     //
     // txtNum
     //
     this.txtNum.Location  = new System.Drawing.Point(311, 108);
     this.txtNum.Name      = "txtNum";
     this.txtNum.Size      = new System.Drawing.Size(111, 20);
     this.txtNum.TabIndex  = 6;
     this.txtNum.Leave    += new System.EventHandler(this.txtNum_Leave);
     this.txtNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNum_TxtboxKeyPress);
     this.txtNum.Enter    += new System.EventHandler(this.txtNum_Enter);
     //
     // FInvReceive
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(808, 545);
     this.Controls.Add(this.grbDataInput);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.grxDetail);
     this.Name       = "FInvReceive";
     this.Text       = "入库单资料维护";
     this.Load      += new System.EventHandler(this.FInvReceive_Load);
     this.Closed    += new System.EventHandler(this.FInvReceive_Closed);
     this.Activated += new System.EventHandler(this.FInvReceive_Activated);
     this.grxDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).EndInit();
     this.panel1.ResumeLayout(false);
     this.grbDataInput.ResumeLayout(false);
     this.grbDataInput.PerformLayout();
     this.ResumeLayout(false);
 }
Example #23
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);
 }
Example #24
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FManualAlert));
     this.txtAlertMsg  = new UserControl.UCLabelEdit();
     this.label1       = new System.Windows.Forms.Label();
     this.lbxSample    = new System.Windows.Forms.ListBox();
     this.btnSelect    = new UserControl.UCButton();
     this.cbAlertLevel = new UserControl.UCLabelCombox();
     this.panel1       = new System.Windows.Forms.Panel();
     this.txtMOCode    = new UserControl.UCLabelEdit();
     this.btnRefresh   = new UserControl.UCButton();
     this.btnConfirm   = new UserControl.UCButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtAlertMsg
     //
     this.txtAlertMsg.AllowEditOnlyChecked = true;
     this.txtAlertMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.txtAlertMsg.Caption      = "事件描述";
     this.txtAlertMsg.Checked      = false;
     this.txtAlertMsg.EditType     = UserControl.EditTypes.String;
     this.txtAlertMsg.Location     = new System.Drawing.Point(12, 55);
     this.txtAlertMsg.MaxLength    = 900;
     this.txtAlertMsg.Multiline    = true;
     this.txtAlertMsg.Name         = "txtAlertMsg";
     this.txtAlertMsg.PasswordChar = '\0';
     this.txtAlertMsg.ReadOnly     = false;
     this.txtAlertMsg.ShowCheckBox = false;
     this.txtAlertMsg.Size         = new System.Drawing.Size(220, 394);
     this.txtAlertMsg.TabIndex     = 1;
     this.txtAlertMsg.TabNext      = true;
     this.txtAlertMsg.Value        = "";
     this.txtAlertMsg.WidthType    = UserControl.WidthTypes.Long;
     this.txtAlertMsg.XAlign       = 65;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(370, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(61, 15);
     this.label1.TabIndex = 2;
     this.label1.Text     = "预警样例";
     //
     // lbxSample
     //
     this.lbxSample.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.lbxSample.HorizontalScrollbar = true;
     this.lbxSample.Location            = new System.Drawing.Point(400, 55);
     this.lbxSample.Name     = "lbxSample";
     this.lbxSample.Size     = new System.Drawing.Size(463, 394);
     this.lbxSample.TabIndex = 3;
     //
     // btnSelect
     //
     this.btnSelect.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
     this.btnSelect.ButtonType      = UserControl.ButtonTypes.None;
     this.btnSelect.Caption         = "<<";
     this.btnSelect.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSelect.Location        = new System.Drawing.Point(283, 103);
     this.btnSelect.Name            = "btnSelect";
     this.btnSelect.Size            = new System.Drawing.Size(88, 22);
     this.btnSelect.TabIndex        = 5;
     this.btnSelect.Click          += new System.EventHandler(this.btnSelect_Click);
     //
     // cbAlertLevel
     //
     this.cbAlertLevel.AllowEditOnlyChecked = true;
     this.cbAlertLevel.Caption       = "预警级别";
     this.cbAlertLevel.Checked       = false;
     this.cbAlertLevel.Location      = new System.Drawing.Point(24, 12);
     this.cbAlertLevel.Name          = "cbAlertLevel";
     this.cbAlertLevel.SelectedIndex = -1;
     this.cbAlertLevel.ShowCheckBox  = false;
     this.cbAlertLevel.Size          = new System.Drawing.Size(176, 24);
     this.cbAlertLevel.TabIndex      = 0;
     this.cbAlertLevel.WidthType     = UserControl.WidthTypes.Normal;
     this.cbAlertLevel.XAlign        = 89;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtMOCode);
     this.panel1.Controls.Add(this.btnRefresh);
     this.panel1.Controls.Add(this.btnConfirm);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 481);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(875, 37);
     this.panel1.TabIndex = 7;
     //
     // 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(24, 10);
     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(162, 24);
     this.txtMOCode.TabIndex     = 9;
     this.txtMOCode.TabNext      = true;
     this.txtMOCode.Value        = "";
     this.txtMOCode.WidthType    = UserControl.WidthTypes.Normal;
     this.txtMOCode.XAlign       = 75;
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     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(775, 9);
     this.btnRefresh.Name            = "btnRefresh";
     this.btnRefresh.Size            = new System.Drawing.Size(88, 22);
     this.btnRefresh.TabIndex        = 8;
     this.btnRefresh.Click          += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnConfirm
     //
     this.btnConfirm.BackColor       = System.Drawing.SystemColors.Control;
     this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage")));
     this.btnConfirm.ButtonType      = UserControl.ButtonTypes.None;
     this.btnConfirm.Caption         = "添加";
     this.btnConfirm.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnConfirm.Location        = new System.Drawing.Point(233, 9);
     this.btnConfirm.Name            = "btnConfirm";
     this.btnConfirm.Size            = new System.Drawing.Size(88, 22);
     this.btnConfirm.TabIndex        = 7;
     this.btnConfirm.Click          += new System.EventHandler(this.btnConfirm_Click);
     //
     // FManualAlert
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(875, 518);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.lbxSample);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtAlertMsg);
     this.Controls.Add(this.cbAlertLevel);
     this.Name    = "FManualAlert";
     this.Text    = "手动预警";
     this.Load   += new System.EventHandler(this.FManualAlert_Load);
     this.Closed += new System.EventHandler(this.FFirstOnline_Closed);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #25
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinGrid.UltraGridBand         ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShelfNO1");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ResidualTime");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShelfPosition");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ShelfNO1");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ResidualTime");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ShelfPosition");
     Infragistics.Win.UltraWinGrid.UltraGridBand         ultraGridBand2   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShelfNO2");
     Infragistics.Win.UltraWinGrid.UltraGridColumn       ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShelfPosition2");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ShelfNO2");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ShelfPosition2");
     System.ComponentModel.ComponentResourceManager      resources        = new System.ComponentModel.ComponentResourceManager(typeof(FBurnOut));
     this.ultraGrid1       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.ultraGrid2       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraDataSource2 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.uclShelfNO       = new UserControl.UCLabelEdit();
     this.ucbCancel        = new UserControl.UCButton();
     this.ucbBurnOut       = new UserControl.UCButton();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.lblResidual      = new System.Windows.Forms.Label();
     this.lblUsed          = new System.Windows.Forms.Label();
     this.lblTotal         = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.txtAutoRefresh   = new UserControl.UCLabelEdit();
     this.splitter2        = new System.Windows.Forms.Splitter();
     this.panel2           = new System.Windows.Forms.Panel();
     this.panel3           = new System.Windows.Forms.Panel();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGrid1
     //
     this.ultraGrid1.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.ultraGrid1.DataSource              = this.ultraDataSource1;
     ultraGridColumn1.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn1.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.Caption         = "车号";
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn2.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn2.Header.Caption         = "剩余时间";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                  = 120;
     ultraGridColumn3.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn3.Header.Caption         = "车位";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3
     });
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location    = new System.Drawing.Point(0, 0);
     this.ultraGrid1.Name        = "ultraGrid1";
     this.ultraGrid1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ultraGrid1.Size        = new System.Drawing.Size(640, 477);
     this.ultraGrid1.TabIndex    = 0;
     this.ultraGrid1.Text        = "尚未到期";
     //
     // ultraDataSource1
     //
     ultraDataColumn1.ReadOnly = Infragistics.Win.DefaultableBoolean.True;
     this.ultraDataSource1.Band.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3
     });
     //
     // ultraGrid2
     //
     this.ultraGrid2.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.ultraGrid2.DataSource              = this.ultraDataSource2;
     ultraGridColumn4.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.None;
     ultraGridColumn4.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.Caption         = "车号";
     ultraGridColumn4.Header.VisiblePosition = 0;
     ultraGridColumn5.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn5.Header.Caption         = "车位";
     ultraGridColumn5.Header.VisiblePosition = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn4,
         ultraGridColumn5
     });
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location    = new System.Drawing.Point(0, 0);
     this.ultraGrid2.Name        = "ultraGrid2";
     this.ultraGrid2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ultraGrid2.Size        = new System.Drawing.Size(220, 403);
     this.ultraGrid2.TabIndex    = 1;
     this.ultraGrid2.Text        = "已经到期";
     //
     // ultraDataSource2
     //
     ultraDataColumn4.ReadOnly = Infragistics.Win.DefaultableBoolean.True;
     this.ultraDataSource2.Band.Columns.AddRange(new object[] {
         ultraDataColumn4,
         ultraDataColumn5
     });
     //
     // uclShelfNO
     //
     this.uclShelfNO.AllowEditOnlyChecked = true;
     this.uclShelfNO.Caption         = "车号";
     this.uclShelfNO.Checked         = false;
     this.uclShelfNO.EditType        = UserControl.EditTypes.String;
     this.uclShelfNO.Location        = new System.Drawing.Point(8, 10);
     this.uclShelfNO.MaxLength       = 6;
     this.uclShelfNO.Multiline       = false;
     this.uclShelfNO.Name            = "uclShelfNO";
     this.uclShelfNO.PasswordChar    = '\0';
     this.uclShelfNO.ReadOnly        = false;
     this.uclShelfNO.ShowCheckBox    = false;
     this.uclShelfNO.Size            = new System.Drawing.Size(170, 24);
     this.uclShelfNO.TabIndex        = 19;
     this.uclShelfNO.TabNext         = true;
     this.uclShelfNO.Value           = "";
     this.uclShelfNO.WidthType       = UserControl.WidthTypes.Normal;
     this.uclShelfNO.XAlign          = 45;
     this.uclShelfNO.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uclShelfNO_TxtboxKeyPress);
     //
     // ucbCancel
     //
     this.ucbCancel.BackColor       = System.Drawing.SystemColors.Control;
     this.ucbCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucbCancel.BackgroundImage")));
     this.ucbCancel.ButtonType      = UserControl.ButtonTypes.Refresh;
     this.ucbCancel.Caption         = "刷新";
     this.ucbCancel.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucbCancel.Location        = new System.Drawing.Point(309, 10);
     this.ucbCancel.Name            = "ucbCancel";
     this.ucbCancel.Size            = new System.Drawing.Size(88, 22);
     this.ucbCancel.TabIndex        = 21;
     this.ucbCancel.Click          += new System.EventHandler(this.ucbCancel_Click);
     //
     // ucbBurnOut
     //
     this.ucbBurnOut.BackColor       = System.Drawing.SystemColors.Control;
     this.ucbBurnOut.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucbBurnOut.BackgroundImage")));
     this.ucbBurnOut.ButtonType      = UserControl.ButtonTypes.None;
     this.ucbBurnOut.Caption         = "Burn Out";
     this.ucbBurnOut.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucbBurnOut.Location        = new System.Drawing.Point(202, 10);
     this.ucbBurnOut.Name            = "ucbBurnOut";
     this.ucbBurnOut.Size            = new System.Drawing.Size(88, 22);
     this.ucbBurnOut.TabIndex        = 20;
     this.ucbBurnOut.Click          += new System.EventHandler(this.ucbBurnOut_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblResidual);
     this.groupBox1.Controls.Add(this.lblUsed);
     this.groupBox1.Controls.Add(this.lblTotal);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 37);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(640, 37);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     //
     // lblResidual
     //
     this.lblResidual.Location = new System.Drawing.Point(293, 15);
     this.lblResidual.Name     = "lblResidual";
     this.lblResidual.Size     = new System.Drawing.Size(47, 15);
     this.lblResidual.TabIndex = 24;
     //
     // lblUsed
     //
     this.lblUsed.Location = new System.Drawing.Point(180, 15);
     this.lblUsed.Name     = "lblUsed";
     this.lblUsed.Size     = new System.Drawing.Size(47, 15);
     this.lblUsed.TabIndex = 23;
     //
     // lblTotal
     //
     this.lblTotal.Location = new System.Drawing.Point(53, 15);
     this.lblTotal.Name     = "lblTotal";
     this.lblTotal.Size     = new System.Drawing.Size(47, 15);
     this.lblTotal.TabIndex = 22;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(240, 15);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(60, 15);
     this.label4.TabIndex = 21;
     this.label4.Text     = "空余车位:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(127, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 15);
     this.label2.TabIndex = 20;
     this.label2.Text     = "使用车位:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(46, 15);
     this.label3.TabIndex = 19;
     this.label3.Text     = "总车位:";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtAutoRefresh);
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.ucbBurnOut);
     this.panel1.Controls.Add(this.uclShelfNO);
     this.panel1.Controls.Add(this.ucbCancel);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 403);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(640, 74);
     this.panel1.TabIndex = 23;
     //
     // txtAutoRefresh
     //
     this.txtAutoRefresh.AllowEditOnlyChecked = true;
     this.txtAutoRefresh.Caption                 = "自动刷新";
     this.txtAutoRefresh.Checked                 = false;
     this.txtAutoRefresh.EditType                = UserControl.EditTypes.Integer;
     this.txtAutoRefresh.Location                = new System.Drawing.Point(420, 10);
     this.txtAutoRefresh.MaxLength               = 40;
     this.txtAutoRefresh.Multiline               = false;
     this.txtAutoRefresh.Name                    = "txtAutoRefresh";
     this.txtAutoRefresh.PasswordChar            = '\0';
     this.txtAutoRefresh.ReadOnly                = false;
     this.txtAutoRefresh.ShowCheckBox            = true;
     this.txtAutoRefresh.Size                    = new System.Drawing.Size(127, 24);
     this.txtAutoRefresh.TabIndex                = 28;
     this.txtAutoRefresh.TabNext                 = false;
     this.txtAutoRefresh.Value                   = "";
     this.txtAutoRefresh.WidthType               = UserControl.WidthTypes.Tiny;
     this.txtAutoRefresh.XAlign                  = 497;
     this.txtAutoRefresh.TxtboxKeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txtAutoRefresh_TxtboxKeyPress);
     this.txtAutoRefresh.CheckBoxCheckedChanged += new System.EventHandler(this.txtAutoRefresh_CheckBoxCheckedChanged);
     //
     // splitter2
     //
     this.splitter2.Location = new System.Drawing.Point(0, 0);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(2, 37);
     this.splitter2.TabIndex = 23;
     this.splitter2.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ultraGrid2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(420, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(220, 403);
     this.panel2.TabIndex = 24;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.splitter1);
     this.panel3.Controls.Add(this.ultraGrid1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(640, 477);
     this.panel3.TabIndex = 19;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 477);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // FBurnOut
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(640, 477);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Name  = "FBurnOut";
     this.Text  = "FBurnOut";
     this.Load += new System.EventHandler(this.FBurnOut_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #26
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FFeederMaintain));
     this.panel1 = new System.Windows.Forms.Panel();
     this.cboOperationMessage = new System.Windows.Forms.ComboBox();
     this.cboAnalyseReason    = new System.Windows.Forms.ComboBox();
     this.lblOperationMessage = new System.Windows.Forms.Label();
     this.lblAnalyseReason    = new System.Windows.Forms.Label();
     this.ucBtnExit           = new UserControl.UCButton();
     this.btnOK            = new UserControl.UCButton();
     this.chkScrapFlag     = new System.Windows.Forms.CheckBox();
     this.txtReturnReason  = new UserControl.UCLabelEdit();
     this.txtFeederNo      = new UserControl.UCLabelEdit();
     this.rdoAnalyse       = new System.Windows.Forms.RadioButton();
     this.rdoAdjust        = new System.Windows.Forms.RadioButton();
     this.rdoTakeCare      = new System.Windows.Forms.RadioButton();
     this.gridList         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cboOperationMessage);
     this.panel1.Controls.Add(this.cboAnalyseReason);
     this.panel1.Controls.Add(this.lblOperationMessage);
     this.panel1.Controls.Add(this.lblAnalyseReason);
     this.panel1.Controls.Add(this.ucBtnExit);
     this.panel1.Controls.Add(this.btnOK);
     this.panel1.Controls.Add(this.chkScrapFlag);
     this.panel1.Controls.Add(this.txtReturnReason);
     this.panel1.Controls.Add(this.txtFeederNo);
     this.panel1.Controls.Add(this.rdoAnalyse);
     this.panel1.Controls.Add(this.rdoAdjust);
     this.panel1.Controls.Add(this.rdoTakeCare);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 402);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(821, 183);
     this.panel1.TabIndex = 0;
     //
     // cboOperationMessage
     //
     this.cboOperationMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOperationMessage.Location      = new System.Drawing.Point(96, 111);
     this.cboOperationMessage.Name          = "cboOperationMessage";
     this.cboOperationMessage.Size          = new System.Drawing.Size(495, 21);
     this.cboOperationMessage.TabIndex      = 19;
     this.cboOperationMessage.Leave        += new System.EventHandler(this.cboOperationMessage_Leave);
     this.cboOperationMessage.Enter        += new System.EventHandler(this.cboOperationMessage_Enter);
     //
     // cboAnalyseReason
     //
     this.cboAnalyseReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAnalyseReason.Location      = new System.Drawing.Point(96, 80);
     this.cboAnalyseReason.Name          = "cboAnalyseReason";
     this.cboAnalyseReason.Size          = new System.Drawing.Size(495, 21);
     this.cboAnalyseReason.TabIndex      = 18;
     this.cboAnalyseReason.Leave        += new System.EventHandler(this.cboAnalyseReason_Leave);
     this.cboAnalyseReason.Enter        += new System.EventHandler(this.cboAnalyseReason_Enter);
     //
     // lblOperationMessage
     //
     this.lblOperationMessage.AutoSize = true;
     this.lblOperationMessage.Location = new System.Drawing.Point(24, 114);
     this.lblOperationMessage.Name     = "lblOperationMessage";
     this.lblOperationMessage.Size     = new System.Drawing.Size(55, 13);
     this.lblOperationMessage.TabIndex = 17;
     this.lblOperationMessage.Text     = "解决方法";
     //
     // lblAnalyseReason
     //
     this.lblAnalyseReason.AutoSize = true;
     this.lblAnalyseReason.Location = new System.Drawing.Point(24, 82);
     this.lblAnalyseReason.Name     = "lblAnalyseReason";
     this.lblAnalyseReason.Size     = new System.Drawing.Size(55, 13);
     this.lblAnalyseReason.TabIndex = 16;
     this.lblAnalyseReason.Text     = "原因分析";
     //
     // 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(376, 152);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 15;
     //
     // btnOK
     //
     this.btnOK.BackColor       = System.Drawing.SystemColors.Control;
     this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
     this.btnOK.ButtonType      = UserControl.ButtonTypes.None;
     this.btnOK.Caption         = "确定";
     this.btnOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnOK.Location        = new System.Drawing.Point(232, 152);
     this.btnOK.Name            = "btnOK";
     this.btnOK.Size            = new System.Drawing.Size(88, 22);
     this.btnOK.TabIndex        = 14;
     this.btnOK.TabStop         = false;
     this.btnOK.Click          += new System.EventHandler(this.btnOK_Click);
     //
     // chkScrapFlag
     //
     this.chkScrapFlag.Location = new System.Drawing.Point(644, 48);
     this.chkScrapFlag.Name     = "chkScrapFlag";
     this.chkScrapFlag.Size     = new System.Drawing.Size(94, 24);
     this.chkScrapFlag.TabIndex = 8;
     this.chkScrapFlag.Text     = "是否报废";
     //
     // txtReturnReason
     //
     this.txtReturnReason.AllowEditOnlyChecked = true;
     this.txtReturnReason.Caption      = "退回原因";
     this.txtReturnReason.Checked      = false;
     this.txtReturnReason.EditType     = UserControl.EditTypes.String;
     this.txtReturnReason.Enabled      = false;
     this.txtReturnReason.Location     = new System.Drawing.Point(330, 48);
     this.txtReturnReason.MaxLength    = 40;
     this.txtReturnReason.Multiline    = false;
     this.txtReturnReason.Name         = "txtReturnReason";
     this.txtReturnReason.PasswordChar = '\0';
     this.txtReturnReason.ReadOnly     = false;
     this.txtReturnReason.ShowCheckBox = false;
     this.txtReturnReason.Size         = new System.Drawing.Size(261, 26);
     this.txtReturnReason.TabIndex     = 5;
     this.txtReturnReason.TabNext      = false;
     this.txtReturnReason.Value        = "";
     this.txtReturnReason.WidthType    = UserControl.WidthTypes.Long;
     this.txtReturnReason.XAlign       = 391;
     //
     // txtFeederNo
     //
     this.txtFeederNo.AllowEditOnlyChecked = true;
     this.txtFeederNo.Caption         = "Feeder编号";
     this.txtFeederNo.Checked         = false;
     this.txtFeederNo.EditType        = UserControl.EditTypes.String;
     this.txtFeederNo.Location        = new System.Drawing.Point(23, 48);
     this.txtFeederNo.MaxLength       = 40;
     this.txtFeederNo.Multiline       = false;
     this.txtFeederNo.Name            = "txtFeederNo";
     this.txtFeederNo.PasswordChar    = '\0';
     this.txtFeederNo.ReadOnly        = false;
     this.txtFeederNo.ShowCheckBox    = false;
     this.txtFeederNo.Size            = new System.Drawing.Size(273, 26);
     this.txtFeederNo.TabIndex        = 4;
     this.txtFeederNo.TabNext         = false;
     this.txtFeederNo.Value           = "";
     this.txtFeederNo.WidthType       = UserControl.WidthTypes.Long;
     this.txtFeederNo.XAlign          = 96;
     this.txtFeederNo.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFeederNo_TxtboxKeyPress);
     //
     // rdoAnalyse
     //
     this.rdoAnalyse.Location        = new System.Drawing.Point(170, 16);
     this.rdoAnalyse.Name            = "rdoAnalyse";
     this.rdoAnalyse.Size            = new System.Drawing.Size(59, 24);
     this.rdoAnalyse.TabIndex        = 2;
     this.rdoAnalyse.Text            = "分析";
     this.rdoAnalyse.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged);
     //
     // rdoAdjust
     //
     this.rdoAdjust.Location        = new System.Drawing.Point(96, 16);
     this.rdoAdjust.Name            = "rdoAdjust";
     this.rdoAdjust.Size            = new System.Drawing.Size(67, 24);
     this.rdoAdjust.TabIndex        = 1;
     this.rdoAdjust.Text            = "校正";
     this.rdoAdjust.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged);
     //
     // rdoTakeCare
     //
     this.rdoTakeCare.Checked         = true;
     this.rdoTakeCare.Location        = new System.Drawing.Point(24, 16);
     this.rdoTakeCare.Name            = "rdoTakeCare";
     this.rdoTakeCare.Size            = new System.Drawing.Size(65, 24);
     this.rdoTakeCare.TabIndex        = 0;
     this.rdoTakeCare.TabStop         = true;
     this.rdoTakeCare.Text            = "保养";
     this.rdoTakeCare.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged);
     //
     // gridList
     //
     this.gridList.Cursor     = System.Windows.Forms.Cursors.Default;
     this.gridList.DataSource = this.ultraDataSource1;
     this.gridList.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridList.Location   = new System.Drawing.Point(0, 10);
     this.gridList.Name       = "gridList";
     this.gridList.Size       = new System.Drawing.Size(821, 392);
     this.gridList.TabIndex   = 3;
     //
     // FFeederMaintain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(821, 585);
     this.Controls.Add(this.gridList);
     this.Controls.Add(this.panel1);
     this.Name    = "FFeederMaintain";
     this.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
     this.Text    = "Feeder维护";
     this.Load   += new System.EventHandler(this.FFeederMaintain_Load);
     this.Closed += new System.EventHandler(this.FFeederMaintain_Closed);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     this.ResumeLayout(false);
 }
Example #27
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);
 }
Example #28
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager              resources        = new System.Resources.ResourceManager(typeof(FSSChoose));
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
     this.ucBtnExit = new UserControl.UCButton();
     this.ucBtnOK   = new UserControl.UCButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dataGrid  = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
     this.SuspendLayout();
     //
     // ucBtnExit
     //
     this.ucBtnExit.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(278, 353);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 2;
     //
     // ucBtnOK
     //
     this.ucBtnOK.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(134, 353);
     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);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.dataGrid);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(634, 336);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "选择生产线";
     //
     // dataGrid
     //
     this.dataGrid.Cursor            = System.Windows.Forms.Cursors.Default;
     ultraGridColumn1.Header.Caption = "生产线代码";
     ultraGridColumn1.Width          = 150;
     ultraGridColumn2.Header.Caption = "生产线描述";
     ultraGridColumn2.Width          = 200;
     ultraGridColumn3.Header.Caption = "所属工段";
     ultraGridColumn3.Width          = 150;
     ultraGridBand1.Columns.Add(ultraGridColumn1);
     ultraGridBand1.Columns.Add(ultraGridColumn2);
     ultraGridBand1.Columns.Add(ultraGridColumn3);
     ultraGridBand1.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     this.dataGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.dataGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGrid.Location = new System.Drawing.Point(3, 17);
     this.dataGrid.Name     = "dataGrid";
     this.dataGrid.Size     = new System.Drawing.Size(628, 316);
     this.dataGrid.TabIndex = 7;
     //
     // FSSChoose
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(643, 384);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ucBtnOK);
     this.Controls.Add(this.ucBtnExit);
     this.Name    = "FSSChoose";
     this.Text    = "产线选择";
     this.Load   += new System.EventHandler(this.FSSChoose_Load);
     this.Closed += new System.EventHandler(this.FSSChoose_Closed);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
     this.ResumeLayout(false);
 }
Example #29
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);
 }
Example #30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectReject));
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     this.panel1          = new System.Windows.Forms.Panel();
     this.errorCodeSelect = new UserControl.UCErrorCodeSelect();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.txtMO           = new UserControl.UCLabelEdit();
     this.txtItem         = new UserControl.UCLabelEdit();
     this.cbxOutLine      = new UserControl.UCLabelCombox();
     this.panelButton     = new System.Windows.Forms.Panel();
     this.btnSave         = new UserControl.UCButton();
     this.txtNum          = new UserControl.UCLabelEdit();
     this.btnClear        = new UserControl.UCButton();
     this.btnOutPut       = new UserControl.UCButton();
     this.lstMessages     = new System.Windows.Forms.ListBox();
     this.txtMEMO         = new UserControl.UCLabelEdit();
     this.txtRunningCard  = new UserControl.UCLabelEdit();
     this.btnExit         = new UserControl.UCButton();
     this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ultraOptionSet2 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panelButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.errorCodeSelect);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 61);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(832, 264);
     this.panel1.TabIndex = 163;
     //
     // errorCodeSelect
     //
     this.errorCodeSelect.AddButtonTop           = 94;
     this.errorCodeSelect.BackColor              = System.Drawing.Color.Gainsboro;
     this.errorCodeSelect.CanInput               = true;
     this.errorCodeSelect.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.errorCodeSelect.Location               = new System.Drawing.Point(0, 0);
     this.errorCodeSelect.Name                   = "errorCodeSelect";
     this.errorCodeSelect.RemoveButtonTop        = 175;
     this.errorCodeSelect.SelectedErrorCodeGroup = null;
     this.errorCodeSelect.Size                   = new System.Drawing.Size(832, 264);
     this.errorCodeSelect.TabIndex               = 0;
     this.errorCodeSelect.EndErrorCodeInput     += new System.EventHandler(this.errorCodeSelect_EndErrorCodeInput);
     this.errorCodeSelect.Resize                += new System.EventHandler(this.errorCodeSelect_Resize);
     this.errorCodeSelect.SelectedIndexChanged  += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtMO);
     this.groupBox1.Controls.Add(this.txtItem);
     this.groupBox1.Controls.Add(this.cbxOutLine);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(832, 61);
     this.groupBox1.TabIndex = 162;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "产品信息";
     //
     // txtMO
     //
     this.txtMO.AllowEditOnlyChecked = true;
     this.txtMO.Caption      = "工单";
     this.txtMO.Checked      = false;
     this.txtMO.EditType     = UserControl.EditTypes.String;
     this.txtMO.Location     = new System.Drawing.Point(453, 22);
     this.txtMO.MaxLength    = 40;
     this.txtMO.Multiline    = false;
     this.txtMO.Name         = "txtMO";
     this.txtMO.PasswordChar = '\0';
     this.txtMO.ReadOnly     = true;
     this.txtMO.ShowCheckBox = false;
     this.txtMO.Size         = new System.Drawing.Size(170, 24);
     this.txtMO.TabIndex     = 14;
     this.txtMO.TabNext      = true;
     this.txtMO.Value        = "";
     this.txtMO.WidthType    = UserControl.WidthTypes.Normal;
     this.txtMO.XAlign       = 490;
     //
     // txtItem
     //
     this.txtItem.AllowEditOnlyChecked = true;
     this.txtItem.Caption      = "产品";
     this.txtItem.Checked      = false;
     this.txtItem.EditType     = UserControl.EditTypes.String;
     this.txtItem.Location     = new System.Drawing.Point(265, 22);
     this.txtItem.MaxLength    = 40;
     this.txtItem.Multiline    = false;
     this.txtItem.Name         = "txtItem";
     this.txtItem.PasswordChar = '\0';
     this.txtItem.ReadOnly     = true;
     this.txtItem.ShowCheckBox = false;
     this.txtItem.Size         = new System.Drawing.Size(170, 24);
     this.txtItem.TabIndex     = 13;
     this.txtItem.TabNext      = true;
     this.txtItem.Value        = "";
     this.txtItem.WidthType    = UserControl.WidthTypes.Normal;
     this.txtItem.XAlign       = 302;
     //
     // cbxOutLine
     //
     this.cbxOutLine.AllowEditOnlyChecked = true;
     this.cbxOutLine.Caption       = "线外工序";
     this.cbxOutLine.Checked       = false;
     this.cbxOutLine.Location      = new System.Drawing.Point(33, 22);
     this.cbxOutLine.Name          = "cbxOutLine";
     this.cbxOutLine.SelectedIndex = -1;
     this.cbxOutLine.ShowCheckBox  = true;
     this.cbxOutLine.Size          = new System.Drawing.Size(210, 24);
     this.cbxOutLine.TabIndex      = 11;
     this.cbxOutLine.WidthType     = UserControl.WidthTypes.Normal;
     this.cbxOutLine.XAlign        = 110;
     //
     // panelButton
     //
     this.panelButton.Controls.Add(this.btnSave);
     this.panelButton.Controls.Add(this.txtNum);
     this.panelButton.Controls.Add(this.btnClear);
     this.panelButton.Controls.Add(this.btnOutPut);
     this.panelButton.Controls.Add(this.lstMessages);
     this.panelButton.Controls.Add(this.txtMEMO);
     this.panelButton.Controls.Add(this.txtRunningCard);
     this.panelButton.Controls.Add(this.btnExit);
     this.panelButton.Controls.Add(this.ultraOptionSet1);
     this.panelButton.Controls.Add(this.ultraOptionSet2);
     this.panelButton.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelButton.Location = new System.Drawing.Point(0, 325);
     this.panelButton.Name     = "panelButton";
     this.panelButton.Size     = new System.Drawing.Size(832, 208);
     this.panelButton.TabIndex = 160;
     //
     // btnSave
     //
     this.btnSave.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.ButtonType      = UserControl.ButtonTypes.Save;
     this.btnSave.Caption         = "保存";
     this.btnSave.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Enabled         = false;
     this.btnSave.Location        = new System.Drawing.Point(500, 37);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(88, 22);
     this.btnSave.TabIndex        = 278;
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // txtNum
     //
     this.txtNum.AllowEditOnlyChecked = true;
     this.txtNum.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNum.Caption      = "批退个数";
     this.txtNum.Checked      = false;
     this.txtNum.EditType     = UserControl.EditTypes.String;
     this.txtNum.Location     = new System.Drawing.Point(686, 178);
     this.txtNum.MaxLength    = 40;
     this.txtNum.Multiline    = false;
     this.txtNum.Name         = "txtNum";
     this.txtNum.PasswordChar = '\0';
     this.txtNum.ReadOnly     = false;
     this.txtNum.ShowCheckBox = false;
     this.txtNum.Size         = new System.Drawing.Size(161, 24);
     this.txtNum.TabIndex     = 277;
     this.txtNum.TabNext      = true;
     this.txtNum.Value        = "0";
     this.txtNum.WidthType    = UserControl.WidthTypes.Small;
     this.txtNum.XAlign       = 747;
     //
     // btnClear
     //
     this.btnClear.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClear.BackColor       = System.Drawing.SystemColors.Control;
     this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage")));
     this.btnClear.ButtonType      = UserControl.ButtonTypes.None;
     this.btnClear.Caption         = "清空";
     this.btnClear.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnClear.Location        = new System.Drawing.Point(719, 136);
     this.btnClear.Name            = "btnClear";
     this.btnClear.Size            = new System.Drawing.Size(88, 22);
     this.btnClear.TabIndex        = 276;
     this.btnClear.Click          += new System.EventHandler(this.btnClear_Click);
     //
     // btnOutPut
     //
     this.btnOutPut.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOutPut.BackColor       = System.Drawing.SystemColors.Control;
     this.btnOutPut.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOutPut.BackgroundImage")));
     this.btnOutPut.ButtonType      = UserControl.ButtonTypes.None;
     this.btnOutPut.Caption         = "导出";
     this.btnOutPut.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnOutPut.Location        = new System.Drawing.Point(719, 106);
     this.btnOutPut.Name            = "btnOutPut";
     this.btnOutPut.Size            = new System.Drawing.Size(88, 22);
     this.btnOutPut.TabIndex        = 275;
     this.btnOutPut.Click          += new System.EventHandler(this.btnOutPut_Click);
     //
     // lstMessages
     //
     this.lstMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstMessages.Location = new System.Drawing.Point(7, 84);
     this.lstMessages.Name     = "lstMessages";
     this.lstMessages.Size     = new System.Drawing.Size(685, 108);
     this.lstMessages.TabIndex = 273;
     //
     // txtMEMO
     //
     this.txtMEMO.AllowEditOnlyChecked = true;
     this.txtMEMO.Caption      = "备注";
     this.txtMEMO.Checked      = false;
     this.txtMEMO.EditType     = UserControl.EditTypes.String;
     this.txtMEMO.Location     = new System.Drawing.Point(7, 37);
     this.txtMEMO.MaxLength    = 40;
     this.txtMEMO.Multiline    = false;
     this.txtMEMO.Name         = "txtMEMO";
     this.txtMEMO.PasswordChar = '\0';
     this.txtMEMO.ReadOnly     = false;
     this.txtMEMO.ShowCheckBox = false;
     this.txtMEMO.Size         = new System.Drawing.Size(237, 24);
     this.txtMEMO.TabIndex     = 9;
     this.txtMEMO.TabNext      = true;
     this.txtMEMO.Value        = "";
     this.txtMEMO.WidthType    = UserControl.WidthTypes.Long;
     this.txtMEMO.XAlign       = 44;
     //
     // txtRunningCard
     //
     this.txtRunningCard.AllowEditOnlyChecked = true;
     this.txtRunningCard.Caption         = "产品序列号";
     this.txtRunningCard.Checked         = false;
     this.txtRunningCard.EditType        = UserControl.EditTypes.String;
     this.txtRunningCard.Location        = new System.Drawing.Point(265, 37);
     this.txtRunningCard.MaxLength       = 40;
     this.txtRunningCard.Multiline       = false;
     this.txtRunningCard.Name            = "txtRunningCard";
     this.txtRunningCard.PasswordChar    = '\0';
     this.txtRunningCard.ReadOnly        = false;
     this.txtRunningCard.ShowCheckBox    = false;
     this.txtRunningCard.Size            = new System.Drawing.Size(206, 24);
     this.txtRunningCard.TabIndex        = 7;
     this.txtRunningCard.TabNext         = true;
     this.txtRunningCard.Value           = "";
     this.txtRunningCard.WidthType       = UserControl.WidthTypes.Normal;
     this.txtRunningCard.XAlign          = 338;
     this.txtRunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRunningCard_TxtboxKeyPress);
     //
     // btnExit
     //
     this.btnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.btnExit.Caption         = "退出";
     this.btnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnExit.Location        = new System.Drawing.Point(604, 37);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 4;
     //
     // ultraOptionSet1
     //
     appearance1.FontData.BoldAsString = "False";
     this.ultraOptionSet1.Appearance   = appearance1;
     this.ultraOptionSet1.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraOptionSet1.CheckedIndex = 0;
     valueListItem1.DataValue          = "ValueListItem0";
     valueListItem1.DisplayText        = "批退";
     valueListItem2.DataValue          = "ValueListItem1";
     valueListItem2.DisplayText        = "取消批退";
     this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.ultraOptionSet1.Location    = new System.Drawing.Point(233, 8);
     this.ultraOptionSet1.Name        = "ultraOptionSet1";
     this.ultraOptionSet1.Size        = new System.Drawing.Size(100, 15);
     this.ultraOptionSet1.TabIndex    = 274;
     this.ultraOptionSet1.Text        = "批退";
     this.ultraOptionSet1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraOptionSet1.Visible     = false;
     //
     // ultraOptionSet2
     //
     appearance3.FontData.BoldAsString = "False";
     this.ultraOptionSet2.Appearance   = appearance3;
     this.ultraOptionSet2.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraOptionSet2.CheckedIndex = 1;
     valueListItem3.DataValue          = "ValueListItem0";
     valueListItem3.DisplayText        = "批号";
     valueListItem4.DataValue          = "ValueListItem1";
     valueListItem4.DisplayText        = "产品序列号";
     valueListItem5.DataValue          = "ValueListItem2";
     valueListItem5.DisplayText        = "Carton";
     valueListItem6.DataValue          = "ValueListItem3";
     valueListItem6.DisplayText        = "栈板";
     this.ultraOptionSet2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem4,
         valueListItem5,
         valueListItem6
     });
     this.ultraOptionSet2.Location    = new System.Drawing.Point(13, 8);
     this.ultraOptionSet2.Name        = "ultraOptionSet2";
     this.ultraOptionSet2.Size        = new System.Drawing.Size(200, 15);
     this.ultraOptionSet2.TabIndex    = 272;
     this.ultraOptionSet2.Text        = "产品序列号";
     this.ultraOptionSet2.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraOptionSet2.Visible     = false;
     //
     // FCollectReject
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize    = new System.Drawing.Size(832, 533);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panelButton);
     this.Name       = "FCollectReject";
     this.Text       = "批退采集";
     this.Closed    += new System.EventHandler(this.FCollectReject_Closed);
     this.Activated += new System.EventHandler(this.FCollectReject_Activated);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panelButton.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).EndInit();
     this.ResumeLayout(false);
 }