| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_1303
- {
- /// <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 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_1303));
- 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.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.dropDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- 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.tabControl2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).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.tabPage4);
- this.tabControl2.Location = new System.Drawing.Point(12, 134);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(713, 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(705, 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;
- 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.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;
- //
- // 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(705, 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(549, 317);
- 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(640, 317);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDutyProcedure.IsMustInput = true;
- 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 = "责任工序";
- //
- // dropDutyProcedure
- //
- this.dropDutyProcedure.BackColor = System.Drawing.SystemColors.Window;
- this.dropDutyProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropDutyProcedure.DataSource = null;
- this.dropDutyProcedure.DisplayMember = null;
- this.dropDutyProcedure.ErrorMessage = "";
- this.dropDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropDutyProcedure.IsSetPosition = false;
- this.dropDutyProcedure.Location = new System.Drawing.Point(63, 37);
- this.dropDutyProcedure.Name = "dropDutyProcedure";
- this.dropDutyProcedure.PromptBackColor = System.Drawing.Color.Snow;
- this.dropDutyProcedure.PromptForeColor = System.Drawing.Color.Gray;
- this.dropDutyProcedure.SelectedValue = "";
- this.dropDutyProcedure.Size = new System.Drawing.Size(160, 21);
- this.dropDutyProcedure.TabIndex = 10;
- this.dropDutyProcedure.ValueMember = null;
- this.dropDutyProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyProcedure_Validating);
- //
- // 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 = "责任工号";
- //
- // dropDutyUser
- //
- this.dropDutyUser.BackColor = System.Drawing.SystemColors.Window;
- this.dropDutyUser.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropDutyUser.DataSource = null;
- this.dropDutyUser.DisplayMember = null;
- this.dropDutyUser.ErrorMessage = "";
- this.dropDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropDutyUser.IsSetPosition = false;
- this.dropDutyUser.Location = new System.Drawing.Point(288, 37);
- this.dropDutyUser.Name = "dropDutyUser";
- this.dropDutyUser.PromptBackColor = System.Drawing.Color.Snow;
- this.dropDutyUser.PromptForeColor = System.Drawing.Color.Gray;
- this.dropDutyUser.SelectedValue = "";
- this.dropDutyUser.Size = new System.Drawing.Size(160, 21);
- this.dropDutyUser.TabIndex = 12;
- this.dropDutyUser.ValueMember = null;
- this.dropDutyUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyUser_Validating);
- //
- // 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 = "责任工种";
- //
- // dropJobs
- //
- this.dropJobs.BackColor = System.Drawing.SystemColors.Window;
- this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropJobs.DataSource = null;
- this.dropJobs.DisplayMember = null;
- this.dropJobs.ErrorMessage = "";
- this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropJobs.IsSetPosition = false;
- this.dropJobs.Location = new System.Drawing.Point(63, 64);
- this.dropJobs.Name = "dropJobs";
- this.dropJobs.PromptBackColor = System.Drawing.Color.Snow;
- this.dropJobs.PromptForeColor = System.Drawing.Color.Gray;
- this.dropJobs.SelectedValue = "";
- this.dropJobs.Size = new System.Drawing.Size(160, 21);
- this.dropJobs.TabIndex = 14;
- this.dropJobs.ValueMember = null;
- this.dropJobs.Validating += new System.ComponentModel.CancelEventHandler(this.dropJobs_Validating);
- //
- // 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, 98);
- 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, 95);
- 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 = 24;
- 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 = 23;
- //
- // F_PM_1303
- //
- 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, 370);
- this.Controls.Add(this.lblDefectFine);
- this.Controls.Add(this.cmbDefectFine);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.lblRemarks);
- this.Controls.Add(this.dropJobs);
- this.Controls.Add(this.lblJobs);
- this.Controls.Add(this.dropDutyUser);
- this.Controls.Add(this.lblDutyUser);
- this.Controls.Add(this.dropDutyProcedure);
- 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_1303";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PM_1303";
- this.Load += new System.EventHandler(this.F_PM_1303_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.dropDutyProcedure, 0);
- this.Controls.SetChildIndex(this.lblDutyUser, 0);
- this.Controls.SetChildIndex(this.dropDutyUser, 0);
- this.Controls.SetChildIndex(this.lblJobs, 0);
- this.Controls.SetChildIndex(this.dropJobs, 0);
- this.Controls.SetChildIndex(this.lblRemarks, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.cmbDefectFine, 0);
- this.Controls.SetChildIndex(this.lblDefectFine, 0);
- this.tabControl2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).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_TXT_DropDownList dropDutyProcedure;
- private Basics.BaseControls.C_Label lblDutyUser;
- private Basics.BaseControls.C_TXT_DropDownList dropDutyUser;
- private Basics.BaseControls.C_Label lblJobs;
- private Basics.BaseControls.C_TXT_DropDownList dropJobs;
- 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;
- }
- }
|