| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0903
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0903));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.odlgFile = new System.Windows.Forms.OpenFileDialog();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvProductionData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectFlag = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.ReworkProcedureID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
- this.ReworkProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ReworkProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ReFine = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.SpecialRepairflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectFineValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsText = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- 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.lvPic = new System.Windows.Forms.ListView();
- this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.gbxBasicInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
- this.tabControl2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
- this.tabPage4.SuspendLayout();
- this.SuspendLayout();
- //
- // gbxBasicInfo
- //
- this.gbxBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
- this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
- this.gbxBasicInfo.Controls.Add(this.txtUserCode);
- this.gbxBasicInfo.Controls.Add(this.lblUserCode);
- this.gbxBasicInfo.Controls.Add(this.txtBarCode);
- this.gbxBasicInfo.Controls.Add(this.lblBarCode);
- this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxBasicInfo.IsMustInput = false;
- this.gbxBasicInfo.Location = new System.Drawing.Point(3, 5);
- this.gbxBasicInfo.Name = "gbxBasicInfo";
- this.gbxBasicInfo.OriginalHeight = -1;
- this.gbxBasicInfo.Size = new System.Drawing.Size(1205, 58);
- this.gbxBasicInfo.TabIndex = 25;
- this.gbxBasicInfo.TabStop = false;
- this.gbxBasicInfo.Text = "基础数据 ▼";
- //
- // txtUserCode
- //
- this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtUserCode.Enabled = false;
- this.txtUserCode.ErrorMessage = "";
- this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserCode.Location = new System.Drawing.Point(76, 24);
- this.txtUserCode.MaxLength = 20;
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(120, 21);
- this.txtUserCode.TabIndex = 1;
- this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
- this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblUserCode.IsMustInput = true;
- this.lblUserCode.Location = new System.Drawing.Point(16, 28);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 7;
- this.lblUserCode.Text = "生产工号";
- //
- // txtBarCode
- //
- this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBarCode.ErrorMessage = "";
- this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBarCode.Location = new System.Drawing.Point(274, 24);
- this.txtBarCode.MaxLength = 11;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(120, 21);
- this.txtBarCode.TabIndex = 2;
- this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
- //
- // lblBarCode
- //
- this.lblBarCode.AutoSize = true;
- this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
- this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblBarCode.IsMustInput = true;
- this.lblBarCode.Location = new System.Drawing.Point(221, 28);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 5;
- this.lblBarCode.Text = "产品条码";
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(1036, 645);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 30;
- this.btnSave.Tag = "保存";
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.CausesValidation = false;
- 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(1125, 645);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 31;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // odlgFile
- //
- this.odlgFile.FileName = "openFileDialog1";
- //
- // splitContainer1
- //
- this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.splitContainer1.Location = new System.Drawing.Point(3, 69);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1208, 570);
- this.splitContainer1.SplitterDistance = 153;
- this.splitContainer1.TabIndex = 33;
- //
- // dgvProductionData
- //
- this.dgvProductionData.AllowUserToAddRows = false;
- this.dgvProductionData.AllowUserToModifyRows = true;
- this.dgvProductionData.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvProductionData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvProductionData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvProductionData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvProductionData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvProductionData.CellHeight = 23;
- this.dgvProductionData.ChildNodeColumnName = null;
- this.dgvProductionData.ChildNodeColumnText = null;
- this.dgvProductionData.ColumnDeep = 1;
- this.dgvProductionData.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.dgvProductionData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvProductionData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvProductionData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.BarCode,
- this.KilnCode,
- this.KilnCarCode,
- this.Dictionaryvalue,
- this.GoodsCode,
- this.GoodsName,
- this.DefectFlag,
- this.ReworkProcedureID,
- this.ReworkProcedureCode,
- this.ReworkProcedureName,
- this.dgvUserCode,
- this.MouldCode,
- this.GroutingDate,
- this.GroutingUserCode,
- this.IsPublicBody,
- this.GroutingNum,
- this.ReFine,
- this.SpecialRepairflag,
- this.Remarks,
- this.GoodsID,
- this.GoodsLevelTypeID,
- this.LogoCodeName});
- this.dgvProductionData.ColumnTreeView = null;
- this.dgvProductionData.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.dgvProductionData.DynamicColumnName = "";
- this.dgvProductionData.EnableHeadersVisualStyles = false;
- this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvProductionData.IsAutoCountSum = true;
- this.dgvProductionData.IsAutoResizeColumns = false;
- this.dgvProductionData.IsClickF12 = false;
- this.dgvProductionData.IsSubTotalFlag = false;
- this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
- this.dgvProductionData.MultiSelect = false;
- this.dgvProductionData.Name = "dgvProductionData";
- this.dgvProductionData.RefreshAtHscroll = false;
- this.dgvProductionData.RowHeadersWidth = 50;
- this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvProductionData.RowTemplate.Height = 25;
- this.dgvProductionData.Size = new System.Drawing.Size(1202, 150);
- this.dgvProductionData.SortOrderColumnName = null;
- this.dgvProductionData.TabIndex = 26;
- this.dgvProductionData.Tag = true;
- this.dgvProductionData.TotalSumColumns = null;
- this.dgvProductionData.ViewRowFilter = "";
- this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
- this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // KilnCode
- //
- this.KilnCode.DataPropertyName = "KilnCode";
- this.KilnCode.HeaderText = "窑炉编码";
- this.KilnCode.Name = "KilnCode";
- this.KilnCode.ReadOnly = true;
- //
- // KilnCarCode
- //
- this.KilnCarCode.DataPropertyName = "KilnCarCode";
- this.KilnCarCode.HeaderText = "窑车编码";
- this.KilnCarCode.Name = "KilnCarCode";
- this.KilnCarCode.ReadOnly = true;
- //
- // Dictionaryvalue
- //
- this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
- this.Dictionaryvalue.HeaderText = "窑车位置";
- this.Dictionaryvalue.Name = "Dictionaryvalue";
- this.Dictionaryvalue.ReadOnly = true;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // DefectFlag
- //
- this.DefectFlag.DataPropertyName = "DefectFlagID";
- this.DefectFlag.HeaderText = "校验标识";
- this.DefectFlag.Name = "DefectFlag";
- this.DefectFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.DefectFlag.Visible = false;
- //
- // ReworkProcedureID
- //
- this.ReworkProcedureID.DataPropertyName = "ReworkProcedureID";
- this.ReworkProcedureID.HeaderText = "返工工序";
- this.ReworkProcedureID.Name = "ReworkProcedureID";
- this.ReworkProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ReworkProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ReworkProcedureID.Visible = false;
- //
- // ReworkProcedureCode
- //
- this.ReworkProcedureCode.DataPropertyName = "ReworkProcedureCode";
- this.ReworkProcedureCode.HeaderText = "返工工序编码";
- this.ReworkProcedureCode.Name = "ReworkProcedureCode";
- this.ReworkProcedureCode.Visible = false;
- //
- // ReworkProcedureName
- //
- this.ReworkProcedureName.DataPropertyName = "ReworkProcedureName";
- this.ReworkProcedureName.HeaderText = "返工工序名称";
- this.ReworkProcedureName.Name = "ReworkProcedureName";
- this.ReworkProcedureName.Visible = false;
- //
- // dgvUserCode
- //
- this.dgvUserCode.DataPropertyName = "UserCode";
- this.dgvUserCode.HeaderText = "生产工号";
- this.dgvUserCode.Name = "dgvUserCode";
- this.dgvUserCode.ReadOnly = true;
- //
- // MouldCode
- //
- this.MouldCode.DataPropertyName = "MouldCode";
- this.MouldCode.HeaderText = "模具编号";
- this.MouldCode.Name = "MouldCode";
- this.MouldCode.ReadOnly = true;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- dataGridViewCellStyle3.NullValue = null;
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- //
- // IsPublicBody
- //
- this.IsPublicBody.DataPropertyName = "IsPublicBody";
- this.IsPublicBody.FalseValue = "0";
- this.IsPublicBody.HeaderText = "公坯标识";
- this.IsPublicBody.Name = "IsPublicBody";
- this.IsPublicBody.ReadOnly = true;
- this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsPublicBody.TrueValue = "1";
- //
- // GroutingNum
- //
- this.GroutingNum.DataPropertyName = "GroutingNum";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingNum.HeaderText = "注浆次数";
- this.GroutingNum.Name = "GroutingNum";
- this.GroutingNum.ReadOnly = true;
- //
- // ReFine
- //
- this.ReFine.DataPropertyName = "ReFine";
- this.ReFine.FalseValue = "0";
- this.ReFine.HeaderText = "重烧标识";
- this.ReFine.Name = "ReFine";
- this.ReFine.ReadOnly = true;
- this.ReFine.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ReFine.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ReFine.TrueValue = "1";
- //
- // SpecialRepairflag
- //
- this.SpecialRepairflag.DataPropertyName = "SpecialRepairflag";
- this.SpecialRepairflag.FalseValue = "0";
- this.SpecialRepairflag.HeaderText = "干补标识";
- this.SpecialRepairflag.Name = "SpecialRepairflag";
- this.SpecialRepairflag.ReadOnly = true;
- this.SpecialRepairflag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.SpecialRepairflag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.SpecialRepairflag.TrueValue = "1";
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 200;
- this.Remarks.Name = "Remarks";
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.Visible = false;
- //
- // GoodsLevelTypeID
- //
- this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
- this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.Visible = false;
- //
- // LogoCodeName
- //
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
- this.LogoCodeName.HeaderText = "商标";
- this.LogoCodeName.Name = "LogoCodeName";
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.tsrOperate);
- this.splitContainer2.Panel1.Controls.Add(this.dgvDefect);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
- this.splitContainer2.Size = new System.Drawing.Size(1208, 413);
- this.splitContainer2.SplitterDistance = 232;
- this.splitContainer2.TabIndex = 0;
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.toolStripSeparator1,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1208, 35);
- this.tsrOperate.TabIndex = 24;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Enabled = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Enabled = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- this.toolStripSeparator1.Visible = false;
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Visible = false;
- //
- // dgvDefect
- //
- this.dgvDefect.AllowUserToAddRows = false;
- this.dgvDefect.AllowUserToModifyRows = true;
- this.dgvDefect.AllowUserToOrderColumns = true;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDefect.CellHeight = 23;
- this.dgvDefect.ChildNodeColumnName = null;
- this.dgvDefect.ChildNodeColumnText = null;
- this.dgvDefect.ColumnDeep = 1;
- this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.chkdiscarde,
- this.DefectID,
- this.DefectCode,
- this.DefectName,
- this.DefectPositionID,
- this.DefectPositionCode,
- this.DefectPositionName,
- this.DefectFineValue,
- this.DefectProcedureID,
- this.DefectProcedureCode,
- this.DefectProcedureName,
- this.DefectUserID,
- this.DefectUserCode,
- this.DefectUserName,
- this.JobsLocation,
- this.JobsText,
- this.DefectRemarks,
- this.ProductionBarCode,
- this.TempCount,
- this.ProductionDataID,
- this.DefectFineID});
- this.dgvDefect.ColumnTreeView = null;
- this.dgvDefect.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.dgvDefect.DynamicColumnName = "";
- this.dgvDefect.EnableHeadersVisualStyles = false;
- this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDefect.IsAutoCountSum = true;
- this.dgvDefect.IsAutoResizeColumns = false;
- this.dgvDefect.IsClickF12 = false;
- this.dgvDefect.IsSubTotalFlag = false;
- this.dgvDefect.Location = new System.Drawing.Point(0, 33);
- this.dgvDefect.MultiSelect = false;
- this.dgvDefect.Name = "dgvDefect";
- this.dgvDefect.ReadOnly = true;
- this.dgvDefect.RefreshAtHscroll = false;
- this.dgvDefect.RowHeadersWidth = 50;
- this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvDefect.RowTemplate.Height = 25;
- this.dgvDefect.Size = new System.Drawing.Size(1205, 197);
- this.dgvDefect.SortOrderColumnName = null;
- this.dgvDefect.TabIndex = 0;
- this.dgvDefect.Tag = true;
- this.dgvDefect.TotalSumColumns = null;
- this.dgvDefect.ViewRowFilter = "";
- this.dgvDefect.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefect_CellContentClick);
- this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
- this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefect_UserDeletingRow);
- //
- // chkdiscarde
- //
- this.chkdiscarde.DataPropertyName = "discarde";
- this.chkdiscarde.FalseValue = "0";
- this.chkdiscarde.FillWeight = 60F;
- this.chkdiscarde.HeaderText = "报废";
- this.chkdiscarde.Name = "chkdiscarde";
- this.chkdiscarde.ReadOnly = true;
- this.chkdiscarde.TrueValue = "1";
- this.chkdiscarde.Width = 60;
- //
- // DefectID
- //
- this.DefectID.DataPropertyName = "DefectID";
- this.DefectID.HeaderText = "缺陷ID";
- this.DefectID.Name = "DefectID";
- this.DefectID.ReadOnly = true;
- this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectID.Visible = false;
- //
- // DefectCode
- //
- this.DefectCode.DataPropertyName = "DefectCode";
- this.DefectCode.HeaderText = "缺陷显示编码";
- this.DefectCode.Name = "DefectCode";
- this.DefectCode.ReadOnly = true;
- this.DefectCode.Visible = false;
- //
- // DefectName
- //
- this.DefectName.DataPropertyName = "DefectName";
- this.DefectName.HeaderText = "缺陷";
- this.DefectName.Name = "DefectName";
- this.DefectName.ReadOnly = true;
- //
- // DefectPositionID
- //
- this.DefectPositionID.DataPropertyName = "DefectPositionID";
- this.DefectPositionID.HeaderText = "缺陷位置ID";
- this.DefectPositionID.Name = "DefectPositionID";
- this.DefectPositionID.ReadOnly = true;
- this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectPositionID.Visible = false;
- //
- // DefectPositionCode
- //
- this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
- this.DefectPositionCode.HeaderText = "缺陷位置编码";
- this.DefectPositionCode.Name = "DefectPositionCode";
- this.DefectPositionCode.ReadOnly = true;
- this.DefectPositionCode.Visible = false;
- //
- // DefectPositionName
- //
- this.DefectPositionName.DataPropertyName = "DefectPositionName";
- this.DefectPositionName.HeaderText = "缺陷位置";
- this.DefectPositionName.Name = "DefectPositionName";
- this.DefectPositionName.ReadOnly = true;
- //
- // DefectFineValue
- //
- this.DefectFineValue.DataPropertyName = "DefectFineValue";
- this.DefectFineValue.HeaderText = "缺陷扣罚";
- this.DefectFineValue.Name = "DefectFineValue";
- this.DefectFineValue.ReadOnly = true;
- //
- // DefectProcedureID
- //
- this.DefectProcedureID.DataPropertyName = "DefectProcedureID";
- this.DefectProcedureID.HeaderText = "责任工序ID";
- this.DefectProcedureID.Name = "DefectProcedureID";
- this.DefectProcedureID.ReadOnly = true;
- this.DefectProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectProcedureID.Visible = false;
- //
- // DefectProcedureCode
- //
- this.DefectProcedureCode.DataPropertyName = "DefectProcedureCode";
- this.DefectProcedureCode.HeaderText = "责任工序编码";
- this.DefectProcedureCode.Name = "DefectProcedureCode";
- this.DefectProcedureCode.ReadOnly = true;
- this.DefectProcedureCode.Visible = false;
- //
- // DefectProcedureName
- //
- this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
- this.DefectProcedureName.HeaderText = "责任工序";
- this.DefectProcedureName.Name = "DefectProcedureName";
- this.DefectProcedureName.ReadOnly = true;
- //
- // DefectUserID
- //
- this.DefectUserID.DataPropertyName = "DefectUserID";
- this.DefectUserID.HeaderText = "责任工号ID";
- this.DefectUserID.Name = "DefectUserID";
- this.DefectUserID.ReadOnly = true;
- this.DefectUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectUserID.Visible = false;
- //
- // DefectUserCode
- //
- this.DefectUserCode.DataPropertyName = "DefectUserCode";
- this.DefectUserCode.HeaderText = "责任工号编码";
- this.DefectUserCode.Name = "DefectUserCode";
- this.DefectUserCode.ReadOnly = true;
- this.DefectUserCode.Visible = false;
- //
- // DefectUserName
- //
- this.DefectUserName.DataPropertyName = "DefectUserName";
- this.DefectUserName.HeaderText = "责任工号";
- this.DefectUserName.Name = "DefectUserName";
- this.DefectUserName.ReadOnly = true;
- //
- // JobsLocation
- //
- this.JobsLocation.DataPropertyName = "Jobs";
- this.JobsLocation.HeaderText = "工种ID";
- this.JobsLocation.Name = "JobsLocation";
- this.JobsLocation.ReadOnly = true;
- this.JobsLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.JobsLocation.Visible = false;
- //
- // JobsText
- //
- this.JobsText.DataPropertyName = "JobsText";
- this.JobsText.HeaderText = "责任工种";
- this.JobsText.Name = "JobsText";
- this.JobsText.ReadOnly = true;
- //
- // DefectRemarks
- //
- this.DefectRemarks.DataPropertyName = "DefectRemarks";
- this.DefectRemarks.HeaderText = "备注";
- this.DefectRemarks.MaxInputLength = 200;
- this.DefectRemarks.Name = "DefectRemarks";
- this.DefectRemarks.ReadOnly = true;
- this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectRemarks.Width = 200;
- //
- // ProductionBarCode
- //
- this.ProductionBarCode.DataPropertyName = "BarCode";
- this.ProductionBarCode.HeaderText = "产品条码ID";
- this.ProductionBarCode.Name = "ProductionBarCode";
- this.ProductionBarCode.ReadOnly = true;
- this.ProductionBarCode.Visible = false;
- //
- // TempCount
- //
- this.TempCount.DataPropertyName = "TempCount";
- this.TempCount.HeaderText = "唯一标识";
- this.TempCount.Name = "TempCount";
- this.TempCount.ReadOnly = true;
- this.TempCount.Visible = false;
- //
- // ProductionDataID
- //
- this.ProductionDataID.DataPropertyName = "ProductionDataID";
- this.ProductionDataID.HeaderText = "生产数据ID";
- this.ProductionDataID.Name = "ProductionDataID";
- this.ProductionDataID.ReadOnly = true;
- this.ProductionDataID.Visible = false;
- //
- // DefectFineID
- //
- this.DefectFineID.DataPropertyName = "DefectFineID";
- this.DefectFineID.HeaderText = "缺陷扣罚ID";
- this.DefectFineID.Name = "DefectFineID";
- this.DefectFineID.ReadOnly = true;
- this.DefectFineID.Visible = false;
- //
- // tabControl2
- //
- this.tabControl2.Controls.Add(this.tabPage3);
- this.tabControl2.Controls.Add(this.tabPage4);
- this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl2.Location = new System.Drawing.Point(0, 0);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(1208, 177);
- this.tabControl2.TabIndex = 1;
- //
- // 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(1200, 151);
- this.tabPage3.TabIndex = 0;
- this.tabPage3.Text = "责任员工";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // dgvDefectStaff
- //
- this.dgvDefectStaff.AllowUserToAddRows = false;
- this.dgvDefectStaff.AllowUserToModifyRows = true;
- this.dgvDefectStaff.AllowUserToOrderColumns = true;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
- 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;
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
- 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.Dock = System.Windows.Forms.DockStyle.Fill;
- 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;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvDefectStaff.RowTemplate.Height = 25;
- this.dgvDefectStaff.Size = new System.Drawing.Size(1194, 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.lvPic);
- this.tabPage4.Controls.Add(this.btnDelete);
- 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(1200, 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(1102, 87);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(85, 33);
- this.btnUpload.TabIndex = 114;
- this.btnUpload.Text = "上传";
- this.btnUpload.UseVisualStyleBackColor = false;
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_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, 0);
- this.lvPic.Name = "lvPic";
- this.lvPic.Size = new System.Drawing.Size(1084, 151);
- this.lvPic.TabIndex = 112;
- this.lvPic.UseCompatibleStateImageBehavior = false;
- //
- // 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(1102, 38);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 33);
- this.btnDelete.TabIndex = 113;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = false;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // F_PM_0903
- //
- 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(1214, 750);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.gbxBasicInfo);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.Name = "F_PM_0903";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "工序检验";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_PM_0901_Load);
- this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.splitContainer1, 0);
- this.gbxBasicInfo.ResumeLayout(false);
- this.gbxBasicInfo.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
- 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 Basics.BaseControls.C_GroupBox gbxBasicInfo;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_TextBox txtUserCode;
- private System.Windows.Forms.OpenFileDialog odlgFile;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvProductionData;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_DataGridView dgvDefect;
- private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineValue;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsLocation;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsText;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
- private System.Windows.Forms.TabControl tabControl2;
- private System.Windows.Forms.TabPage tabPage3;
- private Basics.BaseControls.C_DataGridView dgvDefectStaff;
- 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.TabPage tabPage4;
- private Basics.BaseControls.C_Button btnUpload;
- private System.Windows.Forms.ListView lvPic;
- private Basics.BaseControls.C_Button btnDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewComboBoxColumn DefectFlag;
- private Basics.BaseControls.C_DGV_Column_ListBoxComboBox ReworkProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn dgvUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ReFine;
- private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairflag;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
- }
- }
|