| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_040111
- {
- /// <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_040111));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtMouldBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblDefectCode = 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.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.mouldbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.standardgroutingnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groutingnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0cc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1cc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2cc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).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.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // 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(12, 24);
- this.lblAccountDateStart.Name = "lblAccountDateStart";
- this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
- this.lblAccountDateStart.TabIndex = 0;
- this.lblAccountDateStart.Text = "注浆日期";
- //
- // 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(210, 24);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
- this.lblAccountDateEnd.TabIndex = 2;
- this.lblAccountDateEnd.Text = "至";
- //
- // 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(233, 20);
- this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
- this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
- this.dtpAccountDateEnd.TabIndex = 3;
- //
- // 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(71, 20);
- this.dtpAccountDateStart.Name = "dtpAccountDateStart";
- this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
- this.dtpAccountDateStart.TabIndex = 1;
- //
- // 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.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.lblGoodsCode);
- this.gbxCondition.Controls.Add(this.txtMouldBarcode);
- this.gbxCondition.Controls.Add(this.lblDefectCode);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.lblAccountDateStart);
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
- 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, 56);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // 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(431, 20);
- this.txtGoodsCode.MaxLength = 20;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
- this.txtGoodsCode.TabIndex = 5;
- 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(372, 24);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsCode.TabIndex = 4;
- this.lblGoodsCode.Text = "产品编码";
- //
- // txtMouldBarcode
- //
- this.txtMouldBarcode.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtMouldBarcode.ErrorMessage = "";
- this.txtMouldBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtMouldBarcode.Location = new System.Drawing.Point(629, 20);
- this.txtMouldBarcode.MaxLength = 20;
- this.txtMouldBarcode.Name = "txtMouldBarcode";
- this.txtMouldBarcode.Size = new System.Drawing.Size(133, 21);
- this.txtMouldBarcode.TabIndex = 7;
- this.txtMouldBarcode.TextValue = "";
- //
- // lblDefectCode
- //
- this.lblDefectCode.AutoSize = true;
- this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectCode.Location = new System.Drawing.Point(570, 24);
- this.lblDefectCode.Name = "lblDefectCode";
- this.lblDefectCode.Size = new System.Drawing.Size(53, 12);
- this.lblDefectCode.TabIndex = 6;
- this.lblDefectCode.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(1028, 15);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 14;
- 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(937, 15);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 13;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dgvRptProcedure
- //
- this.dgvRptProcedure.AllowUserToAddRows = false;
- this.dgvRptProcedure.AllowUserToDeleteRows = false;
- this.dgvRptProcedure.AllowUserToModifyRows = true;
- this.dgvRptProcedure.AllowUserToOrderColumns = true;
- this.dgvRptProcedure.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvRptProcedure.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.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptProcedure.CellHeight = 23;
- this.dgvRptProcedure.ChildNodeColumnName = null;
- this.dgvRptProcedure.ChildNodeColumnText = null;
- this.dgvRptProcedure.ColumnDeep = 1;
- this.dgvRptProcedure.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.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.mouldbarcode,
- this.mouldstatusname,
- this.groutingmouldcode,
- this.goodscode,
- this.standardgroutingnum,
- this.groutingnum,
- this.g0cc,
- this.g1cc,
- this.g2cc});
- this.dgvRptProcedure.ColumnTreeView = null;
- this.dgvRptProcedure.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.dgvRptProcedure.DynamicColumnName = "";
- this.dgvRptProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptProcedure.FormatQuantityColumns = null;
- this.dgvRptProcedure.HorizontalMergeColumn = null;
- this.dgvRptProcedure.IsAutoCountSum = true;
- this.dgvRptProcedure.IsAutoResizeColumns = false;
- this.dgvRptProcedure.IsClickF12 = false;
- this.dgvRptProcedure.IsOpenMergeCellFlag = false;
- this.dgvRptProcedure.IsSubTotalFlag = false;
- this.dgvRptProcedure.IsTopDeep = false;
- this.dgvRptProcedure.Location = new System.Drawing.Point(0, 100);
- this.dgvRptProcedure.MergeColumnNames = null;
- this.dgvRptProcedure.MergeDetailColumnNames = null;
- this.dgvRptProcedure.MergeDetailOnlyColumn = null;
- this.dgvRptProcedure.MergeOnlyColumn = null;
- this.dgvRptProcedure.MultiSelect = false;
- this.dgvRptProcedure.Name = "dgvRptProcedure";
- this.dgvRptProcedure.ReadOnly = true;
- this.dgvRptProcedure.RefreshAtHscroll = false;
- this.dgvRptProcedure.RowHeadersWidth = 50;
- this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvRptProcedure.RowTemplate.Height = 21;
- this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptProcedure.Size = new System.Drawing.Size(1119, 376);
- this.dgvRptProcedure.SortOrderColumnName = null;
- this.dgvRptProcedure.TabIndex = 2;
- this.dgvRptProcedure.Tag = true;
- this.dgvRptProcedure.TotalSumColumns = null;
- this.dgvRptProcedure.ViewRowFilter = "";
- //
- // mouldbarcode
- //
- this.mouldbarcode.DataPropertyName = "mouldbarcode";
- this.mouldbarcode.HeaderText = "模具条码";
- this.mouldbarcode.Name = "mouldbarcode";
- this.mouldbarcode.ReadOnly = true;
- //
- // mouldstatusname
- //
- this.mouldstatusname.DataPropertyName = "mouldstatusname";
- this.mouldstatusname.HeaderText = "模具状态";
- this.mouldstatusname.Name = "mouldstatusname";
- this.mouldstatusname.ReadOnly = true;
- //
- // groutingmouldcode
- //
- this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
- this.groutingmouldcode.HeaderText = "模具编码";
- this.groutingmouldcode.Name = "groutingmouldcode";
- this.groutingmouldcode.ReadOnly = true;
- //
- // goodscode
- //
- this.goodscode.DataPropertyName = "goodscode";
- this.goodscode.HeaderText = "产品编码";
- this.goodscode.Name = "goodscode";
- this.goodscode.ReadOnly = true;
- //
- // standardgroutingnum
- //
- this.standardgroutingnum.DataPropertyName = "standardgroutingnum";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle3.Format = "N0";
- this.standardgroutingnum.DefaultCellStyle = dataGridViewCellStyle3;
- this.standardgroutingnum.HeaderText = "标准次数";
- this.standardgroutingnum.Name = "standardgroutingnum";
- this.standardgroutingnum.ReadOnly = true;
- //
- // groutingnum
- //
- this.groutingnum.DataPropertyName = "groutingnum";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle4.Format = "N0";
- this.groutingnum.DefaultCellStyle = dataGridViewCellStyle4;
- this.groutingnum.HeaderText = "注浆次数";
- this.groutingnum.Name = "groutingnum";
- this.groutingnum.ReadOnly = true;
- //
- // g0cc
- //
- this.g0cc.DataPropertyName = "g0cc";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle5.Format = "N0";
- this.g0cc.DefaultCellStyle = dataGridViewCellStyle5;
- this.g0cc.HeaderText = "期初次数";
- this.g0cc.Name = "g0cc";
- this.g0cc.ReadOnly = true;
- //
- // g1cc
- //
- this.g1cc.DataPropertyName = "g1cc";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle6.Format = "N0";
- this.g1cc.DefaultCellStyle = dataGridViewCellStyle6;
- this.g1cc.HeaderText = "期间次数";
- this.g1cc.Name = "g1cc";
- this.g1cc.ReadOnly = true;
- //
- // g2cc
- //
- this.g2cc.DataPropertyName = "g2cc";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle7.Format = "N0";
- this.g2cc.DefaultCellStyle = dataGridViewCellStyle7;
- this.g2cc.HeaderText = "期末次数";
- this.g2cc.Name = "g2cc";
- this.g2cc.ReadOnly = true;
- //
- // F_RPT_040111
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1131, 476);
- this.Controls.Add(this.dgvRptProcedure);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbxCondition);
- this.Name = "F_RPT_040111";
- this.Text = "模具注浆分析表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040104_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_040104_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).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_Label lblAccountDateStart;
- private Basics.BaseControls.C_Label lblAccountDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DataGridView dgvRptProcedure;
- private Basics.BaseControls.C_TextBox txtMouldBarcode;
- private Basics.BaseControls.C_Label lblDefectCode;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_Label lblGoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mouldbarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname;
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn standardgroutingnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0cc;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1cc;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2cc;
- }
- }
|