| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2105
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2105));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 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();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- 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.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingDate = 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.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Createuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.chkUserChoose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.dkGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsCodeSearchBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnCancelBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnReplace = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripSeparator1,
- 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(961, 32);
- this.tsrOperate.TabIndex = 27;
- this.tsrOperate.Text = "toolStrip1";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.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.Visible = false;
- 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.lblGroutingLine);
- this.gbxCondition.Controls.Add(this.scbGroutingLine);
- this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
- this.gbxCondition.Controls.Add(this.txtGroutingDate);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.lblGroutingDate);
- 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, 35);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(949, 56);
- this.gbxCondition.TabIndex = 28;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtGroutingBatchNo
- //
- this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingBatchNo.DataValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtGroutingBatchNo.ErrorMessage = "";
- this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingBatchNo.Location = new System.Drawing.Point(504, 21);
- this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
- this.txtGroutingBatchNo.Number = new System.Drawing.Point(2, 0);
- this.txtGroutingBatchNo.Size = new System.Drawing.Size(60, 21);
- this.txtGroutingBatchNo.TabIndex = 14;
- this.txtGroutingBatchNo.Text = "1";
- this.txtGroutingBatchNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtGroutingBatchNo.TextValue = "1";
- //
- // txtGroutingDate
- //
- this.txtGroutingDate.CustomFormat = "yyyy-MM-dd";
- this.txtGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtGroutingDate.Location = new System.Drawing.Point(291, 21);
- this.txtGroutingDate.Name = "txtGroutingDate";
- this.txtGroutingDate.Size = new System.Drawing.Size(148, 21);
- this.txtGroutingDate.TabIndex = 13;
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(445, 25);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 12;
- this.c_Label2.Text = "注浆批次";
- //
- // lblGroutingDate
- //
- this.lblGroutingDate.AutoSize = true;
- this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingDate.Location = new System.Drawing.Point(230, 25);
- this.lblGroutingDate.Name = "lblGroutingDate";
- this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingDate.TabIndex = 12;
- this.lblGroutingDate.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(858, 18);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 10;
- this.btnClearCondition.Text = "清空条件";
- 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(767, 18);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 9;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dgvGroutingDaily
- //
- this.dgvGroutingDaily.AllowUserToAddRows = false;
- this.dgvGroutingDaily.AllowUserToDeleteRows = false;
- this.dgvGroutingDaily.AllowUserToModifyRows = true;
- this.dgvGroutingDaily.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGroutingDaily.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.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroutingDaily.CellHeight = 23;
- this.dgvGroutingDaily.ChildNodeColumnName = null;
- this.dgvGroutingDaily.ChildNodeColumnText = null;
- this.dgvGroutingDaily.ColumnDeep = 1;
- this.dgvGroutingDaily.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.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingDailyDetailID,
- this.Sel,
- this.GroutingDailyID,
- this.GroutingLineID,
- this.GroutingLineDetailID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.GroutingDate,
- this.UserCode,
- this.GoodsCode,
- this.GoodsName,
- this.GroutingMouldCode,
- this.colGMouldStatus,
- this.GroutingFlag,
- this.NoGroutingRreason,
- this.GroutingCount,
- this.GroutingBatchNo,
- this.BarCode,
- this.GMouldTypeName,
- this.ScrapFlag,
- this.CreateTime,
- this.Createuser,
- this.Remarks});
- this.dgvGroutingDaily.ColumnTreeView = null;
- this.dgvGroutingDaily.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)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvGroutingDaily.DynamicColumnName = "";
- this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
- this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroutingDaily.FormatQuantityColumns = null;
- this.dgvGroutingDaily.HorizontalMergeColumn = null;
- this.dgvGroutingDaily.IsAutoCountSum = true;
- this.dgvGroutingDaily.IsAutoResizeColumns = false;
- this.dgvGroutingDaily.IsClickF12 = false;
- this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
- this.dgvGroutingDaily.IsSubTotalFlag = false;
- this.dgvGroutingDaily.IsTopDeep = false;
- this.dgvGroutingDaily.Location = new System.Drawing.Point(0, 97);
- this.dgvGroutingDaily.MergeColumnNames = null;
- this.dgvGroutingDaily.MergeDetailColumnNames = null;
- this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
- this.dgvGroutingDaily.MergeOnlyColumn = null;
- this.dgvGroutingDaily.MultiSelect = false;
- this.dgvGroutingDaily.Name = "dgvGroutingDaily";
- this.dgvGroutingDaily.RefreshAtHscroll = false;
- this.dgvGroutingDaily.RowHeadersWidth = 50;
- this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvGroutingDaily.RowTemplate.Height = 21;
- this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingDaily.Size = new System.Drawing.Size(949, 420);
- this.dgvGroutingDaily.SortOrderColumnName = null;
- this.dgvGroutingDaily.TabIndex = 29;
- this.dgvGroutingDaily.Tag = true;
- this.dgvGroutingDaily.TotalSumColumns = null;
- this.dgvGroutingDaily.ViewRowFilter = "";
- this.dgvGroutingDaily.VirtualMode = true;
- //
- // GroutingDailyDetailID
- //
- this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
- this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.Visible = false;
- //
- // Sel
- //
- this.Sel.DataPropertyName = "Sel";
- this.Sel.FalseValue = "0";
- this.Sel.HeaderText = "选择";
- this.Sel.Name = "Sel";
- this.Sel.TrueValue = "1";
- this.Sel.Width = 50;
- //
- // GroutingDailyID
- //
- this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
- this.GroutingDailyID.HeaderText = "注浆日报ID";
- this.GroutingDailyID.Name = "GroutingDailyID";
- this.GroutingDailyID.Visible = false;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型线明细ID";
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.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;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "成型工号";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // colGMouldStatus
- //
- this.colGMouldStatus.DataPropertyName = "GMouldStatusName";
- this.colGMouldStatus.HeaderText = "模具状态";
- this.colGMouldStatus.Name = "colGMouldStatus";
- this.colGMouldStatus.ReadOnly = true;
- //
- // GroutingFlag
- //
- this.GroutingFlag.DataPropertyName = "GroutingFlag";
- this.GroutingFlag.FalseValue = "0";
- this.GroutingFlag.HeaderText = "注浆标识";
- this.GroutingFlag.Name = "GroutingFlag";
- this.GroutingFlag.ReadOnly = true;
- this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.GroutingFlag.TrueValue = "1";
- //
- // NoGroutingRreason
- //
- this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
- this.NoGroutingRreason.HeaderText = "未注浆原因";
- this.NoGroutingRreason.Name = "NoGroutingRreason";
- this.NoGroutingRreason.ReadOnly = true;
- //
- // GroutingCount
- //
- this.GroutingCount.DataPropertyName = "GroutingCount";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // GroutingBatchNo
- //
- this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle5;
- this.GroutingBatchNo.HeaderText = "注浆批次";
- this.GroutingBatchNo.Name = "GroutingBatchNo";
- this.GroutingBatchNo.ReadOnly = true;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "绑定条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // GMouldTypeName
- //
- this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
- this.GMouldTypeName.HeaderText = "成型线类型";
- this.GMouldTypeName.Name = "GMouldTypeName";
- this.GMouldTypeName.ReadOnly = true;
- //
- // ScrapFlag
- //
- this.ScrapFlag.DataPropertyName = "ScrapFlag";
- this.ScrapFlag.FalseValue = "0";
- this.ScrapFlag.HeaderText = "损坯标识";
- this.ScrapFlag.Name = "ScrapFlag";
- this.ScrapFlag.ReadOnly = true;
- this.ScrapFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ScrapFlag.TrueValue = "1";
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle6;
- this.CreateTime.HeaderText = "创建时间";
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- //
- // Createuser
- //
- this.Createuser.DataPropertyName = "Createuser";
- this.Createuser.HeaderText = "创建者";
- this.Createuser.Name = "Createuser";
- this.Createuser.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // chkUserChoose
- //
- this.chkUserChoose.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.chkUserChoose.AutoSize = true;
- this.chkUserChoose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkUserChoose.Location = new System.Drawing.Point(8, 523);
- this.chkUserChoose.Name = "chkUserChoose";
- this.chkUserChoose.Size = new System.Drawing.Size(48, 16);
- this.chkUserChoose.TabIndex = 30;
- this.chkUserChoose.Text = "全选";
- this.chkUserChoose.UseVisualStyleBackColor = true;
- this.chkUserChoose.CheckedChanged += new System.EventHandler(this.chkUserChoose_CheckedChanged);
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.Location = new System.Drawing.Point(57, 25);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 31;
- this.c_Label1.Text = "成型工号";
- //
- // txtGroutingUserCode
- //
- this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingUserCode.ErrorMessage = "";
- this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingUserCode.Location = new System.Drawing.Point(116, 22);
- this.txtGroutingUserCode.MaxLength = 20;
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
- this.txtGroutingUserCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
- this.txtGroutingUserCode.TabIndex = 32;
- this.txtGroutingUserCode.TextValue = "";
- //
- // dkGoodsCode
- //
- this.dkGoodsCode.DataSource = null;
- this.dkGoodsCode.Enabled = true;
- this.dkGoodsCode.GoodsCode = "";
- this.dkGoodsCode.GoodsID = null;
- this.dkGoodsCode.GoodsIDS = null;
- this.dkGoodsCode.GoodsName = null;
- this.dkGoodsCode.GoodsSpecification = null;
- this.dkGoodsCode.IsMustInput = false;
- this.dkGoodsCode.Location = new System.Drawing.Point(264, 20);
- this.dkGoodsCode.Name = "dkGoodsCode";
- this.dkGoodsCode.PurviewType = ((byte)(0));
- this.dkGoodsCode.Size = new System.Drawing.Size(219, 21);
- this.dkGoodsCode.TabIndex = 14;
- this.dkGoodsCode.Title = "产品编码";
- this.dkGoodsCode.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.btnCancelBarCode);
- this.groupBox1.Controls.Add(this.btnCancel);
- this.groupBox1.Controls.Add(this.lblMessage);
- this.groupBox1.Controls.Add(this.btnReplace);
- this.groupBox1.Controls.Add(this.c_Label1);
- this.groupBox1.Controls.Add(this.txtGroutingUserCode);
- this.groupBox1.Controls.Add(this.dkGoodsCode);
- this.groupBox1.Location = new System.Drawing.Point(0, 545);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(949, 74);
- this.groupBox1.TabIndex = 35;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "变更数据";
- //
- // btnCancelBarCode
- //
- this.btnCancelBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancelBarCode.BackColor = System.Drawing.Color.Transparent;
- this.btnCancelBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancelBarCode.BackgroundImage")));
- this.btnCancelBarCode.CausesValidation = false;
- this.btnCancelBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancelBarCode.ForeColor = System.Drawing.Color.White;
- this.btnCancelBarCode.Location = new System.Drawing.Point(702, 15);
- this.btnCancelBarCode.Name = "btnCancelBarCode";
- this.btnCancelBarCode.Size = new System.Drawing.Size(85, 30);
- this.btnCancelBarCode.TabIndex = 35;
- this.btnCancelBarCode.Text = "取消绑定";
- this.btnCancelBarCode.UseVisualStyleBackColor = true;
- this.btnCancelBarCode.Click += new System.EventHandler(this.btnCancelBarCode_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.CausesValidation = false;
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(611, 15);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 35;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // lblMessage
- //
- this.lblMessage.AutoSize = true;
- this.lblMessage.BackColor = System.Drawing.Color.Transparent;
- this.lblMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblMessage.IsMustInput = true;
- this.lblMessage.Location = new System.Drawing.Point(59, 54);
- this.lblMessage.Name = "lblMessage";
- this.lblMessage.Size = new System.Drawing.Size(137, 12);
- this.lblMessage.TabIndex = 34;
- this.lblMessage.Text = "成型工号是全部模具替换";
- //
- // btnReplace
- //
- this.btnReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnReplace.BackColor = System.Drawing.Color.Transparent;
- this.btnReplace.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReplace.BackgroundImage")));
- this.btnReplace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReplace.ForeColor = System.Drawing.Color.White;
- this.btnReplace.Location = new System.Drawing.Point(516, 15);
- this.btnReplace.Name = "btnReplace";
- this.btnReplace.Size = new System.Drawing.Size(85, 30);
- this.btnReplace.TabIndex = 33;
- this.btnReplace.Text = "替换";
- this.btnReplace.UseVisualStyleBackColor = true;
- this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
- //
- // lblGroutingLine
- //
- this.lblGroutingLine.AutoSize = true;
- this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLine.Location = new System.Drawing.Point(12, 24);
- this.lblGroutingLine.Name = "lblGroutingLine";
- this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
- this.lblGroutingLine.TabIndex = 41;
- this.lblGroutingLine.Text = "成型线";
- //
- // scbGroutingLine
- //
- this.scbGroutingLine.CheckedData = null;
- this.scbGroutingLine.DisplayMember = "GroutingLineCode";
- this.scbGroutingLine.Location = new System.Drawing.Point(59, 21);
- this.scbGroutingLine.Name = "scbGroutingLine";
- this.scbGroutingLine.Size = new System.Drawing.Size(165, 21);
- this.scbGroutingLine.TabIndex = 40;
- //
- // F_PM_2105
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(961, 644);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.chkUserChoose);
- this.Controls.Add(this.dgvGroutingDaily);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_2105";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "注浆变更";
- this.Load += new System.EventHandler(this.F_PM_2105_Load);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.gbxCondition, 0);
- this.Controls.SetChildIndex(this.dgvGroutingDaily, 0);
- this.Controls.SetChildIndex(this.chkUserChoose, 0);
- this.Controls.SetChildIndex(this.groupBox1, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DateTimePicker txtGroutingDate;
- private Basics.BaseControls.C_Label lblGroutingDate;
- private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
- private Basics.BaseControls.C_CheckBox chkUserChoose;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtGroutingUserCode;
- private Controls.SearchTextBox.dkGoodsCodeSearchBox dkGoodsCode;
- private System.Windows.Forms.GroupBox groupBox1;
- private Basics.BaseControls.C_Button btnReplace;
- private Basics.BaseControls.C_Label lblMessage;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnCancelBarCode;
- private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
- private Basics.BaseControls.C_Label c_Label2;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldStatus;
- private System.Windows.Forms.DataGridViewCheckBoxColumn GroutingFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Createuser;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private Basics.BaseControls.C_Label lblGroutingLine;
- private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
- }
- }
|