| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472 |
-
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_020105
- {
- /// <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.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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.txtModelBarcode = new Dongke.WinForm.Controls.TxtCode();
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.dgvTracking = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.opusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.operationtypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.opgroutingnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.opgroutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.opgroutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.operationRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).BeginInit();
- this.grpCollapsible1.SuspendLayout();
- this.tsrToolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTracking)).BeginInit();
- this.SuspendLayout();
- //
- // dgvMould
- //
- this.dgvMould.AllowUserToAddRows = false;
- this.dgvMould.AllowUserToDeleteRows = false;
- this.dgvMould.AllowUserToModifyRows = true;
- this.dgvMould.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvMould.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvMould.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvMould.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvMould.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvMould.CellHeight = 23;
- this.dgvMould.ChildNodeColumnName = null;
- this.dgvMould.ChildNodeColumnText = null;
- this.dgvMould.ColumnDeep = 1;
- this.dgvMould.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.dgvMould.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvMould.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMould.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.MouldBarcode,
- this.mouldstatusname,
- this.GoodsCode,
- this.ProductionDate,
- this.UserCode,
- this.StandardGroutingNum,
- this.GroutingNum,
- this.groutinglinecode,
- this.groutingmouldcode});
- this.dgvMould.ColumnTreeView = null;
- this.dgvMould.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.dgvMould.DynamicColumnName = "";
- this.dgvMould.EnableHeadersVisualStyles = false;
- this.dgvMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvMould.HorizontalMergeColumn = null;
- this.dgvMould.IsAutoCountSum = true;
- this.dgvMould.IsAutoResizeColumns = false;
- this.dgvMould.IsClickF12 = false;
- this.dgvMould.IsOpenMergeCellFlag = false;
- this.dgvMould.IsSubTotalFlag = false;
- this.dgvMould.IsTopDeep = false;
- this.dgvMould.Location = new System.Drawing.Point(0, 96);
- this.dgvMould.MergeColumnNames = null;
- this.dgvMould.MergeDetailColumnNames = null;
- this.dgvMould.MergeDetailOnlyColumn = null;
- this.dgvMould.MergeOnlyColumn = null;
- this.dgvMould.MultiSelect = false;
- this.dgvMould.Name = "dgvMould";
- this.dgvMould.ReadOnly = true;
- this.dgvMould.RefreshAtHscroll = false;
- this.dgvMould.RowHeadersWidth = 50;
- this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvMould.RowTemplate.Height = 21;
- this.dgvMould.Size = new System.Drawing.Size(984, 75);
- this.dgvMould.SortOrderColumnName = null;
- this.dgvMould.TabIndex = 2;
- this.dgvMould.Tag = "";
- this.dgvMould.TotalSumColumns = null;
- this.dgvMould.ViewRowFilter = "";
- //
- // grpCollapsible1
- //
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpCollapsible1.Controls.Add(this.lblLabel1);
- this.grpCollapsible1.Controls.Add(this.txtModelBarcode);
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Size = new System.Drawing.Size(984, 52);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(12, 24);
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(53, 12);
- this.lblLabel1.TabIndex = 0;
- this.lblLabel1.Text = "模具条码";
- //
- // txtModelBarcode
- //
- this.txtModelBarcode.Location = new System.Drawing.Point(71, 20);
- this.txtModelBarcode.Name = "txtModelBarcode";
- this.txtModelBarcode.Size = new System.Drawing.Size(120, 21);
- this.txtModelBarcode.TabIndex = 1;
- this.txtModelBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtModelBarcode_KeyDown);
- //
- // tsrToolStrip1
- //
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.toolStripSeparator4,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(996, 35);
- this.tsrToolStrip1.TabIndex = 0;
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // 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);
- //
- // dgvTracking
- //
- this.dgvTracking.AllowUserToAddRows = false;
- this.dgvTracking.AllowUserToDeleteRows = false;
- this.dgvTracking.AllowUserToModifyRows = true;
- this.dgvTracking.AllowUserToOrderColumns = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvTracking.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvTracking.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.dgvTracking.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvTracking.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvTracking.CellHeight = 23;
- this.dgvTracking.ChildNodeColumnName = null;
- this.dgvTracking.ChildNodeColumnText = null;
- this.dgvTracking.ColumnDeep = 1;
- this.dgvTracking.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTracking.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvTracking.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvTracking.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.createtime,
- this.opusercode,
- this.operationtypename,
- this.opgroutingnum,
- this.opgroutinglinecode,
- this.opgroutingmouldcode,
- this.operationRemarks});
- this.dgvTracking.ColumnTreeView = null;
- this.dgvTracking.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.dgvTracking.DynamicColumnName = "";
- this.dgvTracking.EnableHeadersVisualStyles = false;
- this.dgvTracking.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvTracking.HorizontalMergeColumn = null;
- this.dgvTracking.IsAutoCountSum = true;
- this.dgvTracking.IsAutoResizeColumns = false;
- this.dgvTracking.IsClickF12 = false;
- this.dgvTracking.IsOpenMergeCellFlag = false;
- this.dgvTracking.IsSubTotalFlag = false;
- this.dgvTracking.IsTopDeep = false;
- this.dgvTracking.Location = new System.Drawing.Point(0, 177);
- this.dgvTracking.MergeColumnNames = null;
- this.dgvTracking.MergeDetailColumnNames = null;
- this.dgvTracking.MergeDetailOnlyColumn = null;
- this.dgvTracking.MergeOnlyColumn = null;
- this.dgvTracking.MultiSelect = false;
- this.dgvTracking.Name = "dgvTracking";
- this.dgvTracking.ReadOnly = true;
- this.dgvTracking.RefreshAtHscroll = false;
- this.dgvTracking.RowHeadersWidth = 50;
- this.dgvTracking.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvTracking.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvTracking.RowTemplate.Height = 21;
- this.dgvTracking.Size = new System.Drawing.Size(984, 179);
- this.dgvTracking.SortOrderColumnName = null;
- this.dgvTracking.TabIndex = 3;
- this.dgvTracking.Tag = "";
- this.dgvTracking.TotalSumColumns = null;
- this.dgvTracking.ViewRowFilter = "";
- //
- // createtime
- //
- this.createtime.DataPropertyName = "createtime";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
- this.createtime.DefaultCellStyle = dataGridViewCellStyle9;
- this.createtime.HeaderText = "操作时间";
- this.createtime.Name = "createtime";
- this.createtime.ReadOnly = true;
- //
- // opusercode
- //
- this.opusercode.DataPropertyName = "usercode";
- this.opusercode.HeaderText = "操作工号";
- this.opusercode.Name = "opusercode";
- this.opusercode.ReadOnly = true;
- //
- // operationtypename
- //
- this.operationtypename.DataPropertyName = "operationtypename";
- this.operationtypename.HeaderText = "操作类别";
- this.operationtypename.Name = "operationtypename";
- this.operationtypename.ReadOnly = true;
- //
- // opgroutingnum
- //
- this.opgroutingnum.DataPropertyName = "groutingnum";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle10.Format = "N0";
- this.opgroutingnum.DefaultCellStyle = dataGridViewCellStyle10;
- this.opgroutingnum.HeaderText = "注浆次数";
- this.opgroutingnum.Name = "opgroutingnum";
- this.opgroutingnum.ReadOnly = true;
- //
- // opgroutinglinecode
- //
- this.opgroutinglinecode.DataPropertyName = "groutinglinecode";
- this.opgroutinglinecode.HeaderText = "成型线号";
- this.opgroutinglinecode.Name = "opgroutinglinecode";
- this.opgroutinglinecode.ReadOnly = true;
- //
- // opgroutingmouldcode
- //
- this.opgroutingmouldcode.DataPropertyName = "groutingmouldcode";
- this.opgroutingmouldcode.HeaderText = "模具编号";
- this.opgroutingmouldcode.Name = "opgroutingmouldcode";
- this.opgroutingmouldcode.ReadOnly = true;
- //
- // operationRemarks
- //
- this.operationRemarks.DataPropertyName = "operationRemarks";
- this.operationRemarks.HeaderText = "操作说明";
- this.operationRemarks.Name = "operationRemarks";
- this.operationRemarks.ReadOnly = true;
- //
- // groutingmouldcode
- //
- this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
- this.groutingmouldcode.HeaderText = "模具编号";
- this.groutingmouldcode.Name = "groutingmouldcode";
- this.groutingmouldcode.ReadOnly = true;
- //
- // groutinglinecode
- //
- this.groutinglinecode.DataPropertyName = "groutinglinecode";
- this.groutinglinecode.HeaderText = "成型线号";
- this.groutinglinecode.Name = "groutinglinecode";
- this.groutinglinecode.ReadOnly = true;
- //
- // GroutingNum
- //
- this.GroutingNum.DataPropertyName = "GroutingNum";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle5.Format = "N0";
- this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
- this.GroutingNum.HeaderText = "注浆次数";
- this.GroutingNum.Name = "GroutingNum";
- this.GroutingNum.ReadOnly = true;
- //
- // StandardGroutingNum
- //
- this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle4.Format = "N0";
- this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
- this.StandardGroutingNum.HeaderText = "标准次数";
- this.StandardGroutingNum.Name = "StandardGroutingNum";
- this.StandardGroutingNum.ReadOnly = true;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "生产工号";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- //
- // ProductionDate
- //
- this.ProductionDate.DataPropertyName = "ProductionDate";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- this.ProductionDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.ProductionDate.HeaderText = "生产日期";
- this.ProductionDate.Name = "ProductionDate";
- this.ProductionDate.ReadOnly = true;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // mouldstatusname
- //
- this.mouldstatusname.DataPropertyName = "mouldstatusname";
- this.mouldstatusname.HeaderText = "模具状态";
- this.mouldstatusname.Name = "mouldstatusname";
- this.mouldstatusname.ReadOnly = true;
- //
- // MouldBarcode
- //
- this.MouldBarcode.DataPropertyName = "MouldBarcode";
- this.MouldBarcode.HeaderText = "模具条码";
- this.MouldBarcode.Name = "MouldBarcode";
- this.MouldBarcode.ReadOnly = true;
- //
- // F_RPT_020105
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(996, 357);
- this.Controls.Add(this.dgvTracking);
- this.Controls.Add(this.dgvMould);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_RPT_020105";
- this.Text = "模具跟踪表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_1001_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).EndInit();
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTracking)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private Basics.BaseControls.C_DataGridView dgvMould;
- private WinForm.Controls.TxtCode txtModelBarcode;
- private WinForm.Controls.LblLabel lblLabel1;
- private Basics.BaseControls.C_DataGridView dgvTracking;
- private System.Windows.Forms.DataGridViewTextBoxColumn createtime;
- private System.Windows.Forms.DataGridViewTextBoxColumn opusercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn operationtypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn opgroutingnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn opgroutinglinecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn opgroutingmouldcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn operationRemarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
- }
- }
|