namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2203 { /// /// 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 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2203)); 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.SJobsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UjobsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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.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.dropDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox(); this.tabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit(); this.SuspendLayout(); // // tabControl2 // this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None; this.tabControl2.Controls.Add(this.tabPage3); this.tabControl2.Location = new System.Drawing.Point(6, 106); 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; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 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; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 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.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 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.SJobsID, this.UjobsID}); 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.HorizontalMergeColumn = null; this.dgvDefectStaff.IsAutoCountSum = true; this.dgvDefectStaff.IsAutoResizeColumns = false; this.dgvDefectStaff.IsClickF12 = false; this.dgvDefectStaff.IsOpenMergeCellFlag = false; this.dgvDefectStaff.IsSubTotalFlag = false; this.dgvDefectStaff.IsTopDeep = false; this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3); this.dgvDefectStaff.MergeColumnNames = null; this.dgvDefectStaff.MergeDetailColumnNames = null; this.dgvDefectStaff.MergeDetailOnlyColumn = null; this.dgvDefectStaff.MergeOnlyColumn = null; this.dgvDefectStaff.MultiSelect = false; this.dgvDefectStaff.Name = "dgvDefectStaff"; this.dgvDefectStaff.RefreshAtHscroll = false; this.dgvDefectStaff.RowHeadersWidth = 50; this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle3; 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; // // SJobsID // this.SJobsID.DataPropertyName = "SJobsID"; this.SJobsID.HeaderText = "SJobsID"; this.SJobsID.Name = "SJobsID"; this.SJobsID.Visible = false; // // UjobsID // this.UjobsID.DataPropertyName = "UjobsID"; this.UjobsID.HeaderText = "UjobsID"; this.UjobsID.Name = "UjobsID"; this.UjobsID.Visible = 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, 288); 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, 288); 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 = "责任工号"; // // 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, 67); 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, 64); 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"; // // 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); // // F_PM_2203 // 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, 360); this.Controls.Add(this.dropDutyUser); this.Controls.Add(this.dropDutyProcedure); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.lblRemarks); 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_2203"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PM_1203"; this.Load += new System.EventHandler(this.F_PM_1203_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.lblRemarks, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.dropDutyProcedure, 0); this.Controls.SetChildIndex(this.dropDutyUser, 0); this.tabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit(); 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 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 lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private System.Windows.Forms.OpenFileDialog odlgFile; private Basics.BaseControls.DKListBoxComboBox dropDutyProcedure; private Basics.BaseControls.DKListBoxComboBox dropDutyUser; 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 System.Windows.Forms.DataGridViewTextBoxColumn SJobsID; private System.Windows.Forms.DataGridViewTextBoxColumn UjobsID; } }