| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_030105
- {
- /// <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_RPT_030105));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
- this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.tblReportModule = new System.Windows.Forms.TabControl();
- this.tapReportModule = new System.Windows.Forms.TabPage();
- this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
- this.dgvDetailReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.inscrapflag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsReworked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.productionlinename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGoodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.InCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGoodsTypeID2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGoodsTypeCode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colgoodsid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.coluserid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
- this.tblReportModule.SuspendLayout();
- this.tapReportModule.SuspendLayout();
- this.tapReportModuleDetail.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetailReportModule)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- 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.tsbtnAdaptive,
- 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(1016, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // 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.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.lblGoodsCode);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
- this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1004, 61);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(416, 24);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 23;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(473, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(140, 21);
- this.scbGoodsType.TabIndex = 22;
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.Location = new System.Drawing.Point(678, 20);
- this.txtGoodsCode.MaxLength = 20;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
- this.txtGoodsCode.TabIndex = 4;
- this.txtGoodsCode.TextValue = "";
- //
- // lblGoodsCode
- //
- this.lblGoodsCode.AutoSize = true;
- this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsCode.Location = new System.Drawing.Point(619, 24);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsCode.TabIndex = 16;
- this.lblGoodsCode.Text = "产品编码";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(913, 15);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 6;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(822, 15);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 5;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dkProcedureSearchBox
- //
- this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkProcedureSearchBox.DataSource = null;
- this.dkProcedureSearchBox.Enabled = true;
- this.dkProcedureSearchBox.IsEnablePurview = false;
- this.dkProcedureSearchBox.IsMustInput = false;
- this.dkProcedureSearchBox.Location = new System.Drawing.Point(218, 20);
- this.dkProcedureSearchBox.ModelType = null;
- this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
- this.dkProcedureSearchBox.ProcedureCode = "";
- this.dkProcedureSearchBox.ProcedureID = null;
- this.dkProcedureSearchBox.ProcedureIDS = null;
- this.dkProcedureSearchBox.ProcedureName = null;
- this.dkProcedureSearchBox.Purview = null;
- this.dkProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkProcedureSearchBox.SelectMore = true;
- this.dkProcedureSearchBox.Size = new System.Drawing.Size(192, 21);
- this.dkProcedureSearchBox.TabIndex = 4;
- this.dkProcedureSearchBox.Title = "生产工序";
- this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dkproductionLineSearchBox
- //
- this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkproductionLineSearchBox.DataSource = null;
- this.dkproductionLineSearchBox.Enabled = true;
- this.dkproductionLineSearchBox.IsEnablePurview = false;
- this.dkproductionLineSearchBox.IsMustInput = false;
- this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 20);
- this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
- this.dkproductionLineSearchBox.ProductionLineCode = "";
- this.dkproductionLineSearchBox.ProductionLineID = null;
- this.dkproductionLineSearchBox.ProductionLineIDS = null;
- this.dkproductionLineSearchBox.ProductionLineName = null;
- this.dkproductionLineSearchBox.Purview = null;
- this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
- this.dkproductionLineSearchBox.SelectMore = true;
- this.dkproductionLineSearchBox.Size = new System.Drawing.Size(192, 21);
- this.dkproductionLineSearchBox.TabIndex = 1;
- this.dkproductionLineSearchBox.Title = " 生产线";
- this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dgvReportModule
- //
- this.dgvReportModule.AllowUserToAddRows = false;
- this.dgvReportModule.AllowUserToDeleteRows = false;
- this.dgvReportModule.AllowUserToModifyRows = true;
- this.dgvReportModule.AllowUserToOrderColumns = true;
- this.dgvReportModule.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvReportModule.CellHeight = 23;
- this.dgvReportModule.ChildNodeColumnName = null;
- this.dgvReportModule.ChildNodeColumnText = null;
- this.dgvReportModule.ColumnDeep = 1;
- this.dgvReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- 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.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.productionlinename,
- this.procedurename,
- this.Usercode,
- this.colGoodstypename2,
- this.Goodscode,
- this.InCount,
- this.ProcedureId,
- this.colGoodsTypeID2,
- this.colGoodsTypeCode2,
- this.colgoodsid,
- this.coluserid});
- this.dgvReportModule.ColumnTreeView = null;
- this.dgvReportModule.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.dgvReportModule.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvReportModule.DynamicColumnName = "";
- this.dgvReportModule.EnableHeadersVisualStyles = false;
- this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvReportModule.FormatQuantityColumns = null;
- this.dgvReportModule.HorizontalMergeColumn = null;
- this.dgvReportModule.IsAutoCountSum = true;
- this.dgvReportModule.IsAutoResizeColumns = false;
- this.dgvReportModule.IsClickF12 = false;
- this.dgvReportModule.IsOpenMergeCellFlag = false;
- this.dgvReportModule.IsSubTotalFlag = false;
- this.dgvReportModule.IsTopDeep = false;
- this.dgvReportModule.Location = new System.Drawing.Point(0, 0);
- this.dgvReportModule.Margin = new System.Windows.Forms.Padding(0);
- this.dgvReportModule.MergeColumnNames = null;
- this.dgvReportModule.MergeDetailColumnNames = null;
- this.dgvReportModule.MergeDetailOnlyColumn = null;
- this.dgvReportModule.MergeOnlyColumn = null;
- this.dgvReportModule.MultiSelect = false;
- this.dgvReportModule.Name = "dgvReportModule";
- this.dgvReportModule.ReadOnly = true;
- this.dgvReportModule.RefreshAtHscroll = false;
- this.dgvReportModule.RowHeadersWidth = 50;
- this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvReportModule.RowTemplate.Height = 21;
- this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvReportModule.Size = new System.Drawing.Size(999, 291);
- this.dgvReportModule.SortOrderColumnName = null;
- this.dgvReportModule.TabIndex = 29;
- this.dgvReportModule.Tag = true;
- this.dgvReportModule.TotalSumColumns = null;
- this.dgvReportModule.ViewRowFilter = "";
- this.dgvReportModule.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReportModule_CellDoubleClick);
- //
- // tblReportModule
- //
- this.tblReportModule.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.tblReportModule.Controls.Add(this.tapReportModule);
- this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
- this.tblReportModule.Location = new System.Drawing.Point(0, 102);
- this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
- this.tblReportModule.Name = "tblReportModule";
- this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
- this.tblReportModule.SelectedIndex = 0;
- this.tblReportModule.ShowToolTips = true;
- this.tblReportModule.Size = new System.Drawing.Size(1007, 317);
- this.tblReportModule.TabIndex = 30;
- //
- // tapReportModule
- //
- this.tapReportModule.Controls.Add(this.dgvReportModule);
- this.tapReportModule.Location = new System.Drawing.Point(4, 22);
- this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
- this.tapReportModule.Name = "tapReportModule";
- this.tapReportModule.Size = new System.Drawing.Size(999, 291);
- this.tapReportModule.TabIndex = 0;
- this.tapReportModule.Text = "在产产品汇总";
- this.tapReportModule.UseVisualStyleBackColor = true;
- //
- // tapReportModuleDetail
- //
- this.tapReportModuleDetail.Controls.Add(this.dgvDetailReportModule);
- this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
- this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
- this.tapReportModuleDetail.Name = "tapReportModuleDetail";
- this.tapReportModuleDetail.Size = new System.Drawing.Size(999, 291);
- this.tapReportModuleDetail.TabIndex = 1;
- this.tapReportModuleDetail.Text = "在产产品明细";
- this.tapReportModuleDetail.UseVisualStyleBackColor = true;
- //
- // dgvDetailReportModule
- //
- this.dgvDetailReportModule.AllowUserToAddRows = false;
- this.dgvDetailReportModule.AllowUserToDeleteRows = false;
- this.dgvDetailReportModule.AllowUserToModifyRows = true;
- this.dgvDetailReportModule.AllowUserToOrderColumns = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDetailReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvDetailReportModule.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.dgvDetailReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDetailReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDetailReportModule.CellHeight = 23;
- this.dgvDetailReportModule.ChildNodeColumnName = null;
- this.dgvDetailReportModule.ChildNodeColumnText = null;
- this.dgvDetailReportModule.ColumnDeep = 1;
- this.dgvDetailReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDetailReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDetailReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDetailReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.BarCode,
- this.LogoCodeName,
- this.dataGridViewTextBoxColumn1,
- this.GoodsName,
- this.ProductionLineID,
- this.ProductionLineCode,
- this.dataGridViewTextBoxColumn2,
- this.CompleteProcedureID,
- this.CompleteProcedureName,
- this.CreateTime,
- this.UpdateTime,
- this.dataGridViewTextBoxColumn3,
- this.inscrapflag,
- this.ModelType,
- this.ProcedureModel,
- this.GoodsLevelName,
- this.GoodsLevelTypeName,
- this.GroutingLineID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.GMouldTypeID,
- this.GMouldTypeName,
- this.GroutingMouldCode,
- this.GroutingDate,
- this.GROUTINGCOUNT,
- this.GROUTINGUSERCODE,
- this.GoodsID,
- this.UserID,
- this.UserName,
- this.IsPublicBody,
- this.IsReworked,
- this.SPECIALREPAIRFLAG,
- this.GroutingDailyID,
- this.GroutingDailyDetailID,
- this.CanManyTimes,
- this.GroutingLineDetailID,
- this.CreateUserID,
- this.CreateUserName,
- this.UpdateUserID,
- this.UpdateUserName,
- this.Remarks});
- this.dgvDetailReportModule.ColumnTreeView = null;
- this.dgvDetailReportModule.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.dgvDetailReportModule.DynamicColumnName = "";
- this.dgvDetailReportModule.EnableHeadersVisualStyles = false;
- this.dgvDetailReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDetailReportModule.FormatQuantityColumns = null;
- this.dgvDetailReportModule.HorizontalMergeColumn = null;
- this.dgvDetailReportModule.IsAutoCountSum = true;
- this.dgvDetailReportModule.IsAutoResizeColumns = false;
- this.dgvDetailReportModule.IsClickF12 = false;
- this.dgvDetailReportModule.IsOpenMergeCellFlag = false;
- this.dgvDetailReportModule.IsSubTotalFlag = false;
- this.dgvDetailReportModule.IsTopDeep = false;
- this.dgvDetailReportModule.Location = new System.Drawing.Point(0, 0);
- this.dgvDetailReportModule.MergeColumnNames = null;
- this.dgvDetailReportModule.MergeDetailColumnNames = null;
- this.dgvDetailReportModule.MergeDetailOnlyColumn = null;
- this.dgvDetailReportModule.MergeOnlyColumn = null;
- this.dgvDetailReportModule.MultiSelect = false;
- this.dgvDetailReportModule.Name = "dgvDetailReportModule";
- this.dgvDetailReportModule.ReadOnly = true;
- this.dgvDetailReportModule.RefreshAtHscroll = false;
- this.dgvDetailReportModule.RowHeadersWidth = 50;
- this.dgvDetailReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDetailReportModule.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvDetailReportModule.RowTemplate.Height = 21;
- this.dgvDetailReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDetailReportModule.Size = new System.Drawing.Size(999, 291);
- this.dgvDetailReportModule.SortOrderColumnName = null;
- this.dgvDetailReportModule.TabIndex = 29;
- this.dgvDetailReportModule.Tag = true;
- this.dgvDetailReportModule.TotalSumColumns = null;
- this.dgvDetailReportModule.ViewRowFilter = "";
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // LogoCodeName
- //
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
- this.LogoCodeName.HeaderText = "商标";
- this.LogoCodeName.Name = "LogoCodeName";
- this.LogoCodeName.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "GoodsCode";
- this.dataGridViewTextBoxColumn1.HeaderText = "产品编码";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // ProductionLineID
- //
- this.ProductionLineID.DataPropertyName = "ProductionLineID";
- this.ProductionLineID.HeaderText = "生产线ID";
- this.ProductionLineID.Name = "ProductionLineID";
- this.ProductionLineID.ReadOnly = true;
- this.ProductionLineID.Visible = false;
- //
- // ProductionLineCode
- //
- this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
- this.ProductionLineCode.HeaderText = "生产线编码";
- this.ProductionLineCode.Name = "ProductionLineCode";
- this.ProductionLineCode.ReadOnly = true;
- this.ProductionLineCode.Visible = false;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "ProductionLineName";
- this.dataGridViewTextBoxColumn2.HeaderText = "生产线";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // CompleteProcedureID
- //
- this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
- this.CompleteProcedureID.HeaderText = "完成工序ID";
- this.CompleteProcedureID.Name = "CompleteProcedureID";
- this.CompleteProcedureID.ReadOnly = true;
- this.CompleteProcedureID.Visible = false;
- //
- // CompleteProcedureName
- //
- this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
- this.CompleteProcedureName.HeaderText = "完成工序";
- this.CompleteProcedureName.Name = "CompleteProcedureName";
- this.CompleteProcedureName.ReadOnly = true;
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle7;
- this.CreateTime.HeaderText = "交坯时间";
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- this.CreateTime.Width = 180;
- //
- // UpdateTime
- //
- this.UpdateTime.DataPropertyName = "UpdateTime";
- dataGridViewCellStyle8.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle8.NullValue = null;
- this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle8;
- this.UpdateTime.HeaderText = "完成时间";
- this.UpdateTime.Name = "UpdateTime";
- this.UpdateTime.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "UserCode";
- this.dataGridViewTextBoxColumn3.HeaderText = "生产工号";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // inscrapflag
- //
- this.inscrapflag.DataPropertyName = "inscrapflag";
- this.inscrapflag.HeaderText = "损坯状态";
- this.inscrapflag.Name = "inscrapflag";
- this.inscrapflag.ReadOnly = true;
- //
- // ModelType
- //
- this.ModelType.DataPropertyName = "ModelType";
- this.ModelType.HeaderText = "工序类别";
- this.ModelType.Name = "ModelType";
- this.ModelType.ReadOnly = true;
- this.ModelType.Visible = false;
- //
- // ProcedureModel
- //
- this.ProcedureModel.DataPropertyName = "ProcedureModel";
- this.ProcedureModel.HeaderText = "工序模型";
- this.ProcedureModel.Name = "ProcedureModel";
- this.ProcedureModel.ReadOnly = true;
- this.ProcedureModel.Visible = false;
- //
- // GoodsLevelName
- //
- this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
- this.GoodsLevelName.HeaderText = "产品分级";
- this.GoodsLevelName.Name = "GoodsLevelName";
- this.GoodsLevelName.ReadOnly = true;
- //
- // GoodsLevelTypeName
- //
- this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
- this.GoodsLevelTypeName.HeaderText = "产品分级类别";
- this.GoodsLevelTypeName.Name = "GoodsLevelTypeName";
- this.GoodsLevelTypeName.ReadOnly = true;
- this.GoodsLevelTypeName.Visible = false;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型生产线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // GroutingLineName
- //
- this.GroutingLineName.DataPropertyName = "GroutingLineName";
- this.GroutingLineName.HeaderText = "成型线名称";
- this.GroutingLineName.Name = "GroutingLineName";
- this.GroutingLineName.ReadOnly = true;
- this.GroutingLineName.Visible = false;
- //
- // GMouldTypeID
- //
- this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
- this.GMouldTypeID.HeaderText = "成型线类型ID";
- this.GMouldTypeID.Name = "GMouldTypeID";
- this.GMouldTypeID.ReadOnly = true;
- this.GMouldTypeID.Visible = false;
- //
- // GMouldTypeName
- //
- this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
- this.GMouldTypeName.HeaderText = "成型线类型";
- this.GMouldTypeName.Name = "GMouldTypeName";
- this.GMouldTypeName.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle9.Format = "yyyy-MM-dd";
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // GROUTINGCOUNT
- //
- this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle10;
- this.GROUTINGCOUNT.HeaderText = "注浆次数";
- this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
- this.GROUTINGCOUNT.ReadOnly = true;
- //
- // GROUTINGUSERCODE
- //
- this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
- this.GROUTINGUSERCODE.HeaderText = "成型工号";
- this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
- this.GROUTINGUSERCODE.ReadOnly = true;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.Visible = false;
- //
- // UserID
- //
- this.UserID.DataPropertyName = "UserID";
- this.UserID.HeaderText = "工号ID";
- this.UserID.Name = "UserID";
- this.UserID.ReadOnly = true;
- this.UserID.Visible = false;
- //
- // UserName
- //
- this.UserName.DataPropertyName = "UserName";
- this.UserName.HeaderText = "工号姓名";
- this.UserName.Name = "UserName";
- this.UserName.ReadOnly = true;
- this.UserName.Visible = false;
- //
- // 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";
- this.IsPublicBody.Visible = false;
- //
- // IsReworked
- //
- this.IsReworked.DataPropertyName = "IsReFire";
- this.IsReworked.FalseValue = "0";
- this.IsReworked.HeaderText = "重烧标识";
- this.IsReworked.Name = "IsReworked";
- this.IsReworked.ReadOnly = true;
- this.IsReworked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.IsReworked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsReworked.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";
- //
- // GroutingDailyID
- //
- this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
- this.GroutingDailyID.HeaderText = "注浆日报ID";
- this.GroutingDailyID.Name = "GroutingDailyID";
- this.GroutingDailyID.ReadOnly = true;
- this.GroutingDailyID.Visible = false;
- //
- // GroutingDailyDetailID
- //
- this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
- this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.ReadOnly = true;
- this.GroutingDailyDetailID.Visible = false;
- //
- // CanManyTimes
- //
- this.CanManyTimes.DataPropertyName = "CanManyTimes";
- this.CanManyTimes.HeaderText = "能否多次注浆";
- this.CanManyTimes.Name = "CanManyTimes";
- this.CanManyTimes.ReadOnly = true;
- this.CanManyTimes.Visible = false;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.ReadOnly = true;
- this.GroutingLineDetailID.Visible = false;
- //
- // CreateUserID
- //
- this.CreateUserID.DataPropertyName = "CreateUserID";
- this.CreateUserID.HeaderText = "创建数据操作员ID";
- this.CreateUserID.Name = "CreateUserID";
- this.CreateUserID.ReadOnly = true;
- this.CreateUserID.Visible = false;
- //
- // CreateUserName
- //
- this.CreateUserName.DataPropertyName = "CreateUserName";
- this.CreateUserName.HeaderText = "创建数据操作员";
- this.CreateUserName.Name = "CreateUserName";
- this.CreateUserName.ReadOnly = true;
- this.CreateUserName.Visible = false;
- //
- // UpdateUserID
- //
- this.UpdateUserID.DataPropertyName = "UpdateUserID";
- this.UpdateUserID.HeaderText = "更新数据操作员ID";
- this.UpdateUserID.Name = "UpdateUserID";
- this.UpdateUserID.ReadOnly = true;
- this.UpdateUserID.Visible = false;
- //
- // UpdateUserName
- //
- this.UpdateUserName.DataPropertyName = "UpdateUserName";
- this.UpdateUserName.HeaderText = "更新数据操作员";
- this.UpdateUserName.Name = "UpdateUserName";
- this.UpdateUserName.ReadOnly = true;
- this.UpdateUserName.Visible = false;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Visible = false;
- //
- // productionlinename
- //
- this.productionlinename.DataPropertyName = "productionlinename";
- this.productionlinename.HeaderText = "生产线";
- this.productionlinename.Name = "productionlinename";
- this.productionlinename.ReadOnly = true;
- this.productionlinename.Width = 150;
- //
- // procedurename
- //
- this.procedurename.DataPropertyName = "procedurename";
- this.procedurename.HeaderText = "完成工序";
- this.procedurename.Name = "procedurename";
- this.procedurename.ReadOnly = true;
- this.procedurename.Width = 120;
- //
- // Usercode
- //
- this.Usercode.DataPropertyName = "Usercode";
- this.Usercode.HeaderText = "生产工号";
- this.Usercode.Name = "Usercode";
- this.Usercode.ReadOnly = true;
- this.Usercode.Visible = false;
- this.Usercode.Width = 120;
- //
- // colGoodstypename2
- //
- this.colGoodstypename2.DataPropertyName = "Goodstypename2";
- this.colGoodstypename2.HeaderText = "产品类别";
- this.colGoodstypename2.Name = "colGoodstypename2";
- this.colGoodstypename2.ReadOnly = true;
- this.colGoodstypename2.Width = 120;
- //
- // Goodscode
- //
- this.Goodscode.DataPropertyName = "Goodscode";
- this.Goodscode.HeaderText = "产品编码";
- this.Goodscode.Name = "Goodscode";
- this.Goodscode.ReadOnly = true;
- this.Goodscode.Width = 120;
- //
- // InCount
- //
- this.InCount.DataPropertyName = "InCount";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.InCount.DefaultCellStyle = dataGridViewCellStyle3;
- this.InCount.HeaderText = "产量";
- this.InCount.Name = "InCount";
- this.InCount.ReadOnly = true;
- this.InCount.Width = 120;
- //
- // ProcedureId
- //
- this.ProcedureId.DataPropertyName = "ProcedureId";
- this.ProcedureId.HeaderText = "ProcedureId";
- this.ProcedureId.Name = "ProcedureId";
- this.ProcedureId.ReadOnly = true;
- this.ProcedureId.Visible = false;
- //
- // colGoodsTypeID2
- //
- this.colGoodsTypeID2.DataPropertyName = "GoodsTypeID2";
- this.colGoodsTypeID2.HeaderText = "GoodsTypeID2";
- this.colGoodsTypeID2.Name = "colGoodsTypeID2";
- this.colGoodsTypeID2.ReadOnly = true;
- this.colGoodsTypeID2.Visible = false;
- //
- // colGoodsTypeCode2
- //
- this.colGoodsTypeCode2.DataPropertyName = "GoodsTypeCode2";
- this.colGoodsTypeCode2.HeaderText = "GoodsTypeCode2";
- this.colGoodsTypeCode2.Name = "colGoodsTypeCode2";
- this.colGoodsTypeCode2.ReadOnly = true;
- this.colGoodsTypeCode2.Visible = false;
- //
- // colgoodsid
- //
- this.colgoodsid.DataPropertyName = "goodsid";
- this.colgoodsid.HeaderText = "goodsid";
- this.colgoodsid.Name = "colgoodsid";
- this.colgoodsid.ReadOnly = true;
- this.colgoodsid.Visible = false;
- //
- // coluserid
- //
- this.coluserid.DataPropertyName = "userid";
- this.coluserid.HeaderText = "userid";
- this.coluserid.Name = "coluserid";
- this.coluserid.ReadOnly = true;
- this.coluserid.Visible = false;
- //
- // F_RPT_030105
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1016, 417);
- this.Controls.Add(this.tblReportModule);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_030105";
- this.Text = "在产产品汇总表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030101_1_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_030101_1_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
- this.tblReportModule.ResumeLayout(false);
- this.tapReportModule.ResumeLayout(false);
- this.tapReportModuleDetail.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetailReportModule)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
- private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Label lblGoodsCode;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_DataGridView dgvReportModule;
- private System.Windows.Forms.TabControl tblReportModule;
- private System.Windows.Forms.TabPage tapReportModule;
- private System.Windows.Forms.TabPage tapReportModuleDetail;
- private Basics.BaseControls.C_DataGridView dgvDetailReportModule;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn inscrapflag;
- private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
- private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworked;
- private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private System.Windows.Forms.DataGridViewTextBoxColumn productionlinename;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
- private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodstypename2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn InCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureId;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeID2;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeCode2;
- private System.Windows.Forms.DataGridViewTextBoxColumn colgoodsid;
- private System.Windows.Forms.DataGridViewTextBoxColumn coluserid;
- }
- }
|