| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_010103
- {
- /// <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 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010103));
- this.dgvRptGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserNname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GmouldtypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GlazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ISPUBLICBODY = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.check1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MONITORName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.cobworkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.goodscodeText = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
- this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
- this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
- this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
- this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkProdNotGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpCreateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvRptGroutingDaily
- //
- this.dgvRptGroutingDaily.AllowUserToAddRows = false;
- this.dgvRptGroutingDaily.AllowUserToDeleteRows = false;
- this.dgvRptGroutingDaily.AllowUserToModifyRows = true;
- this.dgvRptGroutingDaily.AllowUserToOrderColumns = true;
- this.dgvRptGroutingDaily.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvRptGroutingDaily.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.dgvRptGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptGroutingDaily.CellHeight = 23;
- this.dgvRptGroutingDaily.ChildNodeColumnName = null;
- this.dgvRptGroutingDaily.ChildNodeColumnText = null;
- this.dgvRptGroutingDaily.ColumnDeep = 1;
- this.dgvRptGroutingDaily.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.dgvRptGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvRptGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Barcode,
- this.GroutingUserCode,
- this.GroutingUserNname,
- this.NUMS,
- this.GoodsCode,
- this.GoodsName,
- this.GOODSSPECIFICATION,
- this.GoodsTypeName,
- this.LogoCodeName,
- this.UserCode,
- this.CreateTime,
- this.GroutingLineCode,
- this.GmouldtypeName,
- this.GroutingMouldCode,
- this.GroutingDate,
- this.GlazeTypeName,
- this.ISPUBLICBODY,
- this.GROUTINGCOUNT,
- this.check1,
- this.MONITORName});
- this.dgvRptGroutingDaily.ColumnTreeView = null;
- this.dgvRptGroutingDaily.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.dgvRptGroutingDaily.DynamicColumnName = "";
- this.dgvRptGroutingDaily.EnableHeadersVisualStyles = false;
- this.dgvRptGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptGroutingDaily.FormatQuantityColumns = null;
- this.dgvRptGroutingDaily.HorizontalMergeColumn = null;
- this.dgvRptGroutingDaily.IsAutoCountSum = true;
- this.dgvRptGroutingDaily.IsAutoResizeColumns = false;
- this.dgvRptGroutingDaily.IsClickF12 = false;
- this.dgvRptGroutingDaily.IsOpenMergeCellFlag = false;
- this.dgvRptGroutingDaily.IsSubTotalFlag = false;
- this.dgvRptGroutingDaily.IsTopDeep = false;
- this.dgvRptGroutingDaily.Location = new System.Drawing.Point(0, 155);
- this.dgvRptGroutingDaily.MergeColumnNames = null;
- this.dgvRptGroutingDaily.MergeDetailColumnNames = null;
- this.dgvRptGroutingDaily.MergeDetailOnlyColumn = null;
- this.dgvRptGroutingDaily.MergeOnlyColumn = null;
- this.dgvRptGroutingDaily.MultiSelect = false;
- this.dgvRptGroutingDaily.Name = "dgvRptGroutingDaily";
- this.dgvRptGroutingDaily.ReadOnly = true;
- this.dgvRptGroutingDaily.RefreshAtHscroll = false;
- this.dgvRptGroutingDaily.RowHeadersWidth = 50;
- this.dgvRptGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvRptGroutingDaily.RowTemplate.Height = 21;
- this.dgvRptGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptGroutingDaily.Size = new System.Drawing.Size(1119, 334);
- this.dgvRptGroutingDaily.SortOrderColumnName = null;
- this.dgvRptGroutingDaily.TabIndex = 28;
- this.dgvRptGroutingDaily.Tag = true;
- this.dgvRptGroutingDaily.TotalSumColumns = null;
- this.dgvRptGroutingDaily.ViewRowFilter = "";
- //
- // Barcode
- //
- this.Barcode.DataPropertyName = "Barcode";
- this.Barcode.HeaderText = "产品条码";
- this.Barcode.Name = "Barcode";
- this.Barcode.ReadOnly = true;
- this.Barcode.Width = 80;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- this.GroutingUserCode.Width = 70;
- //
- // GroutingUserNname
- //
- this.GroutingUserNname.DataPropertyName = "GroutingUserNname";
- this.GroutingUserNname.HeaderText = "成型工名称";
- this.GroutingUserNname.Name = "GroutingUserNname";
- this.GroutingUserNname.ReadOnly = true;
- //
- // NUMS
- //
- this.NUMS.DataPropertyName = "NUMS";
- this.NUMS.HeaderText = "数量";
- this.NUMS.Name = "NUMS";
- this.NUMS.ReadOnly = true;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- this.GoodsCode.Width = 80;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- this.GoodsName.Width = 80;
- //
- // GOODSSPECIFICATION
- //
- this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
- this.GOODSSPECIFICATION.HeaderText = "产品规格";
- this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
- this.GOODSSPECIFICATION.ReadOnly = true;
- this.GOODSSPECIFICATION.Width = 60;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- this.GoodsTypeName.HeaderText = "产品类别";
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- this.GoodsTypeName.Width = 80;
- //
- // LogoCodeName
- //
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
- this.LogoCodeName.HeaderText = "商标";
- this.LogoCodeName.Name = "LogoCodeName";
- this.LogoCodeName.ReadOnly = true;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "交坯工号";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- this.UserCode.Width = 70;
- //
- // 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 = 150;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- this.GroutingLineCode.Width = 80;
- //
- // GmouldtypeName
- //
- this.GmouldtypeName.DataPropertyName = "GmouldtypeName";
- this.GmouldtypeName.HeaderText = "成型线类别";
- this.GmouldtypeName.Name = "GmouldtypeName";
- this.GmouldtypeName.ReadOnly = true;
- this.GmouldtypeName.Width = 80;
- //
- // 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 = 80;
- //
- // GlazeTypeName
- //
- this.GlazeTypeName.DataPropertyName = "GlazeTypeName";
- this.GlazeTypeName.HeaderText = "釉色类别";
- this.GlazeTypeName.Name = "GlazeTypeName";
- this.GlazeTypeName.ReadOnly = true;
- this.GlazeTypeName.Visible = false;
- this.GlazeTypeName.Width = 70;
- //
- // ISPUBLICBODY
- //
- this.ISPUBLICBODY.DataPropertyName = "ISPUBLICBODY";
- this.ISPUBLICBODY.FalseValue = "0";
- this.ISPUBLICBODY.HeaderText = "公坯标识";
- this.ISPUBLICBODY.Name = "ISPUBLICBODY";
- this.ISPUBLICBODY.ReadOnly = true;
- this.ISPUBLICBODY.TrueValue = "1";
- this.ISPUBLICBODY.Visible = false;
- this.ISPUBLICBODY.Width = 70;
- //
- // 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;
- //
- // check1
- //
- this.check1.DataPropertyName = "check1";
- this.check1.HeaderText = "查油工号";
- this.check1.Name = "check1";
- this.check1.ReadOnly = true;
- //
- // MONITORName
- //
- this.MONITORName.DataPropertyName = "MONITORName";
- this.MONITORName.HeaderText = "成型班长";
- this.MONITORName.Name = "MONITORName";
- this.MONITORName.ReadOnly = true;
- //
- // 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.cobworkshop);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
- this.gbxCondition.Controls.Add(this.goodscodeText);
- this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
- this.gbxCondition.Controls.Add(this.lblGMouldType);
- this.gbxCondition.Controls.Add(this.scbGMouldType);
- this.gbxCondition.Controls.Add(this.scbGoods);
- this.gbxCondition.Controls.Add(this.lblGoods);
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
- this.gbxCondition.Controls.Add(this.txtBarcode);
- this.gbxCondition.Controls.Add(this.lblBarcode);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.chkProdNotGroutingUser);
- this.gbxCondition.Controls.Add(this.lblGroutingDateStart);
- this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
- this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
- this.gbxCondition.Controls.Add(this.lblGroutingDateEnd);
- this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
- this.gbxCondition.Controls.Add(this.dtpCreateTimeStart);
- 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, 110);
- this.gbxCondition.TabIndex = 2;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // cobworkshop
- //
- this.cobworkshop.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cobworkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cobworkshop.FormattingEnabled = true;
- this.cobworkshop.Items.AddRange(new object[] {
- "A",
- "B",
- "C",
- "高压",
- "干补",
- "补码"});
- this.cobworkshop.Location = new System.Drawing.Point(739, 83);
- this.cobworkshop.Name = "cobworkshop";
- this.cobworkshop.Size = new System.Drawing.Size(134, 20);
- this.cobworkshop.TabIndex = 56;
- //
- // 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(694, 86);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(29, 12);
- this.c_Label2.TabIndex = 57;
- this.c_Label2.Text = "车间";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineCode.ErrorMessage = "";
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(321, 19);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(149, 21);
- this.txtGroutingLineCode.TabIndex = 55;
- //
- // goodscodeText
- //
- this.goodscodeText.BackColor = System.Drawing.SystemColors.Window;
- this.goodscodeText.BackgroundColor = System.Drawing.SystemColors.Window;
- this.goodscodeText.ErrorMessage = "";
- this.goodscodeText.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.goodscodeText.Location = new System.Drawing.Point(741, 53);
- this.goodscodeText.MaxLength = 15;
- this.goodscodeText.Name = "goodscodeText";
- this.goodscodeText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.goodscodeText.Size = new System.Drawing.Size(132, 21);
- this.goodscodeText.TabIndex = 55;
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Location = new System.Drawing.Point(250, 23);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 54;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // lblGMouldType
- //
- this.lblGMouldType.AutoSize = true;
- this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
- this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGMouldType.Location = new System.Drawing.Point(16, 23);
- this.lblGMouldType.Name = "lblGMouldType";
- this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
- this.lblGMouldType.TabIndex = 39;
- this.lblGMouldType.Text = "成型线类型";
- //
- // scbGMouldType
- //
- this.scbGMouldType.CheckedData = null;
- this.scbGMouldType.Location = new System.Drawing.Point(87, 20);
- this.scbGMouldType.MultiSelect = true;
- this.scbGMouldType.Name = "scbGMouldType";
- this.scbGMouldType.Size = new System.Drawing.Size(149, 21);
- this.scbGMouldType.TabIndex = 38;
- //
- // scbGoods
- //
- this.scbGoods.CheckedData = null;
- this.scbGoods.Location = new System.Drawing.Point(741, 20);
- this.scbGoods.MultiSelect = true;
- this.scbGoods.Name = "scbGoods";
- this.scbGoods.Size = new System.Drawing.Size(132, 21);
- this.scbGoods.TabIndex = 34;
- //
- // lblGoods
- //
- this.lblGoods.AutoSize = true;
- this.lblGoods.BackColor = System.Drawing.Color.Transparent;
- this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoods.Location = new System.Drawing.Point(682, 24);
- this.lblGoods.Name = "lblGoods";
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
- this.lblGoods.TabIndex = 33;
- this.lblGoods.Text = "产品名称";
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(484, 24);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 23;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(543, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
- this.scbGoodsType.TabIndex = 22;
- //
- // txtGroutingUserCode
- //
- this.txtGroutingUserCode.DataSource = null;
- this.txtGroutingUserCode.Enabled = true;
- this.txtGroutingUserCode.IsMustInput = false;
- this.txtGroutingUserCode.IsWorker = false;
- this.txtGroutingUserCode.Location = new System.Drawing.Point(15, 50);
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
- this.txtGroutingUserCode.PurviewType = ((byte)(0));
- this.txtGroutingUserCode.Size = new System.Drawing.Size(221, 21);
- this.txtGroutingUserCode.TabIndex = 4;
- this.txtGroutingUserCode.Title = " 成型工号";
- this.txtGroutingUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.txtGroutingUserCode.UserCode = "";
- this.txtGroutingUserCode.UserID = null;
- this.txtGroutingUserCode.UserIDS = null;
- this.txtGroutingUserCode.UserName = null;
- //
- // 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.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(543, 50);
- this.txtBarcode.Name = "txtBarcode";
- this.txtBarcode.Size = new System.Drawing.Size(133, 21);
- this.txtBarcode.TabIndex = 6;
- this.txtBarcode.TextValue = "";
- //
- // 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(484, 54);
- this.lblBarcode.Name = "lblBarcode";
- this.lblBarcode.Size = new System.Drawing.Size(53, 12);
- this.lblBarcode.TabIndex = 13;
- this.lblBarcode.Text = "产品条码";
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(680, 56);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 34;
- this.c_Label1.Text = "产品编码";
- //
- // chkProdNotGroutingUser
- //
- this.chkProdNotGroutingUser.AutoSize = true;
- this.chkProdNotGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkProdNotGroutingUser.Location = new System.Drawing.Point(520, 82);
- this.chkProdNotGroutingUser.Name = "chkProdNotGroutingUser";
- this.chkProdNotGroutingUser.Size = new System.Drawing.Size(156, 16);
- this.chkProdNotGroutingUser.TabIndex = 9;
- this.chkProdNotGroutingUser.Text = "交坯工号与成型工号不同";
- this.chkProdNotGroutingUser.UseVisualStyleBackColor = true;
- //
- // lblGroutingDateStart
- //
- this.lblGroutingDateStart.AutoSize = true;
- this.lblGroutingDateStart.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingDateStart.Location = new System.Drawing.Point(28, 84);
- this.lblGroutingDateStart.Name = "lblGroutingDateStart";
- this.lblGroutingDateStart.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingDateStart.TabIndex = 4;
- this.lblGroutingDateStart.Text = "交坯日期";
- //
- // lblGroutingMouldCode
- //
- this.lblGroutingMouldCode.AutoSize = true;
- this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingMouldCode.Location = new System.Drawing.Point(250, 54);
- this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
- this.lblGroutingMouldCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingMouldCode.TabIndex = 8;
- this.lblGroutingMouldCode.Text = " 模具编号";
- //
- // txtGroutingMouldCode
- //
- this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingMouldCode.ErrorMessage = "";
- this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingMouldCode.Location = new System.Drawing.Point(321, 50);
- this.txtGroutingMouldCode.MaxLength = 50;
- this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
- this.txtGroutingMouldCode.Size = new System.Drawing.Size(149, 21);
- this.txtGroutingMouldCode.TabIndex = 5;
- //
- // lblGroutingDateEnd
- //
- this.lblGroutingDateEnd.AutoSize = true;
- this.lblGroutingDateEnd.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingDateEnd.Location = new System.Drawing.Point(263, 84);
- this.lblGroutingDateEnd.Name = "lblGroutingDateEnd";
- this.lblGroutingDateEnd.Size = new System.Drawing.Size(17, 12);
- this.lblGroutingDateEnd.TabIndex = 6;
- this.lblGroutingDateEnd.Text = "至";
- //
- // dtpCreateTimeEnd
- //
- this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCreateTimeEnd.Location = new System.Drawing.Point(321, 80);
- this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
- this.dtpCreateTimeEnd.Size = new System.Drawing.Size(149, 21);
- this.dtpCreateTimeEnd.TabIndex = 8;
- //
- // dtpCreateTimeStart
- //
- this.dtpCreateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpCreateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCreateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCreateTimeStart.Location = new System.Drawing.Point(87, 80);
- this.dtpCreateTimeStart.Name = "dtpCreateTimeStart";
- this.dtpCreateTimeStart.Size = new System.Drawing.Size(149, 21);
- this.dtpCreateTimeStart.TabIndex = 7;
- //
- // 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(1017, 75);
- 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(926, 75);
- 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);
- //
- // 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 = 1;
- 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);
- //
- // F_RPT_010103
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1131, 489);
- this.Controls.Add(this.dgvRptGroutingDaily);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_010103";
- this.RightToLeftLayout = true;
- this.Text = "交坯明细表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010103_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_010103_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- 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 lblGroutingDateStart;
- private Basics.BaseControls.C_Label lblGroutingMouldCode;
- private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
- private Basics.BaseControls.C_Label lblGroutingDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
- private Basics.BaseControls.C_DateTimePicker dtpCreateTimeStart;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DataGridView dgvRptGroutingDaily;
- private Basics.BaseControls.C_CheckBox chkProdNotGroutingUser;
- private Basics.BaseControls.C_Label lblBarcode;
- private Controls.SearchTextBox.dkUserInfoSearchBox txtGroutingUserCode;
- private Basics.BaseControls.C_TXT_BarCode txtBarcode;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Controls.SearchBox.ScbGoods scbGoods;
- private Basics.BaseControls.C_Label lblGoods;
- private Basics.BaseControls.C_Label lblGMouldType;
- private Controls.SearchBox.ScbGMouldType scbGMouldType;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserNname;
- private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GmouldtypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GlazeTypeName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ISPUBLICBODY;
- private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
- private System.Windows.Forms.DataGridViewTextBoxColumn check1;
- private System.Windows.Forms.DataGridViewTextBoxColumn MONITORName;
- private Basics.BaseControls.C_TextBox goodscodeText;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_ComboBox cobworkshop;
- private Basics.BaseControls.C_Label c_Label2;
- }
- }
|