namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2702 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2702)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.UserSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.UJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UJobsId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode(); this.btnViewApprover = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.cboRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cboAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblScrapType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkScrapTypeOne = new System.Windows.Forms.CheckBox(); this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser(); ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).BeginInit(); this.SuspendLayout(); // // lblBarCode // this.lblBarCode.AutoSize = true; this.lblBarCode.BackColor = System.Drawing.Color.Transparent; this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblBarCode.IsMustInput = true; this.lblBarCode.Location = new System.Drawing.Point(12, 16); this.lblBarCode.Name = "lblBarCode"; this.lblBarCode.Size = new System.Drawing.Size(53, 12); this.lblBarCode.TabIndex = 0; this.lblBarCode.Text = "产品条码"; // // lblGoodsCode // this.lblGoodsCode.AutoSize = true; this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent; this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoodsCode.Location = new System.Drawing.Point(216, 16); this.lblGoodsCode.Name = "lblGoodsCode"; this.lblGoodsCode.Size = new System.Drawing.Size(53, 12); this.lblGoodsCode.TabIndex = 15; this.lblGoodsCode.Text = "产品编码"; // // txtGoodsCode // this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGoodsCode.Enabled = false; this.txtGoodsCode.ErrorMessage = ""; this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGoodsCode.Location = new System.Drawing.Point(275, 12); this.txtGoodsCode.MaxLength = 70; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(140, 21); this.txtGoodsCode.TabIndex = 16; // // lblScrapDate // this.lblScrapDate.AutoSize = true; this.lblScrapDate.BackColor = System.Drawing.Color.Transparent; this.lblScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblScrapDate.ForeColor = System.Drawing.SystemColors.ControlText; this.lblScrapDate.Location = new System.Drawing.Point(420, 15); this.lblScrapDate.Name = "lblScrapDate"; this.lblScrapDate.Size = new System.Drawing.Size(53, 12); this.lblScrapDate.TabIndex = 25; this.lblScrapDate.Text = "损坯日期"; // // dtpScrapDate // this.dtpScrapDate.CustomFormat = "yyyy-MM-dd"; this.dtpScrapDate.Enabled = false; this.dtpScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpScrapDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpScrapDate.Location = new System.Drawing.Point(479, 12); this.dtpScrapDate.Name = "dtpScrapDate"; this.dtpScrapDate.Size = new System.Drawing.Size(140, 21); this.dtpScrapDate.TabIndex = 2; // // lblRreason // this.lblRreason.AutoSize = true; this.lblRreason.BackColor = System.Drawing.Color.Transparent; this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRreason.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblRreason.IsMustInput = true; this.lblRreason.Location = new System.Drawing.Point(125, 354); this.lblRreason.Name = "lblRreason"; this.lblRreason.Size = new System.Drawing.Size(53, 12); this.lblRreason.TabIndex = 31; this.lblRreason.Text = "损坯原因"; // // lblRemarks // this.lblRemarks.AutoSize = true; this.lblRemarks.BackColor = System.Drawing.Color.Transparent; this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRemarks.Location = new System.Drawing.Point(32, 380); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 32; this.lblRemarks.Text = "备注"; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(67, 377); this.txtRemarks.MaxLength = 70; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(552, 59); this.txtRemarks.TabIndex = 7; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(442, 442); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 8; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(533, 442); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblResponsible // this.lblResponsible.AutoSize = true; this.lblResponsible.BackColor = System.Drawing.Color.Transparent; this.lblResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblResponsible.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblResponsible.IsMustInput = true; this.lblResponsible.Location = new System.Drawing.Point(10, 143); this.lblResponsible.Name = "lblResponsible"; this.lblResponsible.Size = new System.Drawing.Size(53, 12); this.lblResponsible.TabIndex = 36; this.lblResponsible.Text = "责任员工"; // // dgvResponsible // this.dgvResponsible.AllowUserToAddRows = false; this.dgvResponsible.AllowUserToDeleteRows = false; this.dgvResponsible.AllowUserToModifyRows = true; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvResponsible.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvResponsible.Anchor = System.Windows.Forms.AnchorStyles.None; this.dgvResponsible.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvResponsible.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvResponsible.CellHeight = 23; this.dgvResponsible.ChildNodeColumnName = null; this.dgvResponsible.ChildNodeColumnText = null; this.dgvResponsible.ColumnDeep = 1; this.dgvResponsible.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvResponsible.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; this.dgvResponsible.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvResponsible.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.UserSelected, this.UJobsName, this.StaffCode, this.Staffname, this.Jobs, this.JobsId, this.StaffID, this.StaffStatus, this.UJobsId}); this.dgvResponsible.ColumnTreeView = null; this.dgvResponsible.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvResponsible.DynamicColumnName = ""; this.dgvResponsible.EnableHeadersVisualStyles = false; this.dgvResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvResponsible.FormatQuantityColumns = null; this.dgvResponsible.HorizontalMergeColumn = null; this.dgvResponsible.IsAutoCountSum = true; this.dgvResponsible.IsAutoResizeColumns = false; this.dgvResponsible.IsClickF12 = false; this.dgvResponsible.IsOpenMergeCellFlag = false; this.dgvResponsible.IsSubTotalFlag = false; this.dgvResponsible.IsTopDeep = false; this.dgvResponsible.Location = new System.Drawing.Point(69, 93); this.dgvResponsible.MergeColumnNames = null; this.dgvResponsible.MergeDetailColumnNames = null; this.dgvResponsible.MergeDetailOnlyColumn = null; this.dgvResponsible.MergeOnlyColumn = null; this.dgvResponsible.Name = "dgvResponsible"; this.dgvResponsible.RefreshAtHscroll = false; this.dgvResponsible.RowHeadersWidth = 50; this.dgvResponsible.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvResponsible.RowsDefaultCellStyle = dataGridViewCellStyle9; this.dgvResponsible.RowTemplate.Height = 21; this.dgvResponsible.Size = new System.Drawing.Size(548, 252); this.dgvResponsible.SortOrderColumnName = null; this.dgvResponsible.TabIndex = 5; this.dgvResponsible.Tag = true; this.dgvResponsible.TotalSumColumns = null; this.dgvResponsible.ViewRowFilter = ""; // // UserSelected // this.UserSelected.DataPropertyName = "UserSelected"; this.UserSelected.FalseValue = "0"; this.UserSelected.HeaderText = "选择"; this.UserSelected.Name = "UserSelected"; this.UserSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.UserSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.UserSelected.TrueValue = "1"; // // UJobsName // this.UJobsName.DataPropertyName = "UJobsName"; this.UJobsName.HeaderText = "工号工种"; this.UJobsName.Name = "UJobsName"; this.UJobsName.ReadOnly = true; // // StaffCode // this.StaffCode.DataPropertyName = "StaffCode"; this.StaffCode.HeaderText = "员工编号"; this.StaffCode.Name = "StaffCode"; this.StaffCode.ReadOnly = true; // // Staffname // this.Staffname.DataPropertyName = "Staffname"; this.Staffname.HeaderText = "员工姓名"; this.Staffname.Name = "Staffname"; this.Staffname.ReadOnly = true; // // Jobs // this.Jobs.DataPropertyName = "Jobsname"; this.Jobs.HeaderText = "员工工种"; this.Jobs.Name = "Jobs"; this.Jobs.ReadOnly = true; // // JobsId // this.JobsId.DataPropertyName = "Jobs"; this.JobsId.HeaderText = "员工工种ID"; this.JobsId.Name = "JobsId"; this.JobsId.ReadOnly = true; this.JobsId.Visible = false; // // StaffID // this.StaffID.DataPropertyName = "StaffID"; this.StaffID.HeaderText = "员工ID"; this.StaffID.Name = "StaffID"; this.StaffID.ReadOnly = true; this.StaffID.Visible = false; // // StaffStatus // this.StaffStatus.DataPropertyName = "StaffStatus"; this.StaffStatus.HeaderText = "员工状态"; this.StaffStatus.Name = "StaffStatus"; this.StaffStatus.ReadOnly = true; this.StaffStatus.Visible = false; // // UJobsId // this.UJobsId.DataPropertyName = "UJobsId"; this.UJobsId.HeaderText = "工号工种ID"; this.UJobsId.Name = "UJobsId"; this.UJobsId.Visible = false; // // txtBarCode // this.txtBarCode.BackColor = System.Drawing.SystemColors.Window; this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarCode.ErrorMessage = ""; this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBarCode.Location = new System.Drawing.Point(70, 12); this.txtBarCode.MaxLength = 11; this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(140, 21); this.txtBarCode.TabIndex = 1; this.txtBarCode.TextValue = ""; this.txtBarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtBarCode_Validating); // // btnViewApprover // this.btnViewApprover.BackColor = System.Drawing.Color.Transparent; this.btnViewApprover.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnViewApprover.BackgroundImage"))); this.btnViewApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnViewApprover.ForeColor = System.Drawing.Color.White; this.btnViewApprover.Location = new System.Drawing.Point(419, 64); this.btnViewApprover.Name = "btnViewApprover"; this.btnViewApprover.Size = new System.Drawing.Size(84, 25); this.btnViewApprover.TabIndex = 10; this.btnViewApprover.Text = "查看审核(&R)"; this.btnViewApprover.UseVisualStyleBackColor = false; this.btnViewApprover.Visible = false; this.btnViewApprover.Click += new System.EventHandler(this.btnViewApprover_Click); // // lblGroutingLine // this.lblGroutingLine.AutoSize = true; this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingLine.Location = new System.Drawing.Point(22, 42); this.lblGroutingLine.Name = "lblGroutingLine"; this.lblGroutingLine.Size = new System.Drawing.Size(41, 12); this.lblGroutingLine.TabIndex = 39; this.lblGroutingLine.Text = "成型线"; // // lblMouldCode // this.lblMouldCode.AutoSize = true; this.lblMouldCode.BackColor = System.Drawing.Color.Transparent; this.lblMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMouldCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblMouldCode.Location = new System.Drawing.Point(216, 42); this.lblMouldCode.Name = "lblMouldCode"; this.lblMouldCode.Size = new System.Drawing.Size(53, 12); this.lblMouldCode.TabIndex = 41; this.lblMouldCode.Text = "模具编号"; // // txtMouldCode // this.txtMouldCode.BackColor = System.Drawing.SystemColors.Window; this.txtMouldCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMouldCode.Enabled = false; this.txtMouldCode.ErrorMessage = ""; this.txtMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMouldCode.Location = new System.Drawing.Point(275, 39); this.txtMouldCode.MaxLength = 70; this.txtMouldCode.Name = "txtMouldCode"; this.txtMouldCode.Size = new System.Drawing.Size(140, 21); this.txtMouldCode.TabIndex = 42; // // lblGroutingUser // this.lblGroutingUser.AutoSize = true; this.lblGroutingUser.BackColor = System.Drawing.Color.Transparent; this.lblGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingUser.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingUser.Location = new System.Drawing.Point(420, 42); this.lblGroutingUser.Name = "lblGroutingUser"; this.lblGroutingUser.Size = new System.Drawing.Size(53, 12); this.lblGroutingUser.TabIndex = 43; this.lblGroutingUser.Text = "成型工号"; // // txtGroutingUser // this.txtGroutingUser.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingUser.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingUser.Enabled = false; this.txtGroutingUser.ErrorMessage = ""; this.txtGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingUser.Location = new System.Drawing.Point(479, 39); this.txtGroutingUser.MaxLength = 70; this.txtGroutingUser.Name = "txtGroutingUser"; this.txtGroutingUser.Size = new System.Drawing.Size(140, 21); this.txtGroutingUser.TabIndex = 44; // // txtGroutingLine // this.txtGroutingLine.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingLine.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLine.Enabled = false; this.txtGroutingLine.ErrorMessage = ""; this.txtGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLine.Location = new System.Drawing.Point(70, 39); this.txtGroutingLine.MaxLength = 70; this.txtGroutingLine.Name = "txtGroutingLine"; this.txtGroutingLine.Size = new System.Drawing.Size(140, 21); this.txtGroutingLine.TabIndex = 45; // // cboRreason // this.cboRreason.BackColor = System.Drawing.SystemColors.Window; this.cboRreason.BackgroundColor = System.Drawing.SystemColors.Window; this.cboRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboRreason.FormattingEnabled = true; this.cboRreason.Location = new System.Drawing.Point(184, 351); this.cboRreason.Name = "cboRreason"; this.cboRreason.Size = new System.Drawing.Size(433, 20); this.cboRreason.TabIndex = 46; // // lblAuditStatus // this.lblAuditStatus.AutoSize = true; this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent; this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAuditStatus.Location = new System.Drawing.Point(216, 70); this.lblAuditStatus.Name = "lblAuditStatus"; this.lblAuditStatus.Size = new System.Drawing.Size(53, 12); this.lblAuditStatus.TabIndex = 32; this.lblAuditStatus.Text = "审核状态"; // // cboAuditStatus // this.cboAuditStatus.BackColor = System.Drawing.SystemColors.Window; this.cboAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window; this.cboAuditStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboAuditStatus.FormattingEnabled = true; this.cboAuditStatus.Location = new System.Drawing.Point(275, 67); this.cboAuditStatus.Name = "cboAuditStatus"; this.cboAuditStatus.Size = new System.Drawing.Size(140, 20); this.cboAuditStatus.TabIndex = 47; // // lblScrapType // this.lblScrapType.AutoSize = true; this.lblScrapType.BackColor = System.Drawing.Color.Transparent; this.lblScrapType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblScrapType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblScrapType.Location = new System.Drawing.Point(12, 354); this.lblScrapType.Name = "lblScrapType"; this.lblScrapType.Size = new System.Drawing.Size(53, 12); this.lblScrapType.TabIndex = 48; this.lblScrapType.Text = "报损类型"; // // chkScrapTypeOne // this.chkScrapTypeOne.AutoSize = true; this.chkScrapTypeOne.Checked = true; this.chkScrapTypeOne.CheckState = System.Windows.Forms.CheckState.Checked; this.chkScrapTypeOne.Location = new System.Drawing.Point(71, 353); this.chkScrapTypeOne.Name = "chkScrapTypeOne"; this.chkScrapTypeOne.Size = new System.Drawing.Size(48, 16); this.chkScrapTypeOne.TabIndex = 49; this.chkScrapTypeOne.Text = "开模"; this.chkScrapTypeOne.UseVisualStyleBackColor = true; this.chkScrapTypeOne.CheckedChanged += new System.EventHandler(this.chkScrapTypeOne_CheckedChanged); // // lblUser // this.lblUser.AutoSize = true; this.lblUser.BackColor = System.Drawing.Color.Transparent; this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblUser.IsMustInput = true; this.lblUser.Location = new System.Drawing.Point(10, 70); this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(53, 12); this.lblUser.TabIndex = 53; this.lblUser.Text = "责任工号"; // // scbUser // this.scbUser.CheckedData = null; this.scbUser.IsWorker = false; this.scbUser.Location = new System.Drawing.Point(69, 66); this.scbUser.Name = "scbUser"; this.scbUser.Size = new System.Drawing.Size(141, 21); this.scbUser.TabIndex = 52; this.scbUser.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbUser_TextValueChanged); // // F_PM_2702 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(632, 496); this.Controls.Add(this.lblUser); this.Controls.Add(this.scbUser); this.Controls.Add(this.chkScrapTypeOne); this.Controls.Add(this.lblScrapType); this.Controls.Add(this.cboAuditStatus); this.Controls.Add(this.cboRreason); this.Controls.Add(this.txtGroutingLine); this.Controls.Add(this.txtGroutingUser); this.Controls.Add(this.lblGroutingUser); this.Controls.Add(this.txtMouldCode); this.Controls.Add(this.lblMouldCode); this.Controls.Add(this.lblGroutingLine); this.Controls.Add(this.btnViewApprover); this.Controls.Add(this.txtBarCode); this.Controls.Add(this.dgvResponsible); this.Controls.Add(this.lblResponsible); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.lblAuditStatus); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.lblRreason); this.Controls.Add(this.dtpScrapDate); this.Controls.Add(this.lblScrapDate); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.lblGoodsCode); this.Controls.Add(this.lblBarCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_2702"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "F_PM_2702"; this.Load += new System.EventHandler(this.F_PM_2702_Load); this.Controls.SetChildIndex(this.lblBarCode, 0); this.Controls.SetChildIndex(this.lblGoodsCode, 0); this.Controls.SetChildIndex(this.txtGoodsCode, 0); this.Controls.SetChildIndex(this.lblScrapDate, 0); this.Controls.SetChildIndex(this.dtpScrapDate, 0); this.Controls.SetChildIndex(this.lblRreason, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.lblAuditStatus, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.lblResponsible, 0); this.Controls.SetChildIndex(this.dgvResponsible, 0); this.Controls.SetChildIndex(this.txtBarCode, 0); this.Controls.SetChildIndex(this.btnViewApprover, 0); this.Controls.SetChildIndex(this.lblGroutingLine, 0); this.Controls.SetChildIndex(this.lblMouldCode, 0); this.Controls.SetChildIndex(this.txtMouldCode, 0); this.Controls.SetChildIndex(this.lblGroutingUser, 0); this.Controls.SetChildIndex(this.txtGroutingUser, 0); this.Controls.SetChildIndex(this.txtGroutingLine, 0); this.Controls.SetChildIndex(this.cboRreason, 0); this.Controls.SetChildIndex(this.cboAuditStatus, 0); this.Controls.SetChildIndex(this.lblScrapType, 0); this.Controls.SetChildIndex(this.chkScrapTypeOne, 0); this.Controls.SetChildIndex(this.scbUser, 0); this.Controls.SetChildIndex(this.lblUser, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblBarCode; private Basics.BaseControls.C_Label lblGoodsCode; private Basics.BaseControls.C_TextBox txtGoodsCode; private Basics.BaseControls.C_Label lblScrapDate; private Basics.BaseControls.C_DateTimePicker dtpScrapDate; private Basics.BaseControls.C_Label lblRreason; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Label lblResponsible; private Basics.BaseControls.C_DataGridView dgvResponsible; private Basics.BaseControls.C_TXT_BarCode txtBarCode; private Basics.BaseControls.C_Button btnViewApprover; private Basics.BaseControls.C_Label lblGroutingLine; private Basics.BaseControls.C_Label lblMouldCode; private Basics.BaseControls.C_TextBox txtMouldCode; private Basics.BaseControls.C_Label lblGroutingUser; private Basics.BaseControls.C_TextBox txtGroutingUser; private Basics.BaseControls.C_TextBox txtGroutingLine; private Basics.BaseControls.C_ComboBox cboRreason; private Basics.BaseControls.C_Label lblAuditStatus; private Basics.BaseControls.C_ComboBox cboAuditStatus; private Basics.BaseControls.C_Label lblScrapType; private System.Windows.Forms.CheckBox chkScrapTypeOne; private System.Windows.Forms.DataGridViewCheckBoxColumn UserSelected; private System.Windows.Forms.DataGridViewTextBoxColumn UJobsName; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn Staffname; private System.Windows.Forms.DataGridViewTextBoxColumn Jobs; private System.Windows.Forms.DataGridViewTextBoxColumn JobsId; private System.Windows.Forms.DataGridViewTextBoxColumn StaffID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus; private System.Windows.Forms.DataGridViewTextBoxColumn UJobsId; private Basics.BaseControls.C_Label lblUser; private Controls.SearchBox.ScbUser scbUser; } }