| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0101
- {
- /// <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_0101));
- 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 dataGridViewCellStyle9 = 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.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnBindBarCode = new System.Windows.Forms.ToolStripButton();
- this.tsbtnUnLast = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = 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.chkDeliverTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.cboGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.chkDeliverFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
- this.chkBarcodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
- this.chkScrapFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkGroutingFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
- this.txtGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpDeliverTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.txtGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpDeliverTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.txtGroutingDateBegin = 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.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- 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.GroutingBatchNo = 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.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.collogo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MONITORName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.DeliverFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Createuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- 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.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnBindBarCode,
- this.tsbtnUnLast,
- this.toolStripSeparator3,
- 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(978, 35);
- this.tsrOperate.TabIndex = 0;
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnBindBarCode
- //
- this.tsbtnBindBarCode.AutoSize = false;
- this.tsbtnBindBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnBindBarCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnBindBarCode.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnBindBarCode.Name = "tsbtnBindBarCode";
- this.tsbtnBindBarCode.Size = new System.Drawing.Size(80, 25);
- this.tsbtnBindBarCode.Text = "绑定条码(&B)";
- this.tsbtnBindBarCode.Click += new System.EventHandler(this.tsbtnBindBarCode_Click);
- //
- // tsbtnUnLast
- //
- this.tsbtnUnLast.AutoSize = false;
- this.tsbtnUnLast.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnUnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnUnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnUnLast.Name = "tsbtnUnLast";
- this.tsbtnUnLast.Size = new System.Drawing.Size(100, 25);
- this.tsbtnUnLast.Text = "撤销最后注浆(&U)";
- this.tsbtnUnLast.Click += new System.EventHandler(this.tsbtnUnLast_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // 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.chkDeliverTime);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.cboGroutingLineType);
- this.gbxCondition.Controls.Add(this.chkDeliverFlag);
- this.gbxCondition.Controls.Add(this.chkBarcodeFlag);
- this.gbxCondition.Controls.Add(this.chkScrapFlag);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.chkGroutingFlag);
- this.gbxCondition.Controls.Add(this.txtGroutingUser);
- this.gbxCondition.Controls.Add(this.lblGroutingUser);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.txtGoodsName);
- this.gbxCondition.Controls.Add(this.lblGroutingLineType);
- this.gbxCondition.Controls.Add(this.lblGoodsName);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.c_Label4);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblGoodsCode);
- this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
- this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
- this.gbxCondition.Controls.Add(this.dtpDeliverTimeEnd);
- this.gbxCondition.Controls.Add(this.txtGroutingDateEnd);
- this.gbxCondition.Controls.Add(this.dtpDeliverTimeBegin);
- this.gbxCondition.Controls.Add(this.txtGroutingDateBegin);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.lblGroutingDate);
- this.gbxCondition.Controls.Add(this.txtGroutingLineName);
- this.gbxCondition.Controls.Add(this.lblGroutingLineName);
- this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
- this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
- this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
- 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(966, 124);
- this.gbxCondition.TabIndex = 0;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // chkDeliverTime
- //
- this.chkDeliverTime.AutoSize = true;
- this.chkDeliverTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDeliverTime.Location = new System.Drawing.Point(408, 47);
- this.chkDeliverTime.Name = "chkDeliverTime";
- this.chkDeliverTime.Size = new System.Drawing.Size(72, 16);
- this.chkDeliverTime.TabIndex = 14;
- this.chkDeliverTime.Text = "交坯日期";
- this.chkDeliverTime.UseVisualStyleBackColor = true;
- this.chkDeliverTime.CheckedChanged += new System.EventHandler(this.chkDeliverTime_CheckedChanged);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- 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(784, 89);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 30;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // cboGroutingLineType
- //
- this.cboGroutingLineType.BackColor = System.Drawing.SystemColors.Window;
- this.cboGroutingLineType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cboGroutingLineType.DataSource = null;
- this.cboGroutingLineType.DisplayMember = "GMOULDTYPENAME";
- this.cboGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cboGroutingLineType.FormattingEnabled = true;
- //
- //
- //
- this.cboGroutingLineType.ListBox.DisplayMember = "GMOULDTYPENAME";
- this.cboGroutingLineType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cboGroutingLineType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cboGroutingLineType.ListBox.IntegralHeight = false;
- this.cboGroutingLineType.ListBox.Location = new System.Drawing.Point(0, 0);
- this.cboGroutingLineType.ListBox.Name = "";
- this.cboGroutingLineType.ListBox.Size = new System.Drawing.Size(119, 136);
- this.cboGroutingLineType.ListBox.TabIndex = 0;
- this.cboGroutingLineType.ListBox.ValueMember = "GMOULDTYPEID";
- this.cboGroutingLineType.Location = new System.Drawing.Point(77, 45);
- this.cboGroutingLineType.Name = "cboGroutingLineType";
- this.cboGroutingLineType.Size = new System.Drawing.Size(121, 20);
- this.cboGroutingLineType.TabIndex = 11;
- this.cboGroutingLineType.ValueMember = "GMOULDTYPEID";
- //
- // chkDeliverFlag
- //
- this.chkDeliverFlag.BackColor = System.Drawing.SystemColors.Control;
- this.chkDeliverFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkDeliverFlag.BackgroundImage")));
- this.chkDeliverFlag.FalseText = "否";
- this.chkDeliverFlag.Location = new System.Drawing.Point(571, 100);
- this.chkDeliverFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.chkDeliverFlag.Name = "chkDeliverFlag";
- this.chkDeliverFlag.Size = new System.Drawing.Size(136, 16);
- this.chkDeliverFlag.TabIndex = 29;
- this.chkDeliverFlag.Title = "交坯标识";
- this.chkDeliverFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.chkDeliverFlag.TrueText = "是";
- //
- // chkBarcodeFlag
- //
- this.chkBarcodeFlag.BackColor = System.Drawing.SystemColors.Control;
- this.chkBarcodeFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkBarcodeFlag.BackgroundImage")));
- this.chkBarcodeFlag.FalseText = "否";
- this.chkBarcodeFlag.Location = new System.Drawing.Point(425, 100);
- this.chkBarcodeFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.chkBarcodeFlag.Name = "chkBarcodeFlag";
- this.chkBarcodeFlag.Size = new System.Drawing.Size(136, 16);
- this.chkBarcodeFlag.TabIndex = 28;
- this.chkBarcodeFlag.Title = "绑定条码";
- this.chkBarcodeFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.chkBarcodeFlag.TrueText = "是";
- //
- // chkScrapFlag
- //
- this.chkScrapFlag.BackColor = System.Drawing.SystemColors.Control;
- this.chkScrapFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkScrapFlag.BackgroundImage")));
- this.chkScrapFlag.FalseText = "否";
- this.chkScrapFlag.Location = new System.Drawing.Point(571, 73);
- this.chkScrapFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.chkScrapFlag.Name = "chkScrapFlag";
- this.chkScrapFlag.Size = new System.Drawing.Size(136, 16);
- this.chkScrapFlag.TabIndex = 23;
- this.chkScrapFlag.Title = "损坯标识";
- this.chkScrapFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.chkScrapFlag.TrueText = "是";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- 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(875, 89);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 31;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // chkGroutingFlag
- //
- this.chkGroutingFlag.BackColor = System.Drawing.SystemColors.Control;
- this.chkGroutingFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkGroutingFlag.BackgroundImage")));
- this.chkGroutingFlag.FalseText = "否";
- this.chkGroutingFlag.Location = new System.Drawing.Point(425, 73);
- this.chkGroutingFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.chkGroutingFlag.Name = "chkGroutingFlag";
- this.chkGroutingFlag.Size = new System.Drawing.Size(136, 16);
- this.chkGroutingFlag.TabIndex = 22;
- this.chkGroutingFlag.Title = "注浆标识";
- this.chkGroutingFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.chkGroutingFlag.TrueText = "是";
- //
- // txtGroutingUser
- //
- this.txtGroutingUser.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUser.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUser.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingUser.ErrorMessage = "";
- this.txtGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingUser.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingUser.Location = new System.Drawing.Point(77, 98);
- this.txtGroutingUser.MaxLength = 20;
- this.txtGroutingUser.Name = "txtGroutingUser";
- this.txtGroutingUser.Size = new System.Drawing.Size(121, 21);
- this.txtGroutingUser.TabIndex = 25;
- //
- // lblGroutingUser
- //
- this.lblGroutingUser.AutoSize = true;
- this.lblGroutingUser.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingUser.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingUser.Location = new System.Drawing.Point(18, 102);
- this.lblGroutingUser.Name = "lblGroutingUser";
- this.lblGroutingUser.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingUser.TabIndex = 24;
- this.lblGroutingUser.Text = "成型工号";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(749, 18);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(165, 69);
- this.txtRemarks.TabIndex = 9;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(714, 22);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 8;
- this.lblRemarks.Text = "备注";
- //
- // txtGoodsName
- //
- this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.ErrorMessage = "";
- this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsName.Location = new System.Drawing.Point(275, 71);
- this.txtGoodsName.MaxLength = 20;
- this.txtGoodsName.Name = "txtGoodsName";
- this.txtGoodsName.Size = new System.Drawing.Size(119, 21);
- this.txtGoodsName.TabIndex = 21;
- //
- // lblGroutingLineType
- //
- this.lblGroutingLineType.AutoSize = true;
- this.lblGroutingLineType.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineType.Location = new System.Drawing.Point(6, 49);
- this.lblGroutingLineType.Name = "lblGroutingLineType";
- this.lblGroutingLineType.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineType.TabIndex = 10;
- this.lblGroutingLineType.Text = "成型线类型";
- //
- // lblGoodsName
- //
- this.lblGoodsName.AutoSize = true;
- this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsName.Location = new System.Drawing.Point(216, 75);
- this.lblGoodsName.Name = "lblGoodsName";
- this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsName.TabIndex = 20;
- this.lblGoodsName.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(77, 71);
- this.txtGoodsCode.MaxLength = 10;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
- this.txtGoodsCode.TabIndex = 19;
- //
- // c_Label4
- //
- this.c_Label4.AutoSize = true;
- this.c_Label4.BackColor = System.Drawing.Color.Transparent;
- this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label4.Location = new System.Drawing.Point(587, 49);
- this.c_Label4.Name = "c_Label4";
- this.c_Label4.Size = new System.Drawing.Size(17, 12);
- this.c_Label4.TabIndex = 16;
- this.c_Label4.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(587, 22);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(17, 12);
- this.c_Label1.TabIndex = 6;
- this.c_Label1.Text = "至";
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsCode.Location = new System.Drawing.Point(18, 75);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsCode.TabIndex = 18;
- this.lblGoodsCode.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.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingMouldCode.Location = new System.Drawing.Point(275, 45);
- this.txtGroutingMouldCode.MaxLength = 40;
- this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
- this.txtGroutingMouldCode.Size = new System.Drawing.Size(121, 21);
- this.txtGroutingMouldCode.TabIndex = 13;
- //
- // 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(216, 49);
- this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
- this.lblGroutingMouldCode.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingMouldCode.TabIndex = 12;
- this.lblGroutingMouldCode.Text = "模具编号";
- //
- // dtpDeliverTimeEnd
- //
- this.dtpDeliverTimeEnd.CustomFormat = "yyyy-MM-dd";
- this.dtpDeliverTimeEnd.Enabled = false;
- this.dtpDeliverTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDeliverTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDeliverTimeEnd.Location = new System.Drawing.Point(610, 45);
- this.dtpDeliverTimeEnd.Name = "dtpDeliverTimeEnd";
- this.dtpDeliverTimeEnd.Size = new System.Drawing.Size(98, 21);
- this.dtpDeliverTimeEnd.TabIndex = 17;
- //
- // txtGroutingDateEnd
- //
- this.txtGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
- this.txtGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtGroutingDateEnd.Location = new System.Drawing.Point(610, 18);
- this.txtGroutingDateEnd.Name = "txtGroutingDateEnd";
- this.txtGroutingDateEnd.Size = new System.Drawing.Size(98, 21);
- this.txtGroutingDateEnd.TabIndex = 7;
- //
- // dtpDeliverTimeBegin
- //
- this.dtpDeliverTimeBegin.CustomFormat = "yyyy-MM-dd";
- this.dtpDeliverTimeBegin.Enabled = false;
- this.dtpDeliverTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDeliverTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDeliverTimeBegin.Location = new System.Drawing.Point(483, 45);
- this.dtpDeliverTimeBegin.Name = "dtpDeliverTimeBegin";
- this.dtpDeliverTimeBegin.Size = new System.Drawing.Size(98, 21);
- this.dtpDeliverTimeBegin.TabIndex = 15;
- //
- // txtGroutingDateBegin
- //
- this.txtGroutingDateBegin.CustomFormat = "yyyy-MM-dd";
- this.txtGroutingDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtGroutingDateBegin.Location = new System.Drawing.Point(483, 18);
- this.txtGroutingDateBegin.Name = "txtGroutingDateBegin";
- this.txtGroutingDateBegin.Size = new System.Drawing.Size(98, 21);
- this.txtGroutingDateBegin.TabIndex = 5;
- //
- // 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(216, 102);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 26;
- 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(425, 22);
- this.lblGroutingDate.Name = "lblGroutingDate";
- this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingDate.TabIndex = 4;
- this.lblGroutingDate.Text = "注浆日期";
- //
- // txtGroutingLineName
- //
- this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.ErrorMessage = "";
- this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineName.Location = new System.Drawing.Point(275, 18);
- this.txtGroutingLineName.MaxLength = 50;
- this.txtGroutingLineName.Name = "txtGroutingLineName";
- this.txtGroutingLineName.Size = new System.Drawing.Size(121, 21);
- this.txtGroutingLineName.TabIndex = 3;
- //
- // lblGroutingLineName
- //
- this.lblGroutingLineName.AutoSize = true;
- this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineName.Location = new System.Drawing.Point(204, 22);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineName.TabIndex = 2;
- this.lblGroutingLineName.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(77, 18);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(121, 21);
- this.txtGroutingLineCode.TabIndex = 1;
- //
- // 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(6, 22);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 0;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // txtGroutingBatchNo
- //
- this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
- 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(275, 98);
- this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
- 1000,
- 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(3, 0);
- this.txtGroutingBatchNo.Size = new System.Drawing.Size(121, 21);
- this.txtGroutingBatchNo.TabIndex = 27;
- this.txtGroutingBatchNo.TextValue = "";
- //
- // 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.GroutingDailyID,
- this.GroutingLineID,
- this.GroutingLineDetailID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.GroutingDate,
- this.GroutingBatchNo,
- this.UserCode,
- this.GoodsCode,
- this.GoodsName,
- this.GroutingMouldCode,
- this.colGMouldStatus,
- this.GroutingFlag,
- this.NoGroutingRreason,
- this.GroutingCount,
- this.BarCode,
- this.collogo,
- this.GMouldTypeName,
- this.MONITORName,
- this.ScrapFlag,
- this.DeliverFlag,
- this.DeliverTime,
- 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)));
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle8;
- 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, 168);
- 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.ReadOnly = true;
- this.dgvGroutingDaily.RefreshAtHscroll = false;
- this.dgvGroutingDaily.RowHeadersWidth = 50;
- this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvGroutingDaily.RowTemplate.Height = 21;
- this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingDaily.Size = new System.Drawing.Size(966, 394);
- this.dgvGroutingDaily.SortOrderColumnName = null;
- this.dgvGroutingDaily.TabIndex = 2;
- this.dgvGroutingDaily.Tag = true;
- this.dgvGroutingDaily.TotalSumColumns = null;
- this.dgvGroutingDaily.ViewRowFilter = "";
- this.dgvGroutingDaily.VirtualMode = true;
- this.dgvGroutingDaily.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingDaily_CellDoubleClick);
- //
- // GroutingDailyDetailID
- //
- this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
- this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.ReadOnly = true;
- this.GroutingDailyDetailID.Visible = false;
- //
- // GroutingDailyID
- //
- this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
- this.GroutingDailyID.HeaderText = "注浆日报ID";
- this.GroutingDailyID.Name = "GroutingDailyID";
- this.GroutingDailyID.ReadOnly = true;
- this.GroutingDailyID.Visible = false;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型线明细ID";
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.ReadOnly = true;
- 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;
- //
- // GroutingBatchNo
- //
- this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingBatchNo.HeaderText = "注浆批次";
- this.GroutingBatchNo.Name = "GroutingBatchNo";
- this.GroutingBatchNo.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";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle5;
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "绑定条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // collogo
- //
- this.collogo.DataPropertyName = "logonamecode";
- this.collogo.HeaderText = "产品商标";
- this.collogo.Name = "collogo";
- this.collogo.ReadOnly = true;
- //
- // GMouldTypeName
- //
- this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
- this.GMouldTypeName.HeaderText = "成型线类型";
- this.GMouldTypeName.Name = "GMouldTypeName";
- this.GMouldTypeName.ReadOnly = true;
- //
- // MONITORName
- //
- this.MONITORName.DataPropertyName = "MONITORName";
- this.MONITORName.HeaderText = "成型班长";
- this.MONITORName.Name = "MONITORName";
- this.MONITORName.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";
- //
- // DeliverFlag
- //
- this.DeliverFlag.DataPropertyName = "DeliverFlag";
- this.DeliverFlag.FalseValue = "0";
- this.DeliverFlag.HeaderText = "交坯标识";
- this.DeliverFlag.Name = "DeliverFlag";
- this.DeliverFlag.ReadOnly = true;
- this.DeliverFlag.TrueValue = "1";
- //
- // DeliverTime
- //
- this.DeliverTime.DataPropertyName = "DeliverTime";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.Format = "yyyy-MM-dd";
- this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle6;
- this.DeliverTime.HeaderText = "交坯日期";
- this.DeliverTime.Name = "DeliverTime";
- this.DeliverTime.ReadOnly = true;
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle7;
- 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;
- //
- // F_PM_0101
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(978, 562);
- this.Controls.Add(this.dgvGroutingDaily);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_PM_0101";
- this.Text = "注浆登记一览";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0101_FormClosed);
- this.Load += new System.EventHandler(this.F_PM_0101_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_TextBox txtGroutingLineName;
- private Basics.BaseControls.C_Label lblGroutingLineName;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingDate;
- private Basics.BaseControls.C_DateTimePicker txtGroutingDateBegin;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtGoodsName;
- private Basics.BaseControls.C_Label lblGoodsName;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_Label lblGoodsCode;
- private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
- private Basics.BaseControls.C_Label lblGroutingMouldCode;
- private Basics.BaseControls.C_StatusCheckBox chkGroutingFlag;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_DateTimePicker txtGroutingDateEnd;
- private Basics.BaseControls.C_StatusCheckBox chkScrapFlag;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnBindBarCode;
- private Basics.BaseControls.DKListBoxComboBox cboGroutingLineType;
- private Basics.BaseControls.C_Label lblGroutingLineType;
- private Basics.BaseControls.C_TextBox txtGroutingUser;
- private Basics.BaseControls.C_Label lblGroutingUser;
- private Basics.BaseControls.C_StatusCheckBox chkBarcodeFlag;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
- private Basics.BaseControls.C_Label c_Label4;
- private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeEnd;
- private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeBegin;
- private Basics.BaseControls.C_StatusCheckBox chkDeliverFlag;
- private Basics.BaseControls.C_CheckBox chkDeliverTime;
- private System.Windows.Forms.ToolStripButton tsbtnUnLast;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
- 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 GroutingBatchNo;
- 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 BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn collogo;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn MONITORName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
- private System.Windows.Forms.DataGridViewCheckBoxColumn DeliverFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Createuser;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- }
- }
|