namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_1102
{
///
/// 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_1102));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblResponProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtScrapDate = 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.cbResponProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
this.btnViewApprover = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblScrapFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtScrapFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
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.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblCompleteProcdure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtCompleteProcdure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
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;
//
// lblProductionLineName
//
this.lblProductionLineName.AutoSize = true;
this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblProductionLineName.Location = new System.Drawing.Point(432, 16);
this.lblProductionLineName.Name = "lblProductionLineName";
this.lblProductionLineName.Size = new System.Drawing.Size(41, 12);
this.lblProductionLineName.TabIndex = 17;
this.lblProductionLineName.Text = "生产线";
//
// txtProductionLineName
//
this.txtProductionLineName.BackColor = System.Drawing.SystemColors.Window;
this.txtProductionLineName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtProductionLineName.Enabled = false;
this.txtProductionLineName.ErrorMessage = "";
this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProductionLineName.Location = new System.Drawing.Point(479, 12);
this.txtProductionLineName.MaxLength = 70;
this.txtProductionLineName.Name = "txtProductionLineName";
this.txtProductionLineName.Size = new System.Drawing.Size(139, 21);
this.txtProductionLineName.TabIndex = 18;
//
// lblResponProcedure
//
this.lblResponProcedure.AutoSize = true;
this.lblResponProcedure.BackColor = System.Drawing.Color.Transparent;
this.lblResponProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblResponProcedure.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblResponProcedure.Location = new System.Drawing.Point(10, 69);
this.lblResponProcedure.Name = "lblResponProcedure";
this.lblResponProcedure.Size = new System.Drawing.Size(53, 12);
this.lblResponProcedure.TabIndex = 19;
this.lblResponProcedure.Text = "损坯工序";
//
// 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(216, 69);
this.lblScrapDate.Name = "lblScrapDate";
this.lblScrapDate.Size = new System.Drawing.Size(53, 12);
this.lblScrapDate.TabIndex = 25;
this.lblScrapDate.Text = "损坯日期";
//
// txtScrapDate
//
this.txtScrapDate.CustomFormat = "yyyy-MM-dd";
this.txtScrapDate.Enabled = false;
this.txtScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtScrapDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtScrapDate.Location = new System.Drawing.Point(275, 66);
this.txtScrapDate.Name = "txtScrapDate";
this.txtScrapDate.Size = new System.Drawing.Size(140, 21);
this.txtScrapDate.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(10, 327);
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(34, 357);
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(66, 357);
this.txtRemarks.MaxLength = 70;
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(548, 53);
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.SystemColors.ControlText;
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;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvResponsible.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
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;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvResponsible.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
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(66, 119);
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;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvResponsible.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvResponsible.RowTemplate.Height = 21;
this.dgvResponsible.Size = new System.Drawing.Size(548, 200);
this.dgvResponsible.SortOrderColumnName = null;
this.dgvResponsible.TabIndex = 5;
this.dgvResponsible.Tag = true;
this.dgvResponsible.TotalSumColumns = null;
this.dgvResponsible.ViewRowFilter = "";
//
// 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";
//
// 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;
//
// cbResponProcedure
//
this.cbResponProcedure.BackColor = System.Drawing.SystemColors.Window;
this.cbResponProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
this.cbResponProcedure.DataSource = null;
this.cbResponProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbResponProcedure.FormattingEnabled = true;
//
//
//
this.cbResponProcedure.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbResponProcedure.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbResponProcedure.ListBox.Location = new System.Drawing.Point(0, 0);
this.cbResponProcedure.ListBox.Name = "";
this.cbResponProcedure.ListBox.Size = new System.Drawing.Size(138, 136);
this.cbResponProcedure.ListBox.TabIndex = 0;
this.cbResponProcedure.Location = new System.Drawing.Point(69, 66);
this.cbResponProcedure.Name = "cbResponProcedure";
this.cbResponProcedure.Size = new System.Drawing.Size(140, 20);
this.cbResponProcedure.TabIndex = 3;
this.cbResponProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.cbResponProcedure_Validating);
//
// 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.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
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(66, 441);
this.btnViewApprover.Name = "btnViewApprover";
this.btnViewApprover.Size = new System.Drawing.Size(85, 30);
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);
//
// lblScrapFine
//
this.lblScrapFine.AutoSize = true;
this.lblScrapFine.BackColor = System.Drawing.Color.Transparent;
this.lblScrapFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblScrapFine.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblScrapFine.Location = new System.Drawing.Point(216, 96);
this.lblScrapFine.Name = "lblScrapFine";
this.lblScrapFine.Size = new System.Drawing.Size(53, 12);
this.lblScrapFine.TabIndex = 37;
this.lblScrapFine.Text = "报废扣罚";
//
// txtScrapFine
//
this.txtScrapFine.BackColor = System.Drawing.SystemColors.Window;
this.txtScrapFine.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtScrapFine.EditingControlFormattedValue = "";
this.txtScrapFine.ErrorMessage = "";
this.txtScrapFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtScrapFine.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtScrapFine.Location = new System.Drawing.Point(275, 93);
this.txtScrapFine.MaxLength = 4;
this.txtScrapFine.MaxValue = new decimal(new int[] {
9999,
0,
0,
0});
this.txtScrapFine.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.txtScrapFine.Name = "txtScrapFine";
this.txtScrapFine.Number = new System.Drawing.Point(0, 0);
this.txtScrapFine.Size = new System.Drawing.Size(140, 21);
this.txtScrapFine.TabIndex = 38;
this.txtScrapFine.TextValue = "";
//
// 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;
//
// cmbRreason
//
this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbRreason.FormattingEnabled = true;
this.cmbRreason.Location = new System.Drawing.Point(67, 325);
this.cmbRreason.Name = "cmbRreason";
this.cmbRreason.Size = new System.Drawing.Size(547, 20);
this.cmbRreason.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(9, 418);
this.lblAuditStatus.Name = "lblAuditStatus";
this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
this.lblAuditStatus.TabIndex = 32;
this.lblAuditStatus.Text = "审核状态";
//
// cmbAuditStatus
//
this.cmbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
this.cmbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbAuditStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbAuditStatus.FormattingEnabled = true;
this.cmbAuditStatus.Location = new System.Drawing.Point(66, 417);
this.cmbAuditStatus.Name = "cmbAuditStatus";
this.cmbAuditStatus.Size = new System.Drawing.Size(144, 20);
this.cmbAuditStatus.TabIndex = 47;
//
// lblCompleteProcdure
//
this.lblCompleteProcdure.AutoSize = true;
this.lblCompleteProcdure.BackColor = System.Drawing.Color.Transparent;
this.lblCompleteProcdure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCompleteProcdure.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblCompleteProcdure.Location = new System.Drawing.Point(9, 96);
this.lblCompleteProcdure.Name = "lblCompleteProcdure";
this.lblCompleteProcdure.Size = new System.Drawing.Size(53, 12);
this.lblCompleteProcdure.TabIndex = 19;
this.lblCompleteProcdure.Text = "完成工序";
//
// txtCompleteProcdure
//
this.txtCompleteProcdure.BackColor = System.Drawing.SystemColors.Control;
this.txtCompleteProcdure.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtCompleteProcdure.Enabled = false;
this.txtCompleteProcdure.ErrorMessage = "";
this.txtCompleteProcdure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCompleteProcdure.Location = new System.Drawing.Point(70, 92);
this.txtCompleteProcdure.MaxLength = 70;
this.txtCompleteProcdure.Name = "txtCompleteProcdure";
this.txtCompleteProcdure.ReadOnly = true;
this.txtCompleteProcdure.Size = new System.Drawing.Size(140, 21);
this.txtCompleteProcdure.TabIndex = 45;
//
// 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.SystemColors.ControlText;
this.lblUser.Location = new System.Drawing.Point(421, 72);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(53, 12);
this.lblUser.TabIndex = 49;
this.lblUser.Text = "责任工号";
//
// scbUser
//
this.scbUser.CheckedData = null;
this.scbUser.IsWorker = false;
this.scbUser.Location = new System.Drawing.Point(479, 66);
this.scbUser.Name = "scbUser";
this.scbUser.Size = new System.Drawing.Size(140, 21);
this.scbUser.TabIndex = 48;
this.scbUser.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbUser_TextValueChanged);
//
// F_PM_1102
//
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(627, 496);
this.Controls.Add(this.lblUser);
this.Controls.Add(this.scbUser);
this.Controls.Add(this.cmbAuditStatus);
this.Controls.Add(this.cmbRreason);
this.Controls.Add(this.txtCompleteProcdure);
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.txtScrapFine);
this.Controls.Add(this.lblScrapFine);
this.Controls.Add(this.btnViewApprover);
this.Controls.Add(this.txtBarCode);
this.Controls.Add(this.cbResponProcedure);
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.txtScrapDate);
this.Controls.Add(this.lblScrapDate);
this.Controls.Add(this.lblCompleteProcdure);
this.Controls.Add(this.lblResponProcedure);
this.Controls.Add(this.txtProductionLineName);
this.Controls.Add(this.lblProductionLineName);
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_1102";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "F_PM_1102";
this.Load += new System.EventHandler(this.F_PM_1102_Load);
this.Controls.SetChildIndex(this.lblBarCode, 0);
this.Controls.SetChildIndex(this.lblGoodsCode, 0);
this.Controls.SetChildIndex(this.txtGoodsCode, 0);
this.Controls.SetChildIndex(this.lblProductionLineName, 0);
this.Controls.SetChildIndex(this.txtProductionLineName, 0);
this.Controls.SetChildIndex(this.lblResponProcedure, 0);
this.Controls.SetChildIndex(this.lblCompleteProcdure, 0);
this.Controls.SetChildIndex(this.lblScrapDate, 0);
this.Controls.SetChildIndex(this.txtScrapDate, 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.cbResponProcedure, 0);
this.Controls.SetChildIndex(this.txtBarCode, 0);
this.Controls.SetChildIndex(this.btnViewApprover, 0);
this.Controls.SetChildIndex(this.lblScrapFine, 0);
this.Controls.SetChildIndex(this.txtScrapFine, 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.txtCompleteProcdure, 0);
this.Controls.SetChildIndex(this.cmbRreason, 0);
this.Controls.SetChildIndex(this.cmbAuditStatus, 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 lblProductionLineName;
private Basics.BaseControls.C_TextBox txtProductionLineName;
private Basics.BaseControls.C_Label lblResponProcedure;
private Basics.BaseControls.C_Label lblScrapDate;
private Basics.BaseControls.C_DateTimePicker txtScrapDate;
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.DKListBoxComboBox cbResponProcedure;
private Basics.BaseControls.C_TXT_BarCode txtBarCode;
private Basics.BaseControls.C_Button btnViewApprover;
private Basics.BaseControls.C_Label lblScrapFine;
private Basics.BaseControls.C_DGV_Digital txtScrapFine;
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 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_ComboBox cmbRreason;
private Basics.BaseControls.C_Label lblAuditStatus;
private Basics.BaseControls.C_ComboBox cmbAuditStatus;
private Basics.BaseControls.C_Label lblCompleteProcdure;
private Basics.BaseControls.C_TextBox txtCompleteProcdure;
private Basics.BaseControls.C_Label lblUser;
private Controls.SearchBox.ScbUser scbUser;
}
}