namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_010302 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010302)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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 dataGridViewCellStyle5 = 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.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_BarCode(); this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblAccountDateStart = 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.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.oldLogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.newLogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineCode = 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.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).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(1131, 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.ToolTipText = "关闭"; 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.lblBarcode); this.gbxCondition.Controls.Add(this.txtBarcode); this.gbxCondition.Controls.Add(this.dtpAccountDateEnd); this.gbxCondition.Controls.Add(this.dtpAccountDateStart); this.gbxCondition.Controls.Add(this.lblAccountDateEnd); this.gbxCondition.Controls.Add(this.lblAccountDateStart); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); 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(1119, 45); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // 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.SystemColors.ControlText; this.lblBarcode.Location = new System.Drawing.Point(15, 20); this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(65, 12); this.lblBarcode.TabIndex = 12; this.lblBarcode.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.EditingControlFormattedValue = ""; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBarcode.Location = new System.Drawing.Point(87, 16); this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(128, 21); this.txtBarcode.TabIndex = 0; this.txtBarcode.TextValue = ""; // // dtpAccountDateEnd // this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd"; this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpAccountDateEnd.Location = new System.Drawing.Point(453, 16); this.dtpAccountDateEnd.Name = "dtpAccountDateEnd"; this.dtpAccountDateEnd.Size = new System.Drawing.Size(102, 21); this.dtpAccountDateEnd.TabIndex = 2; // // dtpAccountDateStart // this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd"; this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpAccountDateStart.Location = new System.Drawing.Point(302, 16); this.dtpAccountDateStart.Name = "dtpAccountDateStart"; this.dtpAccountDateStart.Size = new System.Drawing.Size(102, 21); this.dtpAccountDateStart.TabIndex = 1; // // lblAccountDateEnd // this.lblAccountDateEnd.AutoSize = true; this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAccountDateEnd.Location = new System.Drawing.Point(423, 20); this.lblAccountDateEnd.Name = "lblAccountDateEnd"; this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12); this.lblAccountDateEnd.TabIndex = 6; this.lblAccountDateEnd.Text = "至"; // // lblAccountDateStart // this.lblAccountDateStart.AutoSize = true; this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAccountDateStart.Location = new System.Drawing.Point(231, 20); this.lblAccountDateStart.Name = "lblAccountDateStart"; this.lblAccountDateStart.Size = new System.Drawing.Size(65, 12); this.lblAccountDateStart.TabIndex = 4; this.lblAccountDateStart.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(1018, 11); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 13; 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(927, 11); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 12; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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.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.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.BarCode, this.oldLogoCodeName, this.newLogoCodeName, this.PROCEDURENAME, this.usercode, this.USERNAME, this.CreateTime, this.GoodsCode, this.GoodsName, this.GroutingLineCode, this.GroutingMouldCode, this.GroutingDate, this.GroutingCount, this.GroutingUserCode}); 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.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.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, 90); 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; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvReportModule.RowTemplate.Height = 21; this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvReportModule.Size = new System.Drawing.Size(1119, 391); this.dgvReportModule.SortOrderColumnName = null; this.dgvReportModule.TabIndex = 28; this.dgvReportModule.Tag = true; this.dgvReportModule.TotalSumColumns = null; this.dgvReportModule.ViewRowFilter = ""; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "产品条码"; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; this.BarCode.Width = 80; // // oldLogoCodeName // this.oldLogoCodeName.DataPropertyName = "oldLogoCodeName"; this.oldLogoCodeName.HeaderText = "原商标"; this.oldLogoCodeName.Name = "oldLogoCodeName"; this.oldLogoCodeName.ReadOnly = true; // // newLogoCodeName // this.newLogoCodeName.DataPropertyName = "newLogoCodeName"; this.newLogoCodeName.HeaderText = "新商标"; this.newLogoCodeName.Name = "newLogoCodeName"; this.newLogoCodeName.ReadOnly = true; // // PROCEDURENAME // this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME"; this.PROCEDURENAME.HeaderText = "变更工序"; this.PROCEDURENAME.Name = "PROCEDURENAME"; this.PROCEDURENAME.ReadOnly = true; this.PROCEDURENAME.Width = 90; // // usercode // this.usercode.DataPropertyName = "usercode"; this.usercode.HeaderText = "变更工号"; this.usercode.Name = "usercode"; this.usercode.ReadOnly = true; // // USERNAME // this.USERNAME.DataPropertyName = "USERNAME"; this.USERNAME.HeaderText = "变更者"; this.USERNAME.Name = "USERNAME"; this.USERNAME.ReadOnly = true; this.USERNAME.Width = 50; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss"; this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3; this.CreateTime.HeaderText = "变更时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; this.CreateTime.Width = 120; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; this.GoodsCode.Width = 60; // // GoodsName // this.GoodsName.DataPropertyName = "GoodsName"; this.GoodsName.HeaderText = "产品名称"; this.GoodsName.Name = "GoodsName"; this.GoodsName.ReadOnly = true; this.GoodsName.Width = 90; // // GroutingLineCode // this.GroutingLineCode.DataPropertyName = "GroutingLineCode"; this.GroutingLineCode.HeaderText = "成型线编码"; this.GroutingLineCode.Name = "GroutingLineCode"; this.GroutingLineCode.ReadOnly = true; this.GroutingLineCode.Width = 90; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; this.GroutingMouldCode.Width = 80; // // GroutingDate // this.GroutingDate.DataPropertyName = "GroutingDate"; dataGridViewCellStyle4.Format = "yyyy-MM-dd"; this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4; this.GroutingDate.HeaderText = "注浆日期"; this.GroutingDate.Name = "GroutingDate"; this.GroutingDate.ReadOnly = true; this.GroutingDate.Width = 90; // // GroutingCount // this.GroutingCount.DataPropertyName = "GroutingCount"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle5; this.GroutingCount.HeaderText = "注浆次数"; this.GroutingCount.Name = "GroutingCount"; this.GroutingCount.ReadOnly = true; this.GroutingCount.Width = 70; // // GroutingUserCode // this.GroutingUserCode.DataPropertyName = "GroutingUserCode"; this.GroutingUserCode.HeaderText = "成型工号"; this.GroutingUserCode.Name = "GroutingUserCode"; this.GroutingUserCode.ReadOnly = true; this.GroutingUserCode.Width = 60; // // F_RPT_010302 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1131, 481); this.Controls.Add(this.dgvReportModule); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_RPT_010302"; this.RightToLeftLayout = true; this.Text = "商标变更明细表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010301_1_FormClosed); this.Load += new System.EventHandler(this.F_RPT_010301_1_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).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 Basics.BaseControls.C_Label lblAccountDateEnd; private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd; private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Label lblAccountDateStart; private Basics.BaseControls.C_DataGridView dgvReportModule; private Basics.BaseControls.C_Label lblBarcode; private Basics.BaseControls.C_DGV_BarCode txtBarcode; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn oldLogoCodeName; private System.Windows.Forms.DataGridViewTextBoxColumn newLogoCodeName; private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME; private System.Windows.Forms.DataGridViewTextBoxColumn usercode; private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode; } }