Пример #1
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);
 }
Пример #2
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);
 }
Пример #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);
 }
Пример #4
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);
 }
Пример #5
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);
 }
Пример #6
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);
 }
Пример #7
0
        //Bind产品别下拉列表
        private void BindModel(BenQGuru.eMES.Common.Domain.IDomainDataProvider provider, UserControl.UCLabelCombox cbx)
        {
            cbx.ComboBoxData.Items.Clear();
            this.cbxItemCode.ComboBoxData.Items.Clear();
            this.txtItemDesc.InnerTextBox.Text = string.Empty;

            //只列出可入库的产品别
            object[] objs = new BenQGuru.eMES.Material.InventoryFacade(this.DataProvider).GetInventoryModel();
            if (objs != null)
            {
                foreach (object obj in objs)
                {
                    BenQGuru.eMES.Domain.MOModel.Model model = obj as BenQGuru.eMES.Domain.MOModel.Model;
                    if (model != null)
                    {
                        cbx.AddItem(model.ModelCode, model.ModelCode);
                    }
                }
            }
        }
Пример #8
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);
 }
Пример #9
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);
 }
Пример #10
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);
 }