namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_3203 { /// /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3203)); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dgvMissStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lvPic = new System.Windows.Forms.ListView(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dropDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components); this.lblDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dropDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components); this.lblDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblJobs = 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.odlgFile = new System.Windows.Forms.OpenFileDialog(); this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblMissUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dropDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.dropMissUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbDefectDeduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.chkDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.tabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).BeginInit(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // tabControl2 // this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None; this.tabControl2.Controls.Add(this.tabPage3); this.tabControl2.Controls.Add(this.tabPage1); this.tabControl2.Controls.Add(this.tabPage4); this.tabControl2.Location = new System.Drawing.Point(6, 160); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(728, 177); this.tabControl2.TabIndex = 2; // // tabPage3 // this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg; this.tabPage3.Controls.Add(this.dgvDefectStaff); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(720, 151); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "责任员工"; this.tabPage3.UseVisualStyleBackColor = true; // // dgvDefectStaff // this.dgvDefectStaff.AllowUserToAddRows = false; this.dgvDefectStaff.AllowUserToDeleteRows = false; this.dgvDefectStaff.AllowUserToModifyRows = true; this.dgvDefectStaff.AllowUserToOrderColumns = true; dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefectStaff.CellHeight = 23; this.dgvDefectStaff.ChildNodeColumnName = null; this.dgvDefectStaff.ChildNodeColumnText = null; this.dgvDefectStaff.ColumnDeep = 1; this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.chkSelected, this.StaffCode, this.StaffName, this.StaffID, this.StaffStatus, this.StaffTempCount}); this.dgvDefectStaff.ColumnTreeView = null; this.dgvDefectStaff.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.dgvDefectStaff.DynamicColumnName = ""; this.dgvDefectStaff.EnableHeadersVisualStyles = false; this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefectStaff.IsAutoCountSum = true; this.dgvDefectStaff.IsAutoResizeColumns = false; this.dgvDefectStaff.IsClickF12 = false; this.dgvDefectStaff.IsSubTotalFlag = false; this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3); this.dgvDefectStaff.MultiSelect = false; this.dgvDefectStaff.Name = "dgvDefectStaff"; this.dgvDefectStaff.RefreshAtHscroll = false; this.dgvDefectStaff.RowHeadersWidth = 50; this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle15; this.dgvDefectStaff.RowTemplate.Height = 25; this.dgvDefectStaff.Size = new System.Drawing.Size(717, 145); this.dgvDefectStaff.SortOrderColumnName = null; this.dgvDefectStaff.TabIndex = 0; this.dgvDefectStaff.Tag = true; this.dgvDefectStaff.TotalSumColumns = null; this.dgvDefectStaff.ViewRowFilter = ""; // // chkSelected // this.chkSelected.DataPropertyName = "IsSelected"; this.chkSelected.FalseValue = "0"; this.chkSelected.FillWeight = 60F; this.chkSelected.HeaderText = "选择"; this.chkSelected.Name = "chkSelected"; this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.chkSelected.TrueValue = "1"; this.chkSelected.Width = 60; // // StaffCode // this.StaffCode.DataPropertyName = "StaffCode"; this.StaffCode.HeaderText = "员工编号"; this.StaffCode.Name = "StaffCode"; // // StaffName // this.StaffName.DataPropertyName = "StaffName"; this.StaffName.HeaderText = "员工名称"; this.StaffName.Name = "StaffName"; // // StaffID // this.StaffID.DataPropertyName = "StaffID"; this.StaffID.HeaderText = "员工ID"; this.StaffID.Name = "StaffID"; this.StaffID.Visible = false; // // StaffStatus // this.StaffStatus.DataPropertyName = "StaffStatus"; this.StaffStatus.HeaderText = "员工状态"; this.StaffStatus.Name = "StaffStatus"; this.StaffStatus.Visible = false; // // StaffTempCount // this.StaffTempCount.DataPropertyName = "StaffTempCount"; this.StaffTempCount.HeaderText = "唯一标识"; this.StaffTempCount.Name = "StaffTempCount"; this.StaffTempCount.Visible = false; // // tabPage1 // this.tabPage1.Controls.Add(this.dgvMissStaff); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(720, 151); this.tabPage1.TabIndex = 2; this.tabPage1.Text = "漏检责任员工"; this.tabPage1.UseVisualStyleBackColor = true; // // dgvMissStaff // this.dgvMissStaff.AllowUserToAddRows = false; this.dgvMissStaff.AllowUserToDeleteRows = false; this.dgvMissStaff.AllowUserToModifyRows = true; dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvMissStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; this.dgvMissStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvMissStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvMissStaff.CellHeight = 23; this.dgvMissStaff.ChildNodeColumnName = null; this.dgvMissStaff.ChildNodeColumnText = null; this.dgvMissStaff.ColumnDeep = 1; this.dgvMissStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvMissStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17; this.dgvMissStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvMissStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewCheckBoxColumn1, this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5}); this.dgvMissStaff.ColumnTreeView = null; this.dgvMissStaff.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.dgvMissStaff.DynamicColumnName = ""; this.dgvMissStaff.EnableHeadersVisualStyles = false; this.dgvMissStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvMissStaff.IsAutoCountSum = true; this.dgvMissStaff.IsAutoResizeColumns = false; this.dgvMissStaff.IsClickF12 = false; this.dgvMissStaff.IsSubTotalFlag = false; this.dgvMissStaff.Location = new System.Drawing.Point(2, 3); this.dgvMissStaff.MultiSelect = false; this.dgvMissStaff.Name = "dgvMissStaff"; this.dgvMissStaff.RefreshAtHscroll = false; this.dgvMissStaff.RowHeadersWidth = 50; this.dgvMissStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvMissStaff.RowsDefaultCellStyle = dataGridViewCellStyle18; this.dgvMissStaff.RowTemplate.Height = 25; this.dgvMissStaff.Size = new System.Drawing.Size(717, 145); this.dgvMissStaff.SortOrderColumnName = null; this.dgvMissStaff.TabIndex = 1; this.dgvMissStaff.Tag = true; this.dgvMissStaff.TotalSumColumns = null; this.dgvMissStaff.ViewRowFilter = ""; // // dataGridViewCheckBoxColumn1 // this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsSelected"; this.dataGridViewCheckBoxColumn1.FalseValue = "0"; this.dataGridViewCheckBoxColumn1.FillWeight = 60F; this.dataGridViewCheckBoxColumn1.HeaderText = "选择"; this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewCheckBoxColumn1.TrueValue = "1"; this.dataGridViewCheckBoxColumn1.Width = 60; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "StaffCode"; this.dataGridViewTextBoxColumn1.HeaderText = "员工编号"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "StaffName"; this.dataGridViewTextBoxColumn2.HeaderText = "员工名称"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "StaffID"; this.dataGridViewTextBoxColumn3.HeaderText = "员工ID"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.Visible = false; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "StaffStatus"; this.dataGridViewTextBoxColumn4.HeaderText = "员工状态"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Visible = false; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "StaffTempCount"; this.dataGridViewTextBoxColumn5.HeaderText = "唯一标识"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Visible = false; // // tabPage4 // this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg; this.tabPage4.Controls.Add(this.btnUpload); this.tabPage4.Controls.Add(this.btnDelete); this.tabPage4.Controls.Add(this.lvPic); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(720, 151); this.tabPage4.TabIndex = 1; this.tabPage4.Text = "缺陷图片"; this.tabPage4.UseVisualStyleBackColor = true; // // btnUpload // this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnUpload.BackColor = System.Drawing.Color.Transparent; this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage"))); this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnUpload.ForeColor = System.Drawing.Color.White; this.btnUpload.Location = new System.Drawing.Point(632, 82); this.btnUpload.Name = "btnUpload"; this.btnUpload.Size = new System.Drawing.Size(85, 33); this.btnUpload.TabIndex = 116; this.btnUpload.Text = "上传"; this.btnUpload.UseVisualStyleBackColor = false; this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.BackColor = System.Drawing.Color.Transparent; this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage"))); this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.Location = new System.Drawing.Point(632, 43); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 33); this.btnDelete.TabIndex = 115; this.btnDelete.Text = "删除"; this.btnDelete.UseVisualStyleBackColor = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // lvPic // this.lvPic.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.lvPic.Location = new System.Drawing.Point(3, 6); this.lvPic.Name = "lvPic"; this.lvPic.Size = new System.Drawing.Size(628, 139); this.lvPic.TabIndex = 112; this.lvPic.UseCompatibleStateImageBehavior = false; // // 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(556, 343); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "保存"; 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(647, 343); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblDuty // this.lblDuty.AutoSize = true; this.lblDuty.BackColor = System.Drawing.Color.Transparent; this.lblDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDuty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblDuty.IsMustInput = true; this.lblDuty.Location = new System.Drawing.Point(28, 14); this.lblDuty.Name = "lblDuty"; this.lblDuty.Size = new System.Drawing.Size(29, 12); this.lblDuty.TabIndex = 4; this.lblDuty.Text = "缺陷"; // // dropDuty // this.dropDuty.BackColor = System.Drawing.SystemColors.Window; this.dropDuty.BackgroundColor = System.Drawing.SystemColors.Window; this.dropDuty.DataSource = null; this.dropDuty.DisplayMember = null; this.dropDuty.ErrorMessage = ""; this.dropDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDuty.IsSetPosition = false; this.dropDuty.Location = new System.Drawing.Point(63, 10); this.dropDuty.Name = "dropDuty"; this.dropDuty.PromptBackColor = System.Drawing.Color.Snow; this.dropDuty.PromptForeColor = System.Drawing.Color.Gray; this.dropDuty.SelectedValue = ""; this.dropDuty.Size = new System.Drawing.Size(160, 21); this.dropDuty.TabIndex = 6; this.dropDuty.ValueMember = null; this.dropDuty.Validating += new System.ComponentModel.CancelEventHandler(this.dropDuty_Validating); // // lblDefectLocation // this.lblDefectLocation.AutoSize = true; this.lblDefectLocation.BackColor = System.Drawing.Color.Transparent; this.lblDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDefectLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblDefectLocation.IsMustInput = true; this.lblDefectLocation.Location = new System.Drawing.Point(229, 14); this.lblDefectLocation.Name = "lblDefectLocation"; this.lblDefectLocation.Size = new System.Drawing.Size(53, 12); this.lblDefectLocation.TabIndex = 7; this.lblDefectLocation.Text = "缺陷位置"; // // dropDefectLocation // this.dropDefectLocation.BackColor = System.Drawing.SystemColors.Window; this.dropDefectLocation.BackgroundColor = System.Drawing.SystemColors.Window; this.dropDefectLocation.DataSource = null; this.dropDefectLocation.DisplayMember = null; this.dropDefectLocation.ErrorMessage = ""; this.dropDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDefectLocation.IsSetPosition = false; this.dropDefectLocation.Location = new System.Drawing.Point(288, 10); this.dropDefectLocation.Name = "dropDefectLocation"; this.dropDefectLocation.PromptBackColor = System.Drawing.Color.Snow; this.dropDefectLocation.PromptForeColor = System.Drawing.Color.Gray; this.dropDefectLocation.SelectedValue = ""; this.dropDefectLocation.Size = new System.Drawing.Size(160, 21); this.dropDefectLocation.TabIndex = 8; this.dropDefectLocation.ValueMember = null; this.dropDefectLocation.Validating += new System.ComponentModel.CancelEventHandler(this.dropDefectLocation_Validating); // // lblDutyProcedure // this.lblDutyProcedure.AutoSize = true; this.lblDutyProcedure.BackColor = System.Drawing.Color.Transparent; this.lblDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDutyProcedure.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDutyProcedure.Location = new System.Drawing.Point(4, 41); this.lblDutyProcedure.Name = "lblDutyProcedure"; this.lblDutyProcedure.Size = new System.Drawing.Size(53, 12); this.lblDutyProcedure.TabIndex = 9; this.lblDutyProcedure.Text = "责任工序"; // // lblDutyUser // this.lblDutyUser.AutoSize = true; this.lblDutyUser.BackColor = System.Drawing.Color.Transparent; this.lblDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDutyUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblDutyUser.IsMustInput = true; this.lblDutyUser.Location = new System.Drawing.Point(229, 41); this.lblDutyUser.Name = "lblDutyUser"; this.lblDutyUser.Size = new System.Drawing.Size(53, 12); this.lblDutyUser.TabIndex = 11; this.lblDutyUser.Text = "责任工号"; // // lblJobs // this.lblJobs.AutoSize = true; this.lblJobs.BackColor = System.Drawing.Color.Transparent; this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblJobs.IsMustInput = true; this.lblJobs.Location = new System.Drawing.Point(4, 68); this.lblJobs.Name = "lblJobs"; this.lblJobs.Size = new System.Drawing.Size(53, 12); this.lblJobs.TabIndex = 13; this.lblJobs.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(28, 123); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 15; 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(63, 120); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(385, 33); this.txtRemarks.TabIndex = 16; this.txtRemarks.TextValue = ""; // // odlgFile // this.odlgFile.FileName = "openFileDialog1"; // // lblDefectFine // this.lblDefectFine.AutoSize = true; this.lblDefectFine.BackColor = System.Drawing.Color.Transparent; this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDefectFine.Location = new System.Drawing.Point(229, 68); this.lblDefectFine.Name = "lblDefectFine"; this.lblDefectFine.Size = new System.Drawing.Size(53, 12); this.lblDefectFine.TabIndex = 22; this.lblDefectFine.Text = "缺陷扣罚"; // // cmbDefectFine // this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window; this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbDefectFine.FormattingEnabled = true; this.cmbDefectFine.Location = new System.Drawing.Point(288, 65); this.cmbDefectFine.Name = "cmbDefectFine"; this.cmbDefectFine.Size = new System.Drawing.Size(160, 20); this.cmbDefectFine.TabIndex = 21; // // lblMissUser // this.lblMissUser.AutoSize = true; this.lblMissUser.BackColor = System.Drawing.Color.Transparent; this.lblMissUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMissUser.ForeColor = System.Drawing.SystemColors.ControlText; this.lblMissUser.Location = new System.Drawing.Point(4, 96); this.lblMissUser.Name = "lblMissUser"; this.lblMissUser.Size = new System.Drawing.Size(53, 12); this.lblMissUser.TabIndex = 23; this.lblMissUser.Text = "漏检工号"; // // dropDutyProcedure // this.dropDutyProcedure.BackColor = System.Drawing.SystemColors.Window; this.dropDutyProcedure.BackgroundColor = System.Drawing.SystemColors.Window; this.dropDutyProcedure.DataSource = null; this.dropDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDutyProcedure.FormattingEnabled = true; // // // this.dropDutyProcedure.ListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dropDutyProcedure.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDutyProcedure.ListBox.IntegralHeight = false; this.dropDutyProcedure.ListBox.Location = new System.Drawing.Point(0, 0); this.dropDutyProcedure.ListBox.Name = ""; this.dropDutyProcedure.ListBox.Size = new System.Drawing.Size(158, 136); this.dropDutyProcedure.ListBox.TabIndex = 0; this.dropDutyProcedure.Location = new System.Drawing.Point(63, 38); this.dropDutyProcedure.Name = "dropDutyProcedure"; this.dropDutyProcedure.Size = new System.Drawing.Size(160, 20); this.dropDutyProcedure.TabIndex = 26; this.dropDutyProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyProcedure_Validating); // // dropDutyUser // this.dropDutyUser.BackColor = System.Drawing.SystemColors.Window; this.dropDutyUser.BackgroundColor = System.Drawing.SystemColors.Window; this.dropDutyUser.DataSource = null; this.dropDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDutyUser.FormattingEnabled = true; // // // this.dropDutyUser.ListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dropDutyUser.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropDutyUser.ListBox.IntegralHeight = false; this.dropDutyUser.ListBox.Location = new System.Drawing.Point(0, 0); this.dropDutyUser.ListBox.Name = ""; this.dropDutyUser.ListBox.Size = new System.Drawing.Size(158, 136); this.dropDutyUser.ListBox.TabIndex = 0; this.dropDutyUser.Location = new System.Drawing.Point(288, 37); this.dropDutyUser.Name = "dropDutyUser"; this.dropDutyUser.Size = new System.Drawing.Size(160, 20); this.dropDutyUser.TabIndex = 28; this.dropDutyUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyUser_Validating); // // dropJobs // this.dropJobs.BackColor = System.Drawing.SystemColors.Window; this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window; this.dropJobs.DataSource = null; this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropJobs.FormattingEnabled = true; // // // this.dropJobs.ListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dropJobs.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropJobs.ListBox.IntegralHeight = false; this.dropJobs.ListBox.Location = new System.Drawing.Point(0, 0); this.dropJobs.ListBox.Name = ""; this.dropJobs.ListBox.Size = new System.Drawing.Size(158, 136); this.dropJobs.ListBox.TabIndex = 0; this.dropJobs.Location = new System.Drawing.Point(63, 64); this.dropJobs.Name = "dropJobs"; this.dropJobs.Size = new System.Drawing.Size(160, 20); this.dropJobs.TabIndex = 30; this.dropJobs.Validating += new System.ComponentModel.CancelEventHandler(this.dropJobs_Validating); // // dropMissUser // this.dropMissUser.BackColor = System.Drawing.SystemColors.Window; this.dropMissUser.BackgroundColor = System.Drawing.SystemColors.Window; this.dropMissUser.DataSource = null; this.dropMissUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropMissUser.FormattingEnabled = true; // // // this.dropMissUser.ListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dropMissUser.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropMissUser.ListBox.IntegralHeight = false; this.dropMissUser.ListBox.Location = new System.Drawing.Point(0, 0); this.dropMissUser.ListBox.Name = ""; this.dropMissUser.ListBox.Size = new System.Drawing.Size(158, 136); this.dropMissUser.ListBox.TabIndex = 0; this.dropMissUser.Location = new System.Drawing.Point(63, 90); this.dropMissUser.Name = "dropMissUser"; this.dropMissUser.Size = new System.Drawing.Size(160, 20); this.dropMissUser.TabIndex = 32; this.dropMissUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropMissUser_Validating); // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(240, 93); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(41, 12); this.c_Label1.TabIndex = 22; this.c_Label1.Text = "扣除数"; // // cmbDefectDeduction // this.cmbDefectDeduction.BackColor = System.Drawing.SystemColors.Window; this.cmbDefectDeduction.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbDefectDeduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbDefectDeduction.FormattingEnabled = true; this.cmbDefectDeduction.Location = new System.Drawing.Point(287, 90); this.cmbDefectDeduction.Name = "cmbDefectDeduction"; this.cmbDefectDeduction.Size = new System.Drawing.Size(160, 20); this.cmbDefectDeduction.TabIndex = 21; // // chkDefect // this.chkDefect.AutoSize = true; this.chkDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDefect.Location = new System.Drawing.Point(458, 13); this.chkDefect.Name = "chkDefect"; this.chkDefect.Size = new System.Drawing.Size(72, 16); this.chkDefect.TabIndex = 33; this.chkDefect.Text = "特殊缺陷"; this.chkDefect.UseVisualStyleBackColor = true; // // F_PM_3203 // 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(737, 401); this.Controls.Add(this.chkDefect); this.Controls.Add(this.dropMissUser); this.Controls.Add(this.dropJobs); this.Controls.Add(this.dropDutyUser); this.Controls.Add(this.dropDutyProcedure); this.Controls.Add(this.lblMissUser); this.Controls.Add(this.c_Label1); this.Controls.Add(this.lblDefectFine); this.Controls.Add(this.cmbDefectDeduction); this.Controls.Add(this.cmbDefectFine); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.lblJobs); this.Controls.Add(this.lblDutyUser); this.Controls.Add(this.lblDutyProcedure); this.Controls.Add(this.dropDefectLocation); this.Controls.Add(this.lblDefectLocation); this.Controls.Add(this.dropDuty); this.Controls.Add(this.lblDuty); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.tabControl2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_3203"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PM_3203"; this.Load += new System.EventHandler(this.F_PM_3203_Load); this.Controls.SetChildIndex(this.tabControl2, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.lblDuty, 0); this.Controls.SetChildIndex(this.dropDuty, 0); this.Controls.SetChildIndex(this.lblDefectLocation, 0); this.Controls.SetChildIndex(this.dropDefectLocation, 0); this.Controls.SetChildIndex(this.lblDutyProcedure, 0); this.Controls.SetChildIndex(this.lblDutyUser, 0); this.Controls.SetChildIndex(this.lblJobs, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.cmbDefectFine, 0); this.Controls.SetChildIndex(this.cmbDefectDeduction, 0); this.Controls.SetChildIndex(this.lblDefectFine, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.lblMissUser, 0); this.Controls.SetChildIndex(this.dropDutyProcedure, 0); this.Controls.SetChildIndex(this.dropDutyUser, 0); this.Controls.SetChildIndex(this.dropJobs, 0); this.Controls.SetChildIndex(this.dropMissUser, 0); this.Controls.SetChildIndex(this.chkDefect, 0); this.tabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit(); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).EndInit(); this.tabPage4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage tabPage3; private Basics.BaseControls.C_DataGridView dgvDefectStaff; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.ListView lvPic; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Label lblDuty; private Basics.BaseControls.C_TXT_DropDownList dropDuty; private Basics.BaseControls.C_Label lblDefectLocation; private Basics.BaseControls.C_TXT_DropDownList dropDefectLocation; private Basics.BaseControls.C_Label lblDutyProcedure; private Basics.BaseControls.C_Label lblDutyUser; private Basics.BaseControls.C_Label lblJobs; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnUpload; private Basics.BaseControls.C_Button btnDelete; private System.Windows.Forms.OpenFileDialog odlgFile; private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn StaffName; private System.Windows.Forms.DataGridViewTextBoxColumn StaffID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus; private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount; private Basics.BaseControls.C_Label lblDefectFine; private Basics.BaseControls.C_ComboBox cmbDefectFine; private Basics.BaseControls.C_Label lblMissUser; private System.Windows.Forms.TabPage tabPage1; private Basics.BaseControls.C_DataGridView dgvMissStaff; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private Basics.BaseControls.DKListBoxComboBox dropDutyProcedure; private Basics.BaseControls.DKListBoxComboBox dropDutyUser; private Basics.BaseControls.DKListBoxComboBox dropJobs; private Basics.BaseControls.DKListBoxComboBox dropMissUser; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_ComboBox cmbDefectDeduction; private Basics.BaseControls.C_CheckBox chkDefect; } }