| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_3203
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|